/*
Theme Name: Muthler
Theme URI: https://muthlerlandscaping.com
Author: Muthler Landscaping & Construction
Author URI: https://muthlerlandscaping.com
Description: Custom WordPress theme for Muthler Landscaping & Construction — Central PA's full-service outdoor experts. Bold, industrial design with light and dark modes.
Version: 12.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muthler
Tags: business, landscaping, construction, portfolio, one-column, custom-colors, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
*/

/* ================== THEME VARIABLES ================== */
:root {
  --orange: #F97216;
  --orange-deep: #A24404;
  --orange-light: #FFF4EC;
}

[data-theme="light"] {
  --bg: #FFFFFF;
  --bg-alt: #F7F7F5;
  --bg-dark: #1A1A1A;
  --bg-card: #FFFFFF;
  --bg-section: #FAFAF8;
  --text: #1A1A1A;
  --text-soft: #4A4A4A;
  --text-muted: #737373;
  --border: #E5E5E5;
  --border-soft: #EEEEEE;
  --shadow: 0 2px 8px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.08);
  --grid-lines: rgba(0,0,0,0.03);
  --top-bar-bg: #1A1A1A;
  --top-bar-text: #D4D4D4;
}

[data-theme="dark"] {
  --bg: #1A1A1A;
  --bg-alt: #262626;
  --bg-dark: #000000;
  --bg-card: #262626;
  --bg-section: #1F1F1F;
  --text: #FFFFFF;
  --text-soft: #D4D4D4;
  --text-muted: #A3A3A3;
  --border: rgba(255,255,255,0.1);
  --border-soft: rgba(255,255,255,0.06);
  --shadow: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-lg: 0 10px 40px rgba(0,0,0,0.4);
  --grid-lines: rgba(255,255,255,0.03);
  --top-bar-bg: #000000;
  --top-bar-text: #A3A3A3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Archivo', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; border: none; cursor: pointer; }

/* ================== THEME TOGGLE ================== */
.theme-toggle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 56px;
  height: 56px;
  background: var(--bg-dark);
  color: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transition: all 0.3s;
  border: 2px solid var(--orange);
}
.theme-toggle:hover { transform: translateY(-4px) rotate(15deg); background: var(--orange); color: var(--bg-dark); }
.theme-toggle svg { width: 22px; height: 22px; }
.theme-toggle .icon-moon { display: block; }
.theme-toggle .icon-sun { display: none; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
[data-theme="dark"] .theme-toggle .icon-sun { display: block; }

/* Logo swap for dark/light mode */
.logo-light { display: inline; }
.logo-dark { display: none; }
[data-theme="dark"] .logo-light { display: none; }
[data-theme="dark"] .logo-dark { display: inline; }
.logo-light img, .logo-dark img { max-height: 50px; width: auto; }
.logo-dark .custom-logo { max-height: 50px; width: auto; }

/* ================== TOP BAR ================== */
.top-bar {
  background: var(--top-bar-bg);
  padding: 10px 0;
  color: var(--top-bar-text);
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.top-bar-left { display: flex; gap: 24px; align-items: center; }
.top-bar-left span { display: flex; align-items: center; gap: 8px; }
.top-bar-left span::before { content: ''; width: 6px; height: 6px; background: var(--orange); display: inline-block; }
.top-bar-right { display: flex; gap: 18px; align-items: center; }
.top-bar-right a { transition: color 0.2s; }
.top-bar-right a:hover { color: var(--orange); }

/* ================== NAVIGATION ================== */
.nav {
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--border);
  transition: all 0.3s;
}
.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.nav-logo-mark {
  width: 52px; height: 52px;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  clip-path: polygon(15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%);
}
.nav-logo-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--text);
}
.nav-logo-text .slash { color: var(--orange); }
.nav-logo-text .sub {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  margin-top: 4px;
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  flex: 1;
  justify-content: center;
}
.nav-links a,
.nav-links li a {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  position: relative;
  padding: 8px 0;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--orange); }
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.3s;
}
.nav-links a:hover::after { width: 100%; }

/* ============ DROPDOWN MENU (Desktop) ============ */
.nav-links li {
  position: relative;
  list-style: none;
}
.nav-links .menu-item-has-children > a::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-right: 8px;
  vertical-align: 2px;
  transition: transform 0.2s;
}
.nav-links .menu-item-has-children:hover > a::before {
  transform: rotate(225deg);
  vertical-align: 0;
}
.nav-links .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--bg-card);
  border: 1px solid var(--border);
  min-width: 240px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
  z-index: 999;
}
.nav-links .menu-item-has-children:hover > .sub-menu,
.nav-links .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-links .sub-menu::before {
  content: '';
  position: absolute;
  top: -6px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px; height: 12px;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.nav-links .sub-menu li {
  width: 100%;
}
.nav-links .sub-menu a {
  display: block;
  padding: 12px 22px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--text) !important;
  text-align: left;
  white-space: nowrap;
}
.nav-links .sub-menu a::after { display: none; }
.nav-links .sub-menu a:hover {
  background: var(--bg-alt);
  color: var(--orange) !important;
  padding-left: 30px;
}

.nav-cta {
  background: var(--orange);
  color: #FFFFFF;
  padding: 14px 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.nav-cta:hover { background: var(--bg-dark); color: var(--orange); transform: translateY(-1px); }
.nav-cta svg { width: 16px; height: 16px; }

/* Mobile styles in responsive section below */

/* ================== HERO ================== */
.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 40px 80px;
  overflow: hidden;
  color: #FFFFFF;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.4) 100%), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920&q=80') center/cover;
  z-index: 0;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  z-index: 1;
}
.hero-corner-tl, .hero-corner-br {
  position: absolute;
  width: 160px; height: 160px;
  pointer-events: none;
  z-index: 2;
}
.hero-corner-tl { top: 30px; left: 30px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.hero-corner-br { bottom: 30px; right: 30px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.hero-eyebrow::before { content: ''; width: 48px; height: 2px; background: var(--orange); }

.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(54px, 9vw, 140px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 28px;
  max-width: 1100px;
  color: #FFFFFF;
}
.hero-title .slash { color: var(--orange); }
.hero-title .outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }

.hero-sub {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  color: #E5E5E5;
  max-width: 680px;
  margin-bottom: 44px;
  line-height: 1.6;
}
.hero-sub strong { color: #FFFFFF; font-weight: 700; }

.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 80px; }
.btn-primary, .btn-secondary {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.btn-primary { background: var(--orange); color: #FFFFFF; }
.btn-primary:hover { background: #FFFFFF; color: var(--bg-dark); transform: translateY(-2px); }
.btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.4);
  clip-path: none;
  padding-left: 36px;
  padding-right: 36px;
}
.btn-secondary:hover { border-color: var(--orange); color: var(--orange); }
.btn-primary svg, .btn-secondary svg { width: 18px; height: 18px; }

.hero-trust {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.2);
  max-width: 900px;
}
.trust-item { display: flex; flex-direction: column; gap: 4px; }
.trust-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #A3A3A3;
  text-transform: uppercase;
}
.trust-value {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}
.trust-value .star { color: var(--orange); }

/* ================== SERVICES STRIP ================== */
.services-strip { background: var(--bg-dark); padding: 0; color: #FFFFFF; }
.services-strip-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.strip-item {
  padding: 40px 30px;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  gap: 20px;
}
.strip-item:last-child { border-right: none; }
.strip-icon {
  width: 52px; height: 52px;
  background: rgba(249,114,22,0.15);
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.strip-icon svg { width: 26px; height: 26px; color: var(--orange); }
.strip-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.2em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.strip-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

/* ================== SECTION BASE ================== */
.section { padding: 120px 40px; position: relative; }
.section-inner { max-width: 1400px; margin: 0 auto; }

.section-header {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  margin-bottom: 70px;
  align-items: end;
}

.section-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--orange);
  letter-spacing: 0.25em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.section-number::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--text);
}
.section-title .accent { color: var(--orange); }
.section-title .outline { -webkit-text-stroke: 2px var(--text); color: transparent; }
.section-desc { font-size: 16px; color: var(--text-soft); line-height: 1.7; }

/* ================== SERVICES GRID ================== */
.services-section { background: var(--bg-section); position: relative; }
.services-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--grid-lines) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-lines) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  position: relative;
  z-index: 2;
}
.service-card {
  background: var(--bg-card);
  padding: 50px 40px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.service-card:hover { background: var(--bg-alt); }
.service-card:hover .service-arrow { transform: translate(4px, -4px); color: var(--orange); }
.service-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  font-weight: 600;
}
.service-icon {
  width: 60px; height: 60px;
  border: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: background 0.3s;
}
.service-card:hover .service-icon { background: var(--orange); }
.service-card:hover .service-icon svg { color: #FFFFFF; }
.service-icon svg { width: 30px; height: 30px; color: var(--orange); transition: color 0.3s; }
.service-title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.1;
  color: var(--text);
}
.service-desc { font-size: 14px; color: var(--text-soft); line-height: 1.7; flex: 1; }
.service-arrow {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  transition: all 0.25s;
  align-self: flex-start;
  font-weight: 600;
}
.service-arrow svg { width: 14px; height: 14px; }

/* ================== WHY US ================== */
.why-section { background: var(--bg); position: relative; overflow: hidden; }
.why-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249,114,22,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-image {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-image: url('https://images.unsplash.com/photo-1590736969955-71cc94901144?w=1000&q=80');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.why-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(249,114,22,0.2) 0%, transparent 60%);
}
.why-image-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--orange);
  padding: 24px 30px;
  color: #FFFFFF;
}
.why-image-badge .num {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.why-image-badge .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
  font-weight: 600;
}
.why-image-frame {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
  height: 80px;
  border-top: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
}
.why-content .section-number { margin-bottom: 20px; }
.why-content .section-title { margin-bottom: 28px; }
.why-intro { font-size: 17px; color: var(--text-soft); line-height: 1.7; margin-bottom: 40px; }
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.value-card { background: var(--bg-card); padding: 30px 26px; }
.value-num {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 12px;
}
.value-title {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--text);
}
.value-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ================== PROJECTS ================== */
.projects-section { background: var(--bg-section); }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}
.project {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--bg-dark);
  box-shadow: var(--shadow);
}
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.project:hover img { transform: scale(1.08); }
.project::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, transparent 50%, rgba(0,0,0,0.85) 100%);
  pointer-events: none;
}
.project-info {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s;
  color: #FFFFFF;
}
.project:hover .project-info { opacity: 1; transform: translateY(0); }
.project-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  font-weight: 600;
}
.project-title {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1.1;
}
.project.tall { grid-row: span 2; }
.project.wide { grid-column: span 2; }
.projects-cta { margin-top: 50px; text-align: center; }
.projects-cta .btn-secondary { color: var(--text); border-color: var(--border); }
.projects-cta .btn-secondary:hover { color: var(--orange); border-color: var(--orange); }

/* ================== STATS BAR ================== */
.stats-bar { background: var(--orange); padding: 80px 40px; position: relative; overflow: hidden; }
.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(0,0,0,0.04) 40px, rgba(0,0,0,0.04) 80px);
  pointer-events: none;
}
.stats-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 2;
}
.stat { text-align: left; border-left: 3px solid #1A1A1A; padding-left: 24px; }
.stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 700;
  line-height: 0.95;
  color: #1A1A1A;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.stat-label {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ================== TESTIMONIALS ================== */
.testimonials-section { background: var(--bg); position: relative; overflow: hidden; }
.testimonials-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -200px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(249,114,22,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 18px 24px;
  margin-top: 28px;
  box-shadow: var(--shadow);
}
.google-badge-g {
  width: 30px; height: 30px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #4285F4;
}
.google-badge-stars { color: var(--orange); font-size: 16px; letter-spacing: 2px; }
.google-badge-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 600;
}
.testimonials-carousel { position: relative; overflow: hidden; }
.testimonials-track { display: flex; transition: transform 0.5s cubic-bezier(0.4,0,0.2,1); will-change: transform; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.testimonial {
  background: var(--bg-card);
  padding: 36px;
  border: 1px solid var(--border);
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: var(--shadow);
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
}
.testimonial:hover { border-color: var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.testimonial-quote {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 72px;
  color: var(--orange);
  line-height: 1;
  opacity: 0.25;
}
.testimonial-stars { color: var(--orange); margin-bottom: 20px; letter-spacing: 2px; font-size: 16px; }
.testimonial-text { font-size: 15px; color: var(--text-soft); line-height: 1.7; margin-bottom: 28px; }
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid var(--border-soft);
}
.testimonial-avatar {
  width: 44px; height: 44px;
  background: var(--orange);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.testimonial-name {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text);
}
.testimonial-date {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  margin-top: 2px;
  font-weight: 600;
}

/* ================== SERVICE AREA ================== */
.area-section { background: var(--bg-section); position: relative; }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.area-map {
  position: relative;
  height: 500px;
  background: var(--bg-dark);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-lg);
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.area-map-img, .area-map-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
  transition: opacity 0.3s;
  border: none;
  pointer-events: none;
  filter: saturate(0.3) brightness(0.7);
}
.area-map:hover .area-map-img,
.area-map:hover .area-map-iframe { opacity: 0.75; filter: saturate(0.5) brightness(0.8); }
.area-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
}
.area-map-open {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--orange);
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 5;
}
.area-map-open svg { width: 16px; height: 16px; }
.area-map:hover .area-map-open { opacity: 1; }
.area-map::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(249,114,22,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249,114,22,0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.area-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px; height: 24px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(249,114,22,0.25), 0 0 0 20px rgba(249,114,22,0.12);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 8px rgba(249,114,22,0.25), 0 0 0 20px rgba(249,114,22,0.12); }
  50% { box-shadow: 0 0 0 14px rgba(249,114,22,0.35), 0 0 0 30px rgba(249,114,22,0.06); }
}
.area-map-label {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 8px 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.area-map-stats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.area-map-stat {
  background: rgba(0,0,0,0.8);
  border: 1px solid rgba(249,114,22,0.4);
  padding: 14px 18px;
  backdrop-filter: blur(10px);
  color: #FFFFFF;
}
.area-map-stat .lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px;
  color: var(--orange);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.area-map-stat .val {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 3px;
}
.area-content .section-title { margin-bottom: 24px; }
.counties-list { list-style: none; margin: 30px 0 40px; }
.counties-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: padding 0.3s;
  color: var(--text);
}
.counties-list li:hover { padding-left: 12px; border-bottom-color: var(--orange); }
.counties-list li::before { content: '→'; color: var(--orange); margin-right: 18px; font-size: 24px; }
.counties-list .pop {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
}
.area-content .btn-primary { color: #FFFFFF; }
.area-content .btn-primary:hover { background: var(--bg-dark); color: var(--orange); }

/* ================== CTA BLOCK ================== */
.cta-section { background: var(--bg); padding: 0 40px 120px; }
.cta-block {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%), url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3);
  color: #FFFFFF;
}
.cta-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(249,114,22,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249,114,22,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.cta-corner-tl, .cta-corner-br { position: absolute; width: 100px; height: 100px; pointer-events: none; }
.cta-corner-tl { top: 20px; left: 20px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.cta-corner-br { bottom: 20px; right: 20px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.cta-inner { position: relative; z-index: 2; max-width: 900px; }
.cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--orange);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}
.cta-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }
.cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: #FFFFFF;
}
.cta-title .accent { color: var(--orange); }
.cta-desc { font-size: 17px; color: #D4D4D4; margin-bottom: 40px; max-width: 600px; line-height: 1.7; }
.cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.cta-phone {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 24px;
  border-left: 2px solid var(--orange);
  margin-left: 16px;
}
.cta-phone-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
}
.cta-phone-num {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}

/* ================== FOOTER ================== */
.footer { background: var(--bg-dark); padding: 80px 40px 30px; border-top: 3px solid var(--orange); color: #FFFFFF; }
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand-block { max-width: 320px; }
.footer-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.footer-logo .slash { color: var(--orange); }
.footer-tagline {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--orange);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-desc { font-size: 14px; color: #A3A3A3; line-height: 1.7; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social {
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #D4D4D4;
}
.footer-social:hover { background: var(--orange); border-color: var(--orange); color: #FFFFFF; }
.footer-social svg { width: 16px; height: 16px; }
.footer-col-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 24px;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 14px;
}
.footer-col-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: var(--orange); }
.footer-list { list-style: none; }
.footer-list li { margin-bottom: 12px; }
.footer-list a {
  font-size: 14px;
  color: #A3A3A3;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-list a:hover { color: var(--orange); }
.footer-list a::before { content: '→'; color: var(--orange); opacity: 0; transition: opacity 0.2s; }
.footer-list a:hover::before { opacity: 1; }
.footer-contact-item { display: flex; gap: 12px; margin-bottom: 18px; font-size: 14px; color: #A3A3A3; line-height: 1.5; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item strong { color: #FFFFFF; font-weight: 600; display: block; margin-bottom: 2px; font-size: 13px; }
.footer-bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #737373;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ================== ANIMATIONS ================== */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ================== MOBILE MENU — SLIDE-IN ================== */
.mobile-toggle {
  display: none;
  background: transparent;
  padding: 10px;
  z-index: 200;
  position: relative;
}
.mobile-toggle svg { width: 26px; height: 26px; color: var(--text); }
.mobile-toggle .close-icon { display: none; }
.mobile-toggle.menu-open .hamburger-icon { display: none; }
.mobile-toggle.menu-open .close-icon { display: block; color: var(--orange); }

/* Desktop: menu wrapper is inline flex */
.nav-menu-wrapper {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.mobile-menu-cta { display: none; }
.mobile-overlay { display: none; }
.nav-scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

/* ================== TABLET — 1024px ================== */
@media (max-width: 1024px) {
  .mobile-toggle { display: block; }
  .nav-cta { display: none; }

  /* Dark overlay behind slide-in */
  .mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 140;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .mobile-overlay.menu-open { opacity: 1; visibility: visible; }

  /* Slide-in panel from right */
  .nav-menu-wrapper {
    position: fixed;
    top: 0; right: 0;
    width: 300px; max-width: 85vw;
    height: 100vh; height: 100dvh;
    background: var(--bg);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 160;
    padding: 80px 28px 40px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    border-left: 3px solid var(--orange);
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);
  }
  .nav-menu-wrapper.menu-open { transform: translateX(0); }

  .nav-links {
    flex-direction: column; gap: 0;
    width: 100%; padding: 0;
  }
  .nav-links li { list-style: none; }
  .nav-links a, .nav-links li a {
    display: flex;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px; font-weight: 600;
    letter-spacing: 0.06em;
    padding: 13px 0;
    border-bottom: 1px solid var(--border-soft);
    color: var(--text);
    transition: color 0.2s, padding-left 0.2s;
    text-transform: uppercase;
  }
  .nav-links a:hover, .nav-links li a:hover { color: var(--orange); padding-left: 8px; }
  .nav-links a::after { display: none; }

  /* Mobile dropdown - show sub-menu inline, indented */
  .nav-links .menu-item-has-children > a::before { display: none; }
  .nav-links .menu-item-has-children > a::after {
    content: '+';
    display: inline-block;
    margin-left: auto;
    font-size: 24px;
    font-weight: 300;
    color: var(--orange);
    position: static;
    background: none;
    width: auto; height: auto;
    transition: transform 0.2s;
  }
  /* Mobile sub-menu - clean stacked layout inside the slide panel */
  .nav-links .sub-menu {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: rgba(249, 114, 22, 0.05) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 4px 0 8px 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: none;
    box-sizing: border-box !important;
    list-style: none !important;
  }
  .nav-links .sub-menu::before { display: none !important; }
  .nav-links .menu-item-has-children.menu-open > .sub-menu { display: block !important; }
  .nav-links .menu-item-has-children.menu-open > a::after { transform: rotate(45deg); }

  .nav-links .sub-menu li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: block !important;
  }
  .nav-links .sub-menu li a,
  .nav-links .sub-menu a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 11px 10px 11px 18px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: var(--text-soft) !important;
    border-bottom: 1px solid var(--border-soft) !important;
    border-top: none !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    text-transform: uppercase !important;
    font-family: 'Oswald', sans-serif !important;
    letter-spacing: 0.04em !important;
    font-weight: 500 !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  .nav-links .sub-menu li a::before,
  .nav-links .sub-menu a::before {
    content: '→' !important;
    display: inline-block !important;
    margin-right: 10px !important;
    color: var(--orange) !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    transform: none !important;
    vertical-align: 0 !important;
  }
  .nav-links .sub-menu li a:hover,
  .nav-links .sub-menu a:hover {
    color: var(--orange) !important;
    padding-left: 24px !important;
    background: rgba(249, 114, 22, 0.1) !important;
  }
  .nav-links .sub-menu li:last-child a { border-bottom: none !important; }

  .mobile-menu-cta {
    display: flex; flex-direction: column;
    gap: 10px; margin-top: 24px; width: 100%;
  }
  .mobile-phone-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: transparent; border: 2px solid var(--orange);
    color: var(--orange); padding: 14px 20px;
    font-family: 'Oswald', sans-serif; font-weight: 700;
    font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase;
  }
  .mobile-phone-btn svg { width: 18px; height: 18px; }
  .mobile-estimate-btn {
    display: block; background: var(--orange); color: #FFFFFF;
    padding: 16px 20px;
    font-family: 'Oswald', sans-serif; font-weight: 700;
    font-size: 14px; letter-spacing: 0.1em;
    text-align: center; text-transform: uppercase;
  }

  .section { padding: 70px 28px; }
  .hero { padding: 70px 28px 50px; min-height: 85vh; }
  .hero-title { font-size: clamp(46px, 10vw, 100px); }
  .hero-corner-tl, .hero-corner-br { width: 70px; height: 70px; }
  .hero-corner-tl { top: 14px; left: 14px; }
  .hero-corner-br { bottom: 14px; right: 14px; }
}

/* ================== SMALL TABLET — 900px ================== */
@media (max-width: 900px) {
  .services-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .section-header { grid-template-columns: 1fr; gap: 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .strip-item:nth-child(2n) { border-right: none; }
  .why-image { height: 350px; }
  .area-map { height: 320px; }
  .section-title { font-size: clamp(34px, 7vw, 64px); }
  .cta-block { padding: 60px 36px; }
  .cta-title { font-size: clamp(34px, 7vw, 56px); }
  .stats-bar { padding: 50px 28px; }
  .stat-num { font-size: clamp(42px, 10vw, 64px); }
}

/* ================== LARGE PHONE — 768px ================== */
@media (max-width: 768px) {
  /* Top bar compact */
  .top-bar-inner { justify-content: center; text-align: center; }
  .top-bar-right { display: none; }
  .top-bar-hide-mobile { display: none; }
  .top-bar { padding: 6px 0; }
  .top-bar-left span { font-size: 9px; letter-spacing: 0.06em; }

  /* Nav compact */
  .nav-inner { padding: 12px 16px; }
  .nav-logo img, .custom-logo-link img { max-height: 44px; width: auto; }

  /* Section headers MUCH smaller */
  .section-title { font-size: clamp(30px, 8vw, 52px); }
  .section-number { font-size: 10px; letter-spacing: 0.2em; }
  .section-desc { font-size: 14px; }
  .section-header { margin-bottom: 40px; }

  /* Hero tighter */
  .hero { min-height: 75vh; padding: 50px 20px 40px; }
  .hero-eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero-eyebrow::before { width: 24px; }
  .hero-title { font-size: clamp(38px, 12vw, 72px); margin-bottom: 16px; }
  .hero-sub { font-size: 14px; margin-bottom: 28px; line-height: 1.5; max-width: 100%; }

  /* Hero buttons stacked but compact */
  .hero-buttons { flex-direction: column; gap: 10px; margin-bottom: 36px; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; padding: 16px 24px; font-size: 13px; }

  /* Trust bar — tight 2x2 grid */
  .hero-trust {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 14px; padding-top: 24px;
  }
  .trust-value { font-size: 17px; }
  .trust-label { font-size: 8px; letter-spacing: 0.15em; }

  /* Services strip compact */
  .strip-item { padding: 18px 16px; gap: 12px; }
  .strip-icon { width: 38px; height: 38px; }
  .strip-icon svg { width: 18px; height: 18px; }
  .strip-title { font-size: 13px; }
  .strip-label { font-size: 8px; }

  /* Service cards — 2 per row, compact */
  .service-card { padding: 28px 20px; min-height: auto; }
  .service-title { font-size: 18px; margin-bottom: 8px; }
  .service-desc { font-size: 12px; line-height: 1.5; }
  .service-icon { width: 44px; height: 44px; margin-bottom: 18px; }
  .service-icon svg { width: 22px; height: 22px; }
  .service-number { margin-bottom: 14px; font-size: 10px; }
  .service-arrow { margin-top: 16px; font-size: 10px; }

  /* Projects — HORIZONTAL SCROLL CAROUSEL */
  .projects-grid {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 12px;
    scrollbar-width: none;
  }
  .projects-grid::-webkit-scrollbar { display: none; }
  .project {
    min-width: 72vw;
    height: 200px;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  .project.tall, .project.wide {
    min-width: 72vw;
    height: 200px;
    grid-row: unset !important;
    grid-column: unset !important;
  }
  .project-title { font-size: 15px; }
  .project-tag { font-size: 9px; }
  .project-info { opacity: 1; transform: translateY(0); }
  .projects-cta { margin-top: 30px; }

  /* Stats — tight 2x2 */
  .stats-bar { padding: 40px 20px; }
  .stat { padding-left: 16px; }
  .stat-num { font-size: clamp(36px, 11vw, 52px); }
  .stat-label { font-size: 11px; letter-spacing: 0.08em; }

  /* Testimonials carousel mobile adjustments */
  .testimonial {
    padding: 24px 20px;
  }
  .testimonial-text { font-size: 13px; margin-bottom: 18px; line-height: 1.6; }
  .testimonial-quote { font-size: 48px; top: 10px; right: 14px; }
  .testimonial-stars { font-size: 13px; margin-bottom: 14px; }
  .testimonial-avatar { width: 36px; height: 36px; font-size: 15px; }
  .testimonial-name { font-size: 13px; }
  .testimonial-date { font-size: 9px; }
  .testimonial-author { padding-top: 14px; gap: 10px; }

  /* Google badge compact */
  .google-badge { padding: 12px 16px; gap: 10px; margin-top: 18px; }
  .google-badge-g { width: 24px; height: 24px; font-size: 14px; }
  .google-badge-stars { font-size: 13px; }
  .google-badge-text { font-size: 9px; }

  /* Why section tighter */
  .why-image { height: 280px; }
  .why-image-badge { padding: 16px 20px; bottom: 16px; left: 16px; }
  .why-image-badge .num { font-size: 36px; }
  .why-image-badge .lbl { font-size: 8px; }
  .why-image-frame { width: 50px; height: 50px; top: -10px; left: -10px; }
  .why-intro { font-size: 14px; margin-bottom: 28px; }
  .value-card { padding: 20px 16px; }
  .value-num { font-size: 24px; margin-bottom: 8px; }
  .value-title { font-size: 14px; margin-bottom: 4px; }
  .value-desc { font-size: 11px; }

  /* Area section compact */
  .area-map { height: 250px; }
  .area-map-label { font-size: 11px; padding: 6px 10px; }
  .area-map-stat { padding: 10px 12px; }
  .area-map-stat .lbl { font-size: 8px; }
  .area-map-stat .val { font-size: 15px; }
  .counties-list li { font-size: 16px; padding: 12px 0; }
  .counties-list .pop { font-size: 9px; }

  /* CTA compact */
  .cta-section { padding: 0 20px 60px; }
  .cta-block { padding: 40px 24px; }
  .cta-title { font-size: clamp(28px, 8vw, 44px); margin-bottom: 16px; }
  .cta-eyebrow { font-size: 10px; margin-bottom: 16px; }
  .cta-desc { font-size: 14px; margin-bottom: 28px; }
  .cta-buttons { flex-direction: column; gap: 16px; }
  .cta-phone {
    border-left: none; padding-left: 0; margin-left: 0;
    padding-top: 14px; border-top: 1px solid var(--orange);
    align-items: center; text-align: center;
  }
  .cta-phone-num { font-size: 20px; }
  .cta-corner-tl, .cta-corner-br { width: 50px; height: 50px; }
  .cta-corner-tl { top: 12px; left: 12px; }
  .cta-corner-br { bottom: 12px; right: 12px; }

  /* Footer COMPACT — Services & Company side by side */
  .footer { padding: 36px 20px 18px; border-top-width: 2px; }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "services company"
      "contact contact";
    gap: 22px 20px;
    padding-bottom: 22px;
  }
  .footer-brand-block {
    grid-area: brand;
    text-align: center;
    max-width: none;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .footer-top > div:nth-child(2) { grid-area: services; }
  .footer-top > div:nth-child(3) { grid-area: company; }
  .footer-top > div:nth-child(4) {
    grid-area: contact;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .footer-logo { font-size: 22px; margin-bottom: 6px; }
  .footer-tagline { font-size: 9px; margin-bottom: 10px; letter-spacing: 0.15em; }
  .footer-desc { font-size: 11px; margin-bottom: 12px; line-height: 1.5; }
  .footer-socials { justify-content: center; gap: 8px; }
  .footer-social { width: 32px; height: 32px; }
  .footer-social svg { width: 13px; height: 13px; }
  .footer-col-title {
    font-size: 11px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    letter-spacing: 0.12em;
  }
  .footer-col-title::after { width: 24px; height: 2px; }
  .footer-list li { margin-bottom: 7px; }
  .footer-list a { font-size: 12px; }
  .footer-list a::before { display: none; }
  .footer-contact-item {
    font-size: 11px;
    margin-bottom: 10px;
    gap: 8px;
    line-height: 1.4;
  }
  .footer-contact-item svg { width: 13px; height: 13px; }
  .footer-contact-item strong { font-size: 10px; margin-bottom: 1px; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 4px;
    font-size: 9px;
    padding-top: 14px;
    letter-spacing: 0.12em;
  }

  .section { padding: 50px 20px; }
}

/* ================== PHONE — 600px ================== */
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; gap: 1px; }
  .hero { min-height: 70vh; }
  .hero-title { font-size: clamp(34px, 13vw, 56px); line-height: 0.88; }
  .hero-sub { font-size: 13px; }

  /* Values 1 column */
  .values-grid { grid-template-columns: 1fr; }
}

/* ================== SMALL PHONE — 500px ================== */
@media (max-width: 500px) {
  .services-strip-inner { grid-template-columns: 1fr; }
  .strip-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .strip-item:last-child { border-bottom: none; }

  .stats-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .stat { margin-bottom: 0; }

  /* Keep services + company side by side even on small phones */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "services company"
      "contact contact";
    gap: 18px 16px;
  }
  .footer-top > div:nth-child(4) { text-align: center; }
  .footer-top > div:nth-child(4) .footer-col-title::after { left: 50%; transform: translateX(-50%); }
  .footer-top > div:nth-child(4) .footer-contact-item { justify-content: center; text-align: center; }
  .footer-list a { font-size: 11px; }
  .footer-col-title { font-size: 10px; }

  .nav-inner { padding: 10px 14px; }
  .nav-logo img, .custom-logo-link img { max-height: 38px; }

  .hero { padding: 40px 14px 32px; }
  .hero-corner-tl, .hero-corner-br { width: 40px; height: 40px; }
  .hero-corner-tl { top: 8px; left: 8px; }
  .hero-corner-br { bottom: 8px; right: 8px; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 16px; }
  .hero-eyebrow::before { width: 20px; }
  .hero-buttons { gap: 8px; margin-bottom: 28px; }
  .btn-primary, .btn-secondary { padding: 14px 20px; font-size: 12px; }
  .hero-trust { gap: 12px; padding-top: 20px; }
  .trust-value { font-size: 16px; }
  .trust-label { font-size: 8px; }

  .section { padding: 40px 16px; }

  .project { min-width: 80vw; height: 180px; }
  .project.tall, .project.wide { min-width: 80vw; height: 180px; }

  .testimonial { min-width: 85vw; padding: 20px 16px; }

  .cta-block { padding: 32px 18px; }
  .cta-title { font-size: 26px; }

  .theme-toggle { width: 42px; height: 42px; bottom: 16px; right: 16px; }
  .theme-toggle svg { width: 16px; height: 16px; }

  .area-map { height: 220px; }
  .area-map-stats { gap: 6px; }
  .area-map-stat { padding: 8px 10px; }
}

/* ================== VERY SMALL — 375px ================== */
@media (max-width: 375px) {
  .hero-title { font-size: 32px; }
  .hero-sub { font-size: 12px; }
  .hero-trust { grid-template-columns: 1fr 1fr; gap: 10px; }
  .trust-value { font-size: 15px; }

  .section-title { font-size: 28px; }

  .service-card { padding: 24px 18px; }
  .service-title { font-size: 16px; }
  .service-desc { font-size: 11px; }
  .service-icon { width: 40px; height: 40px; }

  .stat-num { font-size: 36px; }

  .testimonial-text { font-size: 12px; }

  .cta-title { font-size: 24px; }

  .nav-links a, .nav-links li a { font-size: 18px; padding: 12px 0; }
  .mobile-phone-btn { font-size: 13px; padding: 12px 16px; }
  .mobile-estimate-btn { font-size: 13px; padding: 14px 16px; }

  .why-image { height: 220px; }
  .why-image-badge .num { font-size: 28px; }
  .why-intro { font-size: 13px; }

  .counties-list li { font-size: 14px; }
}


/* ================== ABOUT PAGE ================== */

/* Hero */
.about-hero {
  min-height: 70vh;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 100%),
    url('https://images.unsplash.com/photo-1621905251189-08b45d6a269e?w=1920&q=80') center/cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 40px 80px;
  overflow: hidden;
  color: #FFFFFF;
}
.about-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.about-hero-corner-tl, .about-hero-corner-br {
  position: absolute; width: 120px; height: 120px; pointer-events: none; z-index: 2;
}
.about-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.about-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.about-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.about-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 600; letter-spacing: 0.2em;
  color: var(--orange); text-transform: uppercase; margin-bottom: 28px;
}
.about-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }
.about-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(52px, 9vw, 130px);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin-bottom: 24px; color: #FFFFFF;
}
.about-slash { color: var(--orange); }
.about-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }
.about-hero-sub {
  font-size: clamp(15px, 1.5vw, 19px);
  color: #E5E5E5; max-width: 620px; line-height: 1.6;
}

/* Shared section styles */
.about-section { padding: 100px 40px; }
.about-section-alt { background: var(--bg-section); }
.about-section-inner { max-width: 1400px; margin: 0 auto; }
.about-section-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600;
}
.about-section-number::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.about-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(38px, 5.5vw, 80px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 36px;
}
.about-accent { color: var(--orange); }
.about-outline-text { -webkit-text-stroke: 2px var(--text); color: transparent; }

/* Origin Story Grid */
.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: start;
}
.about-story-image { position: relative; }
.about-img-placeholder {
  background: var(--bg-alt);
  border: 1px solid var(--border);
  height: 500px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 14px; color: var(--text-muted);
}
.about-img-placeholder svg { width: 60px; height: 60px; opacity: 0.4; }
.about-img-placeholder span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 600;
}
.about-img-placeholder .about-img-sub {
  font-size: 9px; color: var(--orange); margin-top: -8px;
}
.about-img-dark { background: var(--bg-dark); color: #A3A3A3; border-color: rgba(255,255,255,0.08); }
.about-story-badge {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--orange);
  padding: 20px 24px; color: #FFFFFF;
}
.about-badge-num {
  font-family: 'Oswald', sans-serif;
  font-size: 48px; font-weight: 700; line-height: 1; display: block;
}
.about-badge-lbl {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.2em;
  text-transform: uppercase; margin-top: 4px; display: block; font-weight: 600;
}
.about-story-frame {
  position: absolute; top: -14px; left: -14px;
  width: 60px; height: 60px;
  border-top: 3px solid var(--orange); border-left: 3px solid var(--orange);
}

/* Story text */
.about-story-text { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-story-text p { font-size: 16px; color: var(--text-soft); line-height: 1.75; }
.about-story-text strong { color: var(--text); font-weight: 700; }

/* Timeline */
.about-timeline { display: flex; flex-direction: column; gap: 0; border-left: 2px solid var(--border); padding-left: 24px; }
.about-timeline-item {
  position: relative; padding: 16px 0;
  border-bottom: 1px solid var(--border-soft);
  display: grid; grid-template-columns: 70px 1fr; gap: 16px; align-items: center;
}
.about-timeline-item:last-child { border-bottom: none; }
.about-timeline-item::before {
  content: '';
  position: absolute; left: -30px; top: 50%; transform: translateY(-50%);
  width: 12px; height: 12px;
  background: var(--orange); border-radius: 50%;
}
.about-timeline-year {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 700;
  color: var(--orange); letter-spacing: 0.02em;
}
.about-timeline-text { font-size: 14px; color: var(--text-soft); line-height: 1.5; }

/* Stats bar */
.about-stats-bar { background: var(--orange); padding: 60px 40px; }
.about-stats-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
}
.about-stat { border-left: 3px solid #1A1A1A; padding-left: 20px; }
.about-stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700; line-height: 0.95;
  color: #1A1A1A; letter-spacing: -0.02em;
}
.about-stat-label {
  font-family: 'Oswald', sans-serif;
  font-size: 13px; font-weight: 600;
  color: #1A1A1A; letter-spacing: 0.1em; text-transform: uppercase;
}

/* Present section */
.about-present-grid {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center;
}
.about-present-text { font-size: 16px; color: var(--text-soft); line-height: 1.75; margin-bottom: 20px; }
.about-values-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.about-value-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-card); border: 1px solid var(--border);
  padding: 10px 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.1em;
  color: var(--text); text-transform: uppercase; font-weight: 600;
  transition: all 0.2s;
}
.about-value-pill:hover { border-color: var(--orange); color: var(--orange); }
.about-value-pill svg { width: 14px; height: 14px; color: var(--orange); flex-shrink: 0; }
.about-present-images { display: flex; flex-direction: column; gap: 14px; }
.about-present-img-main .about-img-placeholder { height: 320px; }
.about-present-img-small .about-img-placeholder { height: 180px; }

/* Team section */
.about-team-header { margin-bottom: 50px; }
.about-team-desc { font-size: 16px; color: var(--text-soft); max-width: 600px; line-height: 1.7; margin-top: 16px; }
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
}
.about-team-card {
  background: var(--bg-card); padding: 32px 24px;
  transition: all 0.3s;
}
.about-team-card:hover { background: var(--bg-alt); }
.about-team-lead { border-top: 3px solid var(--orange); }
.about-team-photo { margin-bottom: 20px; }
.about-team-photo .about-img-placeholder {
  height: 160px; border-radius: 0;
}
.about-team-photo .about-img-placeholder svg { width: 40px; height: 40px; }
.about-team-name {
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 700;
  text-transform: uppercase; color: var(--text);
  margin-bottom: 4px; letter-spacing: 0.02em;
}
.about-team-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 12px; font-weight: 600;
}
.about-team-bio { font-size: 13px; color: var(--text-soft); line-height: 1.6; }
.about-team-note {
  text-align: center; margin-top: 30px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--text-muted);
  letter-spacing: 0.1em;
}

/* Military Discount */
.about-military {
  background: var(--bg-dark);
  padding: 100px 40px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.about-military::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(249,114,22,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249,114,22,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.about-military-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr;
  gap: 80px; align-items: center; position: relative; z-index: 2;
}
.about-military-icon {
  width: 180px; height: 180px;
  background: rgba(249,114,22,0.1);
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-military-icon svg { width: 90px; height: 90px; color: var(--orange); }
.about-military-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 16px; font-weight: 600;
  display: flex; align-items: center; gap: 12px;
}
.about-military-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.about-military-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700; line-height: 0.95;
  text-transform: uppercase; letter-spacing: -0.01em;
  margin-bottom: 20px; color: #FFFFFF;
}
.about-military-accent { color: var(--orange); }
.about-military-text { font-size: 16px; color: #D4D4D4; line-height: 1.7; margin-bottom: 28px; }
.about-military-text strong { color: #FFFFFF; font-weight: 700; }
.about-military-list {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 36px;
}
.about-military-item {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 600;
  color: #FFFFFF; text-transform: uppercase; letter-spacing: 0.02em;
}
.about-military-item svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; }
.about-military-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--orange); color: #FFFFFF;
  padding: 16px 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  padding-left: 42px; padding-right: 42px;
  transition: all 0.2s;
}
.about-military-btn:hover { background: #FFFFFF; color: #1A1A1A; }
.about-military-btn svg { width: 18px; height: 18px; }

/* CTA */
.about-cta-section { padding: 0 40px 100px; background: var(--bg-section); }
.about-cta-block {
  max-width: 1400px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover;
  padding: 90px 60px;
  position: relative; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3);
  color: #FFFFFF;
}
.about-cta-corner-tl, .about-cta-corner-br { position: absolute; width: 80px; height: 80px; pointer-events: none; }
.about-cta-corner-tl { top: 16px; left: 16px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.about-cta-corner-br { bottom: 16px; right: 16px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.about-cta-inner { position: relative; z-index: 2; max-width: 820px; }
.about-cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 20px; display: inline-flex; align-items: center; gap: 12px; font-weight: 600;
}
.about-cta-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.about-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 700; line-height: 0.9;
  text-transform: uppercase; letter-spacing: -0.02em;
  margin-bottom: 22px; color: #FFFFFF;
}
.about-cta-desc { font-size: 16px; color: #D4D4D4; margin-bottom: 36px; line-height: 1.7; }
.about-cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.about-btn-primary {
  background: var(--orange); color: #FFFFFF;
  padding: 17px 42px;
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  transition: all 0.2s;
}
.about-btn-primary:hover { background: #FFFFFF; color: #1A1A1A; transform: translateY(-2px); }
.about-btn-primary svg { width: 18px; height: 18px; }
.about-cta-phone {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 22px; border-left: 2px solid var(--orange); margin-left: 14px;
}
.about-phone-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.about-phone-num { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; }
.about-phone-num a { color: #FFFFFF; }

/* ================== ABOUT PAGE RESPONSIVE ================== */
@media (max-width: 1024px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-story-badge { right: 0; }
  .about-present-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-military-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-military-icon { display: none; }
  .about-team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  /* Prevent any horizontal overflow */
  .about-section, .about-section-inner, .about-hero, .about-military, .about-cta-section { overflow-x: hidden; }

  /* Hero — tight */
  .about-hero { padding: 60px 20px 40px; min-height: 45vh; }
  .about-hero-title { font-size: clamp(36px, 11vw, 60px); margin-bottom: 14px; }
  .about-hero-sub { font-size: 13px; line-height: 1.5; }
  .about-hero-eyebrow { font-size: 10px; margin-bottom: 16px; }
  .about-hero-corner-tl, .about-hero-corner-br { width: 50px; height: 50px; }
  .about-hero-corner-tl { top: 12px; left: 12px; }
  .about-hero-corner-br { bottom: 12px; right: 12px; }

  /* Sections */
  .about-section { padding: 40px 20px; }
  .about-section-title { font-size: clamp(26px, 7vw, 44px); margin-bottom: 20px; }
  .about-section-number { font-size: 10px; margin-bottom: 10px; }

  /* Story image — compact */
  .about-img-placeholder { height: 160px; }
  .about-img-placeholder svg { width: 36px; height: 36px; }
  .about-img-placeholder span { font-size: 9px; }
  .about-story-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
    padding: 14px 20px;
  }
  .about-badge-num { font-size: 32px; }
  .about-badge-lbl { font-size: 8px; }
  .about-story-frame { display: none; }

  /* Story text — compact, hide extras */
  .about-story-text { gap: 10px; margin-bottom: 24px; }
  .about-story-text p { font-size: 13px; line-height: 1.6; }
  .about-story-text p:nth-child(3),
  .about-story-text p:nth-child(4) { display: none; }

  /* Timeline — 2x2 grid (NOT horizontal scroll) */
  .about-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border-left: none;
    padding-left: 0;
    margin-top: 16px;
  }
  .about-timeline-item {
    display: block;
    padding: 14px 14px;
    background: var(--bg-alt);
    border: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    grid-template-columns: unset;
    gap: 4px;
  }
  .about-timeline-item::before {
    position: static;
    transform: none;
    display: block;
    width: 8px; height: 8px;
    margin-bottom: 8px;
  }
  .about-timeline-year { font-size: 18px; margin-bottom: 4px; display: block; }
  .about-timeline-text { font-size: 11px; line-height: 1.4; display: block; }

  /* Stats bar — 2x2 */
  .about-stats-bar { padding: 30px 20px; }
  .about-stats-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .about-stat { padding-left: 14px; }
  .about-stat-num { font-size: 36px; }
  .about-stat-label { font-size: 10px; letter-spacing: 0.06em; }

  /* Present — hide images */
  .about-present-images { display: none; }
  .about-present-grid { grid-template-columns: 1fr; gap: 0; }
  .about-present-text { font-size: 13px; line-height: 1.6; margin-bottom: 14px; }
  .about-present-content > .about-present-text:nth-of-type(2) { display: none; }

  /* Values pills — GRID 2 columns (reliable) */
  .about-values-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .about-value-pill {
    font-size: 9px;
    padding: 10px 10px;
    flex: unset;
    width: 100%;
    box-sizing: border-box;
  }
  .about-value-pill svg { width: 12px; height: 12px; }

  /* Team — carousel on mobile */
  .about-team-carousel {
    overflow: hidden;
    position: relative;
  }
  .about-team-grid {
    display: flex !important;
    grid-template-columns: none;
    gap: 0;
    border: none;
    overflow: visible;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  }
  .about-team-card {
    display: block !important;
    background: var(--bg-card);
    border: 1px solid var(--border);
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
  .about-team-lead { border-top: 3px solid var(--orange); }
  .about-team-photo .about-img-placeholder { height: 140px; }
  .about-team-photo .about-img-placeholder svg { width: 32px; height: 32px; }
  .about-team-photo img { height: 180px; }
  .about-team-name { font-size: 16px; }
  .about-team-role { font-size: 8px; }
  .about-team-bio { font-size: 12px; }
  .about-team-note { font-size: 10px; margin-top: 16px; }
  .about-team-header { margin-bottom: 28px; }
  .about-team-desc { font-size: 13px; margin-top: 10px; }

  /* Military — compact */
  .about-military { padding: 40px 20px; }
  .about-military-eyebrow { font-size: 9px; margin-bottom: 12px; }
  .about-military-title { font-size: 22px; margin-bottom: 14px; line-height: 1; }
  .about-military-text { font-size: 13px; margin-bottom: 18px; line-height: 1.6; }
  .about-military-list { grid-template-columns: 1fr; gap: 8px; margin-bottom: 24px; }
  .about-military-item { font-size: 13px; gap: 8px; }
  .about-military-item svg { width: 16px; height: 16px; }
  .about-military-btn {
    width: 100%; justify-content: center;
    padding: 14px 20px; font-size: 13px;
    clip-path: none;
    box-sizing: border-box;
  }

  /* CTA — compact */
  .about-cta-section { padding: 0 20px 50px; }
  .about-cta-block { padding: 36px 20px; }
  .about-cta-corner-tl, .about-cta-corner-br { width: 40px; height: 40px; }
  .about-cta-corner-tl { top: 10px; left: 10px; }
  .about-cta-corner-br { bottom: 10px; right: 10px; }
  .about-cta-eyebrow { font-size: 9px; margin-bottom: 12px; }
  .about-cta-title { font-size: clamp(22px, 7vw, 34px); margin-bottom: 12px; }
  .about-cta-desc { font-size: 13px; margin-bottom: 22px; }
  .about-cta-buttons { flex-direction: column; gap: 14px; align-items: stretch; }
  .about-btn-primary {
    width: 100%; justify-content: center;
    padding: 14px 20px; font-size: 13px;
    clip-path: none;
    box-sizing: border-box;
  }
  .about-cta-phone {
    border-left: none; padding-left: 0; margin-left: 0;
    border-top: 1px solid rgba(249,114,22,0.4);
    padding-top: 14px; align-items: center; text-align: center;
  }
  .about-phone-label { font-size: 9px; }
  .about-phone-num { font-size: 20px; }
}

@media (max-width: 500px) {
  .about-hero-title { font-size: 32px; }
  .about-hero { min-height: 40vh; padding: 50px 16px 36px; }
  .about-stats-inner { grid-template-columns: 1fr 1fr; }
  .about-stat-num { font-size: 32px; }
  .about-value-pill { flex: 0 0 100%; }
  .about-timeline-item { min-width: 120px; }
}



/* ================== CONTACT PAGE ================== */

/* Hero */
.contact-hero {
  min-height: 60vh;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920&q=80') center/cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 110px 40px 70px;
  overflow: hidden;
  color: #FFFFFF;
}
.contact-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.contact-hero-corner-tl, .contact-hero-corner-br {
  position: absolute; width: 110px; height: 110px; pointer-events: none; z-index: 2;
}
.contact-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.contact-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.contact-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.contact-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 600; letter-spacing: 0.2em;
  color: var(--orange); text-transform: uppercase; margin-bottom: 24px;
}
.contact-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }
.contact-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(50px, 9vw, 120px);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin-bottom: 22px; color: #FFFFFF;
}
.contact-slash { color: var(--orange); }
.contact-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }
.contact-hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #E5E5E5; max-width: 680px; line-height: 1.6;
  margin-bottom: 32px;
}
.contact-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-hero-btn-primary, .contact-hero-btn-secondary {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 16px 36px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.25s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  padding-left: 40px; padding-right: 40px;
}
.contact-hero-btn-primary { background: var(--orange); color: #FFFFFF; }
.contact-hero-btn-primary:hover { background: #FFFFFF; color: var(--bg-dark); }
.contact-hero-btn-secondary {
  background: transparent; color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.4);
  clip-path: none; padding: 14px 32px;
}
.contact-hero-btn-secondary:hover { border-color: var(--orange); color: var(--orange); }
.contact-hero-btn-primary svg, .contact-hero-btn-secondary svg { width: 16px; height: 16px; }

/* Contact Cards Strip */
.contact-strip { background: var(--bg-section); padding: 60px 40px; }
.contact-strip-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 32px 26px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  display: block;
}
.contact-card:not(.contact-card-nohover):hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(249,114,22,0.12);
}
.contact-card-icon {
  width: 48px; height: 48px;
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background 0.3s;
}
.contact-card:not(.contact-card-nohover):hover .contact-card-icon { background: var(--orange); }
.contact-card:not(.contact-card-nohover):hover .contact-card-icon svg { color: #FFFFFF; }
.contact-card-icon svg { width: 22px; height: 22px; color: var(--orange); transition: color 0.3s; }
.contact-card-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 10px; font-weight: 600;
}
.contact-card-value {
  font-family: 'Oswald', sans-serif;
  font-size: 22px; font-weight: 700;
  text-transform: uppercase; line-height: 1.15;
  color: var(--text); margin-bottom: 8px;
  letter-spacing: -0.005em;
}
.contact-card-value-small { font-size: 15px; text-transform: none; line-height: 1.4; letter-spacing: 0; }
.contact-card-sub {
  font-size: 12px; color: var(--text-muted);
  line-height: 1.5;
}
.contact-card-arrow {
  position: absolute; top: 28px; right: 24px;
  color: var(--orange); font-size: 18px;
  opacity: 0; transform: translate(-6px, 6px);
  transition: all 0.3s;
}
.contact-card:not(.contact-card-nohover):hover .contact-card-arrow { opacity: 1; transform: translate(0,0); }

/* Shared Section */
.contact-section-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600;
}
.contact-section-number::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.contact-accent { color: var(--orange); }
.contact-outline-text { -webkit-text-stroke: 2px var(--text); color: transparent; }

/* Quick Contact Form */
.contact-form-section { padding: 100px 40px; background: var(--bg); }
.contact-form-inner { max-width: 1400px; margin: 0 auto; }
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: start;
}
.contact-form-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 28px;
}
.contact-form-desc {
  font-size: 16px; color: var(--text-soft);
  line-height: 1.7; margin-bottom: 32px;
}
.contact-form-highlights { display: flex; flex-direction: column; gap: 14px; }
.contact-highlight {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px; font-weight: 600;
  color: var(--text); text-transform: uppercase;
  letter-spacing: 0.02em;
}
.contact-highlight svg { width: 22px; height: 22px; color: var(--orange); flex-shrink: 0; }

.contact-form-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 40px;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.contact-form-box::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px;
  width: 60px; height: 60px;
  border-top: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
}
.contact-form-header {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 28px;
  text-transform: uppercase; font-weight: 600;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

/* Forms */
.muthler-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: flex; flex-direction: column; gap: 6px; }
.form-row-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--text-soft);
  letter-spacing: 0.15em; text-transform: uppercase;
  font-weight: 600;
}
.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: 'Archivo', sans-serif;
  font-size: 15px;
  transition: all 0.2s;
  font-weight: 400;
  box-sizing: border-box;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(249,114,22,0.1);
}
.form-row textarea { resize: vertical; font-family: 'Archivo', sans-serif; }
.form-row select { cursor: pointer; }

.form-submit-btn {
  background: var(--orange); color: #FFFFFF;
  padding: 18px 32px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  transition: all 0.2s;
  border: none; cursor: pointer;
  margin-top: 10px;
}
.form-submit-btn:hover { background: var(--bg-dark); color: var(--orange); transform: translateY(-2px); }
.form-submit-btn svg { width: 18px; height: 18px; }
.form-submit-large { padding: 22px 40px; font-size: 16px; }
.form-note {
  font-size: 12px; color: var(--text-muted);
  margin-top: 14px; text-align: center;
  font-family: 'JetBrains Mono', monospace;
}

/* Detailed Estimate Form */
.contact-estimate-section {
  padding: 100px 40px;
  background: var(--bg-section);
  position: relative;
}
.contact-estimate-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--grid-lines) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-lines) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.contact-estimate-inner { max-width: 1000px; margin: 0 auto; position: relative; z-index: 2; }
.contact-estimate-header { text-align: center; margin-bottom: 60px; }
.contact-estimate-header .contact-section-number { justify-content: center; }
.contact-estimate-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 24px;
}
.contact-estimate-desc {
  font-size: 16px; color: var(--text-soft);
  line-height: 1.7; max-width: 700px; margin: 0 auto;
}
.contact-estimate-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 50px 50px;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.contact-estimate-box::before, .contact-estimate-box::after {
  content: '';
  position: absolute;
  width: 60px; height: 60px;
  pointer-events: none;
}
.contact-estimate-box::before { top: -2px; left: -2px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.contact-estimate-box::after { bottom: -2px; right: -2px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.form-step { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid var(--border-soft); }
.form-step:last-of-type { border-bottom: none; padding-bottom: 0; }
.form-step-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.form-step-num {
  width: 40px; height: 40px;
  background: var(--orange); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 16px;
}
.form-step-title {
  font-family: 'Oswald', sans-serif;
  font-size: 22px; font-weight: 700;
  text-transform: uppercase; letter-spacing: -0.005em;
  color: var(--text); margin: 0;
}
.muthler-form-detailed { display: flex; flex-direction: column; }
.muthler-form-detailed .form-row { margin-bottom: 16px; }
.muthler-form-detailed .form-row-split { margin-bottom: 16px; gap: 20px; }

/* Checkbox grid */
.form-checkbox-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin-top: 8px;
}
.form-checkbox {
  display: flex; align-items: center;
  gap: 10px; cursor: pointer;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: all 0.2s;
  font-size: 14px;
  color: var(--text);
}
.form-checkbox:hover { border-color: var(--orange); }
.form-checkbox input { margin: 0; accent-color: var(--orange); width: 16px; height: 16px; }
.form-checkbox input:checked + span { color: var(--orange); font-weight: 600; }
.form-checkbox span { transition: all 0.2s; }

/* Radio */
.form-radio-row { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.form-radio {
  display: flex; align-items: center;
  gap: 10px; cursor: pointer;
  font-size: 14px; color: var(--text);
}
.form-radio input { accent-color: var(--orange); width: 16px; height: 16px; }

/* Fallback form - hide when CF7 is active */
.contact-form-fallback { display: block; }
.wpcf7 + .contact-form-fallback { display: none; }

/* Service Area */
.contact-area-section { padding: 100px 40px; background: var(--bg); }
.contact-area-inner { max-width: 1400px; margin: 0 auto; }
.contact-area-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.contact-area-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(38px, 5.5vw, 76px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 24px;
}
.contact-area-desc {
  font-size: 16px; color: var(--text-soft);
  line-height: 1.7; margin-bottom: 32px;
}
.contact-counties { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.contact-county {
  background: var(--bg-card);
  padding: 22px 24px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.2s;
}
.contact-county:hover { background: var(--bg-alt); padding-left: 30px; }
.contact-county-name {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; font-weight: 600;
  text-transform: uppercase; color: var(--text);
  letter-spacing: 0.02em;
}
.contact-county-status {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600;
}

.contact-area-info { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.contact-area-card {
  background: var(--bg-card);
  padding: 28px 26px;
  transition: all 0.2s;
}
.contact-area-card:hover { background: var(--bg-alt); }
.contact-area-card-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 10px;
}
.contact-area-card-value {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 600;
  color: var(--text); line-height: 1.35;
  text-transform: uppercase; letter-spacing: 0.02em;
}
.contact-area-card-value a { color: var(--text); transition: color 0.2s; }
.contact-area-card-value a:hover { color: var(--orange); }
.contact-area-sub {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 12px; font-weight: 400;
  text-transform: none; color: var(--text-muted);
  letter-spacing: 0; margin-top: 4px;
}

/* ================== CONTACT PAGE RESPONSIVE ================== */
@media (max-width: 1024px) {
  .contact-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .contact-form-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-area-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 768px) {
  /* Prevent horizontal overflow */
  .contact-hero, .contact-strip, .contact-form-section, .contact-estimate-section, .contact-area-section { overflow-x: hidden; }

  /* Hero - tighter */
  .contact-hero { padding: 50px 18px 34px; min-height: 40vh; }
  .contact-hero-title { font-size: clamp(32px, 10vw, 52px); margin-bottom: 12px; }
  .contact-hero-sub { font-size: 13px; line-height: 1.5; margin-bottom: 20px; }
  .contact-hero-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .contact-hero-eyebrow::before { width: 24px; }
  .contact-hero-corner-tl, .contact-hero-corner-br { width: 42px; height: 42px; }
  .contact-hero-corner-tl { top: 10px; left: 10px; }
  .contact-hero-corner-br { bottom: 10px; right: 10px; }
  .contact-hero-actions { flex-direction: column; gap: 8px; }
  .contact-hero-btn-primary, .contact-hero-btn-secondary {
    width: 100%; justify-content: center;
    padding: 13px 18px; font-size: 12px;
    clip-path: none; box-sizing: border-box;
    letter-spacing: 0.1em;
  }

  /* Contact cards - 2x2 always */
  .contact-strip { padding: 22px 16px; }
  .contact-strip-inner { grid-template-columns: 1fr 1fr; gap: 8px; }
  .contact-card { padding: 16px 12px; }
  .contact-card-icon { width: 32px; height: 32px; margin-bottom: 10px; border-width: 1.5px; }
  .contact-card-icon svg { width: 16px; height: 16px; }
  .contact-card-label { font-size: 8px; margin-bottom: 5px; letter-spacing: 0.15em; }
  .contact-card-value { font-size: 15px; margin-bottom: 4px; }
  .contact-card-value-small { font-size: 11px; line-height: 1.3; }
  .contact-card-sub { font-size: 9px; line-height: 1.4; }
  .contact-card-arrow { display: none; }

  /* Quick Contact Form */
  .contact-form-section { padding: 40px 18px; }
  .contact-form-grid { gap: 28px; }
  .contact-form-title { font-size: clamp(24px, 7vw, 36px); margin-bottom: 12px; }
  .contact-form-desc { font-size: 13px; margin-bottom: 18px; line-height: 1.55; }
  .contact-form-highlights { gap: 10px; }
  .contact-highlight { font-size: 12px; letter-spacing: 0; }
  .contact-highlight svg { width: 16px; height: 16px; }

  .contact-form-box { padding: 22px 16px; }
  .contact-form-box::before { width: 32px; height: 32px; }
  .contact-form-header { font-size: 9px; margin-bottom: 16px; padding-bottom: 12px; letter-spacing: 0.2em; }

  .muthler-form { gap: 14px; }
  .form-row-split { grid-template-columns: 1fr; gap: 14px; }
  .form-row input, .form-row select, .form-row textarea {
    padding: 11px 12px; font-size: 14px;
  }
  .form-row label { font-size: 9px; letter-spacing: 0.12em; }
  .form-submit-btn {
    width: 100%; padding: 13px 18px;
    font-size: 12px; letter-spacing: 0.1em;
    clip-path: none; box-sizing: border-box;
    margin-top: 4px;
  }
  .form-note { font-size: 10px; margin-top: 10px; }

  /* Estimate Form */
  .contact-estimate-section { padding: 40px 18px; }
  .contact-estimate-title { font-size: clamp(26px, 7vw, 40px); margin-bottom: 12px; }
  .contact-estimate-desc { font-size: 13px; line-height: 1.55; }
  .contact-estimate-header { margin-bottom: 26px; }
  .contact-estimate-box { padding: 22px 16px; }
  .contact-estimate-box::before, .contact-estimate-box::after { width: 28px; height: 28px; }

  .form-step { margin-bottom: 22px; padding-bottom: 16px; }
  .form-step-header { gap: 10px; margin-bottom: 14px; }
  .form-step-num { width: 28px; height: 28px; font-size: 12px; }
  .form-step-title { font-size: 15px; letter-spacing: 0; }

  .form-checkbox-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .form-checkbox { padding: 10px 10px; font-size: 11px; gap: 6px; }
  .form-checkbox input { width: 14px; height: 14px; }
  .form-radio-row { flex-direction: column; gap: 8px; }
  .form-radio { font-size: 12px; }
  .form-submit-large { padding: 14px 18px; font-size: 13px; }

  /* Service Area */
  .contact-area-section { padding: 40px 18px; }
  .contact-area-grid { gap: 28px; }
  .contact-area-title { font-size: clamp(24px, 7vw, 36px); margin-bottom: 12px; }
  .contact-area-desc { font-size: 13px; margin-bottom: 18px; line-height: 1.55; }
  .contact-county { padding: 12px 14px; }
  .contact-county:hover { padding-left: 16px; }
  .contact-county-name { font-size: 13px; letter-spacing: 0; }
  .contact-county-status { font-size: 8px; letter-spacing: 0.15em; }
  .contact-area-info { grid-template-columns: 1fr 1fr; }
  .contact-area-card { padding: 14px 12px; }
  .contact-area-card-label { font-size: 8px; margin-bottom: 4px; letter-spacing: 0.15em; }
  .contact-area-card-value { font-size: 12px; line-height: 1.3; letter-spacing: 0; }
  .contact-area-sub { font-size: 9px; margin-top: 2px; }
}

@media (max-width: 500px) {
  .contact-hero-title { font-size: 28px; }
  .contact-strip-inner { grid-template-columns: 1fr 1fr; }
  .contact-area-info { grid-template-columns: 1fr 1fr; }
  .form-checkbox-grid { grid-template-columns: 1fr; }
  .contact-card-value { font-size: 14px; }
}

@media (max-width: 375px) {
  .contact-hero-title { font-size: 26px; }
  .contact-form-title { font-size: 22px; }
  .contact-estimate-title { font-size: 24px; }
  .contact-area-title { font-size: 22px; }
}



/* ================== PROJECTS PAGE ================== */

/* Hero */
.projects-hero {
  min-height: 50vh;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%),
    url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1920&q=80') center/cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 110px 40px 70px;
  overflow: hidden;
  color: #FFFFFF;
}
.projects-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.projects-hero-corner-tl, .projects-hero-corner-br {
  position: absolute; width: 110px; height: 110px; pointer-events: none; z-index: 2;
}
.projects-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.projects-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.projects-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.projects-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px; font-weight: 600; letter-spacing: 0.2em;
  color: var(--orange); text-transform: uppercase; margin-bottom: 24px;
}
.projects-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }
.projects-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(48px, 9vw, 110px);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin-bottom: 22px; color: #FFFFFF;
}
.projects-slash { color: var(--orange); }
.projects-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }
.projects-hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: #E5E5E5; max-width: 680px; line-height: 1.6;
}

/* Filter Bar */
.projects-filter-section {
  background: var(--bg-section);
  padding: 40px 40px;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.projects-filter-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap;
}
.projects-filter-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  font-weight: 600; flex-shrink: 0;
}
.projects-filter-buttons {
  display: flex; gap: 8px; flex-wrap: wrap; flex: 1;
}
.projects-filter-btn {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 10px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: all 0.2s;
  display: inline-flex; align-items: center; gap: 10px;
}
.projects-filter-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.projects-filter-btn.active {
  background: var(--orange);
  border-color: var(--orange);
  color: #FFFFFF;
}
.filter-count {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  opacity: 0.8;
  padding: 2px 6px;
  background: rgba(0,0,0,0.15);
  border-radius: 2px;
}
.projects-filter-btn.active .filter-count { background: rgba(255,255,255,0.2); }

/* Projects Grid */
.projects-grid-section { padding: 80px 40px; background: var(--bg); }
.projects-grid-inner { max-width: 1400px; margin: 0 auto; }
.projects-grid-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.project-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.project-item:hover {
  border-color: var(--orange);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.project-item.hiding {
  display: none;
}

.project-item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--bg-dark);
}
.project-item-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.project-item:hover .project-item-image img { transform: scale(1.05); }

.project-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(249,114,22,0.95) 0%, rgba(162,68,4,0.95) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #FFFFFF;
}
.project-item:hover .project-item-overlay { opacity: 1; }
.project-item-plus {
  width: 64px; height: 64px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.project-item:hover .project-item-plus { transform: rotate(90deg); }
.project-item-plus svg { width: 28px; height: 28px; color: #FFFFFF; }
.project-item-view {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.2em;
}

.project-item-meta {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
}
.project-item-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}
.project-item-title {
  font-family: 'Oswald', sans-serif;
  font-size: 19px; font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--text);
  line-height: 1.2;
  margin: 0;
}

.projects-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
}
.projects-empty svg { width: 60px; height: 60px; margin: 0 auto 20px; opacity: 0.5; }
.projects-empty p {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ================== MODAL POPUP ================== */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.project-modal.active {
  opacity: 1;
  visibility: visible;
}
.project-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.9);
  backdrop-filter: blur(8px);
}
.project-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1100px;
  max-height: 90vh;
  background: var(--bg-card);
  border: 1px solid rgba(249,114,22,0.3);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  overflow: hidden;
  animation: modalIn 0.3s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translate(-50%, -45%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

.project-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  width: 44px; height: 44px;
  background: rgba(0,0,0,0.7);
  border: 1px solid rgba(255,255,255,0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
  border-radius: 50%;
}
.project-modal-close:hover { background: var(--orange); border-color: var(--orange); transform: rotate(90deg); }
.project-modal-close svg { width: 20px; height: 20px; }

/* Carousel */
.project-modal-carousel {
  position: relative;
  background: var(--bg-dark);
  min-height: 500px;
  overflow: hidden;
}
.project-modal-slides {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.modal-slide {
  flex: 0 0 100%;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px; height: 48px;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 5;
}
.modal-nav:hover { background: var(--orange); border-color: var(--orange); }
.modal-nav svg { width: 22px; height: 22px; }
.modal-nav-prev { left: 20px; }
.modal-nav-next { right: 20px; }

.modal-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.modal-dot {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  padding: 0;
}
.modal-dot.active {
  background: var(--orange);
  width: 24px;
}

.modal-counter {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #FFFFFF;
  padding: 8px 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.15em;
  z-index: 5;
}

/* Modal Info */
.project-modal-info {
  padding: 50px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  max-height: 90vh;
}
.modal-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  font-weight: 600; margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.modal-tag::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.modal-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 24px;
}
.modal-description {
  font-size: 15px;
  color: var(--text-soft);
  line-height: 1.7;
  margin-bottom: 32px;
}
.modal-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: #FFFFFF;
  padding: 16px 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  padding-left: 36px; padding-right: 36px;
  transition: all 0.2s;
  align-self: flex-start;
}
.modal-cta:hover { background: var(--bg-dark); color: var(--orange); }
.modal-cta svg { width: 16px; height: 16px; }

/* CTA Section */
.projects-cta-section {
  padding: 80px 40px 100px;
  background: var(--bg-section);
}
.projects-cta-block {
  max-width: 1400px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover;
  padding: 80px 60px;
  position: relative; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3);
  color: #FFFFFF;
}
.projects-cta-corner-tl, .projects-cta-corner-br { position: absolute; width: 80px; height: 80px; pointer-events: none; }
.projects-cta-corner-tl { top: 16px; left: 16px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.projects-cta-corner-br { bottom: 16px; right: 16px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.projects-cta-inner { position: relative; z-index: 2; max-width: 820px; }
.projects-cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 20px; display: inline-flex; align-items: center; gap: 12px; font-weight: 600;
}
.projects-cta-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.projects-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 700; line-height: 0.9;
  text-transform: uppercase; letter-spacing: -0.02em;
  margin-bottom: 20px; color: #FFFFFF;
}
.projects-accent { color: var(--orange); }
.projects-cta-desc { font-size: 16px; color: #D4D4D4; margin-bottom: 32px; line-height: 1.7; }
.projects-cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.projects-btn-primary {
  background: var(--orange); color: #FFFFFF;
  padding: 17px 42px;
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 12px;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  transition: all 0.2s;
}
.projects-btn-primary:hover { background: #FFFFFF; color: #1A1A1A; transform: translateY(-2px); }
.projects-btn-primary svg { width: 18px; height: 18px; }
.projects-cta-phone {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 22px; border-left: 2px solid var(--orange); margin-left: 14px;
}
.projects-phone-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.projects-phone-num { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; }
.projects-phone-num a { color: #FFFFFF; }

/* ================== PROJECTS PAGE RESPONSIVE ================== */
@media (max-width: 1024px) {
  .projects-grid-main { grid-template-columns: repeat(2, 1fr); }
  .project-modal-container {
    grid-template-columns: 1fr;
    width: 95%;
    max-height: 92vh;
    overflow-y: auto;
  }
  .project-modal-carousel { min-height: 360px; }
  .project-modal-slides, .modal-slide { min-height: 360px; }
}

@media (max-width: 768px) {
  .projects-hero, .projects-filter-section, .projects-grid-section, .projects-cta-section {
    overflow-x: hidden;
  }
  .projects-hero { padding: 50px 18px 34px; min-height: 36vh; }
  .projects-hero-title { font-size: clamp(32px, 10vw, 52px); margin-bottom: 12px; }
  .projects-hero-sub { font-size: 13px; margin-bottom: 0; }
  .projects-hero-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .projects-hero-corner-tl, .projects-hero-corner-br { width: 42px; height: 42px; top: 10px; left: 10px; }
  .projects-hero-corner-br { top: auto; left: auto; bottom: 10px; right: 10px; }

  .projects-filter-section { padding: 16px 16px; position: relative; top: auto; }
  .projects-filter-inner { gap: 12px; flex-direction: column; align-items: flex-start; }
  .projects-filter-label { font-size: 9px; }
  .projects-filter-buttons {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
    scrollbar-width: none;
  }
  .projects-filter-buttons::-webkit-scrollbar { display: none; }
  .projects-filter-btn {
    padding: 8px 14px;
    font-size: 11px;
    flex-shrink: 0;
    letter-spacing: 0.05em;
  }
  .filter-count { font-size: 9px; padding: 1px 4px; }

  .projects-grid-section { padding: 36px 16px; }
  .projects-grid-main { grid-template-columns: 1fr 1fr; gap: 10px; }
  .project-item-meta { padding: 12px 14px; }
  .project-item-tag { font-size: 8px; letter-spacing: 0.12em; margin-bottom: 4px; }
  .project-item-title { font-size: 13px; letter-spacing: 0; }
  .project-item-overlay { opacity: 0.85; }
  .project-item-plus { width: 44px; height: 44px; }
  .project-item-plus svg { width: 20px; height: 20px; }
  .project-item-view { font-size: 10px; letter-spacing: 0.15em; }

  /* Modal mobile */
  .project-modal-container { width: 96%; max-height: 92vh; }
  .project-modal-carousel { min-height: 260px; }
  .project-modal-slides, .modal-slide { min-height: 260px; }
  .project-modal-info { padding: 26px 20px; }
  .modal-tag { font-size: 9px; margin-bottom: 12px; }
  .modal-title { font-size: 22px; margin-bottom: 14px; }
  .modal-description { font-size: 13px; margin-bottom: 20px; line-height: 1.6; }
  .modal-cta {
    padding: 12px 20px; font-size: 12px;
    clip-path: none; width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }
  .project-modal-close { top: 10px; right: 10px; width: 36px; height: 36px; }
  .project-modal-close svg { width: 16px; height: 16px; }
  .modal-nav { width: 36px; height: 36px; }
  .modal-nav svg { width: 16px; height: 16px; }
  .modal-nav-prev { left: 8px; }
  .modal-nav-next { right: 8px; }
  .modal-counter { font-size: 10px; padding: 6px 10px; top: 10px; left: 10px; }
  .modal-dots { bottom: 12px; }

  /* CTA */
  .projects-cta-section { padding: 40px 18px 50px; }
  .projects-cta-block { padding: 36px 22px; }
  .projects-cta-title { font-size: clamp(24px, 7vw, 36px); margin-bottom: 12px; }
  .projects-cta-desc { font-size: 13px; margin-bottom: 22px; }
  .projects-cta-buttons { flex-direction: column; gap: 14px; align-items: stretch; }
  .projects-btn-primary {
    width: 100%; justify-content: center;
    padding: 14px 20px; font-size: 13px;
    clip-path: none; box-sizing: border-box;
  }
  .projects-cta-phone {
    border-left: none; padding-left: 0; margin-left: 0;
    border-top: 1px solid rgba(249,114,22,0.4);
    padding-top: 14px; align-items: center; text-align: center;
  }
  .projects-cta-corner-tl, .projects-cta-corner-br { width: 40px; height: 40px; }
  .projects-cta-corner-tl { top: 10px; left: 10px; }
  .projects-cta-corner-br { bottom: 10px; right: 10px; }
}

@media (max-width: 500px) {
  .projects-grid-main { grid-template-columns: 1fr; }
  .projects-hero-title { font-size: 28px; }
}



/* ================== BLOG LISTING PAGE ================== */

.blog-hero {
  min-height: 40vh;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?w=1920&q=80') center/cover;
  position: relative; display: flex; align-items: center;
  padding: 110px 40px 60px; overflow: hidden; color: #FFFFFF;
}
.blog-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.blog-hero-corner-tl, .blog-hero-corner-br { position: absolute; width: 100px; height: 100px; pointer-events: none; z-index: 2; }
.blog-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.blog-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.blog-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.blog-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600;
  letter-spacing: 0.2em; color: var(--orange); text-transform: uppercase; margin-bottom: 20px;
}
.blog-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }
.blog-hero-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(52px, 9vw, 120px);
  font-weight: 700; line-height: 0.88; letter-spacing: -0.02em;
  text-transform: uppercase; margin-bottom: 18px; color: #FFFFFF;
}
.blog-slash { color: var(--orange); }
.blog-hero-sub { font-size: clamp(15px, 1.5vw, 18px); color: #D4D4D4; max-width: 650px; line-height: 1.6; }

/* Blog Grid */
.blog-grid-section { padding: 80px 40px; background: var(--bg); }
.blog-grid-inner { max-width: 1400px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Featured first post spans full width */
.blog-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.5fr 1fr; gap: 0; }
.blog-card-featured .blog-card-body { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.blog-card-featured .blog-card-title { font-size: 30px; }
.blog-card-featured .blog-card-excerpt { font-size: 15px; }

.blog-card {
  background: var(--bg-card); border: 1px solid var(--border);
  overflow: hidden; transition: all 0.3s; display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.blog-card-image { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--bg-dark); }
.blog-card-featured .blog-card-image { aspect-ratio: auto; min-height: 360px; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.3) 100%); }

.blog-card-no-img { background: var(--bg-alt); display: flex; align-items: center; justify-content: center; }
.blog-card-placeholder svg { width: 48px; height: 48px; color: var(--text-muted); opacity: 0.4; }

.blog-card-body { padding: 28px 24px; flex: 1; display: flex; flex-direction: column; }

.blog-card-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.blog-card-cat {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  background: rgba(249,114,22,0.08); padding: 4px 10px;
}
.blog-card-date {
  display: flex; align-items: center; gap: 6px;
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase;
}
.blog-card-date svg { width: 12px; height: 12px; }

.blog-card-title {
  font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700;
  text-transform: uppercase; line-height: 1.15; letter-spacing: -0.005em;
  margin-bottom: 12px;
}
.blog-card-title a { color: var(--text); transition: color 0.2s; }
.blog-card-title a:hover { color: var(--orange); }

.blog-card-excerpt {
  font-size: 14px; color: var(--text-soft); line-height: 1.6;
  margin-bottom: 18px; flex: 1;
}

.blog-card-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--orange); transition: all 0.2s; margin-top: auto;
}
.blog-card-link:hover { gap: 14px; }
.blog-card-link svg { width: 16px; height: 16px; transition: transform 0.2s; }
.blog-card-link:hover svg { transform: translateX(4px); }

/* Pagination */
.blog-pagination {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--border);
}
.blog-pagination a, .blog-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; height: 44px; padding: 0 14px;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: 1px solid var(--border); color: var(--text);
  background: var(--bg-card); transition: all 0.2s;
}
.blog-pagination a:hover { border-color: var(--orange); color: var(--orange); }
.blog-pagination .current { background: var(--orange); border-color: var(--orange); color: #FFFFFF; }
.blog-pagination .prev, .blog-pagination .next { font-size: 12px; letter-spacing: 0.15em; }

/* Empty state */
.blog-empty {
  text-align: center; padding: 80px 20px; color: var(--text-muted);
}
.blog-empty svg { width: 72px; height: 72px; margin: 0 auto 24px; opacity: 0.4; }
.blog-empty h2 {
  font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700;
  text-transform: uppercase; color: var(--text); margin-bottom: 12px;
}
.blog-empty p { font-size: 16px; max-width: 500px; margin: 0 auto 28px; line-height: 1.6; }
.blog-empty-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: #FFFFFF; padding: 14px 32px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase;
}

/* Blog CTA */
.blog-cta-section { padding: 0 40px 80px; background: var(--bg); }
.blog-cta-block {
  max-width: 1400px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover;
  padding: 70px 50px; position: relative; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3); color: #FFFFFF;
}
.blog-cta-corner-tl, .blog-cta-corner-br { position: absolute; width: 70px; height: 70px; pointer-events: none; }
.blog-cta-corner-tl { top: 14px; left: 14px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.blog-cta-corner-br { bottom: 14px; right: 14px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.blog-cta-inner { position: relative; z-index: 2; max-width: 700px; }
.blog-cta-eyebrow {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase; margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px; font-weight: 600;
}
.blog-cta-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.blog-cta-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(32px, 5vw, 60px);
  font-weight: 700; line-height: 0.9; text-transform: uppercase;
  letter-spacing: -0.02em; margin-bottom: 18px; color: #FFFFFF;
}
.blog-accent { color: var(--orange); }
.blog-cta-desc { font-size: 15px; color: #D4D4D4; margin-bottom: 28px; line-height: 1.7; }
.blog-cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.blog-btn-primary {
  background: var(--orange); color: #FFFFFF; padding: 16px 36px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%); padding-left: 38px; padding-right: 38px;
  transition: all 0.2s;
}
.blog-btn-primary:hover { background: #FFFFFF; color: #1A1A1A; transform: translateY(-2px); }
.blog-btn-primary svg { width: 16px; height: 16px; }
.blog-cta-phone {
  display: flex; flex-direction: column; gap: 3px;
  padding-left: 20px; border-left: 2px solid var(--orange); margin-left: 12px;
}
.blog-phone-label {
  font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.blog-phone-num { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700; }
.blog-phone-num a { color: #FFFFFF; }

/* ================== SINGLE POST ================== */
.single-post { background: var(--bg); }

.single-hero {
  background: var(--bg-dark); color: #FFFFFF;
  padding: 120px 40px 60px;
}
.single-hero-inner { max-width: 800px; margin: 0 auto; }
.single-meta-top {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 20px;
}
.single-cat {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  background: rgba(249,114,22,0.15); padding: 5px 12px;
}
.single-date, .single-read {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: #A3A3A3; letter-spacing: 0.1em;
}
.single-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(32px, 5vw, 56px);
  font-weight: 700; line-height: 1; text-transform: uppercase;
  letter-spacing: -0.01em;
}
.single-excerpt {
  font-size: 18px; color: #D4D4D4; line-height: 1.6;
  margin-top: 20px; max-width: 700px;
}

.single-featured { background: var(--bg-dark); padding: 0 40px 50px; }
.single-featured-inner {
  max-width: 1000px; margin: 0 auto; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.2);
}
.single-featured-inner img { width: 100%; height: auto; display: block; }

.single-content-wrap { max-width: 800px; margin: 0 auto; padding: 60px 40px 80px; }
.single-content {
  font-size: 17px; line-height: 1.8; color: var(--text-soft);
}
.single-content h2, .single-content h3, .single-content h4 {
  font-family: 'Oswald', sans-serif; color: var(--text);
  text-transform: uppercase; margin-top: 40px; margin-bottom: 16px;
}
.single-content h2 { font-size: 28px; }
.single-content h3 { font-size: 22px; }
.single-content p { margin-bottom: 20px; }
.single-content img { max-width: 100%; height: auto; margin: 28px 0; }
.single-content a { color: var(--orange); text-decoration: underline; }
.single-content blockquote {
  border-left: 3px solid var(--orange); padding: 20px 24px; margin: 28px 0;
  background: var(--bg-alt); font-style: italic; font-size: 18px;
}
.single-content ul, .single-content ol { margin: 16px 0 16px 24px; }
.single-content li { margin-bottom: 8px; }

.single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.single-tag {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--text-muted); letter-spacing: 0.1em;
  padding: 6px 14px; border: 1px solid var(--border);
  transition: all 0.2s;
}
.single-tag:hover { border-color: var(--orange); color: var(--orange); }

.single-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border); border: 1px solid var(--border);
  margin-top: 50px;
}
.single-nav-item {
  background: var(--bg-card); padding: 28px 24px;
  transition: all 0.2s; display: flex; flex-direction: column; gap: 8px;
}
.single-nav-item:hover { background: var(--bg-alt); }
.single-nav-next { text-align: right; }
.single-nav-label {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  color: var(--orange); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.single-nav-title {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600;
  text-transform: uppercase; color: var(--text); line-height: 1.2;
}

/* ================== BLOG RESPONSIVE ================== */
@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card-featured { grid-template-columns: 1fr; }
  .blog-card-featured .blog-card-image { aspect-ratio: 16 / 9; min-height: auto; }
}

@media (max-width: 768px) {
  .blog-hero { padding: 60px 20px 40px; min-height: 30vh; }
  .blog-hero-title { font-size: clamp(40px, 12vw, 72px); }
  .blog-hero-sub { font-size: 13px; }
  .blog-hero-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .blog-hero-corner-tl, .blog-hero-corner-br { width: 50px; height: 50px; top: 12px; left: 12px; }
  .blog-hero-corner-br { top: auto; left: auto; bottom: 12px; right: 12px; }

  .blog-grid-section { padding: 40px 18px; }
  .blog-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-card-featured { grid-template-columns: 1fr; }
  .blog-card-featured .blog-card-body { padding: 24px 20px; }
  .blog-card-featured .blog-card-title { font-size: 22px; }
  .blog-card-body { padding: 20px 18px; }
  .blog-card-title { font-size: 18px; }
  .blog-card-excerpt { font-size: 13px; margin-bottom: 14px; }
  .blog-card-link { font-size: 11px; }
  .blog-card-cat { font-size: 9px; }
  .blog-card-date { font-size: 9px; }

  .blog-pagination { margin-top: 36px; padding-top: 24px; }
  .blog-pagination a, .blog-pagination span { min-width: 36px; height: 36px; font-size: 12px; padding: 0 10px; }

  .blog-cta-section { padding: 0 18px 50px; }
  .blog-cta-block { padding: 36px 22px; }
  .blog-cta-title { font-size: clamp(24px, 7vw, 36px); }
  .blog-cta-desc { font-size: 13px; }
  .blog-cta-buttons { flex-direction: column; gap: 14px; align-items: stretch; }
  .blog-btn-primary { width: 100%; justify-content: center; padding: 14px 20px; font-size: 13px; clip-path: none; box-sizing: border-box; }
  .blog-cta-phone { border-left: none; padding-left: 0; margin-left: 0; border-top: 1px solid rgba(249,114,22,0.4); padding-top: 14px; align-items: center; text-align: center; }
  .blog-cta-corner-tl, .blog-cta-corner-br { width: 36px; height: 36px; }

  /* Single post - fix image overflow */
  .single-post, .single-hero, .single-featured, .single-content-wrap, .single-content {
    overflow-x: hidden;
    max-width: 100%;
  }
  .single-hero { padding: 60px 18px 32px; }
  .single-title { font-size: clamp(24px, 7vw, 36px); }
  .single-excerpt { font-size: 14px; }
  .single-featured { padding: 0 16px 28px; }
  .single-featured-inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .single-featured-inner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .single-content-wrap { padding: 32px 18px 40px; max-width: 100%; box-sizing: border-box; }
  .single-content { font-size: 15px; line-height: 1.7; max-width: 100%; }
  .single-content img, .single-content figure, .single-content iframe, .single-content video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .single-content figure { margin: 20px 0; }
  .single-content figure img { width: 100%; height: auto; }
  .single-content h2 { font-size: 22px; }
  .single-content h3 { font-size: 18px; }
  .single-content table { display: block; overflow-x: auto; max-width: 100%; }
  .single-content pre { overflow-x: auto; max-width: 100%; }
  .single-nav { grid-template-columns: 1fr; }
  .single-nav-next { text-align: left; }
  .single-nav-label { font-size: 9px; }
  .single-nav-title { font-size: 14px; }
}

@media (max-width: 500px) {
  .blog-hero-title { font-size: 36px; }
  .single-title { font-size: 24px; }
  .single-meta-top { gap: 10px; }
  .single-cat { font-size: 9px; }
}




/* ================== 404 PAGE ================== */
.error-404 {
  min-height: 90vh;
  background: var(--bg-dark);
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  padding: 100px 40px 80px;
  overflow: hidden;
}
.error-404::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(249,114,22,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249,114,22,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.error-404-corner-tl, .error-404-corner-br {
  position: absolute; width: 120px; height: 120px; pointer-events: none; z-index: 2;
}
.error-404-corner-tl { top: 30px; left: 30px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.error-404-corner-br { bottom: 30px; right: 30px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }
.error-404-inner { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; width: 100%; text-align: center; }

.error-404-code {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(120px, 22vw, 280px);
  font-weight: 700;
  line-height: 0.85;
  color: var(--orange);
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  text-shadow: 0 4px 24px rgba(249,114,22,0.3);
}
.error-404-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 600; letter-spacing: 0.25em;
  color: var(--orange); text-transform: uppercase; margin-bottom: 24px;
}
.error-404-eyebrow::before, .error-404-eyebrow::after {
  content: ''; width: 30px; height: 2px; background: var(--orange);
}
.error-404-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; line-height: 0.95;
  letter-spacing: -0.015em; text-transform: uppercase;
  margin-bottom: 20px; color: #FFFFFF;
}
.error-slash { color: var(--orange); }
.error-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }
.error-404-desc {
  font-size: 16px; color: #D4D4D4;
  line-height: 1.7; max-width: 620px; margin: 0 auto 40px;
}

.error-404-actions {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 60px;
}
.error-404-btn-primary, .error-404-btn-secondary {
  font-family: 'Oswald', sans-serif; font-weight: 700;
  font-size: 14px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 16px 36px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.2s;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  padding-left: 42px; padding-right: 42px;
}
.error-404-btn-primary { background: var(--orange); color: #FFFFFF; }
.error-404-btn-primary:hover { background: #FFFFFF; color: var(--bg-dark); }
.error-404-btn-secondary {
  background: transparent; color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.3);
  clip-path: none; padding: 14px 32px;
}
.error-404-btn-secondary:hover { border-color: var(--orange); color: var(--orange); }
.error-404-btn-primary svg, .error-404-btn-secondary svg { width: 16px; height: 16px; }

.error-404-links {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 40px;
  max-width: 700px; margin: 0 auto;
}
.error-404-links-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 24px;
  text-transform: uppercase; font-weight: 600;
}
.error-404-links-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}
.error-404-link {
  background: rgba(255,255,255,0.02);
  padding: 20px 24px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  transition: all 0.2s; text-align: left;
}
.error-404-link:hover { background: rgba(249,114,22,0.1); padding-left: 30px; }
.error-404-link-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.15em; font-weight: 600;
}
.error-404-link-text {
  font-family: 'Oswald', sans-serif;
  font-size: 16px; font-weight: 600;
  text-transform: uppercase; color: #FFFFFF;
  letter-spacing: 0.02em;
}
.error-404-link-arrow {
  color: var(--orange); font-size: 20px;
  opacity: 0; transform: translateX(-8px);
  transition: all 0.2s;
}
.error-404-link:hover .error-404-link-arrow { opacity: 1; transform: translateX(0); }

/* 404 Mobile */
@media (max-width: 768px) {
  .error-404 { padding: 60px 18px 50px; min-height: 85vh; overflow-x: hidden; }
  .error-404-corner-tl, .error-404-corner-br { width: 50px; height: 50px; top: 14px; left: 14px; }
  .error-404-corner-br { top: auto; left: auto; bottom: 14px; right: 14px; }
  .error-404-code { font-size: 110px; margin-bottom: 12px; }
  .error-404-eyebrow { font-size: 10px; margin-bottom: 16px; letter-spacing: 0.2em; }
  .error-404-eyebrow::before, .error-404-eyebrow::after { width: 20px; }
  .error-404-title { font-size: clamp(24px, 7vw, 36px); margin-bottom: 14px; }
  .error-404-desc { font-size: 13px; margin-bottom: 28px; }
  .error-404-actions { flex-direction: column; gap: 10px; margin-bottom: 40px; }
  .error-404-btn-primary, .error-404-btn-secondary {
    width: 100%; justify-content: center;
    padding: 14px 18px; font-size: 12px;
    clip-path: none; box-sizing: border-box;
  }
  .error-404-links { padding-top: 28px; }
  .error-404-links-label { font-size: 9px; margin-bottom: 16px; }
  .error-404-links-grid { grid-template-columns: 1fr; }
  .error-404-link { padding: 14px 16px; }
  .error-404-link:hover { padding-left: 20px; }
  .error-404-link-text { font-size: 13px; }
  .error-404-link-num { font-size: 10px; }
}



.footer-legal {
  display: flex; align-items: center; gap: 10px; justify-content: center;
}
.footer-legal a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; letter-spacing: 0.15em;
  color: var(--text-muted); text-transform: uppercase;
  transition: color 0.2s;
}
.footer-legal a:hover { color: var(--orange); }
.footer-legal-sep { color: var(--text-muted); font-size: 9px; }


.testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}
.testimonials-prev, .testimonials-next {
  width: 48px; height: 48px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  color: var(--text);
}
.testimonials-prev:hover, .testimonials-next:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #FFFFFF;
}
.testimonials-prev svg, .testimonials-next svg { width: 20px; height: 20px; }
.testimonials-dots {
  display: flex; gap: 8px; align-items: center;
}
.testimonials-dot {
  width: 8px; height: 8px;
  background: var(--border);
  cursor: pointer;
  transition: all 0.2s;
  border: none; padding: 0;
}
.testimonials-dot.active {
  background: var(--orange);
  width: 24px;
}


/* ================== SERVICE PAGES (Shared) ================== */

/* HERO */
.service-hero {
  min-height: 520px;
  height: 520px;
  background-color: #1A1A1A;
  background-image:
    linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1416879595882-3373a0480b5b?w=1920&q=80');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 110px 40px 70px;
  overflow: hidden;
  color: #FFFFFF;
  box-sizing: border-box;
}
.service-hero-concrete {
  background-image:
    linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1601760561441-16420502c7e0?w=1920&q=80');
}
.service-hero-excavation {
  background-image:
    linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.65) 100%),
    url('https://images.unsplash.com/photo-1595429035839-c99c298ffdde?w=1920&q=80');
}
.service-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.service-hero-corner-tl, .service-hero-corner-br {
  position: absolute; width: 100px; height: 100px; pointer-events: none; z-index: 2;
}
.service-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.service-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.service-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.service-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600;
  letter-spacing: 0.2em; color: var(--orange); text-transform: uppercase; margin-bottom: 22px;
}
.service-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }

.service-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(46px, 8vw, 110px);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin-bottom: 20px; color: #FFFFFF;
}
.service-slash { color: var(--orange); }
.service-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }

.service-hero-sub {
  font-size: clamp(14px, 1.4vw, 17px);
  color: #D4D4D4; max-width: 680px;
  line-height: 1.65; margin-bottom: 30px;
}

.service-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
}
.service-btn-primary, .service-btn-secondary {
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 15px 36px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.2s;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  padding-left: 42px; padding-right: 42px;
}
.service-btn-primary { background: var(--orange); color: #FFFFFF; }
.service-btn-primary:hover { background: #FFFFFF; color: var(--bg-dark); }
.service-btn-secondary {
  background: transparent; color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.4);
  clip-path: none; padding: 13px 28px;
}
.service-btn-secondary:hover { border-color: var(--orange); color: var(--orange); }
.service-btn-primary svg, .service-btn-secondary svg { width: 16px; height: 16px; }

/* Shared section styles */
.service-section-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600;
}
.service-section-number::before { content: ''; width: 28px; height: 2px; background: var(--orange); }

.service-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 24px;
}
.service-accent { color: var(--orange); }
.service-outline-text { -webkit-text-stroke: 2px var(--text); color: transparent; }

.service-section-header {
  text-align: center; margin-bottom: 50px;
}
.service-section-header .service-section-number { justify-content: center; }
.service-section-header p { max-width: 620px; margin: 10px auto 0; font-size: 15px; color: var(--text-soft); line-height: 1.6; }

/* INTRO */
.service-intro { padding: 90px 40px; background: var(--bg); }
.service-intro-inner { max-width: 1400px; margin: 0 auto; }
.service-intro-grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 80px; align-items: start;
}
.service-intro-right p {
  font-size: 16px; color: var(--text-soft);
  line-height: 1.8; margin-bottom: 20px;
}
.service-intro-right p:last-child { margin-bottom: 0; }

/* OFFERINGS */
.service-offerings {
  padding: 90px 40px; background: var(--bg-section);
  position: relative;
}
.service-offerings::before {
  content: ''; position: absolute; inset: 0;
  background-image: linear-gradient(var(--grid-lines) 1px, transparent 1px), linear-gradient(90deg, var(--grid-lines) 1px, transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.service-offerings-inner { max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; }

.service-offerings-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
}
.service-offering-card {
  background: var(--bg-card); padding: 32px 24px;
  display: flex; flex-direction: column; gap: 0;
  transition: all 0.3s; position: relative;
}
.service-offering-card:hover {
  background: var(--bg-alt); transform: translateY(-4px);
}
.service-offering-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; font-weight: 600;
  margin-bottom: 20px;
}
.service-offering-icon {
  width: 48px; height: 48px;
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.service-offering-card:hover .service-offering-icon { background: var(--orange); }
.service-offering-card:hover .service-offering-icon svg { color: #FFFFFF; }
.service-offering-icon svg { width: 22px; height: 22px; color: var(--orange); transition: color 0.3s; }

.service-offering-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px; font-weight: 700;
  letter-spacing: -0.005em; text-transform: uppercase;
  color: var(--text); margin-bottom: 10px;
  line-height: 1.15;
}
.service-offering-card p {
  font-size: 13px; color: var(--text-soft);
  line-height: 1.6; margin: 0;
}

/* MATERIALS / PROCESS */
.service-materials { padding: 90px 40px; background: var(--bg); }
.service-materials-inner { max-width: 1400px; margin: 0 auto; }
.service-materials-desc { font-size: 15px; color: var(--text-soft); line-height: 1.7; max-width: 640px; margin: 16px auto 0; }

.service-materials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.service-material {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 28px 24px;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}
.service-material::before {
  content: ''; position: absolute;
  top: 0; left: 0;
  width: 40px; height: 3px;
  background: var(--orange);
  transition: width 0.3s;
}
.service-material:hover {
  border-color: var(--orange);
}
.service-material:hover::before { width: 80px; }

.service-material-name {
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.service-material-desc {
  font-size: 13px; color: var(--text-soft);
  line-height: 1.6;
}

/* WHY US */
.service-whyus { padding: 90px 40px; background: var(--bg-section); }
.service-whyus-inner { max-width: 1400px; margin: 0 auto; }
.service-whyus-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: start;
}
.service-whyus-intro {
  font-size: 15px; color: var(--text-soft);
  line-height: 1.7; margin-top: 14px;
}

.service-whyus-list { display: flex; flex-direction: column; gap: 18px; }
.service-whyus-item {
  display: grid; grid-template-columns: auto 1fr;
  gap: 18px; align-items: start;
  padding: 22px; background: var(--bg-card);
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.service-whyus-item:hover { border-color: var(--orange); }
.service-whyus-item svg {
  width: 22px; height: 22px; color: var(--orange); flex-shrink: 0;
}
.service-whyus-item strong {
  display: block; font-family: 'Oswald', sans-serif;
  font-size: 16px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.01em;
  color: var(--text); margin-bottom: 4px;
}
.service-whyus-item span { font-size: 13px; color: var(--text-soft); line-height: 1.55; }

/* FAQ */
.service-faq { padding: 90px 40px; background: var(--bg); }
.service-faq-inner { max-width: 900px; margin: 0 auto; }
.service-faq-list { display: flex; flex-direction: column; gap: 10px; }

.service-faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.service-faq-item[open] {
  border-color: var(--orange);
}

.service-faq-item summary {
  padding: 20px 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 17px; font-weight: 600;
  color: var(--text); cursor: pointer;
  list-style: none; position: relative;
  transition: all 0.2s;
  padding-right: 50px;
  user-select: none;
  letter-spacing: 0.005em;
}
.service-faq-item summary::-webkit-details-marker { display: none; }
.service-faq-item summary:hover { color: var(--orange); }
.service-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 24px; color: var(--orange); font-weight: 300;
  transition: transform 0.3s;
  line-height: 1;
}
.service-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }

.service-faq-content {
  padding: 0 24px 20px;
  font-size: 14px; color: var(--text-soft);
  line-height: 1.7;
}

/* CTA */
.service-cta { padding: 0 40px 90px; background: var(--bg); }
.service-cta-block {
  max-width: 1400px; margin: 0 auto;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 100%),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=80') center/cover;
  padding: 80px 60px;
  position: relative; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3);
  color: #FFFFFF;
}
.service-cta-corner-tl, .service-cta-corner-br {
  position: absolute; width: 80px; height: 80px; pointer-events: none;
}
.service-cta-corner-tl { top: 16px; left: 16px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.service-cta-corner-br { bottom: 16px; right: 16px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.service-cta-inner { position: relative; z-index: 2; max-width: 820px; }
.service-cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 600;
}
.service-cta-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--orange); }

.service-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 700; line-height: 0.9;
  text-transform: uppercase; letter-spacing: -0.02em;
  margin-bottom: 20px; color: #FFFFFF;
}
.service-cta-desc {
  font-size: 15px; color: #D4D4D4;
  margin-bottom: 32px; line-height: 1.7;
}
.service-cta-buttons {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}
.service-cta-phone {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 22px; border-left: 2px solid var(--orange); margin-left: 14px;
}
.service-phone-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.service-phone-num { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; }
.service-phone-num a { color: #FFFFFF; }

/* ==== SERVICE PAGES RESPONSIVE ==== */
@media (max-width: 1024px) {
  .service-intro-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-offerings-grid { grid-template-columns: repeat(2, 1fr); }
  .service-materials-grid { grid-template-columns: repeat(2, 1fr); }
  .service-whyus-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  /* Prevent horizontal scroll */
  .service-hero, .service-intro, .service-offerings, .service-materials, .service-whyus, .service-faq, .service-cta {
    overflow-x: hidden;
  }

  /* Hero - tight */
  .service-hero { padding: 60px 20px 40px; min-height: 420px; height: 420px; }
  .service-hero-title { font-size: clamp(32px, 10vw, 52px); margin-bottom: 14px; }
  .service-hero-sub { font-size: 13px; margin-bottom: 22px; }
  .service-hero-eyebrow { font-size: 10px; margin-bottom: 16px; }
  .service-hero-eyebrow::before { width: 24px; }
  .service-hero-corner-tl, .service-hero-corner-br { width: 50px; height: 50px; }
  .service-hero-corner-tl { top: 12px; left: 12px; }
  .service-hero-corner-br { bottom: 12px; right: 12px; }
  .service-hero-actions { flex-direction: column; gap: 10px; width: 100%; }
  .service-btn-primary, .service-btn-secondary {
    width: 100%; justify-content: center;
    padding: 14px 18px; font-size: 12px;
    clip-path: none; box-sizing: border-box;
    letter-spacing: 0.1em;
  }

  /* Section headers compact */
  .service-section-title { font-size: clamp(26px, 7vw, 40px); margin-bottom: 16px; }
  .service-section-number { font-size: 10px; margin-bottom: 10px; }
  .service-section-header { margin-bottom: 32px; }
  .service-section-header p { font-size: 13px; }

  /* Intro */
  .service-intro { padding: 40px 20px; }
  .service-intro-grid { gap: 24px; }
  .service-intro-right p { font-size: 13px; line-height: 1.65; margin-bottom: 14px; }

  /* Offerings - 2 columns mobile */
  .service-offerings { padding: 40px 18px; }
  .service-offerings-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .service-offering-card { padding: 20px 16px; }
  .service-offering-num { font-size: 9px; margin-bottom: 14px; letter-spacing: 0.2em; }
  .service-offering-icon { width: 38px; height: 38px; margin-bottom: 14px; border-width: 1.5px; }
  .service-offering-icon svg { width: 18px; height: 18px; }
  .service-offering-card h3 { font-size: 14px; margin-bottom: 6px; letter-spacing: 0; line-height: 1.15; }
  .service-offering-card p { font-size: 11px; line-height: 1.5; }

  /* Materials */
  .service-materials { padding: 40px 18px; }
  .service-materials-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-material { padding: 18px 16px; }
  .service-material-name { font-size: 14px; margin-bottom: 6px; letter-spacing: 0; }
  .service-material-desc { font-size: 12px; line-height: 1.5; }

  /* Why Us */
  .service-whyus { padding: 40px 18px; }
  .service-whyus-grid { gap: 28px; }
  .service-whyus-intro { font-size: 13px; }
  .service-whyus-list { gap: 10px; }
  .service-whyus-item { padding: 16px; gap: 12px; }
  .service-whyus-item svg { width: 18px; height: 18px; }
  .service-whyus-item strong { font-size: 13px; margin-bottom: 2px; letter-spacing: 0; }
  .service-whyus-item span { font-size: 11px; line-height: 1.5; }

  /* FAQ */
  .service-faq { padding: 40px 18px; }
  .service-faq-item summary { padding: 16px 42px 16px 18px; font-size: 13px; letter-spacing: 0; line-height: 1.3; }
  .service-faq-item summary::after { right: 16px; font-size: 20px; }
  .service-faq-content { padding: 0 18px 16px; font-size: 12px; line-height: 1.6; }

  /* CTA */
  .service-cta { padding: 0 18px 50px; }
  .service-cta-block { padding: 40px 22px; }
  .service-cta-corner-tl, .service-cta-corner-br { width: 44px; height: 44px; top: 12px; left: 12px; }
  .service-cta-corner-br { top: auto; left: auto; bottom: 12px; right: 12px; }
  .service-cta-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .service-cta-title { font-size: clamp(24px, 7vw, 36px); margin-bottom: 14px; }
  .service-cta-desc { font-size: 13px; margin-bottom: 22px; }
  .service-cta-buttons { flex-direction: column; gap: 14px; align-items: stretch; }
  .service-cta-phone {
    border-left: none; padding-left: 0; margin-left: 0;
    border-top: 1px solid rgba(249,114,22,0.4);
    padding-top: 14px; align-items: center; text-align: center;
  }
}

@media (max-width: 500px) {
  .service-hero-title { font-size: 30px; }
  .service-offerings-grid { grid-template-columns: 1fr; }
  .service-section-title { font-size: 24px; }
}



/* Google Reviews Widget */
.google-reviews-widget {
  margin-top: 30px;
  max-width: 100%;
  overflow-x: hidden;
}
.google-reviews-widget iframe {
  max-width: 100% !important;
}



/* ================== NEWSLETTER PAGE ================== */

/* HERO */
.newsletter-hero {
  min-height: 460px;
  height: 460px;
  background-color: #1A1A1A;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 110px 40px 70px;
  overflow: hidden;
  color: #FFFFFF;
  box-sizing: border-box;
}
.newsletter-hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.newsletter-hero-corner-tl, .newsletter-hero-corner-br {
  position: absolute; width: 100px; height: 100px; pointer-events: none; z-index: 2;
}
.newsletter-hero-corner-tl { top: 24px; left: 24px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.newsletter-hero-corner-br { bottom: 24px; right: 24px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.newsletter-hero-inner { position: relative; z-index: 3; max-width: 1400px; margin: 0 auto; width: 100%; }
.newsletter-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600;
  letter-spacing: 0.2em; color: var(--orange); text-transform: uppercase; margin-bottom: 22px;
}
.newsletter-hero-eyebrow::before { content: ''; width: 40px; height: 2px; background: var(--orange); }

.newsletter-hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(46px, 8vw, 110px);
  font-weight: 700; line-height: 0.88;
  letter-spacing: -0.02em; text-transform: uppercase;
  margin-bottom: 18px; color: #FFFFFF;
}
.newsletter-slash { color: var(--orange); }
.newsletter-outline { -webkit-text-stroke: 2px #FFFFFF; color: transparent; }

.newsletter-hero-sub {
  font-size: clamp(14px, 1.4vw, 17px);
  color: #D4D4D4; max-width: 680px;
  line-height: 1.65;
}

/* SECTION HEADERS */
.newsletter-section-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
  font-weight: 600;
}
.newsletter-section-number::before { content: ''; width: 28px; height: 2px; background: var(--orange); }

.newsletter-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700; line-height: 0.9;
  letter-spacing: -0.015em; text-transform: uppercase;
  color: var(--text); margin-bottom: 24px;
}
.newsletter-accent { color: var(--orange); }
.newsletter-outline-text { -webkit-text-stroke: 2px var(--text); color: transparent; }

.newsletter-section-header {
  text-align: center; margin-bottom: 50px;
}
.newsletter-section-header .newsletter-section-number { justify-content: center; }

/* SIGNUP SECTION */
.newsletter-signup {
  padding: 90px 40px;
  background: var(--bg);
  position: relative;
}
.newsletter-signup-inner {
  max-width: 900px; margin: 0 auto;
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 70px 60px;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.newsletter-signup-corner-tl, .newsletter-signup-corner-br {
  position: absolute; width: 60px; height: 60px; pointer-events: none;
}
.newsletter-signup-corner-tl { top: 14px; left: 14px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.newsletter-signup-corner-br { bottom: 14px; right: 14px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.newsletter-signup-content { text-align: center; }
.newsletter-signup-content .newsletter-section-number { justify-content: center; }

.newsletter-signup-intro {
  font-size: 16px; color: var(--text-soft);
  line-height: 1.7; max-width: 560px;
  margin: 0 auto 36px;
}

.newsletter-form-container {
  max-width: 520px; margin: 0 auto;
}

/* Style Mailchimp form when embedded */
.newsletter-form-container #mc_embed_signup,
.newsletter-form-container #mc_embed_signup_scroll,
.newsletter-form-container .mc-field-group {
  background: transparent !important;
  font-family: 'Archivo', sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter-form-container input[type="email"],
.newsletter-form-container input[type="text"] {
  width: 100% !important;
  padding: 16px 20px !important;
  background: var(--bg) !important;
  border: 2px solid var(--border) !important;
  font-family: 'Archivo', sans-serif !important;
  font-size: 15px !important;
  color: var(--text) !important;
  margin-bottom: 12px !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s !important;
}
.newsletter-form-container input[type="email"]:focus,
.newsletter-form-container input[type="text"]:focus {
  outline: none !important;
  border-color: var(--orange) !important;
}
.newsletter-form-container input[type="submit"],
.newsletter-form-container .button {
  background: var(--orange) !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 16px 36px !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background 0.2s !important;
  border-radius: 0 !important;
  height: auto !important;
  line-height: 1 !important;
}
.newsletter-form-container input[type="submit"]:hover,
.newsletter-form-container .button:hover {
  background: var(--orange-deep) !important;
}
.newsletter-form-container label {
  display: block !important;
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}
.newsletter-form-container .indicates-required {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
  color: var(--text-muted) !important;
  text-align: left !important;
  margin-bottom: 14px !important;
}
.newsletter-form-container .asterisk { color: var(--orange) !important; }

/* Placeholder for when no Mailchimp form is loaded */
.newsletter-form-placeholder {
  padding: 40px 30px;
  border: 2px dashed var(--border);
  text-align: center;
  color: var(--text-muted);
}
.newsletter-form-placeholder svg {
  width: 56px; height: 56px;
  color: var(--orange);
  margin-bottom: 18px;
  opacity: 0.6;
}
.newsletter-form-placeholder h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 12px;
}
.newsletter-form-placeholder p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.newsletter-fallback-note {
  font-size: 13px !important;
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--border-soft);
}
.newsletter-fallback-note a {
  color: var(--orange);
  font-weight: 600;
}

/* BENEFITS GRID */
.newsletter-benefits {
  padding: 90px 40px;
  background: var(--bg-section);
  position: relative;
}
.newsletter-benefits::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--grid-lines) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-lines) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}
.newsletter-benefits-inner {
  max-width: 1400px; margin: 0 auto;
  position: relative; z-index: 2;
}

.newsletter-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.newsletter-benefit {
  background: var(--bg-card);
  padding: 36px 28px;
  transition: all 0.3s;
}
.newsletter-benefit:hover {
  background: var(--bg-alt);
  transform: translateY(-4px);
}
.newsletter-benefit-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--orange);
  letter-spacing: 0.25em; font-weight: 600;
  margin-bottom: 22px;
}
.newsletter-benefit-icon {
  width: 50px; height: 50px;
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.newsletter-benefit:hover .newsletter-benefit-icon { background: var(--orange); }
.newsletter-benefit:hover .newsletter-benefit-icon svg { color: #FFFFFF; }
.newsletter-benefit-icon svg { width: 24px; height: 24px; color: var(--orange); transition: color 0.3s; }

.newsletter-benefit h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 19px; font-weight: 700;
  letter-spacing: -0.005em; text-transform: uppercase;
  color: var(--text); margin-bottom: 12px;
  line-height: 1.15;
}
.newsletter-benefit p {
  font-size: 14px; color: var(--text-soft);
  line-height: 1.6; margin: 0;
}

/* CTA */
.newsletter-cta {
  padding: 0 40px 90px;
  background: var(--bg);
}
.newsletter-cta-block {
  max-width: 1400px; margin: 0 auto;
  padding: 80px 60px;
  position: relative; overflow: hidden;
  border: 1px solid rgba(249,114,22,0.3);
  color: #FFFFFF;
}
.newsletter-cta-corner-tl, .newsletter-cta-corner-br {
  position: absolute; width: 80px; height: 80px; pointer-events: none;
}
.newsletter-cta-corner-tl { top: 16px; left: 16px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.newsletter-cta-corner-br { bottom: 16px; right: 16px; border-bottom: 3px solid var(--orange); border-right: 3px solid var(--orange); }

.newsletter-cta-inner { position: relative; z-index: 2; max-width: 820px; }
.newsletter-cta-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  letter-spacing: 0.25em; text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 600;
}
.newsletter-cta-eyebrow::before { content: ''; width: 32px; height: 2px; background: var(--orange); }
.newsletter-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; line-height: 0.9;
  text-transform: uppercase; letter-spacing: -0.02em;
  margin-bottom: 20px; color: #FFFFFF;
}
.newsletter-cta-desc {
  font-size: 15px; color: #D4D4D4;
  margin-bottom: 32px; line-height: 1.7;
}
.newsletter-cta-buttons {
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
}
.newsletter-btn-primary {
  background: var(--orange); color: #FFFFFF;
  padding: 16px 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all 0.2s;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  padding-left: 42px; padding-right: 42px;
}
.newsletter-btn-primary:hover { background: #FFFFFF; color: #1A1A1A; transform: translateY(-2px); }
.newsletter-btn-primary svg { width: 16px; height: 16px; }
.newsletter-cta-phone {
  display: flex; flex-direction: column; gap: 4px;
  padding-left: 22px; border-left: 2px solid var(--orange); margin-left: 14px;
}
.newsletter-phone-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 9px; color: var(--orange);
  letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
}
.newsletter-phone-num { font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 700; }
.newsletter-phone-num a { color: #FFFFFF; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .newsletter-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .newsletter-hero, .newsletter-signup, .newsletter-benefits, .newsletter-cta {
    overflow-x: hidden;
  }

  /* Hero */
  .newsletter-hero { padding: 60px 20px 40px; min-height: 380px; height: auto; }
  .newsletter-hero-title { font-size: clamp(32px, 10vw, 52px); margin-bottom: 14px; }
  .newsletter-hero-sub { font-size: 13px; }
  .newsletter-hero-eyebrow { font-size: 10px; margin-bottom: 16px; }
  .newsletter-hero-eyebrow::before { width: 24px; }
  .newsletter-hero-corner-tl, .newsletter-hero-corner-br { width: 50px; height: 50px; top: 12px; left: 12px; }
  .newsletter-hero-corner-br { top: auto; left: auto; bottom: 12px; right: 12px; }

  /* Section titles */
  .newsletter-section-title { font-size: clamp(26px, 7vw, 40px); }
  .newsletter-section-number { font-size: 10px; }

  /* Signup section */
  .newsletter-signup { padding: 50px 18px; }
  .newsletter-signup-inner { padding: 40px 22px; }
  .newsletter-signup-corner-tl, .newsletter-signup-corner-br { width: 36px; height: 36px; }
  .newsletter-signup-intro { font-size: 14px; margin-bottom: 26px; }
  .newsletter-form-placeholder { padding: 28px 20px; }
  .newsletter-form-placeholder svg { width: 42px; height: 42px; }
  .newsletter-form-placeholder h3 { font-size: 16px; }
  .newsletter-form-placeholder p { font-size: 13px; }

  /* Benefits */
  .newsletter-benefits { padding: 50px 18px; }
  .newsletter-benefits-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .newsletter-benefit { padding: 22px 16px; }
  .newsletter-benefit-icon { width: 38px; height: 38px; margin-bottom: 14px; border-width: 1.5px; }
  .newsletter-benefit-icon svg { width: 18px; height: 18px; }
  .newsletter-benefit h3 { font-size: 14px; margin-bottom: 8px; letter-spacing: 0; }
  .newsletter-benefit p { font-size: 12px; line-height: 1.5; }
  .newsletter-benefit-num { font-size: 9px; margin-bottom: 14px; letter-spacing: 0.2em; }

  /* CTA */
  .newsletter-cta { padding: 0 18px 50px; }
  .newsletter-cta-block { padding: 40px 22px; }
  .newsletter-cta-corner-tl, .newsletter-cta-corner-br { width: 44px; height: 44px; top: 12px; left: 12px; }
  .newsletter-cta-corner-br { top: auto; left: auto; bottom: 12px; right: 12px; }
  .newsletter-cta-eyebrow { font-size: 10px; }
  .newsletter-cta-title { font-size: clamp(24px, 7vw, 36px); }
  .newsletter-cta-desc { font-size: 13px; }
  .newsletter-cta-buttons { flex-direction: column; gap: 14px; align-items: stretch; }
  .newsletter-btn-primary {
    width: 100%; justify-content: center;
    padding: 14px 18px; font-size: 13px;
    clip-path: none; box-sizing: border-box;
  }
  .newsletter-cta-phone {
    border-left: none; padding-left: 0; margin-left: 0;
    border-top: 1px solid rgba(249,114,22,0.4);
    padding-top: 14px; align-items: center; text-align: center;
  }
}

@media (max-width: 500px) {
  .newsletter-hero-title { font-size: 30px; }
  .newsletter-benefits-grid { grid-template-columns: 1fr; }
  .newsletter-section-title { font-size: 24px; }
}

/* ================== WORDPRESS ADMIN BAR FIX ================== */
.admin-bar .nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .nav { top: 46px; } }
@media (max-width: 600px) { .admin-bar .nav { top: 0; } }
