/* ============================================================
   LONGHORN LIFTING — Shared Styles
============================================================ */
:root {
  --black:    #1B1710;
  --black2:   #252018;
  --gold:     #BF9220;
  --gold-lt:  #D4A830;
  --gold-dim: #BF922026;
  --concrete: #E6E2D8;
  --stone:    #D4CEBE;
  --stone2:   #C4BEB2;
  --text:     #1B1710;
  --muted:    #6E6860;
  --border:   #C4BEB2;
  --white:    #F0EDE6;
  --ease:     cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--concrete);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ============================================================
   ANIMATIONS
============================================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}
[data-reveal="left"]  { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(.95); }
[data-reveal].visible { opacity: 1; transform: none; }
[data-delay="1"] { transition-delay: .1s; }
[data-delay="2"] { transition-delay: .2s; }
[data-delay="3"] { transition-delay: .3s; }
[data-delay="4"] { transition-delay: .4s; }
[data-delay="5"] { transition-delay: .5s; }
[data-delay="6"] { transition-delay: .6s; }

.gold-line {
  display: block; width: 0; height: 2px;
  background: var(--gold); margin-top: 14px;
  transition: width .8s var(--ease);
}
.gold-line.visible { width: 52px; }

/* ============================================================
   FLOATING PHONE
============================================================ */
.float-phone {
  position: fixed; bottom: 96px; right: 20px; z-index: 200;
  background: var(--gold); color: #1B1710;
  font-family: 'Oswald', sans-serif; font-size: 19px; font-weight: 600;
  letter-spacing: .06em; padding: 15px 27px 15px 21px; border-radius: 44px;
  text-decoration: none; display: flex; align-items: center; gap: 12px;
  box-shadow: 0 4px 28px rgba(0,0,0,.4); transition: background .15s, transform .2s;
}
.float-phone:hover { background: var(--gold-lt); transform: translateY(-2px); }
.float-phone svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ============================================================
   NAV
============================================================ */
nav {
  background: var(--black); position: sticky; top: 0; z-index: 100;
  padding: 0 5%; display: flex; align-items: center; justify-content: space-between;
  height: 66px; border-bottom: 1px solid #332e26; backdrop-filter: blur(8px);
}
.nav-logo {
  font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 700;
  color: var(--concrete); letter-spacing: .08em; text-decoration: none;
}
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: #7a7268; font-size: 13px; text-decoration: none;
  transition: color .2s; letter-spacing: .02em;
}
.nav-links a:hover, .nav-links a.active { color: var(--concrete); }
.nav-phone { color: var(--stone2) !important; font-weight: 500 !important; }
.nav-cta {
  background: var(--gold); color: #1B1710 !important;
  font-size: 12px; font-weight: 600; padding: 8px 18px; border-radius: 3px;
  text-decoration: none; letter-spacing: .06em; font-family: 'Oswald', sans-serif;
  transition: background .15s;
}
.nav-cta:hover { background: var(--gold-lt); }
.nav-hamburger {
  display: none; background: none; border: none; cursor: pointer; padding: 4px;
  flex-direction: column; gap: 5px;
}
.nav-hamburger span {
  display: block; width: 22px; height: 2px;
  background: var(--stone); border-radius: 2px; transition: all .25s;
}

/* ============================================================
   HERO (home)
============================================================ */
.hero {
  background: var(--black); position: relative; overflow: hidden;
  min-height: 680px; display: flex; align-items: center;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('Image 2 A.jpg');
  background-size: cover; background-position: center 40%;
  transform: scale(1.04); transition: transform 8s ease;
}
.hero-bg.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(17,13,8,.95) 0%, rgba(17,13,8,.82) 52%, rgba(17,13,8,.28) 100%);
}
.hero-monogram {
  position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(160px, 26vw, 340px); font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(191,146,32,.08);
  line-height: 1; user-select: none; pointer-events: none; letter-spacing: -.04em;
}
.hero-inner { position: relative; z-index: 2; padding: 90px 5%; width: 100%; }
.hero-content { max-width: 660px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  border: 1px solid rgba(191,146,32,.25); padding: 6px 16px; border-radius: 2px;
  margin-bottom: 28px;
}
.hero-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--gold); }
.hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(46px, 7.5vw, 86px); font-weight: 700;
  color: var(--concrete); line-height: 1.01; letter-spacing: .01em; margin-bottom: 10px;
}
.hero h1 em { color: var(--gold); font-style: normal; display: block; }
.hero-sub {
  font-size: 16px; color: #9A9088; max-width: 520px; margin-bottom: 36px; line-height: 1.78;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-primary {
  background: var(--gold); color: #1B1710;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: .06em; padding: 14px 32px; border-radius: 3px; text-decoration: none;
  transition: background .15s, transform .2s; display: inline-block;
}
.btn-primary:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-outline {
  border: 1px solid #4a4640; color: #9A9088;
  font-size: 14px; padding: 14px 30px; border-radius: 3px;
  text-decoration: none; transition: border-color .2s, color .2s; display: inline-block;
}
.btn-outline:hover { border-color: var(--stone); color: var(--concrete); }
.hero-badges { display: flex; gap: 28px; flex-wrap: wrap; }
.badge { display: flex; align-items: center; gap: 8px; color: #7a7268; font-size: 12px; letter-spacing: .02em; }
.badge::before { content: '✓'; color: var(--gold); font-size: 11px; }

/* ============================================================
   HERO SPLIT LAYOUT (home page)
============================================================ */
.hero-inner { position: relative; z-index: 2; padding: 72px 5%; width: 100%; }
.hero-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center; max-width: 1200px;
}
.hero-form-box {
  background: rgba(15,12,7,.93);
  border: 1px solid rgba(191,146,32,.28);
  border-radius: 8px; overflow: hidden;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 72px rgba(0,0,0,.55);
}
.hero-form-head {
  background: rgba(191,146,32,.1);
  border-bottom: 1px solid rgba(191,146,32,.2);
  padding: 20px 24px;
}
.hero-form-head h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; font-weight: 600;
  color: var(--concrete); margin-bottom: 6px; letter-spacing: .03em;
}
.hero-form-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); background: rgba(191,146,32,.1);
  border: 1px solid rgba(191,146,32,.25); padding: 4px 10px; border-radius: 2px;
  margin-right: 6px; margin-bottom: 2px;
}
.hero-form-tag::before { content: '✓'; }
.hero-form-body { padding: 20px 24px; }
.hero-form-body .form-group { margin-bottom: 12px; }
.hero-form-body .form-group label {
  display: block; font-size: 10px; font-weight: 600; color: #5a5448;
  margin-bottom: 5px; letter-spacing: .08em; text-transform: uppercase;
}
.hero-form-body .form-group input,
.hero-form-body .form-group select {
  width: 100%; background: rgba(0,0,0,.5); border: 1px solid rgba(191,146,32,.18);
  border-radius: 3px; padding: 10px 14px;
  font-size: 14px; font-family: 'Inter', sans-serif;
  color: var(--concrete); transition: border-color .2s; appearance: none;
}
.hero-form-body .form-group input::placeholder { color: #3a3428; }
.hero-form-body .form-group input:focus,
.hero-form-body .form-group select:focus { outline: none; border-color: var(--gold); }
.hero-form-body .form-group select option { background: #1a1610; color: var(--concrete); }
.hero-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-hero-submit {
  width: 100%; background: var(--gold); color: #1B1710; border: none; padding: 14px;
  font-size: 14px; font-weight: 700; font-family: 'Oswald', sans-serif; letter-spacing: .1em;
  border-radius: 3px; cursor: pointer; transition: background .15s, transform .15s;
  margin-top: 4px;
}
.btn-hero-submit:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-hero-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.hero-form-note {
  text-align: center; font-size: 11px; color: #4a4438; margin-top: 10px;
  letter-spacing: .02em;
}
.hero-form-msg {
  display: none; font-size: 12px; padding: 10px 12px; border-radius: 3px; margin-bottom: 12px; text-align: center;
}
.hero-form-msg.success { background: #0d1f12; border: 1px solid #2a5a34; color: #6db882; display: block; }
.hero-form-msg.error   { background: #2a1010; border: 1px solid #6a2020; color: #c07070; display: block; }

@media (max-width: 900px) {
  .hero-split { grid-template-columns: 1fr; gap: 36px; }
  .hero-form-box { max-width: 520px; }
}
@media (max-width: 640px) {
  .hero-form-row { grid-template-columns: 1fr; }
}

/* ============================================================
   INNER HERO (non-home pages)
============================================================ */
.inner-hero {
  background: var(--black); padding: 72px 5% 64px;
  border-bottom: 1px solid #332e26; position: relative; overflow: hidden;
}
.inner-hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(191,146,32,.05) 0%, transparent 60%);
  pointer-events: none;
}
.inner-hero-monogram {
  position: absolute; right: 3%; top: 50%; transform: translateY(-50%);
  font-family: 'Oswald', sans-serif;
  font-size: clamp(80px, 14vw, 200px); font-weight: 700;
  color: transparent; -webkit-text-stroke: 1px rgba(191,146,32,.06);
  line-height: 1; user-select: none; pointer-events: none; letter-spacing: -.04em;
}
.inner-hero-content { position: relative; z-index: 1; max-width: 680px; }

/* Split variant — hero left, estimator right */
.inner-hero--split { padding: 56px 5%; }
.inner-hero-split-wrap {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 52px; align-items: center; position: relative; z-index: 1;
}
.inner-hero--split .inner-hero-content { max-width: none; }
@media (max-width: 960px) {
  .inner-hero-split-wrap { grid-template-columns: 1fr; gap: 36px; }
  .inner-hero--split .est-card { max-width: 480px; }
}
.inner-hero h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(36px, 5.5vw, 64px); font-weight: 700;
  color: var(--concrete); line-height: 1.04; letter-spacing: .01em; margin-bottom: 12px;
}
.inner-hero h1 em { color: var(--gold); font-style: normal; }
.inner-hero p { font-size: 16px; color: #7a7268; max-width: 520px; line-height: 1.78; }

/* ============================================================
   TRUST BAR
============================================================ */
.trust-bar {
  background: #131009; border-bottom: 1px solid #2a2518;
  padding: 0 5%; display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0; overflow: hidden;
}
.trust-item {
  display: flex; align-items: center; gap: 9px;
  padding: 14px 28px; border-right: 1px solid #2a2518;
  font-size: 12px; font-weight: 500; color: #7a7268;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.trust-item:last-child { border-right: none; }
.trust-item .trust-icon { color: var(--gold); font-size: 14px; }
.trust-item strong { color: var(--stone2); }

/* ============================================================
   STATS
============================================================ */
.stats {
  background: var(--black2); display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #332e26;
}
.stat {
  text-align: center; padding: 28px 16px;
  border-right: 1px solid #332e26; position: relative; overflow: hidden;
}
.stat::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--gold); transition: width .6s var(--ease);
}
.stat:hover::after { width: 60%; }
.stat:last-child { border-right: none; }
.stat-num { font-family: 'Oswald', sans-serif; font-size: 34px; font-weight: 700; color: var(--gold); }
.stat-label { font-size: 11px; color: #6a6460; margin-top: 5px; letter-spacing: .06em; text-transform: uppercase; }

/* ============================================================
   SECTIONS
============================================================ */
.section { padding: 88px 5%; }
.section-stone { background: var(--stone); }
.section-dark  { background: var(--black); }
.section-dark2 { background: var(--black2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 16px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow-muted { color: var(--muted); }
.eyebrow-muted::before { background: var(--muted); }

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 4.2vw, 48px); font-weight: 700;
  line-height: 1.05; letter-spacing: .01em; margin-bottom: 16px;
}
h2.light { color: var(--concrete); }
.section-intro { font-size: 16px; color: var(--muted); max-width: 580px; line-height: 1.78; margin-bottom: 52px; }
.section-intro.light { color: #8a8278; }

/* ============================================================
   SERVICES
============================================================ */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden;
}
.service-card {
  background: var(--concrete); padding: 36px 30px; position: relative; overflow: hidden; transition: background .2s;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.service-card:hover { background: var(--white); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon {
  width: 42px; height: 42px; background: var(--black); border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; font-size: 18px; transition: background .2s;
}
.service-card:hover .service-icon { background: var(--gold); }
.service-card h3 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; margin-bottom: 10px; color: var(--black); }
.service-card p { font-size: 13px; color: var(--muted); line-height: 1.72; }
.service-price { margin-top: 14px; font-size: 11px; color: var(--gold); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* ============================================================
   WHY FOAM
============================================================ */
.why-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.foam-advantage-list { list-style: none; }
.foam-advantage-list li {
  display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid #332e26;
  font-size: 14px; color: #8a8278; line-height: 1.7;
}
.foam-advantage-list li:last-child { border-bottom: none; }
.adv-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(191,146,32,.12); border: 1px solid rgba(191,146,32,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 14px; margin-top: 2px;
}
.foam-advantage-list strong { color: var(--concrete); display: block; font-size: 14px; margin-bottom: 4px; }

.hmi-graphics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #332e26; border-radius: 8px; overflow: hidden;
}
.hmi-graphic-card { background: #1a1610; padding: 0; overflow: hidden; position: relative; }
.hmi-graphic-card img { width: 100%; display: block; filter: brightness(.95); transition: transform .5s var(--ease), filter .3s; }
.hmi-graphic-card:hover img { transform: scale(1.02); filter: brightness(1); }
.hmi-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(17,13,8,.9)); padding: 24px 16px 14px;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500;
  color: var(--stone2); letter-spacing: .06em; text-transform: uppercase;
}

/* ============================================================
   HOW IT WORKS
============================================================ */
.process-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.process-steps-list { list-style: none; }
.process-step-item {
  display: flex; gap: 22px; padding: 24px 0; border-bottom: 1px solid #332e26; position: relative;
}
.process-step-item:last-child { border-bottom: none; }
.step-badge {
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em;
  color: var(--gold); width: 36px; height: 36px; border: 1px solid rgba(191,146,32,.3); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.process-step-item h3 { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; color: var(--concrete); margin-bottom: 6px; }
.process-step-item p { font-size: 13px; color: #7a7268; line-height: 1.75; }
.process-graphic-wrap { border-radius: 8px; overflow: hidden; border: 1px solid #332e26; }
.process-graphic-wrap img { width: 100%; display: block; }

/* ============================================================
   VIDEO SECTION
============================================================ */
.video-section { background: var(--black); padding: 88px 5%; }
.video-wrap {
  position: relative; border-radius: 8px; overflow: hidden; border: 1px solid #332e26;
  max-width: 900px; margin: 0 auto; box-shadow: 0 24px 80px rgba(0,0,0,.5);
}
.video-wrap video { width: 100%; display: block; }
.video-overlay-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(17,13,8,.45); cursor: pointer; transition: background .2s;
}
.video-overlay-play:hover { background: rgba(17,13,8,.3); }
.play-btn {
  width: 70px; height: 70px; border-radius: 50%; background: var(--gold); border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: transform .2s, background .15s; box-shadow: 0 8px 30px rgba(0,0,0,.4);
}
.play-btn:hover { transform: scale(1.08); background: var(--gold-lt); }
.play-btn svg { width: 22px; height: 22px; fill: #1B1710; margin-left: 3px; }
.video-overlay-play.hidden { display: none; }

/* ============================================================
   BEFORE / AFTER GALLERY
============================================================ */
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 3px; background: #1a1710; border-radius: 8px; overflow: hidden;
}
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.ba-img { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.ba-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.ba-pair:hover .ba-img img { transform: scale(1.04); }
.ba-label {
  position: absolute; bottom: 0; left: 0;
  font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .12em; padding: 5px 10px;
}
.ba-label-before { background: rgba(27,23,16,.88); color: #6a6460; }
.ba-label-after  { background: rgba(191,146,32,.92); color: #1B1710; }

/* ============================================================
   REVIEWS
============================================================ */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card {
  background: var(--concrete); border: 1px solid var(--border); border-radius: 8px; padding: 30px 26px;
  position: relative; overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s;
}
.review-card::before {
  content: '"'; position: absolute; top: -8px; right: 16px;
  font-family: 'Oswald', sans-serif; font-size: 120px; font-weight: 700;
  color: rgba(191,146,32,.06); line-height: 1; pointer-events: none;
}
.review-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(27,23,16,.12); }
.stars { color: var(--gold); font-size: 13px; letter-spacing: 3px; margin-bottom: 14px; }
.review-card blockquote { font-size: 14px; color: #4a4640; line-height: 1.78; margin-bottom: 18px; font-style: italic; }
.reviewer { font-size: 12px; color: var(--muted); font-weight: 600; }
.reviewer span { color: var(--stone2); font-weight: 400; }
.review-verified {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; color: #5a8a6a; letter-spacing: .06em; margin-top: 8px;
}
.review-verified::before { content: '✓'; }

/* ============================================================
   CERTIFICATIONS
============================================================ */
.certs-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: #332e26; border-radius: 8px; overflow: hidden;
}
.cert-card { background: var(--black2); padding: 36px 28px; text-align: center; transition: background .2s; }
.cert-card:hover { background: #2a2318; }
.cert-icon { font-size: 32px; margin-bottom: 14px; display: block; }
.cert-card h4 { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500; color: var(--gold); margin-bottom: 8px; letter-spacing: .04em; }
.cert-card p { font-size: 12px; color: #6a6460; line-height: 1.65; }

/* ============================================================
   SERVICE AREAS
============================================================ */
.areas-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.area-tag {
  background: var(--black); color: var(--stone); font-size: 13px; padding: 8px 18px; border-radius: 20px;
  border: 1px solid #332e26; transition: border-color .2s, color .2s, transform .15s; cursor: default;
}
.area-tag:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }

/* ============================================================
   FAQ
============================================================ */
.faq-list { max-width: 780px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 22px 0; font-size: 15px; font-weight: 500; color: var(--text); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: 'Inter', sans-serif; transition: color .2s;
}
.faq-q:hover { color: var(--black2); }
.faq-icon {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--gold-dim); border: 1px solid rgba(191,146,32,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 16px; color: var(--gold); transition: transform .3s var(--ease), background .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--gold); color: #1B1710; }
.faq-a {
  font-size: 14px; color: var(--muted); line-height: 1.82;
  max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease;
}
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 22px; }

/* ============================================================
   CONTACT FORM
============================================================ */
.contact-split {
  display: grid; grid-template-columns: 1fr 1.8fr; gap: 48px; align-items: start;
  max-width: 1000px; margin: 0 auto;
}
.contact-info h3 { font-family: 'Oswald', sans-serif; font-size: 22px; color: var(--concrete); margin-bottom: 16px; }
.contact-info p { font-size: 14px; color: #6a6460; line-height: 1.78; margin-bottom: 24px; }
.contact-promise { list-style: none; margin-bottom: 28px; }
.contact-promise li {
  display: flex; align-items: center; gap: 10px; font-size: 13px; color: #7a7268;
  padding: 8px 0; border-bottom: 1px solid #2a2518;
}
.contact-promise li:last-child { border-bottom: none; }
.contact-promise li::before { content: '✓'; color: var(--gold); }
.contact-phone-big {
  font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 600;
  color: var(--gold); text-decoration: none; display: block; letter-spacing: .04em; transition: color .2s;
}
.contact-phone-big:hover { color: var(--gold-lt); }
.contact-phone-label { font-size: 11px; color: #4a4640; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.form-outer { background: #1a1610; border: 1px solid #2a2518; border-radius: 8px; overflow: hidden; }
.form-header { background: var(--black); padding: 24px 32px; border-bottom: 1px solid #2a2518; }
.form-header h3 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 500; color: var(--concrete); margin-bottom: 4px; }
.form-header p { font-size: 12px; color: #5a5448; }
.form-body { padding: 28px 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 10px; font-weight: 600; color: #6a6460; margin-bottom: 6px; letter-spacing: .08em; text-transform: uppercase; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: #111009; border: 1px solid #2a2518; border-radius: 3px; padding: 11px 14px;
  font-size: 14px; font-family: 'Inter', sans-serif; color: var(--concrete); transition: border-color .2s; appearance: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #3a3428; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group textarea { min-height: 88px; resize: vertical; }
.form-group select option { background: var(--black); }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.checkbox-label {
  display: flex; align-items: center; gap: 9px; font-size: 12px; color: #7a7268; cursor: pointer;
  background: #111009; border: 1px solid #2a2518; border-radius: 3px; padding: 10px 12px;
  transition: border-color .2s, color .2s;
}
.checkbox-label:hover { border-color: var(--gold); color: var(--concrete); }
.checkbox-label input[type=checkbox] { width: 13px; height: 13px; accent-color: var(--gold); flex-shrink: 0; }
.form-msg { display: none; font-size: 13px; padding: 12px 14px; border-radius: 3px; margin-bottom: 16px; text-align: center; }
.form-msg.success { background: #0d1f12; border: 1px solid #2a5a34; color: #6db882; display: block; }
.form-msg.error   { background: #2a1010; border: 1px solid #6a2020; color: #c07070; display: block; }
.btn-submit {
  width: 100%; background: var(--gold); color: #1B1710; border: none; padding: 16px;
  font-size: 14px; font-weight: 700; font-family: 'Oswald', sans-serif; letter-spacing: .1em;
  border-radius: 3px; cursor: pointer; transition: background .15s, transform .15s;
}
.btn-submit:hover { background: var(--gold-lt); transform: translateY(-1px); }
.btn-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }

/* ============================================================
   VOID FILL
============================================================ */
.void-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.void-split img { width: 100%; border-radius: 8px; border: 1px solid #332e26; }
.void-points { list-style: none; margin-top: 16px; }
.void-points li { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid #332e26; font-size: 14px; color: #8a8278; }
.void-points li:last-child { border-bottom: none; }
.void-points li::before { content: '▸'; color: var(--gold); flex-shrink: 0; }
.void-points strong { color: var(--concrete); display: block; margin-bottom: 3px; }

/* ============================================================
   BEFORE / AFTER IMPACT (home page hero callout)
============================================================ */
.ba-impact {
  background: var(--black);
}
.ba-impact-intro {
  text-align: center;
  padding: 60px 5% 40px;
}
.ba-impact-intro .eyebrow { justify-content: center; }
.ba-impact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
.ba-impact-side {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.ba-impact-side img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .7s var(--ease);
}
.ba-impact-side:hover img { transform: scale(1.04); }
.ba-impact-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(17,13,8,.65) 0%, transparent 55%);
  pointer-events: none;
}
.ba-impact-label {
  position: absolute; bottom: 22px; left: 22px;
  font-family: 'Oswald', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  padding: 6px 20px; border-radius: 2px;
}
.ba-impact-label.before { background: rgba(27,23,16,.9); color: #6a6460; border: 1px solid #4a4640; }
.ba-impact-label.after  { background: var(--gold); color: #1B1710; }
.ba-impact-badge {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; width: 52px; height: 52px;
  background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 28px rgba(0,0,0,.55);
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 700;
  color: #1B1710; letter-spacing: .06em; flex-direction: column; line-height: 1.1;
}
.ba-impact-caption {
  background: var(--black2); border-top: 1px solid #332e26;
  padding: 20px 5%;
  display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap;
  text-align: center;
}
.ba-impact-stat .stat-num { font-size: 24px; }
.ba-impact-stat .stat-label { font-size: 10px; }
.ba-impact-caption-cta {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  color: var(--gold); letter-spacing: .06em; text-decoration: none;
  border: 1px solid rgba(191,146,32,.4); padding: 8px 22px; border-radius: 2px;
  transition: background .15s, color .15s;
}
.ba-impact-caption-cta:hover { background: var(--gold); color: #1B1710; }

@media (max-width: 640px) {
  .ba-impact-split { grid-template-columns: 1fr; }
  .ba-impact-badge { top: auto; bottom: -26px; transform: translateX(-50%) rotate(90deg); }
  .ba-impact-side:first-child { padding-bottom: 0; }
  .ba-impact-caption { gap: 24px; }
}

/* ============================================================
   BEFORE / AFTER DRAG SLIDER
============================================================ */
.ba-slider {
  position: relative; width: 100%; aspect-ratio: 3/2;
  overflow: hidden; cursor: ew-resize; border-radius: 8px;
  user-select: none; -webkit-user-select: none;
  touch-action: none;
}
.ba-slider-after,
.ba-slider-before { position: absolute; inset: 0; }
.ba-slider-after img,
.ba-slider-before img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block; pointer-events: none;
}
.ba-slider-before {
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-slider-handle {
  position: absolute; top: 0; bottom: 0;
  left: var(--pos, 50%); transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  pointer-events: none; z-index: 10;
}
.ba-slider-line { width: 2px; flex: 1; background: #fff; opacity: .85; }
.ba-slider-btn {
  width: 48px; height: 48px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 16px rgba(0,0,0,.35); flex-shrink: 0;
}
.ba-slider-label {
  position: absolute; bottom: 14px;
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: .1em; padding: 4px 12px; border-radius: 3px; pointer-events: none;
}
.ba-slider-label.before { left: 14px; background: rgba(0,0,0,.55); color: #ccc; }
.ba-slider-label.after  { right: 14px; background: var(--gold); color: #1B1710; }

/* ============================================================
   COMMERCIAL SCALE STRIP
============================================================ */
.scale-strip {
  background: var(--black); border-top: 1px solid #332e26; border-bottom: 1px solid #332e26;
  padding: 0 5%;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 0; overflow: hidden;
}
.scale-strip-label {
  font-size: 9px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; padding: 18px 28px 18px 0;
  border-right: 1px solid #332e26; white-space: nowrap; flex-shrink: 0;
}
.scale-item {
  display: flex; align-items: center; gap: 10px;
  padding: 18px 28px; border-right: 1px solid #332e26;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--stone2); letter-spacing: .04em; white-space: nowrap;
  transition: color .2s;
}
.scale-item:last-child { border-right: none; }
.scale-item:hover { color: var(--gold); }
.scale-icon { font-size: 16px; }
@media (max-width: 900px) {
  .scale-strip { justify-content: flex-start; }
  .scale-strip-label { border-right: none; padding-right: 0; width: 100%; padding-bottom: 0; }
  .scale-item { padding: 12px 20px; font-size: 13px; }
}
@media (max-width: 640px) {
  .scale-strip { display: none; }
}

/* ============================================================
   LARGE SCALE SECTION (services page)
============================================================ */
.large-scale-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
}
.large-scale-img {
  border-radius: 8px; overflow: hidden; border: 1px solid #332e26; position: relative;
}
.large-scale-img img { width: 100%; display: block; }
.large-scale-img-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(17,13,8,.88));
  padding: 32px 20px 16px;
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500;
  color: #6a6460; letter-spacing: .1em; text-transform: uppercase;
}
.large-scale-points { list-style: none; margin-top: 24px; }
.large-scale-points li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid #332e26;
  font-size: 14px; color: #8a8278; line-height: 1.6;
}
.large-scale-points li:last-child { border-bottom: none; }
.large-scale-icon {
  font-size: 16px; flex-shrink: 0; margin-top: 1px;
}
.large-scale-points strong { color: var(--concrete); display: block; font-size: 14px; margin-bottom: 2px; }
@media (max-width: 900px) {
  .large-scale-split { grid-template-columns: 1fr; gap: 36px; }
}

/* ============================================================
   CTA BANNER
============================================================ */
.cta-banner {
  background: var(--gold); padding: 48px 5%;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.cta-banner h3 { font-family: 'Oswald', sans-serif; font-size: clamp(22px, 3vw, 32px); font-weight: 700; color: #1B1710; line-height: 1.1; }
.cta-banner p { font-size: 14px; color: rgba(27,23,16,.7); margin-top: 6px; }
.btn-dark {
  background: #1B1710; color: var(--gold); font-family: 'Oswald', sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: .06em; padding: 14px 32px;
  border-radius: 3px; text-decoration: none; white-space: nowrap; transition: background .15s;
}
.btn-dark:hover { background: #252018; }

/* ============================================================
   FOOTER
============================================================ */
footer { background: #0e0c08; border-top: 1px solid #1a1710; padding: 52px 5% 28px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .nav-logo { font-size: 22px; display: inline-block; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; color: #4a4438; line-height: 1.78; max-width: 280px; }
.footer-brand .footer-certs { margin-top: 18px; display: flex; gap: 12px; flex-wrap: wrap; }
.footer-cert-badge { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: #5a5448; border: 1px solid #2a2518; padding: 5px 12px; border-radius: 2px; }
.footer-col h4 { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 500; color: var(--stone2); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 13px; color: #4a4438; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--stone); }
.footer-bottom {
  border-top: 1px solid #1a1710; padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; color: #2a2518; flex-wrap: wrap; gap: 8px;
}
.footer-bottom a { color: #2a2518; text-decoration: none; }
.footer-bottom a:hover { color: var(--muted); }

/* ============================================================
   MOBILE STICKY BAR
============================================================ */
.mobile-cta-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--black); border-top: 1px solid #332e26;
  padding: 10px 5%; gap: 10px; z-index: 99;
}
.mobile-cta-bar a {
  flex: 1; text-align: center; padding: 13px; border-radius: 3px;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-decoration: none;
}
.mobile-cta-call { background: var(--gold); color: #1B1710; }
.mobile-cta-text { background: #252018; color: var(--stone); border: 1px solid #332e26; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .why-split, .void-split, .process-wrap, .contact-split { grid-template-columns: 1fr; gap: 36px; }
  .hmi-graphics { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-bar { display: none; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 18px;
    position: absolute; top: 66px; left: 0; right: 0;
    background: var(--black2); border-bottom: 1px solid #332e26; padding: 20px 5%;
  }
  .services-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(3) { border-right: 1px solid #332e26; }
  .form-row { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .mobile-cta-bar { display: flex; }
  .float-phone { display: none; }
  body { padding-bottom: 68px; }
  .hero-monogram, .inner-hero-monogram { display: none; }
}
/* ============================================================
   PRICE ESTIMATOR
============================================================ */
.est-section {
  display: flex; flex-direction: column; align-items: center;
  padding-top: 56px; padding-bottom: 56px;
}
.est-section .section-intro { margin-bottom: 28px; font-size: 14px; max-width: 460px; }
.est-card {
  width: 100%; max-width: 460px;
  background: rgba(15,12,7,.93); border: 1px solid rgba(191,146,32,.22);
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,.45);
}
.est-card-head {
  background: rgba(191,146,32,.1); border-bottom: 1px solid rgba(191,146,32,.18);
  padding: 14px 20px;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  color: var(--gold); letter-spacing: .06em; text-transform: uppercase;
}
.est-card-body { padding: 18px 20px; }
.est-lw-row {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 10px; align-items: end; margin-bottom: 16px;
}
.est-times {
  font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 300;
  color: #5a5448; padding-bottom: 11px; text-align: center;
}
.est-slider-group { margin-bottom: 18px; }
.est-slider-header {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px;
}
.est-slider-header label {
  font-size: 10px; font-weight: 600; color: #6a6460;
  letter-spacing: .08em; text-transform: uppercase;
}
.est-settled-display {
  font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 600; color: var(--gold);
}
.est-range {
  width: 100%; appearance: none; -webkit-appearance: none;
  height: 3px; border-radius: 2px; outline: none; cursor: pointer;
}
.est-range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%;
  background: var(--gold); cursor: pointer;
  box-shadow: 0 0 0 3px rgba(191,146,32,.18);
}
.est-range::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; border: none;
  background: var(--gold); cursor: pointer;
}
.est-sides-group { margin-bottom: 16px; }
.est-sides-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.est-side-opt { cursor: pointer; }
.est-side-opt input[type=radio] { display: none; }
.est-side-opt span {
  display: block; padding: 9px 4px; border-radius: 3px; text-align: center;
  border: 1px solid #2a2518; background: #111009;
  font-size: 10px; font-weight: 600; color: #6a6460;
  letter-spacing: .06em; text-transform: uppercase;
  transition: border-color .15s, color .15s, background .15s;
}
.est-side-opt:hover span { border-color: #5a5040; color: var(--concrete); }
.est-side-opt input:checked + span {
  border-color: var(--gold); background: rgba(191,146,32,.12); color: var(--gold);
}
.est-range-labels {
  display: flex; justify-content: space-between; margin-top: 6px;
  font-size: 10px; color: #4a4438; letter-spacing: .04em;
}
.est-btn {
  width: 100%; background: var(--gold); color: #1B1710;
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: .1em; padding: 13px; border: none; border-radius: 3px;
  cursor: pointer; transition: background .15s; text-transform: uppercase;
}
.est-btn:hover { background: var(--gold-lt); }
.est-output {
  display: none; margin-top: 16px; padding-top: 16px; border-top: 1px solid #2a2518;
}
.est-compare {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 8px; margin-bottom: 12px;
}
.est-compare-col { text-align: center; padding: 10px 8px; border-radius: 4px; }
.est-compare-us   { background: rgba(191,146,32,.1); border: 1px solid rgba(191,146,32,.3); }
.est-compare-rep  { background: rgba(255,255,255,.03); border: 1px solid #2a2518; }
.est-compare-label {
  font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 4px;
}
.est-compare-us .est-compare-label  { color: var(--gold); }
.est-compare-rep .est-compare-label { color: #5a5448; }
.est-compare-price {
  font-family: 'Oswald', sans-serif; font-weight: 700; line-height: 1;
}
.est-compare-us .est-compare-price  { font-size: clamp(22px, 4vw, 30px); color: var(--gold); }
.est-compare-rep .est-compare-price { font-size: clamp(20px, 3.5vw, 26px); color: #5a5448; text-decoration: line-through; }
.est-compare-vs {
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 700;
  color: #3a3428; letter-spacing: .06em;
}
.est-savings {
  text-align: center; margin-bottom: 10px; padding: 7px;
  background: rgba(191,146,32,.07); border-radius: 3px;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  color: var(--gold); letter-spacing: .04em;
}
.est-output-detail { font-size: 11px; color: #6a6460; margin-bottom: 10px; text-align: center; }
.est-output-note {
  font-size: 11px; color: #4a4438; line-height: 1.7;
  border-top: 1px solid #1a1810; padding-top: 12px;
}
.est-output-note a {
  color: var(--gold); text-decoration: none; display: inline-block; margin-top: 4px;
}
.est-output-note a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .est-card-body { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
