/* ===========================================================
   Elite Energy Services — site styles
   Palette pulled from brand logo: royal blue, chrome silver,
   charcoal/black, with a lime-green accent reserved for
   Cathodic Protection sections.
   =========================================================== */

:root{
  --blue:#1726c8;          /* primary royal blue */
  --blue-bright:#2a40ff;   /* hover / accent */
  --navy:#0a1230;          /* dark sections */
  --navy-2:#0e1840;        /* dark gradient stop */
  --ink:#13161d;           /* near-black text */
  --charcoal:#1b1f27;
  --slate:#475067;         /* muted text */
  --silver:#c8cdd6;
  --mist:#eef1f6;          /* light section bg */
  --line:#e2e6ee;          /* borders */
  --lime:#9bc400;          /* CP accent */
  --lime-d:#7fa300;
  --white:#ffffff;
  --maxw:1200px;
  --radius:10px;
  --shadow:0 8px 28px rgba(15,23,55,.10);
  --shadow-lg:0 18px 50px rgba(10,18,48,.22);
  --font-head:'Oswald','Arial Narrow',system-ui,sans-serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font-body);
  color:var(--ink);
  line-height:1.65;
  background:var(--white);

}
img{max-width:100%;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-bright)}

h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.1;letter-spacing:.01em;color:var(--ink)}
h2{font-size:clamp(1.7rem,3.4vw,2.6rem);text-transform:uppercase}
h3{font-size:1.25rem;text-transform:uppercase;letter-spacing:.03em}
p{margin:0 0 1rem}
.lead{font-size:1.18rem;color:var(--slate)}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:84px 0}
.section.tight{padding:56px 0}
.bg-mist{background:var(--mist)}
.bg-navy{background:linear-gradient(160deg,var(--navy),var(--navy-2));color:#dfe4f2}
.bg-navy h2,.bg-navy h3{color:#fff}
.center{text-align:center}
.eyebrow{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.18em;
  font-size:.82rem;font-weight:600;color:var(--blue)}
.bg-navy .eyebrow{color:#7d8cff}
.section-head{max-width:760px;margin:0 0 44px}
.section-head.center{margin-left:auto;margin-right:auto}
.section-head h2{margin:.35rem 0 .6rem}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-head);
  text-transform:uppercase;letter-spacing:.05em;font-weight:600;font-size:.95rem;
  padding:.85rem 1.6rem;border-radius:8px;border:2px solid transparent;cursor:pointer;
  transition:.18s;white-space:nowrap}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-bright);color:#fff;transform:translateY(-1px)}
.btn-ghost{border-color:rgba(255,255,255,.55);color:#fff;background:transparent}
.btn-ghost:hover{background:#fff;color:var(--navy)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:var(--blue);color:#fff}
.btn-lg{padding:1rem 2rem;font-size:1.05rem}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:78px;gap:20px}
.brand img{height:46px;width:auto}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none}
.nav-links a{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;
  font-size:.95rem;font-weight:500;color:var(--ink);padding:6px 0;position:relative}
.nav-links a:hover{color:var(--blue)}
.nav-links a.active{color:var(--blue)}
.nav-links a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--blue)}
.has-drop{position:relative}
.drop{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);
  background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);
  min-width:230px;padding:8px;opacity:0;visibility:hidden;transition:.16s}
/* focus-within as well as hover, so the Services menu can be reached by
   keyboard - on hover alone it is unusable without a mouse */
.has-drop:hover .drop,
.has-drop:focus-within .drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
/* a visible focus ring everywhere, since the default one is easy to lose */
a:focus-visible,button:focus-visible,input:focus-visible,
select:focus-visible,textarea:focus-visible{outline:3px solid var(--blue-bright);outline-offset:2px}
.btn-ghost:focus-visible,.site-footer a:focus-visible{outline-color:var(--lime)}
.drop a{display:block;padding:10px 14px;border-radius:7px;font-size:.9rem}
.drop a:hover{background:var(--mist)}
.nav-cta{display:flex;align-items:center;gap:14px}
.hamburger{display:none;background:none;border:0;cursor:pointer;width:42px;height:42px}
.hamburger span{display:block;height:2px;background:var(--ink);margin:6px 0;transition:.2s}

/* ---------- hero ---------- */
.hero{position:relative;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(115deg,rgba(7,12,32,.92) 0%,rgba(8,14,38,.78) 45%,rgba(10,18,48,.45) 100%)}
/* The side padding has to be restated here - this rule beats .wrap, so a
   vertical-only shorthand zeroed the gutter and jammed the text against the
   screen edge on phones. max-width carries the 48px so desktop is unchanged. */
.hero-inner{position:relative;padding:120px 24px 110px;max-width:808px}
.hero h1{color:#fff;font-size:clamp(2.3rem,5.4vw,4rem);text-transform:uppercase;margin-bottom:1.1rem}
.hero h1 .accent{color:#fff;display:block}
.hero h1 em{font-style:normal;color:#8ea0ff}
.hero p{font-size:1.25rem;color:#d7ddf2;max-width:600px;margin-bottom:1.9rem}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-sub{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;padding-top:26px;
  border-top:1px solid rgba(255,255,255,.16);color:#aeb8e0;font-size:.95rem}
.hero-sub b{color:#fff;font-family:var(--font-head);font-size:1.5rem;display:block;line-height:1}

.page-hero{background:linear-gradient(160deg,var(--navy),var(--navy-2));color:#fff;
  padding:72px 0 64px;position:relative}
.page-hero .eyebrow{color:#8290ff}
.page-hero h1{color:#fff;font-size:clamp(2rem,4.4vw,3.1rem);text-transform:uppercase;margin:.4rem 0 .7rem}
.page-hero p{color:#cdd5ee;font-size:1.2rem;max-width:680px;margin:0}
.crumbs{font-size:.82rem;color:#8b96c4;letter-spacing:.04em;margin-bottom:.3rem}
.crumbs a{color:#8b96c4}.crumbs a:hover{color:#fff}

/* ---------- stat band ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.stat{text-align:center;padding:10px}
.stat .num{font-family:var(--font-head);font-size:clamp(2.2rem,4.5vw,3.2rem);color:#fff;line-height:1}
.bg-mist .stat .num,.stats.light .num{color:var(--blue)}
.stat .lab{margin-top:8px;font-size:.92rem;letter-spacing:.04em;text-transform:uppercase;color:#9aa6d4}
.stats.light .lab{color:var(--slate)}

/* ---------- cards / grids ---------- */
.grid{display:grid;gap:26px}
.cols-2{grid-template-columns:repeat(2,1fr)}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-4{grid-template-columns:repeat(4,1fr)}

.card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow);transition:.2s;display:flex;flex-direction:column}
/* the whole card is clickable: a pseudo-element on the existing link covers it.
   Done this way rather than wrapping the card in an anchor, because that would
   nest a link inside a link - invalid, and read badly by screen readers. There
   is still exactly one link, and it still has real text. */
.card .more::after{content:"";position:absolute;inset:0}
.card:focus-within{outline:3px solid var(--blue-bright);outline-offset:2px}
.card:focus-within .more{color:var(--blue-bright)}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
/* background-color, not the background shorthand: the shorthand resets
   background-image and this selector outranks the .bg-* photo classes */
.card .ph{aspect-ratio:16/10;background-color:#dde2ec;background-size:cover;background-position:center}
.card .body{padding:24px;flex:1;display:flex;flex-direction:column}
.card h3{margin-bottom:.5rem}
.card p{color:var(--slate);font-size:.97rem}
.card .more{margin-top:auto;font-family:var(--font-head);text-transform:uppercase;
  letter-spacing:.05em;font-size:.88rem;font-weight:600;color:var(--blue)}
.card .more::after{content:" →"}

/* feature row (image + text) */
.feature{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.feature.flip .ftext{order:2}
.feature .fimg{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  aspect-ratio:4/3;background-size:cover;background-position:center}
.feature h2{margin-bottom:1rem}
.feature ul{list-style:none;margin:1.1rem 0 0}
.feature li{position:relative;padding:8px 0 8px 30px;border-top:1px solid var(--line);color:var(--slate)}
.feature li:first-child{border-top:0}
.feature li::before{content:"";position:absolute;left:0;top:15px;width:13px;height:13px;
  border-radius:3px;background:var(--blue)}
.feature.cp li::before{background:var(--lime)}

/* value props */
.props{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.prop{padding:30px 26px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
.prop .ic{width:46px;height:46px;border-radius:9px;background:rgba(23,38,200,.10);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.prop .ic svg{width:24px;height:24px;stroke:var(--blue);fill:none;stroke-width:2}
.prop h3{font-size:1.08rem;margin-bottom:.4rem}
.prop p{color:var(--slate);font-size:.95rem;margin:0}

/* steps */
.steps{counter-reset:s;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{position:relative;padding:30px 22px 26px;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius)}
.step::before{counter-increment:s;content:counter(s);font-family:var(--font-head);
  font-size:2.4rem;color:var(--blue);opacity:.22;position:absolute;top:10px;right:18px}
.step h3{font-size:1.05rem;margin-bottom:.4rem}
.step p{font-size:.92rem;color:var(--slate);margin:0}
/* photo variant: image bleeds to the card edges, number sits over it */
.step.has-photo{padding-top:0;overflow:hidden}
.step.has-photo .sph{aspect-ratio:16/10;background-color:#dde2ec;background-size:cover;
  background-position:center;margin:0 -22px 18px}
.step.has-photo::before{color:#fff;opacity:.95;top:4px;text-shadow:0 2px 12px rgba(6,10,30,.75)}

/* quote */
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.quote{background:#fff;border:1px solid var(--line);border-left:4px solid var(--blue);
  border-radius:var(--radius);padding:28px 26px}
.quote p{font-size:1.05rem;color:var(--ink);font-style:italic;margin-bottom:1rem}
.quote .who{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;
  font-size:.85rem;color:var(--slate)}

/* CTA band */
.cta-band{background:linear-gradient(120deg,var(--blue),#0c1a9c);color:#fff;text-align:center;
  padding:70px 0}
.cta-band h2{color:#fff;margin-bottom:.7rem}
.cta-band p{color:#d8def8;font-size:1.15rem;max-width:600px;margin:0 auto 1.6rem}

/* FAQ accordion */
.faq{max-width:820px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;
  font-family:var(--font-head);text-transform:uppercase;letter-spacing:.02em;font-size:1.02rem;
  color:var(--ink);padding:20px 40px 20px 0;position:relative}
.faq-q::after{content:"+";position:absolute;right:6px;top:18px;font-size:1.5rem;color:var(--blue);transition:.2s}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{color:var(--slate);padding:0 0 20px}

/* compare table */
.compare{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);overflow:hidden}
.compare th,.compare td{padding:15px 18px;text-align:left;border-bottom:1px solid var(--line);font-size:.97rem}
.compare th{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.03em;background:var(--mist)}
.compare td.win{color:var(--lime-d);font-weight:600}
.compare td.lose{color:#b23b3b}
.compare tr:last-child td{border-bottom:0}

/* contact */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}
.field{margin-bottom:18px}
.field label{display:block;font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;
  font-size:.82rem;color:var(--slate);margin-bottom:6px}
.field input,.field select,.field textarea{width:100%;padding:13px 14px;border:1px solid var(--line);
  border-radius:8px;font-family:var(--font-body);font-size:1rem;background:#fff;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(23,38,200,.12)}
.field textarea{min-height:130px;resize:vertical}
.info-block{background:var(--mist);border-radius:var(--radius);padding:30px}
.info-block h3{margin-bottom:.3rem}
.info-row{display:flex;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}
.info-row:last-child{border-bottom:0}
.info-row svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:2;flex-shrink:0;margin-top:2px}
.info-row .l{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--slate)}
.info-row a,.info-row span{color:var(--ink);font-weight:500}
/* honour a reduced-motion preference for the whole page */
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.form-note{display:none;background:rgba(155,196,0,.14);border:1px solid var(--lime);color:#516b00;
  padding:14px 16px;border-radius:8px;margin-bottom:18px}
.form-error{display:none;background:rgba(200,30,30,.08);border:1px solid #c81e1e;color:#a11515;
  padding:14px 16px;border-radius:8px;margin-bottom:18px}
/* Honeypot — hidden from people, visible to bots that fill every field. */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* ---------- footer ---------- */
.site-footer{background:var(--navy);color:#b9c2e0;padding:62px 0 26px;font-size:.93rem}
.foot-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:34px;
  padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}
/* width:auto so the height drives the size and the aspect ratio holds - the
   img tag carries a width attribute, and without this it wins over the ratio */
.site-footer img.flogo{height:52px;width:auto;margin-bottom:16px}
.site-footer h3{font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;
  color:#fff;font-size:.95rem;margin-bottom:14px}
.foot-links{list-style:none}
.foot-links li{margin-bottom:9px}
.foot-links a{color:#b9c2e0}.foot-links a:hover{color:#fff}
.foot-tag{max-width:300px;color:#9aa5cc}
.socials{display:flex;gap:12px;margin-top:16px}
.socials a{width:38px;height:38px;border-radius:8px;background:rgba(255,255,255,.08);
  display:flex;align-items:center;justify-content:center}
.socials a:hover{background:var(--blue)}
.socials svg{width:18px;height:18px;fill:#fff}
.foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;
  padding-top:22px;color:#8893bd;font-size:.85rem}
.foot-bottom a{color:#8893bd}

/* ---------- full-bleed field band ---------- */
.band{position:relative;color:#fff;background-size:cover;background-position:center;
  background-attachment:fixed}
.band::before{content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,rgba(7,12,32,.86),rgba(10,18,48,.62))}
.band .wrap{position:relative;padding:120px 24px}
.band-inner{max-width:680px}
.band h2{color:#fff;margin:.4rem 0 .8rem}
.band p{color:#dbe1f4;font-size:1.2rem;margin-bottom:1.5rem}
.band .eyebrow{color:#8ea0ff}
.band.center .band-inner{max-width:760px;margin:0 auto;text-align:center}

/* ---------- photo gallery + lightbox ---------- */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery.cols-3{grid-template-columns:repeat(3,1fr)}
.gitem{position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:9px;cursor:pointer;
  border:0;padding:0;background:#dde2ec;box-shadow:var(--shadow)}
.gitem img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.gitem::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(8,12,30,.45));
  opacity:0;transition:.3s}
.gitem:hover img{transform:scale(1.09)}
.gitem:hover::after{opacity:1}
.gitem.tall{aspect-ratio:3/4}
.gitem.wide{grid-column:span 2;aspect-ratio:auto}
.gallery-cap{text-align:center;color:var(--slate);margin-top:18px;font-size:.92rem}

.lightbox{position:fixed;inset:0;z-index:200;background:rgba(6,9,22,.94);display:none;
  align-items:center;justify-content:center}
.lightbox.open{display:flex}
.lightbox img{max-width:90vw;max-height:86vh;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lb-btn{position:absolute;background:rgba(255,255,255,.1);border:0;color:#fff;cursor:pointer;
  width:54px;height:54px;border-radius:50%;font-size:1.6rem;display:flex;align-items:center;
  justify-content:center;transition:.2s}
.lb-btn:hover{background:var(--blue)}
.lb-close{top:24px;right:24px}
.lb-prev{left:24px;top:50%;transform:translateY(-50%)}
.lb-next{right:24px;top:50%;transform:translateY(-50%)}
@media(max-width:760px){
  .band{background-attachment:scroll}
  .band .wrap{padding:84px 24px}
  .gallery,.gallery.cols-3{grid-template-columns:repeat(2,1fr)}
  .gitem.wide{grid-column:span 1}
  .lb-prev{left:8px}.lb-next{right:8px}
}

/* utilities */
.mt0{margin-top:0}.mb0{margin-bottom:0}
.maxw-text{max-width:760px}
.prose p{color:var(--slate);font-size:1.05rem}
.prose h3{margin:1.8rem 0 .6rem}
.pill{display:inline-block;background:rgba(23,38,200,.10);color:var(--blue);
  font-family:var(--font-head);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;
  padding:5px 12px;border-radius:30px;margin-bottom:14px}
.pill.cp{background:rgba(155,196,0,.16);color:var(--lime-d)}

/* ---------- responsive ---------- */
@media(max-width:980px){
  .feature,.contact-grid{grid-template-columns:1fr;gap:34px}
  .feature.flip .ftext{order:0}
  .foot-top{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr);gap:30px}
}
@media(max-width:860px){
  .hamburger{display:block}
  .nav-links{position:fixed;top:78px;left:0;right:0;background:#fff;flex-direction:column;
    align-items:flex-start;gap:0;padding:10px 24px 24px;border-bottom:1px solid var(--line);
    box-shadow:var(--shadow);transform:translateY(-130%);transition:.28s;height:auto}
  .nav-links.open{transform:translateY(0)}
  .nav-links li{width:100%;border-bottom:1px solid var(--line)}
  .nav-links a{display:block;padding:14px 0;width:100%}
  .drop{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;
    padding:0 0 8px 14px;min-width:0}
  .nav-cta .btn{display:none}
  .cols-3,.cols-4,.props,.quotes{grid-template-columns:1fr}
}
@media(max-width:560px){
  .section{padding:58px 0}
  .cols-2{grid-template-columns:1fr}
  .steps,.stats{grid-template-columns:1fr}
  .hero-inner{padding:84px 24px 72px}
  .foot-top{grid-template-columns:1fr}
  /* The hero photo is a wide landscape, so a phone only ever sees a narrow
     vertical slice of it. Dead centre lands on two torsos and reads as nothing;
     this lands on the seated tech, his laptop and the pumpjacks behind him. */
  .hero-bg{background-position:20% center}
  /* The desktop scrim runs at 115deg across a wide box, which on a tall narrow
     one drops the text onto the bright end of the gradient. Vertical here. */
  .hero-bg::after{background:linear-gradient(180deg,rgba(7,12,32,.9) 0%,
    rgba(8,14,38,.82) 52%,rgba(8,14,38,.72) 100%)}
  .hero h1{font-size:2.05rem}
  .hero p{font-size:1.06rem}
  /* Equal-width stacked buttons - side by side they wrap to two ragged rows. */
  .hero-cta{flex-direction:column;align-items:stretch}
  .hero-cta .btn{justify-content:center}
  .hero-sub{display:grid;grid-template-columns:1fr 1fr;gap:20px}
}
/* ---------- background photos ---------- */
.bg-hero-home{background-image:url('../images/photos/hero-home.jpg')}
.bg-crane-tanks{background-image:url('../images/photos/crane-tanks.jpg')}
.bg-scan-action{background-image:url('../images/photos/scan-action.jpg')}
.bg-crew{background-image:url('../images/photos/crew.jpg')}
.bg-firetube-end{background-image:url('../images/photos/firetube-end.jpg')}
.bg-tech-wellhead-flare{background-image:url('../images/photos/tech-wellhead-flare.jpg')}
.bg-crane-facility{background-image:url('../images/photos/crane-facility.jpg')}
.bg-scan-deploy{background-image:url('../images/photos/scan-deploy.jpg')}
.bg-greenhead-flange{background-image:url('../images/photos/greenhead-flange.jpg')}
.bg-crane-lift{background-image:url('../images/photos/crane-lift.jpg')}
.bg-anode-carry{background-image:url('../images/photos/anode-carry.jpg')}
.bg-crane-wide{background-image:url('../images/photos/crane-wide.jpg')}
.bg-reference-electrode{background-image:url('../images/photos/reference-electrode.jpg')}
.bg-scanner-head-tube{background-image:url('../images/photos/scanner-head-tube.jpg')}
.bg-firetube-end2{background-image:url('../images/photos/firetube-end2.jpg')}
.bg-scan-system{background-image:url('../images/photos/scan-system.jpg')}
.bg-crane-site-wide{background-image:url('../images/photos/crane-site-wide.jpg')}
.bg-welding{background-image:url('../images/photos/welding.jpg')}
.bg-corrosion-scale{background-image:url('../images/photos/corrosion-scale.jpg')}
.bg-tech-pole-tube{background-image:url('../images/photos/tech-pole-tube.jpg')}
.bg-laptop-results{background-image:url('../images/photos/laptop-results.jpg')}
.bg-vessel-open-scan{background-image:url('../images/photos/vessel-open-scan.jpg')}
.bg-crew-scan-truck{background-image:url('../images/photos/crew-scan-truck.jpg')}
.bg-anode-install{background-image:url('../images/photos/anode-install.jpg')}
.bg-hp1z-sensor{background-image:url('../images/photos/hp1z-sensor.jpg')}
.bg-cp-vessels{background-image:url('../images/photos/cp-vessels.jpg')}
.bg-crew-shop{background-image:url('../images/photos/crew-shop.jpg')}
.bg-crew-truck{background-image:url('../images/photos/crew-truck.jpg')}
.bg-crew-event-tent{background-image:url('../images/photos/crew-event-tent.jpg')}
.bg-site-aerial{background-image:url('../images/photos/site-aerial.jpg')}
.bg-crane-facility2{background-image:url('../images/photos/truck-flares-dusk.jpg')}
.bg-truck-pumpjack-snow{background-image:url('../images/photos/truck-pumpjack-snow.jpg')}
.bg-truck-texas{background-image:url('../images/photos/truck-texas.jpg')}
.bg-office-review{background-image:url('../images/photos/office-review.jpg')}
.bg-crane-tube-lift{background-image:url('../images/photos/crane-tube-lift.jpg')}
.bg-crane-truck-boom{background-image:url('../images/photos/crane-truck-boom.jpg')}
.bg-crane-aerial{background-image:url('../images/photos/crane-aerial.jpg')}
.bg-crane-site-aerial{background-image:url('../images/photos/crane-site-aerial.jpg')}
.bg-crane-firetube-lift{background-image:url('../images/photos/crane-firetube-lift.jpg')}
.bg-step-burner{background-image:url('../images/photos/step-burner.jpg')}
.bg-step-clean{background-image:url('../images/photos/step-clean.jpg')}
.bg-step-scan{background-image:url('../images/photos/step-scan.jpg')}
.bg-step-reassemble{background-image:url('../images/photos/step-reassemble.jpg')}
.bg-dusk-pumpjack{background-image:url('../images/photos/dusk-pumpjack.jpg')}
.bg-basin-aerial{background-image:url('../images/photos/basin-aerial.jpg')}

/* ---------- grid ---------- */
.cols-5{grid-template-columns:repeat(5,1fr)}

/* ---------- hero eyebrow ---------- */
.hero .eyebrow{color:#8ea0ff}

/* ---------- prop modifiers ---------- */
.prop-green{border-top:4px solid #46a546}.prop-green h3{color:#3a8a3a}
.prop-yellow{border-top:4px solid #e7c531}.prop-yellow h3{color:#b7950b}
.prop-orange{border-top:4px solid #e8902f}.prop-orange h3{color:#c9741b}
.prop-red{border-top:4px solid #cc3b3b}.prop-red h3{color:#b23b3b}
.prop-lime{border-top:4px solid var(--lime)}.prop-lime h3{color:var(--lime-d)}
.prop-danger{border-top:4px solid #b23b3b}.prop-danger h3{color:#b23b3b}
.prop-navy{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12)}
.prop-navy h3{color:#fff}.prop-navy p{color:#cdd5ee}

/* ---------- utilities ---------- */
.mt-sm{margin-top:.5rem}
.mt-1{margin-top:1rem}
.mb-1{margin-bottom:1rem}
.navy-note{color:#cdd5ee;max-width:680px;margin:0 auto}
.info-note{color:var(--slate);margin-bottom:1rem}
.section-note{margin-top:2rem;color:var(--slate)}
.compare-wrap{margin-top:46px;overflow-x:auto}

/* remove crumbs */
.crumbs {
    display: none !important;
}
.bg-cp-flange-work{background-image:url('../images/photos/cp-flange-work.jpg')}
.bg-crane-site-snow{background-image:url('../images/photos/crane-site-snow.jpg')}
.bg-customer-conversation{background-image:url('../images/photos/customer-conversation.jpg')}
.bg-vessel-battery{background-image:url('../images/photos/vessel-battery.jpg')}
