/* =========================================================
   CREWSE DEVELOPMENT LLC — Site Styles
   "Built from the dirt up" — industrial, honest, precise.
   Brand tokens live in :root; edit a few lines to rebrand.
   ========================================================= */

:root {
  /* ---- Brand palette ---- */
  --orange:        #f5821f;   /* safety / action color  */
  --orange-hot:    #ff8d2e;
  --orange-dark:   #d96b0c;
  --ink:           #15191e;   /* asphalt black          */
  --ink-2:         #1e242b;
  --ink-3:         #2a323b;
  --steel:         #4f5b66;
  --steel-light:   #84909b;
  --line:          #ddd5c4;   /* warm hairline          */
  --paper:         #f3eee1;   /* warm jobsite sand      */
  --paper-soft:    #eae1cc;
  --white:         #ffffff;
  --success:       #2f9e44;

  /* ---- Type ---- */
  --font-head: "Big Shoulders Display", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Barlow", "Segoe UI", system-ui, sans-serif;

  /* ---- Layout ---- */
  --maxw: 1200px;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(21,25,30,.08), 0 1px 2px rgba(21,25,30,.06);
  --shadow-md: 0 8px 26px rgba(21,25,30,.12);
  --shadow-lg: 0 22px 60px rgba(21,25,30,.22);
  --header-h: 78px;

  /* ---- Motifs ---- */
  --hazard: repeating-linear-gradient(-45deg, var(--orange) 0 14px, var(--ink) 14px 28px);
  --blueprint:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: linear-gradient(180deg, #f6f1e4 0%, #e9e0ca 100%);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* film grain overlay — gives every surface a finished, printed feel */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 2; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity: .04; mix-blend-mode: multiply;
}
img, svg, picture, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; padding: 0; }
::selection { background: var(--orange); color: #fff; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: .98;
  letter-spacing: .4px;
  color: var(--ink);
  text-transform: uppercase;
}
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { font-size: 1.45rem; letter-spacing: .6px; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
:root {
  /* surveyor contour-line texture for light sections */
  --topo: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='520' viewBox='0 0 520 520' fill='none' stroke='%2315191e' stroke-opacity='.075' stroke-width='1.2'%3E%3Cpath d='M-40 420 C 80 320, 140 400, 240 340 S 420 280, 560 330'/%3E%3Cpath d='M-40 460 C 90 360, 160 440, 260 380 S 440 320, 560 370'/%3E%3Cpath d='M-40 500 C 100 400, 180 480, 280 420 S 460 360, 560 410'/%3E%3Cpath d='M120 -20 C 90 60, 160 120, 240 90 S 360 20, 420 -30'/%3E%3Cpath d='M160 -20 C 130 70, 200 140, 280 110 S 400 40, 460 -30'/%3E%3Ccircle cx='430' cy='180' r='55'/%3E%3Ccircle cx='430' cy='180' r='85'/%3E%3Ccircle cx='430' cy='180' r='115'/%3E%3C/svg%3E");
}
.section {
  padding: 96px 0;
  background:
    var(--topo),
    radial-gradient(1000px 520px at 92% -10%, rgba(245,130,31,.10), transparent 60%),
    radial-gradient(800px 460px at 0% 105%, rgba(122,98,58,.10), transparent 55%);
  background-size: 520px 520px, auto, auto;
}
.section--soft {
  background:
    var(--topo),
    radial-gradient(900px 460px at 6% 0%, rgba(245,130,31,.11), transparent 55%),
    radial-gradient(800px 480px at 100% 110%, rgba(122,98,58,.12), transparent 55%),
    linear-gradient(180deg, #ece3cf, #e0d5ba);
  background-size: 520px 520px, auto, auto, auto;
}
/* diagonal section edges (hazard angle) */
.diag { clip-path: polygon(0 2.4vw, 100% 0, 100% calc(100% - 2.4vw), 0 100%); }
section.section.diag { padding-top: calc(96px + 2.6vw); padding-bottom: calc(96px + 2.6vw); }
.band.diag { padding: calc(140px + 2.6vw) 0; }
.section--dark {
  background:
    radial-gradient(1100px 560px at 85% -15%, rgba(245,130,31,.14), transparent 60%),
    linear-gradient(180deg, #1b2129, #11151a);
  color: #c6cdd4; position: relative;
}
.section--dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--blueprint); background-size: 34px 34px;
}
.section--dark > .container { position: relative; z-index: 1; }
.section--dark h2, .section--dark h3 { color: #fff; }
.center { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: .95rem;
  color: var(--orange-dark);
  margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--orange); }
.section--dark .eyebrow { color: var(--orange-hot); }
.section__head { max-width: 740px; margin: 0 auto 56px; text-align: center; }
.section__head .eyebrow::after { content: ""; width: 26px; height: 3px; background: var(--orange); }
.section__head p { color: var(--steel); margin-top: 16px; font-size: 1.1rem; }
.section--dark .section__head p { color: #9aa6b1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 15px 28px;
  border-radius: var(--radius);
  transition: transform .15s ease, box-shadow .25s ease, background .2s ease, color .2s ease, border-color .2s ease;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary {
  background: var(--orange); color: #fff;
  box-shadow: 0 10px 26px rgba(245,130,31,.35);
}
.btn--primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(245,130,31,.42); }
.btn--primary:active { transform: translateY(0); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); transform: translateY(-2px); }
.btn--ghost { background: rgba(255,255,255,.04); color: #fff; border: 2px solid rgba(255,255,255,.55); backdrop-filter: blur(2px); }
.btn--ghost:hover { background: rgba(255,255,255,.14); border-color: #fff; }
.btn--outline { background: #fff; color: var(--ink); border: 2px solid var(--line); }
.btn--outline:hover { border-color: var(--orange); color: var(--orange-dark); }
.btn--lg { padding: 19px 36px; font-size: 1.15rem; }
.btn--block { display: flex; width: 100%; }

/* ---------- Skip link (a11y) ---------- */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 300;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 8px 8px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

/* license verify links in footer creds */
.footer__creds a span { transition: border-color .15s ease, color .15s ease; }
.footer__creds a:hover span { border-color: var(--orange); color: #fff; }

/* ---------- Scroll progress bar ---------- */
.progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: var(--orange); z-index: 200;
}

/* =========================================================
   HEADER / NAV
   ========================================================= */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  height: var(--header-h);
  transition: box-shadow .3s ease, background .3s ease, border-color .3s ease;
}
.header.scrolled {
  box-shadow: 0 8px 30px rgba(21,25,30,.10);
  background: rgba(243,238,225,.96);
  backdrop-filter: blur(10px);
  border-bottom-color: var(--line);
}
/* over the dark hero (not yet scrolled) the header runs light */
.header:not(.scrolled) .brand__name { color: #fff; }
.header:not(.scrolled) .brand__name span { color: var(--orange-hot); }
.header:not(.scrolled) .nav__links a { color: #dfe5ea; }
.header:not(.scrolled) .nav__links a:hover { color: #fff; }
.header:not(.scrolled) .nav__links a.active { color: var(--orange-hot); }
.header:not(.scrolled) .nav__phone { color: #fff; }
.header:not(.scrolled) .nav__toggle span { background: #fff; }
.header:not(.scrolled) .nav.open .nav__links a { color: var(--ink-3); }
.header:not(.scrolled) .nav.open .nav__links a.active { color: var(--orange-dark); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo { width: 44px; height: 44px; }
.brand__name {
  font-family: var(--font-head); font-weight: 800; text-transform: uppercase;
  font-size: 1.45rem; letter-spacing: .8px; line-height: 1; color: var(--ink);
}
.brand__name span { display: block; font-size: .6rem; letter-spacing: 3.2px; font-weight: 600; color: var(--orange-dark); margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav__links { display: flex; gap: 28px; align-items: center; }
.nav__links a {
  font-family: var(--font-head); text-transform: uppercase; font-weight: 600;
  letter-spacing: 1.4px; font-size: 1.02rem; color: var(--ink-3);
  padding: 6px 0; position: relative;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 3px;
  background: var(--orange); transition: right .25s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after, .nav__links a.active::after { right: 0; }
.nav__links a.active { color: var(--orange-dark); }
.nav__cta { display: flex; align-items: center; gap: 16px; }
.nav__phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head); font-weight: 700; font-size: 1.12rem; color: var(--ink);
  letter-spacing: .5px;
}
.nav__phone svg { width: 18px; height: 18px; color: var(--orange); }
.nav__phone:hover { color: var(--orange-dark); }
.nav__toggle { display: none; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 6px; }
.nav__toggle span { display: block; height: 3px; background: var(--ink); border-radius: 3px; transition: .25s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative; color: #fff; background: var(--ink); overflow: hidden;
  min-height: 100svh; display: flex; align-items: center;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img {
  width: 100%; height: 100%; object-fit: cover; opacity: .62;
  animation: kenburns 32s ease-in-out infinite alternate;
  transition: opacity .9s ease;
}
/* once the video is playing, the still photo fully yields to it (no ghosting) */
.hero__media.video-on img { opacity: 0; animation-play-state: paused; }
@keyframes kenburns {
  from { transform: scale(1.03); }
  to   { transform: scale(1.15) translate(-1.5%, 1%); }
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(900px 420px at 85% 10%, rgba(245,130,31,.16), transparent 60%),
    linear-gradient(100deg, rgba(21,25,30,.96) 8%, rgba(21,25,30,.78) 48%, rgba(21,25,30,.35) 100%);
}
.hero::after { /* blueprint grid over everything, very subtle */
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: var(--blueprint); background-size: 34px 34px;
}
.hero__inner { position: relative; z-index: 1; padding: calc(var(--header-h) + 40px) 0 110px; max-width: 820px; }
.hero h1 { font-size: clamp(3rem, 7.5vw, 6.2rem); }
/* word-by-word headline entrance */
.hero h1 .w {
  display: inline-block; opacity: 0; transform: translateY(.55em);
  animation: wordup .75s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: var(--wd, 0s);
}
.hero h1 .w--outline { color: transparent; -webkit-text-stroke: 2.5px var(--orange); }
@keyframes wordup { to { opacity: 1; transform: none; } }
/* scroll cue */
.hero__scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 1;
  color: #9aa6b1; font-family: var(--font-head); letter-spacing: 3.5px; font-size: .68rem;
  font-weight: 600; text-transform: uppercase;
}
.hero__scroll svg { width: 20px; height: 20px; color: var(--orange); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(245,130,31,.14); border: 1px solid rgba(245,130,31,.55);
  color: #ffc894; font-family: var(--font-head); text-transform: uppercase; letter-spacing: 2.4px;
  font-weight: 600; font-size: .85rem; padding: 9px 16px; border-radius: 50px; margin-bottom: 26px;
}
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 .accent { color: var(--orange); }
.hero h1 .accent--underline {
  color: var(--orange);
  background: linear-gradient(transparent 78%, rgba(245,130,31,.32) 78%);
}
.hero p.lead { font-size: 1.25rem; color: #d4dae0; max-width: 580px; margin-bottom: 34px; line-height: 1.6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 38px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 20px 34px; }
.hero__trust li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .98rem; color: #e6ebf0; }
.hero__trust svg { width: 22px; height: 22px; color: var(--orange); flex-shrink: 0; }

/* hazard divider under hero */
.hazard-strip { height: 10px; background: var(--hazard); }

/* =========================================================
   MARQUEE — service area towns
   ========================================================= */
.marquee {
  background: var(--paper); border-bottom: 1px solid var(--line);
  overflow: hidden; padding: 16px 0; position: relative;
}
.marquee__track {
  display: flex; gap: 0; width: max-content;
  animation: marquee 36s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  font-family: var(--font-head); text-transform: uppercase; font-weight: 700;
  letter-spacing: 2.4px; font-size: 1.02rem; color: var(--steel);
  display: inline-flex; align-items: center; white-space: nowrap; padding: 0 18px;
}
.marquee__item::after { content: "◆"; color: var(--orange); font-size: .6rem; margin-left: 36px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =========================================================
   STAT BAR (animated count-up)
   ========================================================= */
.stats { background: linear-gradient(180deg, #f78c30 0%, #e26f0d 100%); position: relative; overflow: hidden; }
.stats::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25;
  background: repeating-linear-gradient(-45deg, transparent 0 26px, rgba(255,255,255,.14) 26px 52px);
}
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.stats__item { padding: 38px 18px; text-align: center; color: #fff; border-right: 1px solid rgba(255,255,255,.28); }
.stats__item:last-child { border-right: none; }
.stats__num { font-family: var(--font-head); font-weight: 800; font-size: 3.1rem; line-height: 1; letter-spacing: 1px; }
.stats__num sup { font-size: 1.4rem; }
.stats__label { text-transform: uppercase; letter-spacing: 1.6px; font-size: .82rem; margin-top: 9px; font-weight: 600; opacity: .96; }

/* =========================================================
   SERVICES
   ========================================================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 32px 28px; position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc-card::before { /* orange sweep on hover */
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--orange); transform: scaleY(0); transform-origin: top;
  transition: transform .28s ease;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::before { transform: scaleY(1); }
.svc-card__icon {
  width: 60px; height: 60px; border-radius: 14px; background: rgba(245,130,31,.12);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  transition: background .25s ease;
}
.svc-card:hover .svc-card__icon { background: var(--orange); }
.svc-card__icon svg { width: 30px; height: 30px; color: var(--orange-dark); transition: color .25s ease; }
.svc-card:hover .svc-card__icon svg { color: #fff; }
.svc-card h3 { margin-bottom: 10px; }
.svc-card p { color: var(--steel); font-size: .99rem; margin-bottom: 18px; }
.svc-card a {
  font-family: var(--font-head); text-transform: uppercase; font-weight: 700;
  letter-spacing: 1.5px; font-size: .95rem; color: var(--orange-dark);
  display: inline-flex; align-items: center; gap: 6px;
}
.svc-card a svg { width: 15px; height: 15px; transition: transform .18s ease; }
.svc-card a:hover svg { transform: translateX(5px); }
.svc-card__tag {
  position: absolute; top: 18px; right: 18px;
  font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: 1.6px;
  text-transform: uppercase; color: var(--orange-dark);
  border: 1px solid rgba(245,130,31,.5); background: rgba(245,130,31,.08);
  padding: 4px 9px; border-radius: 50px;
}

/* Service detail rows (services page) */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.svc-row + .svc-row { margin-top: 84px; }
.svc-row:nth-of-type(even) .svc-row__media { order: 2; }
.svc-row__media { position: relative; }
.svc-row__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.svc-row__media::after {
  content: ""; position: absolute; left: -14px; bottom: -14px; width: 110px; height: 110px;
  border-left: 4px solid var(--orange); border-bottom: 4px solid var(--orange);
  border-radius: 0 0 0 var(--radius-lg); pointer-events: none;
}
.svc-row h3 { font-size: 2rem; margin-bottom: 14px; }
.svc-row > div > p { color: var(--steel); }
.svc-row ul.checks { margin-top: 20px; display: grid; gap: 11px; }
.svc-row ul.checks li { display: flex; gap: 10px; align-items: flex-start; color: var(--steel); font-weight: 500; }
.svc-row ul.checks svg { width: 20px; height: 20px; color: var(--success); flex-shrink: 0; margin-top: 3px; }

/* =========================================================
   BEFORE / AFTER SLIDER
   ========================================================= */
.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.ba-feature { max-width: 880px; margin: 0 auto 80px; }
.ba-feature .ba__caption { text-align: center; }
.ba {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); aspect-ratio: 4/3; user-select: none; background: #1a1f25;
  touch-action: pan-y; cursor: ew-resize;
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba__after { clip-path: inset(0 0 0 50%); }
.ba__handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background: #fff;
  transform: translateX(-50%); z-index: 3; box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.ba__handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 44px; height: 44px; border-radius: 50%; background: var(--orange); box-shadow: var(--shadow-md);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3Cpolyline points='9 18 3 12 9 6' transform='translate(12 0)'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 22px;
}
.ba__handle:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.ba__tag {
  position: absolute; top: 14px; z-index: 4; font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: 1.6px; font-size: .78rem; font-weight: 700; color: #fff; padding: 6px 13px; border-radius: 50px;
  background: rgba(21,25,30,.82);
}
.ba__tag--before { left: 14px; }
.ba__tag--after { right: 14px; background: var(--orange); }
.ba__caption { margin-top: 16px; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.ba__caption span { display: block; font-weight: 400; color: var(--steel); font-size: .93rem; margin-top: 2px; }

/* =========================================================
   PROJECT GRID (photo cards)
   ========================================================= */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md); aspect-ratio: 4/3; background: var(--ink); display: block;
}
.proj-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.proj-card:hover img { transform: scale(1.06); }
.proj-card__body {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 48px 22px 20px;
  background: linear-gradient(transparent, rgba(21,25,30,.94) 70%); color: #fff;
}
.proj-card__body h3 { color: #fff; font-size: 1.35rem; margin-bottom: 2px; }
.proj-card__body span { color: #c6cdd4; font-size: .9rem; }
.proj-card__tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.6px;
  font-size: .74rem; font-weight: 700; color: #fff; padding: 6px 13px; border-radius: 50px;
  background: var(--orange);
}

/* =========================================================
   REVIEWS
   ========================================================= */
.rev-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 28px;
  margin-bottom: 50px; text-align: center;
}
.rev-summary__score { font-family: var(--font-head); font-weight: 800; font-size: 3.4rem; line-height: 1; color: var(--ink); }
.stars { display: inline-flex; gap: 3px; color: var(--orange); }
.stars svg { width: 22px; height: 22px; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm); position: relative;
  transition: transform .2s ease, box-shadow .25s ease;
}
.rev-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.rev-card::before {
  content: "“"; position: absolute; top: 6px; right: 20px;
  font-family: var(--font-head); font-weight: 800; font-size: 4.4rem; line-height: 1;
  color: rgba(245,130,31,.16);
}
.rev-card .stars { margin-bottom: 14px; }
.rev-card .stars svg { width: 18px; height: 18px; }
.rev-card p { color: var(--ink-3); font-size: 1rem; }
.rev-card__who { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.rev-card__avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.1rem; letter-spacing: 1px;
}
.rev-card__name { font-weight: 700; font-size: .97rem; }
.rev-card__meta { font-size: .83rem; color: var(--steel-light); }
.rev-google { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--steel); margin-top: 6px; }

/* =========================================================
   PROCESS / STEPS
   ========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; counter-reset: step; }
.step { text-align: left; padding: 28px 24px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); position: relative; transition: border-color .25s ease, background .25s ease; }
.step:hover { border-color: rgba(245,130,31,.55); background: rgba(245,130,31,.05); }
.step__num {
  font-family: var(--font-head); font-weight: 800; font-size: 3rem; line-height: 1;
  color: transparent; -webkit-text-stroke: 2px var(--orange); margin-bottom: 16px;
}
.section--dark .step p { color: #9aa6b1; }
.step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step p { color: var(--steel); font-size: .96rem; }

/* =========================================================
   FLEET / EQUIPMENT
   ========================================================= */
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fleet-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 22px; text-align: center;
  transition: transform .2s ease, box-shadow .25s ease;
}
.fleet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.fleet-card svg { width: 44px; height: 44px; margin: 0 auto 14px; color: var(--orange-dark); }
.fleet-card h3 { font-size: 1.2rem; margin-bottom: 6px; }
.fleet-card p { color: var(--steel); font-size: .9rem; }
.fleet-card .spec {
  display: inline-block; margin-top: 12px;
  font-family: var(--font-head); font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  font-size: .72rem; color: var(--orange-dark);
  border: 1px solid rgba(245,130,31,.45); border-radius: 50px; padding: 4px 11px;
}

/* =========================================================
   MISSION — orange surface panel
   ========================================================= */
.mission { padding: 30px 0 96px; }
.mission__panel {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #f78c30, #e06f0e);
  border-radius: var(--radius-lg);
  padding: 52px 56px;
  box-shadow: 0 24px 60px rgba(224,111,13,.32);
}
.mission__panel::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background: repeating-linear-gradient(-45deg, transparent 0 30px, rgba(255,255,255,.14) 30px 60px);
}
.mission__inner { position: relative; z-index: 1; display: flex; align-items: center; gap: 30px; max-width: 880px; margin: 0 auto; }
.mission__icon {
  flex-shrink: 0; width: 74px; height: 74px; border-radius: 50%;
  background: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 22px rgba(21,25,30,.18);
}
.mission__icon svg { width: 36px; height: 36px; color: var(--orange-dark); }
.mission h3 { margin-bottom: 6px; color: #fff; }
.mission p { color: rgba(255,255,255,.94); font-size: 1.05rem; }
@media (max-width: 680px) { .mission__panel { padding: 36px 26px; } }

/* =========================================================
   ABOUT
   ========================================================= */
.about-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-split img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.about-split p { color: var(--steel); margin-bottom: 16px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 10px; }
.value {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px;
  border-top: 4px solid var(--orange);
  transition: transform .2s ease, box-shadow .25s ease;
}
.value:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value svg { width: 32px; height: 32px; color: var(--orange); margin-bottom: 14px; }
.value h3 { font-size: 1.25rem; margin-bottom: 8px; }
.value p { color: var(--steel); font-size: .96rem; }

/* =========================================================
   FORM / CONTACT
   ========================================================= */
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow-md); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; color: var(--ink-3); }
.field label .req { color: var(--orange-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; border: 1.5px solid var(--line); border-radius: 9px;
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--paper);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 4px rgba(245,130,31,.14);
}
.field textarea { resize: vertical; min-height: 130px; }
.field__hint { font-size: .83rem; color: var(--steel-light); margin-top: 6px; }
.form-note { font-size: .88rem; color: var(--steel); margin-top: 16px; text-align: center; }
.form-success {
  display: none; background: #eef9f0; border: 1px solid #b7e0c0; color: #1d6e2c;
  border-radius: var(--radius); padding: 16px 18px; margin-bottom: 18px; font-weight: 600;
}
.form-success.show { display: block; }

.contact-aside .info-card { background: var(--ink); color: #c6cdd4; border-radius: var(--radius-lg); padding: 32px; position: relative; overflow: hidden; }
.contact-aside .info-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: var(--blueprint); background-size: 30px 30px;
}
.contact-aside .info-card > * { position: relative; }
.contact-aside .info-card h3 { color: #fff; margin-bottom: 18px; }
.info-line { display: flex; gap: 14px; align-items: flex-start; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.info-line:last-child { border-bottom: none; }
.info-line svg { width: 22px; height: 22px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.info-line a { color: #fff; font-weight: 600; }
.info-line a:hover { color: var(--orange-hot); }
.info-line span { display: block; font-size: .85rem; color: #8b97a3; font-weight: 400; }

.urgent-card {
  margin-top: 24px; background: rgba(245,130,31,.08); border: 1px solid rgba(245,130,31,.35);
  border-radius: var(--radius-lg); padding: 26px;
}
.urgent-card h3 { color: var(--orange-dark); margin-bottom: 8px; }
.urgent-card p { color: var(--steel); margin-bottom: 16px; }

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: var(--ink) url("../images/cta-bg.jpg") center/cover no-repeat;
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(700px 360px at 50% 120%, rgba(245,130,31,.20), transparent 65%),
    linear-gradient(rgba(21,25,30,.80), rgba(21,25,30,.86));
}
.cta-banner::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 10px; background: var(--hazard);
}
.cta-banner > .container { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: #aeb8c2; max-width: 580px; margin: 0 auto 30px; font-size: 1.12rem; }
.cta-banner .hero__actions { justify-content: center; margin-bottom: 0; }

/* =========================================================
   FAQ
   ========================================================= */
.faq { max-width: 820px; margin: 0 auto; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; margin-bottom: 12px; overflow: hidden; transition: border-color .2s ease; }
.faq__item.open { border-color: var(--orange); }
.faq__q {
  width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 22px; font-family: var(--font-head); font-size: 1.2rem; color: var(--ink);
  font-weight: 700; letter-spacing: .6px; text-transform: uppercase;
}
.faq__q svg { width: 24px; height: 24px; color: var(--orange); flex-shrink: 0; transition: transform .25s ease; }
.faq__item.open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.faq__a p { padding: 0 22px 22px; color: var(--steel); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background:
    radial-gradient(900px 420px at 50% 115%, rgba(245,130,31,.10), transparent 60%),
    linear-gradient(180deg, #11151b, #0c1015);
  color: #8b97a3; padding: 70px 0 0; position: relative;
}
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: var(--hazard); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer .brand__name { color: #fff; }
.footer .brand__name span { color: var(--orange); }
.footer > .container > .footer__grid p { font-size: .95rem; }
.footer__grid > div > p { font-size: .95rem; margin-top: 16px; max-width: 290px; }
.footer h4 {
  color: #fff; font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: 2px; font-size: 1.05rem; margin-bottom: 18px; font-weight: 700;
}
.footer__links li { margin-bottom: 11px; }
.footer__links a { font-size: .95rem; transition: color .15s ease, padding-left .15s ease; }
.footer__links a:hover { color: var(--orange); padding-left: 4px; }
.footer__contact li { display: flex; gap: 10px; margin-bottom: 14px; font-size: .95rem; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }
.footer__contact a:hover { color: #fff; }
.footer__creds {
  display: flex; flex-wrap: wrap; gap: 10px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.08);
}
.footer__creds span {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.6px; font-weight: 600;
  font-size: .75rem; color: #aeb8c2; border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px; padding: 6px 12px; background: rgba(255,255,255,.03);
}
.footer__creds span b { color: var(--orange); font-weight: 700; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0;
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: .85rem;
}

/* =========================================================
   STICKY MOBILE CALL BAR + BACK TO TOP
   ========================================================= */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none;
  grid-template-columns: 1fr 1fr; gap: 0; box-shadow: 0 -4px 20px rgba(0,0,0,.22);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 9px; padding: 16px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.4px; font-weight: 700; color: #fff;
}
.callbar a svg { width: 19px; height: 19px; }
.callbar__call { background: var(--orange); }
.callbar__quote { background: var(--ink); }

.to-top {
  position: fixed; right: 22px; bottom: 26px; z-index: 80;
  width: 48px; height: 48px; border-radius: 10px; background: var(--ink); color: var(--orange);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.to-top.show { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--orange); color: #fff; }
.to-top svg { width: 22px; height: 22px; }

/* =========================================================
   PAGE HERO (interior pages)
   ========================================================= */
.page-hero {
  position: relative; color: #fff; padding: calc(var(--header-h) + 72px) 0 84px; overflow: hidden;
  background:
    radial-gradient(800px 420px at 85% 15%, rgba(245,130,31,.17), transparent 60%),
    linear-gradient(115deg, #14181d 25%, #1d242c 70%, #242c36 100%);
}
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: var(--blueprint); background-size: 34px 34px; }
.page-hero__media { position: absolute; inset: 0; z-index: 0; opacity: .25; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__inner { position: relative; z-index: 1; max-width: 760px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #c6cdd4; margin-top: 16px; font-size: 1.18rem; }
.breadcrumb { font-size: .88rem; color: #8b97a3; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px; font-family: var(--font-head); font-weight: 600; }
.breadcrumb a:hover { color: var(--orange); }

/* =========================================================
   GALLERY FILTERS
   ========================================================= */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
.filters button {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.4px; font-weight: 600; font-size: .95rem;
  padding: 10px 20px; border-radius: 50px; border: 1.5px solid var(--line); color: var(--steel); background: #fff;
  transition: .18s;
}
.filters button:hover { border-color: var(--orange); color: var(--orange-dark); transform: translateY(-1px); }
.filters button.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.ba-grid > div { transition: opacity .3s ease, transform .3s ease; }
.ba-grid > div.hide { display: none; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
  transition-delay: var(--rd, 0s);
}
[data-reveal].in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .marquee__track, .hero__media img, .hero__scroll svg { animation: none; }
  .hero h1 .w { opacity: 1; transform: none; animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* =========================================================
   RICH PASS — premium components
   ========================================================= */

/* ---- custom scrollbar ---- */
html { scrollbar-color: var(--orange) #14181d; scrollbar-width: thin; }
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: #14181d; }
::-webkit-scrollbar-thumb { background: linear-gradient(var(--orange-hot), var(--orange-dark)); border-radius: 6px; border: 2px solid #14181d; }

/* ---- button sheen sweep ---- */
.btn--primary::after {
  content: ""; position: absolute; top: 0; left: -80%; width: 50%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg); transition: left .5s ease; pointer-events: none;
}
.btn--primary:hover::after { left: 130%; }

/* ---- unified warm photo grade ---- */
.svc-row__media img, .proj-card img, .svc-photo img, .about-split img,
.who__media img, .ba img { filter: sepia(.07) saturate(1.06) contrast(1.03); }

/* ---- anchor offset under fixed header ---- */
section[id], div[id] { scroll-margin-top: calc(var(--header-h) + 14px); }

/* ---- photo-backed service cards ---- */
.svc-photo {
  position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4 / 4.6; background: var(--ink); box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .3s ease;
}
.svc-photo:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.svc-photo:hover img { transform: scale(1.07); }
.svc-photo__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(178deg, rgba(21,25,30,0) 30%, rgba(21,25,30,.55) 62%, rgba(21,25,30,.96) 100%);
}
.svc-photo__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 22px; color: #fff; }
.svc-photo__body::before { content: ""; display: block; width: 34px; height: 4px; background: var(--orange); margin-bottom: 12px; transition: width .3s ease; }
.svc-photo:hover .svc-photo__body::before { width: 58px; }
.svc-photo__body h3 { color: #fff; font-size: 1.5rem; margin-bottom: 6px; }
.svc-photo__body p {
  color: #c9d1d8; font-size: .94rem; line-height: 1.5;
  max-height: 0; opacity: 0; overflow: hidden; transition: max-height .35s ease, opacity .35s ease, margin .35s ease;
}
.svc-photo:hover .svc-photo__body p { max-height: 90px; opacity: 1; margin-bottom: 10px; }
.svc-photo__cta {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-head); text-transform: uppercase; font-weight: 700;
  letter-spacing: 1.6px; font-size: .9rem; color: var(--orange-hot);
}
.svc-photo__cta svg { width: 15px; height: 15px; transition: transform .2s ease; }
.svc-photo:hover .svc-photo__cta svg { transform: translateX(5px); }
.svc-photo .svc-card__tag { background: var(--orange); color: #fff; border: none; }
@media (hover: none) {
  .svc-photo__body p { max-height: none; opacity: 1; margin-bottom: 10px; }
}

/* ---- ghost section numbers ---- */
.section__head, .who__copy { position: relative; z-index: 0; }
.ghost-num {
  position: absolute; top: -56px; left: 50%; transform: translateX(-50%); z-index: -1;
  font-family: var(--font-head); font-weight: 800; font-size: clamp(6rem, 13vw, 10rem); line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(21,25,30,.09);
  pointer-events: none; user-select: none;
}
.who__copy .ghost-num { left: 0; transform: none; top: -64px; }
.section--dark .ghost-num { -webkit-text-stroke-color: rgba(255,255,255,.07); }

/* ---- vertical side label ---- */
.side-label {
  position: absolute; top: 50%; right: 18px; transform: translateY(-50%);
  writing-mode: vertical-rl; pointer-events: none;
  font-family: var(--font-head); text-transform: uppercase; font-weight: 600;
  letter-spacing: 5px; font-size: .72rem; color: rgba(21,25,30,.28);
}
.section--dark .side-label, .band .side-label { color: rgba(255,255,255,.22); }
@media (max-width: 940px) { .side-label { display: none; } }

/* ---- who we are (editorial split, edge-bleed photo) ---- */
.who { position: relative; overflow: hidden; }
.who__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.who__copy h2 { margin-bottom: 20px; }
.who__quote {
  font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; line-height: 1.25;
  color: var(--ink); text-transform: uppercase; letter-spacing: .5px;
  border-left: 4px solid var(--orange); padding-left: 18px; margin: 22px 0;
}
.who__copy > p:not(.who__quote):not(.eyebrow) { color: var(--steel); margin-bottom: 14px; }
.who__sig { font-family: var(--font-head); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ink); margin: 18px 0 26px; }
.who__sig span { color: var(--orange-dark); }
.who__media { position: relative; }
.who__media img {
  width: calc(100% + ((100vw - min(100vw, var(--maxw))) / 2 + 24px));
  max-width: none; height: 560px; object-fit: cover;
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.who__media::after {
  content: ""; position: absolute; left: -16px; bottom: -16px; width: 130px; height: 130px;
  border-left: 4px solid var(--orange); border-bottom: 4px solid var(--orange);
  border-radius: 0 0 0 var(--radius-lg);
}
@media (max-width: 940px) {
  .who__grid { grid-template-columns: 1fr; gap: 36px; }
  .who__media img { width: 100%; height: 380px; border-radius: var(--radius-lg); }
}

/* ---- full-bleed statement band ---- */
.band {
  position: relative; padding: 140px 0; text-align: center; color: #fff; overflow: hidden;
  background:
    linear-gradient(rgba(21,25,30,.74), rgba(21,25,30,.80)),
    url("../images/svc-walls.jpg") center / cover no-repeat fixed;
}
.band h2 { color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); max-width: 900px; margin: 0 auto; }
.band h2 .accent { color: var(--orange); }
.band p { color: #b9c2cb; margin-top: 18px; font-size: 1.1rem; }
@media (max-width: 940px) { .band { background-attachment: scroll; padding: 96px 0; } }

/* ---- hero background video ---- */
.hero__video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero__video.ready { opacity: .68; }

/* ---- testimonial showcase ---- */
.testi { position: relative; max-width: 860px; margin: 0 auto; text-align: center; }
.testi__mark {
  font-family: var(--font-head); font-weight: 800; font-size: 7rem; line-height: .55;
  color: var(--orange); user-select: none;
}
.testi__viewport { position: relative; min-height: 200px; }
.testi__item {
  position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateY(16px);
  transition: opacity .55s ease, transform .55s ease; pointer-events: none;
}
.testi__item.active { opacity: 1; transform: none; pointer-events: auto; }
.testi__item p {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem); line-height: 1.5; font-style: italic;
  font-weight: 500; color: var(--ink-2);
}
.testi__item cite {
  display: block; margin-top: 20px; font-style: normal;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 2.2px;
  font-weight: 700; font-size: .95rem; color: var(--orange-dark);
}
.testi__nav { display: flex; gap: 11px; justify-content: center; margin-top: 30px; }
.testi__dot { width: 11px; height: 11px; border-radius: 50%; background: #d8d2c4; transition: .2s; cursor: pointer; }
.testi__dot:hover { background: var(--steel-light); }
.testi__dot.active { background: var(--orange); transform: scale(1.3); }
@media (max-width: 680px) { .testi__viewport { min-height: 320px; } }

/* ---- department photo albums + lightbox ---- */
.album-card { cursor: pointer; border: none; padding: 0; text-align: left; width: 100%; font: inherit; }
.album-card__count {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 700; font-size: .78rem; letter-spacing: 1.4px;
  text-transform: uppercase; color: #fff; padding: 6px 12px; border-radius: 50px;
  background: rgba(21,25,30,.82);
}
.album-card__count svg { width: 14px; height: 14px; }
.album-card .proj-card__body::after {
  content: "Click to view photos"; display: block; margin-top: 6px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.6px;
  font-size: .78rem; font-weight: 700; color: var(--orange-hot);
}

.lb {
  position: fixed; inset: 0; z-index: 400; display: none;
  align-items: center; justify-content: center; flex-direction: column;
  background: rgba(13,16,20,.95); padding: 24px;
}
.lb.open { display: flex; }
body.lb-open { overflow: hidden; }
.lb__img {
  max-width: min(1100px, 92vw); max-height: 70vh; object-fit: contain;
  border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); background: #000;
}
.lb__caption {
  margin-top: 18px; color: #fff; text-align: center;
  font-family: var(--font-head); font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; font-size: 1.15rem;
}
.lb__tag {
  display: inline-block; margin-top: 8px; font-family: var(--font-head); font-weight: 700;
  font-size: .72rem; letter-spacing: 1.8px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 50px;
}
.lb__tag--real { background: var(--orange); color: #fff; }
.lb__tag--rep { background: rgba(255,255,255,.14); color: #c6cdd4; }
.lb__counter {
  position: absolute; top: 22px; left: 26px; color: #9aa6b1;
  font-family: var(--font-head); font-weight: 700; letter-spacing: 2px; font-size: 1rem;
}
.lb__close {
  position: absolute; top: 16px; right: 18px; width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center; border-radius: 10px;
  background: rgba(255,255,255,.08); color: #fff; transition: background .15s ease;
}
.lb__close:hover { background: var(--orange); }
.lb__close svg { width: 22px; height: 22px; }
.lb__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(255,255,255,.08); color: #fff; transition: background .15s ease;
}
.lb__nav:hover { background: var(--orange); }
.lb__nav svg { width: 26px; height: 26px; }
.lb__nav--prev { left: 22px; }
.lb__nav--next { right: 22px; }
@media (max-width: 680px) {
  .lb__nav { top: auto; bottom: 18px; transform: none; }
  .lb__nav--prev { left: 24%; } .lb__nav--next { right: 24%; }
  .lb__img { max-height: 60vh; }
}

/* ---- footer wordmark watermark ---- */
.footer { overflow: hidden; }
.footer > .container { position: relative; z-index: 1; }
.footer__wordmark {
  position: absolute; left: 50%; bottom: -3vw; transform: translateX(-50%); z-index: 0;
  font-family: var(--font-head); font-weight: 800; font-size: 17.5vw; line-height: 1;
  letter-spacing: .02em; white-space: nowrap; pointer-events: none; user-select: none;
  color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.055);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1020px) {
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
  .nav__links, .nav__phone { display: none; }
  .nav__toggle { display: flex; }
  .nav.open .nav__links {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--paper);
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); padding: 8px 0;
  }
  .nav.open .nav__links a { padding: 15px 24px; width: 100%; }
  .nav.open .nav__links a::after { display: none; }
  .svc-grid, .rev-grid, .proj-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .about-split { grid-template-columns: 1fr; gap: 36px; }
  .svc-row { grid-template-columns: 1fr; gap: 28px; }
  .svc-row:nth-of-type(even) .svc-row__media { order: 0; }
  .svc-row + .svc-row { margin-top: 64px; }
  .mission__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 680px) {
  .section { padding: 64px 0; }
  body { font-size: 16px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stats__item:nth-child(2) { border-right: none; }
  .stats__item:nth-child(1), .stats__item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.28); }
  .svc-grid, .rev-grid, .ba-grid, .proj-grid, .values, .form-row, .steps, .fleet-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .callbar { display: grid; }
  body { padding-bottom: 58px; } /* room for call bar */
  .to-top { bottom: 76px; }
  .hero__inner { padding: 64px 0 74px; }
  .brand__name { font-size: 1.2rem; }
}
