/*
Theme Name: J. Burkard Quality Construction
Theme URI: https://jburkardconstruction.com
Author: J. Burkard Quality Construction
Author URI: https://jburkardconstruction.com
Description: Custom website theme for J. Burkard Quality Construction — Central New Jersey's trusted residential contractor. Handyman, Remodels, New Construction.
Version: 2.0
License: GNU General Public License v2 or later
Tags: construction, contractor, remodeling, new jersey
*/
/* ══════════════════════════════════════════════
   TOKENS
══════════════════════════════════════════════ */
:root {
  --ink:       #1a1a18;
  --ink-mid:   #4a4a46;
  --ink-light: #8a8a84;
  --rule:      #e2e0db;
  --cream:     #f7f5f0;
  --paper:     #fdfcf9;
  --accent:    #2c3e5b;   /* navy from logo */
  --warm:      #7b4f2e;   /* brown from logo */
  --warm-lt:   #c4956a;
  --white:     #ffffff;

  --serif:  'Cormorant Garamond', Georgia, serif;
  --sans:   'Jost', 'Helvetica Neue', sans-serif;

  --ease:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --slow:   cubic-bezier(0.16, 1, 0.3, 1);
}

/* ══════════════════════════════════════════════
   RESET
══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ══════════════════════════════════════════════
   ANNOUNCEMENT BAR  (like dwell44's top strip)
══════════════════════════════════════════════ */
.announce-bar {
  background: var(--accent);
  color: rgba(255,255,255,0.85);
  text-align: center;
  padding: 9px 16px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 400;
}
.announce-bar a { color: var(--warm-lt); }
.announce-bar a:hover { color: #fff; }

/* ══════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  height: 92px;
  gap: 32px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-primary {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mid);
  padding: 8px 14px;
  transition: color 0.25s ease;
  display: block;
  white-space: nowrap;
}
.nav-link:hover { color: var(--ink); }

/* Dropdown */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  background: var(--paper);
  border: 1px solid var(--rule);
  min-width: 200px;
  padding: 8px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 300;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.nav-item:hover .nav-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.nav-dropdown a {
  display: block;
  padding: 9px 20px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.2s, background 0.2s;
}
.nav-dropdown a:hover { color: var(--ink); background: var(--cream); }

/* Logo */
.site-logo {
  flex-shrink: 0;
}
.site-logo img {
  height: 52px;
  width: auto;
  display: block;
  mix-blend-mode: multiply;
  transition: opacity 0.25s ease;
}
.site-logo img:hover { opacity: 0.8; }
.logo-text {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1.1;
  display: block;
}
.logo-sub {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  display: block;
  margin-top: 3px;
}



.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header-phone {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-mid);
  transition: color 0.25s;
}
.header-phone:hover { color: var(--warm); }

.btn-cta {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--accent);
  padding: 9px 20px;
  border: 1px solid var(--accent);
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-cta:hover { background: var(--ink); border-color: var(--ink); color: #fff; }

.btn-outline {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: transparent;
  padding: 9px 20px;
  border: 1px solid var(--rule);
  transition: all 0.3s ease;
}
.btn-outline:hover { border-color: var(--ink); }

/* Mobile nav toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.mobile-toggle span {
  display: block; width: 22px; height: 1.5px;
  background: var(--ink); transition: all 0.3s ease;
}

/* ══════════════════════════════════════════════
   HERO — full-bleed, editorial
══════════════════════════════════════════════ */
.hero {
  position: relative;
  overflow: hidden;
  height: 90vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background-color: var(--accent);
}

/* House photo background */
.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  z-index: 0;
  transition: transform 8s ease;
}
.hero:hover .hero-bg-img { transform: scale(1.03); }

/* Full-image overlay for consistent readability */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,30,48,0.62);
  z-index: 1;
  pointer-events: none;
}

/* Remove grid texture */
.hero::after { display: none; }

.hero-bg-shape { display: none; }

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  height: 100%;
}

.hero-eyebrow {
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8b88a;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--warm-lt);
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 300;
  line-height: 1.05;
  color: var(--white);
  letter-spacing: -0.01em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
}
.hero h1 em {
  font-style: italic;
  color: var(--warm-lt);
}

.hero-desc {
  color: rgba(255,255,255,0.92);
  font-size: 0.95rem;
  line-height: 1.85;
  margin: 28px 0 36px;
  max-width: 420px;
  font-weight: 300;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  justify-content: center;
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  max-width: 100%;
}
.hero-stat {
  background: rgba(255,255,255,0.05);
  padding: 36px 28px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.hero-stat-num {
  font-family: var(--serif);
  font-size: 3.8rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1;
  display: block;
}
.hero-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 8px;
  display: block;
}

.hero-trust {
  display: flex;
  gap: 0;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  flex: 1;
  justify-content: center;
  padding: 0 12px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.hero-trust-item:last-child { border-right: none; }
.hero-trust-dot {
  width: 6px; height: 6px;
  background: var(--warm-lt);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   SECTION UTILITIES
══════════════════════════════════════════════ */
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-sm { padding: clamp(40px, 6vw, 72px) 0; }

.section-label {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm);
  display: block;
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.section-title em { font-style: italic; color: var(--warm); }

.section-body {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--ink-mid);
  font-weight: 300;
  max-width: 480px;
  margin-top: 16px;
}

.rule { height: 1px; background: var(--rule); }

/* ══════════════════════════════════════════════
   SERVICES FEATURE BLOCKS  (like dwell44's 4-up grid)
══════════════════════════════════════════════ */
.services-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.services-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 64px;
  border: 1px solid var(--rule);
}

.service-feature {
  padding: 40px 32px;
  border-right: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}
.service-feature:last-child { border-right: none; }
.service-feature:hover { background: var(--cream); }

.sf-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 28px;
  filter: grayscale(15%);
  transition: filter 0.4s ease, transform 0.5s ease;
}
.service-feature:hover .sf-image {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.sf-overflow { overflow: hidden; }

.sf-cat {
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm);
  margin-bottom: 10px;
  display: block;
}
.sf-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 12px;
}
.sf-body {
  font-size: 0.83rem;
  line-height: 1.75;
  color: var(--ink-mid);
  font-weight: 300;
  margin-bottom: 20px;
}
.sf-link {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.25s ease, color 0.25s ease;
}
.sf-link:hover { gap: 14px; color: var(--warm); }
.sf-link-arrow { font-size: 0.8rem; }

/* ══════════════════════════════════════════════
   INTRO STRIP  ("The Great Indoors" equivalent)
══════════════════════════════════════════════ */
.intro-strip {
  background: var(--cream);
  padding: clamp(80px, 10vw, 140px) 0;
}
.intro-strip-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: center;
}
.intro-img-wrap {
  position: relative;
}
.intro-img-wrap img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.intro-img-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: var(--accent);
  color: var(--white);
  width: 120px; height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.intro-img-badge strong {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.intro-img-badge span {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 4px;
  display: block;
}

/* ══════════════════════════════════════════════
   PROJECT SHOWCASE  (like dwell44's portfolio grid)
══════════════════════════════════════════════ */
.portfolio-section { background: var(--ink); }
.portfolio-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
.portfolio-header .section-label { color: var(--warm-lt); }
.portfolio-header .section-title { color: var(--white); }
.portfolio-header .section-body { color: rgba(255,255,255,0.55); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 2px;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
  background: var(--accent);
  cursor: pointer;
}
.portfolio-item:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
  transition: transform 0.7s var(--slow), filter 0.5s ease;
  filter: brightness(0.88);
}
.portfolio-item:hover img { transform: scale(1.04); filter: brightness(0.72); }

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,24,0.85) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-item:first-child .portfolio-overlay { opacity: 1; }

.po-cat {
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm-lt);
  margin-bottom: 6px;
}
.po-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--white);
  line-height: 1.2;
}
.po-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-top: 12px;
  transition: color 0.25s, gap 0.25s;
}
.po-link:hover { color: var(--warm-lt); gap: 14px; }

.portfolio-cta {
  text-align: center;
  margin-top: 48px;
}

/* ══════════════════════════════════════════════
   PROCESS STEPS  (editorial numbered layout)
══════════════════════════════════════════════ */
.process-section {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
/* Crosshatch texture */
.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(123,79,46,0.04) 0px,
      rgba(123,79,46,0.04) 1px,
      transparent 1px,
      transparent 16px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(123,79,46,0.04) 0px,
      rgba(123,79,46,0.04) 1px,
      transparent 1px,
      transparent 16px
    );
  pointer-events: none;
  z-index: 0;
}
/* Large decorative circle */
.process-section::after {
  content: '';
  position: absolute;
  top: -180px; right: -120px;
  width: 600px; height: 600px;
  border: 100px solid rgba(44,62,91,0.04);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.process-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  background: var(--rule);
  position: relative;
  z-index: 1;
}

.process-step {
  background: var(--paper);
  padding: 48px 36px;
  position: relative;
  transition: background 0.3s ease;
}
.process-step:hover { background: var(--white); }

.ps-num {
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 300;
  color: var(--rule);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  transition: color 0.3s ease;
}
.process-step:hover .ps-num { color: var(--warm-lt); }

.ps-title {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ps-body {
  font-size: 0.83rem;
  line-height: 1.75;
  color: var(--ink-mid);
  font-weight: 300;
}

/* ══════════════════════════════════════════════
   TESTIMONIALS  (minimal card style)
══════════════════════════════════════════════ */
.testimonials-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.testimonials-track-wrap { overflow: hidden; }
.testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.testimonial-card {
  background: var(--paper);
  padding: 40px 36px;
  transition: background 0.3s ease;
}
.testimonial-card:hover { background: var(--cream); }

.tc-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 20px;
}
.tc-star {
  width: 10px; height: 10px;
  background: var(--warm);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.tc-quote {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 28px;
  font-style: italic;
}

.tc-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.tc-avatar {
  width: 36px; height: 36px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.tc-name {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  display: block;
}
.tc-loc {
  font-size: 0.7rem;
  color: var(--ink-light);
  display: block;
  margin-top: 1px;
}

/* ══════════════════════════════════════════════
   SERVICE AREAS STRIP  (editorial tag layout)
══════════════════════════════════════════════ */
.areas-section { background: var(--accent); padding: clamp(60px, 8vw, 100px) 0; }
.areas-inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}
.areas-section .section-label { color: var(--warm-lt); }
.areas-section .section-title { color: var(--white); }
.areas-section .section-body { color: rgba(255,255,255,0.6); }

.areas-right { padding-top: 8px; }
.areas-counties {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.county-group {}
.county-name {
  font-family: var(--sans);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-lt);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.county-name::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.county-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.city-tag {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 5px 13px;
  transition: all 0.25s ease;
}
.city-tag:hover {
  background: rgba(255,255,255,0.14);
  color: var(--white);
  border-color: rgba(255,255,255,0.25);
}

/* ══════════════════════════════════════════════
   FAQ  (dwell44-style accordion)
══════════════════════════════════════════════ */
.faq-inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 100px;
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--rule);
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  cursor: pointer;
  gap: 20px;
  transition: color 0.25s;
}
.faq-q:hover { color: var(--warm); }
.faq-q-text {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
  flex: 1;
  transition: color 0.25s;
}
.faq-q:hover .faq-q-text { color: var(--warm); }
.faq-toggle {
  width: 28px; height: 28px;
  border: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--ink-light);
  transition: all 0.3s ease;
  font-family: var(--sans);
  font-weight: 300;
}
.faq-item.open .faq-toggle {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--slow), padding 0.3s ease;
}
.faq-item.open .faq-a { max-height: 400px; }

.faq-a-inner {
  padding: 0 0 24px;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--ink-mid);
  font-weight: 300;
}

/* ══════════════════════════════════════════════
   INLINE CTA CONTACT STRIP
══════════════════════════════════════════════ */
.cta-strip {
  background: var(--warm);
  padding: clamp(60px, 7vw, 100px) 0;
  position: relative;
  overflow: hidden;
}
/* Layered texture elements */
.cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 12px
    ),
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 12px
    );
  pointer-events: none;
  z-index: 0;
}
.cta-strip::after {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 520px; height: 520px;
  border: 80px solid rgba(255,255,255,0.06);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
/* Second decorative ring */
.cta-strip-ring {
  position: absolute;
  bottom: -160px; left: -60px;
  width: 400px; height: 400px;
  border: 60px solid rgba(0,0,0,0.07);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
/* Grain overlay */
.cta-strip-grain {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
  z-index: 0;
}
.cta-strip-inner {
  position: relative;
  z-index: 1;
}
.cta-strip-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.cta-strip .section-label { color: rgba(255,255,255,0.7); }
.cta-strip .section-title { color: var(--white); }
.cta-strip .section-body { color: rgba(255,255,255,0.75); }

.cta-strip-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.cta-strip-form input,
.cta-strip-form select,
.cta-strip-form textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.85rem;
  font-weight: 300;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
  -webkit-appearance: none;
}
.cta-strip-form input::placeholder,
.cta-strip-form textarea::placeholder { color: rgba(255,255,255,0.5); }
.cta-strip-form input:focus,
.cta-strip-form select:focus,
.cta-strip-form textarea:focus {
  border-color: rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.18);
}
.cta-strip-form select option { color: var(--ink); background: var(--paper); }
.cta-strip-form textarea { resize: none; height: 90px; }

.cta-strip-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.btn-submit {
  width: 100%;
  background: var(--accent);
  color: var(--white);
  border: 1px solid var(--accent);
  padding: 13px 24px;
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn-submit:hover { background: var(--ink); border-color: var(--ink); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.form-feedback {
  font-size: 0.78rem;
  padding: 8px 12px;
  display: none;
}
.form-feedback.success { background: rgba(255,255,255,0.15); color: #fff; display: block; }
.form-feedback.error   { background: rgba(0,0,0,0.15); color: rgba(255,255,255,0.9); display: block; }

/* ══════════════════════════════════════════════
   CONTACT BAR  (phone / hours strip like dwell44 bottom)
══════════════════════════════════════════════ */
.contact-bar {
  background: var(--cream);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 28px 0;
}
.contact-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.cbi {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cbi-icon {
  width: 32px; height: 32px;
  border: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--warm);
}
.cbi-label {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-light);
  display: block;
}
.cbi-value {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--ink);
  display: block;
  margin-top: 1px;
}
.cbi-value a { color: var(--ink); transition: color 0.2s; }
.cbi-value a:hover { color: var(--warm); }
.cbi-sep { width: 1px; height: 40px; background: var(--rule); }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.site-footer { background: var(--ink); padding: 80px 0 0; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 64px;
}

.footer-brand .logo-text { color: var(--white); font-size: 1.4rem; }
.footer-brand .logo-sub { color: var(--warm-lt); margin-top: 2px; }
.footer-tagline {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.45);
  margin-top: 20px;
  font-weight: 300;
  max-width: 280px;
}
.footer-phone-big {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--warm-lt);
  display: block;
  margin-top: 20px;
  letter-spacing: 0.02em;
  transition: color 0.25s;
}
.footer-phone-big:hover { color: var(--white); }

.footer-col-title {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  font-weight: 300;
  transition: color 0.25s;
}
.footer-col ul li a:hover { color: var(--warm-lt); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-copy {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
}
.footer-legal {
  display: flex;
  gap: 20px;
}
.footer-legal a {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.06em;
  transition: color 0.25s;
}
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ══════════════════════════════════════════════
   FLOATING ELEMENTS
══════════════════════════════════════════════ */
.float-call {
  position: fixed;
  bottom: 32px; right: 32px;
  z-index: 500;
}
.float-call-btn {
  width: 52px; height: 52px;
  background: var(--warm);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(123,79,46,0.4);
  text-decoration: none;
  transition: all 0.3s ease;
  animation: halo 2.5s infinite;
}
.float-call-btn:hover { background: var(--accent); box-shadow: 0 8px 32px rgba(44,62,91,0.4); color: #fff; transform: scale(1.08); }

@keyframes halo {
  0%,100% { box-shadow: 0 4px 24px rgba(123,79,46,0.4); }
  50%      { box-shadow: 0 4px 32px rgba(123,79,46,0.6), 0 0 0 8px rgba(123,79,46,0.1); }
}
.float-tip {
  position: absolute;
  right: 62px; top: 50%;
  transform: translateY(-50%);
  background: var(--ink);
  color: var(--white);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}
.float-tip::after {
  content: '';
  position: absolute;
  left: 100%; top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: var(--ink);
}
.float-call:hover .float-tip { opacity: 1; }

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .services-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .service-feature:nth-child(2) { border-right: none; }
  .service-feature:nth-child(3), .service-feature:nth-child(4) { border-top: 1px solid var(--rule); }

  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .portfolio-item:first-child { grid-column: 1 / 3; }

  .faq-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .areas-inner { grid-template-columns: 1fr; gap: 40px; }
  .intro-strip-inner { grid-template-columns: 1fr; gap: 48px; }
  .intro-img-wrap img { aspect-ratio: 16/9; }
  .intro-img-badge { bottom: 16px; right: 16px; }
}

@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-right { align-items: flex-start; }
  .hero-stat-grid, .hero-trust { max-width: 100%; }

  .services-intro { grid-template-columns: 1fr; gap: 32px; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .testimonials-track { grid-template-columns: 1fr; }
  .cta-strip-inner { grid-template-columns: 1fr; }
  .cta-strip-form { min-width: auto; }
  .cta-strip-form-row { grid-template-columns: 1fr; }
  .contact-bar-inner { gap: 24px; }

  .header-inner { padding: 0 20px; }
  .nav-primary { display: none; }
  .mobile-toggle { display: flex; }
  .header-phone { display: none; }
  .wrapper { padding: 0 20px; }
  .process-steps { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero { height: 100svh; }
  .hero-content { padding: 0 20px 60px; }
  .services-grid-4 { grid-template-columns: 1fr; border: none; gap: 1px; background: var(--rule); }
  .service-feature { border-right: none; border-top: none; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item:first-child { grid-column: 1; grid-row: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .cbi-sep { display: none; }
}

/* Mobile nav menu */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 1000;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav-close {
  font-size: 1.4rem;
  color: var(--ink-mid);
  padding: 8px;
  cursor: pointer;
}
.mobile-nav-links {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile-nav-links a {
  padding: 14px 0;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--ink);
  border-bottom: 1px solid var(--rule);
}
.mobile-nav-links a:last-child { border-bottom: none; }
.mobile-nav-footer {
  padding: 24px;
  border-top: 1px solid var(--rule);
  margin-top: auto;
}
.mobile-nav-phone {
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--warm);
  display: block;
  margin-bottom: 12px;
}