/* ==========================================================================
   NW Laser Screed LLC — Site Styles
   Industrial modern: charcoal, concrete gray, safety orange
   ========================================================================== */

:root {
  --charcoal:      #1c1f22;
  --charcoal-2:    #262a2e;
  --slate:         #3a4046;
  --concrete:      #8b9094;
  --concrete-lt:   #d7d9db;
  --fog:           #f3f4f5;
  --white:         #ffffff;
  --orange:        #f26a1b;
  --orange-dk:     #d4550c;
  --orange-soft:   rgba(242, 106, 27, 0.12);

  --font-display: "Barlow Condensed", "Oswald", "Arial Narrow", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --max: 1180px;
  --radius: 3px;
  --shadow: 0 2px 4px rgba(15, 18, 20, 0.06), 0 8px 24px rgba(15, 18, 20, 0.08);
  --shadow-lg: 0 4px 8px rgba(15, 18, 20, 0.08), 0 20px 48px rgba(15, 18, 20, 0.14);
}

/* --------------------------------------------------------- reset / base */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--white);
}

img { max-width: 100%; display: block; }

a { color: var(--orange-dk); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.4rem, 5.5vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: 1.32rem; letter-spacing: 0.02em; }
h4 { font-size: 1.05rem; letter-spacing: 0.06em; }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 820px; }

section { padding: 84px 0; }
section.tight { padding: 56px 0; }

.bg-fog { background: var(--fog); }
.bg-dark { background: var(--charcoal); color: var(--concrete-lt); }
.bg-dark h2, .bg-dark h3, .bg-dark h4 { color: var(--white); }

.eyebrow {
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--orange);
  margin: 0 0 12px;
  display: block;
}

.lead { font-size: 1.14rem; color: var(--slate); }
.bg-dark .lead { color: var(--concrete-lt); }

.rule {
  width: 56px; height: 4px; background: var(--orange);
  margin: 0 0 26px; border: 0;
}
.center { text-align: center; }
.center .rule { margin-left: auto; margin-right: auto; }

/* ------------------------------------------------------------- buttons */
.btn {
  display: inline-block;
  font-family: var(--font-display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 1.02rem;
  padding: 14px 30px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }

.btn-primary { background: var(--orange); color: var(--white); border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dk); border-color: var(--orange-dk); color: var(--white); }

.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-ghost:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }

.btn-dark { background: var(--charcoal); color: var(--white); border-color: var(--charcoal); }
.btn-dark:hover { background: var(--slate); border-color: var(--slate); color: var(--white); }

.btn-lg { padding: 17px 40px; font-size: 1.12rem; }

/* -------------------------------------------------------------- header */
.topbar {
  background: var(--charcoal-2);
  color: var(--concrete-lt);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}
.topbar .wrap {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; padding-top: 8px; padding-bottom: 8px; flex-wrap: wrap;
}
.topbar a { color: var(--concrete-lt); }
.topbar a:hover { color: var(--orange); text-decoration: none; }
.topbar .sep { color: var(--slate); padding: 0 10px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--concrete-lt);
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 96px;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
/* --------------------------------- brand mark: the real machine + laser plane */
.brand-mark {
  position: relative; display: block;
  width: 148px; height: 83px; flex: 0 0 148px;
}
.brand-mark .machine {
  width: 100%; height: 100%; display: block; object-fit: contain;
}
/* the laser plane the receivers are reading, crossing the masts */
.brand-mark .lz,
.brand-mark .lz-sweep {
  position: absolute; top: 25.5%; height: 3px; pointer-events: none;
}
.brand-mark .lz {
  left: -8px; right: -8px; background: var(--orange);
  animation: lz-glow 2.6s ease-in-out infinite;
}
.brand-mark .lz-sweep {
  left: -8px; width: 42%;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%, rgba(255,236,214,0.95) 42%,
    #ffffff 52%, rgba(255,236,214,0.95) 62%, rgba(255,255,255,0) 100%);
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.95));
  opacity: 0;
  animation: lz-sweep 2.6s cubic-bezier(.5,.02,.35,1) infinite;
}
@keyframes lz-glow {
  0%, 100% { box-shadow: 0 0 3px rgba(242,106,27,0.35); }
  50%      { box-shadow: 0 0 14px rgba(242,106,27,0.95); }
}
@keyframes lz-sweep {
  0%   { transform: translateX(0);    opacity: 0; }
  8%   { opacity: 1; }
  62%  { transform: translateX(148%); opacity: 1; }
  72%  { transform: translateX(148%); opacity: 0; }
  100% { transform: translateX(148%); opacity: 0; }
}
.brand:hover .brand-mark .lz,
.brand:hover .brand-mark .lz-sweep { animation-duration: 1.4s; }

@media (prefers-reduced-motion: reduce) {
  .brand-mark .lz, .brand-mark .lz-sweep,
  .brand:hover .brand-mark .lz, .brand:hover .brand-mark .lz-sweep { animation: none; }
  .brand-mark .lz-sweep { opacity: 0; }
}

@media (max-width: 760px) {
  .brand-mark { width: 104px; height: 58px; flex: 0 0 104px; }
  .brand-mark .lz, .brand-mark .lz-sweep { height: 2px; }
}

.brand-text { line-height: 1.1; }
.brand-name {
  font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
  font-size: 1.28rem; letter-spacing: 0.03em; color: var(--charcoal); display: block;
}
.brand-sub {
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--concrete); font-weight: 600;
}
.brand-lic {
  display: block; font-size: 0.82rem; letter-spacing: 0.08em;
  color: var(--concrete); font-weight: 500; margin-top: 2px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  letter-spacing: 0.07em; font-size: 1.02rem; color: var(--charcoal);
  padding: 10px 14px; border-radius: var(--radius); text-decoration: none;
  border-bottom: 3px solid transparent;
}
.nav a:hover { color: var(--orange-dk); text-decoration: none; }
.nav a.active { color: var(--orange-dk); border-bottom-color: var(--orange); }
.nav .btn { margin-left: 12px; border-bottom-width: 2px; }
.nav .btn:hover { color: var(--white); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer;
  padding: 10px; color: var(--charcoal);
}
.nav-toggle span {
  display: block; width: 26px; height: 3px; background: currentColor;
  margin: 5px 0; border-radius: 2px;
}

/* ---------------------------------------------------------------- hero */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 620px at 12% -12%, rgba(242,106,27,0.22), transparent 62%),
    radial-gradient(900px 520px at 104% 112%, rgba(242,106,27,0.13), transparent 60%),
    linear-gradient(158deg, #15181b 0%, #1d2124 46%, #0e1113 100%);
  color: var(--white);
  padding: 60px 0 0;
  border-bottom: 5px solid var(--orange);
}

/* faint engineering grid, faded at the edges */
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(circle at 46% 38%, #000 38%, transparent 80%);
          mask-image: radial-gradient(circle at 46% 38%, #000 38%, transparent 80%);
}

/* a laser line sweeping down the whole hero */
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  pointer-events: none; z-index: 1;
  background: linear-gradient(90deg, transparent, rgba(242,106,27,0.55), transparent);
  box-shadow: 0 0 26px 4px rgba(242,106,27,0.28);
  animation: hero-scan 7.5s linear infinite;
}
@keyframes hero-scan {
  0%   { top: -2%;  opacity: 0; }
  7%   { opacity: 1; }
  93%  { opacity: 1; }
  100% { top: 102%; opacity: 0; }
}

.hero-inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.06fr 0.94fr;
  gap: 54px; align-items: center;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(242,106,27,0.13);
  border: 1px solid rgba(242,106,27,0.45);
  color: #ffb182; border-radius: 100px; padding: 7px 17px;
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.79rem; font-weight: 600;
  margin: 0 0 22px;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--orange);
  animation: dot-pulse 2.2s ease-out infinite; flex: 0 0 8px;
}
@keyframes dot-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(242,106,27,0.75); }
  70%  { box-shadow: 0 0 0 11px rgba(242,106,27,0); }
  100% { box-shadow: 0 0 0 0 rgba(242,106,27,0); }
}

.hero h1 {
  color: var(--white); margin: 0 0 20px;
  font-size: clamp(2.4rem, 4.35vw, 3.7rem); line-height: 1.0; letter-spacing: 0.005em;
}
.hero h1 em { font-style: normal; color: var(--orange); position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.07em;
  height: 0.11em; background: var(--orange); opacity: 0.28; border-radius: 2px;
}
.hero .lead { color: #cbcfd2; max-width: 48ch; font-size: 1.08rem; margin-bottom: 0; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 0; }
.hero-actions .btn { padding: 14px 26px; font-size: 1.02rem; }
.btn-primary.btn-glow { box-shadow: 0 8px 30px -8px rgba(242,106,27,0.75); }
.btn-primary.btn-glow:hover { box-shadow: 0 12px 34px -8px rgba(242,106,27,0.9); }

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 22px 0 0;
  padding: 0; list-style: none;
}
.hero-trust li {
  color: #9ea3a7; font-size: 0.88rem; display: flex; align-items: center; gap: 8px;
}
.hero-trust li::before {
  content: ""; width: 13px; height: 7px; flex: 0 0 13px;
  border-left: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange);
  transform: rotate(-45deg) translateY(-2px);
}

/* staggered entrance */
.hero-copy > * { animation: rise .85s cubic-bezier(.2,.75,.3,1) backwards; }
.hero-copy > *:nth-child(1) { animation-delay: .06s; }
.hero-copy > *:nth-child(2) { animation-delay: .16s; }
.hero-copy > *:nth-child(3) { animation-delay: .26s; }
.hero-copy > *:nth-child(4) { animation-delay: .36s; }
.hero-copy > *:nth-child(5) { animation-delay: .46s; }
.hero-art { animation: rise 1s cubic-bezier(.2,.75,.3,1) .3s backwards; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ------------------------------------------------------- hero artwork */
.hero-art svg { width: 100%; height: auto; display: block; overflow: visible; }
.hero-art .scanbar { animation: slab-scan 5.2s cubic-bezier(.45,0,.35,1) infinite; }
@keyframes slab-scan {
  0%   { transform: translateY(0);     opacity: 0; }
  6%   { opacity: 1; }
  72%  { transform: translateY(210px); opacity: 1; }
  84%  { transform: translateY(210px); opacity: 0; }
  100% { transform: translateY(0);     opacity: 0; }
}
.hero-art .rig-art { animation: rig-art-travel 5.2s cubic-bezier(.45,0,.35,1) infinite; }
@keyframes rig-art-travel {
  0%   { transform: translate(0, 0)     scale(0.60); }
  72%  { transform: translate(0, 210px) scale(1); }
  84%  { transform: translate(0, 210px) scale(1); }
  100% { transform: translate(0, 0)     scale(0.60); }
}
.hero-art .beam-core { animation: beam-breathe 2.8s ease-in-out infinite; }
@keyframes beam-breathe { 0%,100% { opacity: .75; } 50% { opacity: 1; } }

/* -------------------------------------------------------- hero stats */
.hero-stats {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: repeat(4, 1fr);
  margin: 44px 0 0; border-top: 1px solid rgba(255,255,255,0.13);
}
.hero-stats div {
  padding: 22px 20px 28px; border-right: 1px solid rgba(255,255,255,0.08);
}
.hero-stats div:last-child { border-right: 0; }
.hero-stats div strong {
  display: block; font-family: var(--font-display); font-size: 2.25rem;
  color: var(--orange); line-height: 1; letter-spacing: 0.01em;
}
.hero-stats div span {
  font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.13em;
  color: var(--concrete); display: block; margin-top: 7px;
}

@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { max-width: 460px; margin: 0 auto; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .hero-stats div:nth-child(2) { border-right: 0; }
  .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.08); }
}
@media (max-width: 560px) {
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 20px 0 22px; }
  .hero-stats div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero::after, .hero-badge .dot, .hero-art .scanbar,
  .hero-art .rig-art, .hero-art .beam-core,
  .hero-copy > *, .hero-art { animation: none; }
  .hero::after { opacity: 0; }
}

/* page banner (subpages) */
.page-head {
  background:
    linear-gradient(180deg, rgba(20,23,26,0.92), rgba(20,23,26,0.88)),
    repeating-linear-gradient(115deg, #2b3034 0px, #2b3034 62px, #303539 62px, #303539 124px);
  color: var(--white);
  padding: 66px 0 60px;
  border-bottom: 5px solid var(--orange);
}
.page-head h1 { color: var(--white); margin-bottom: 12px; }
.page-head p { color: #cdd0d3; max-width: 68ch; margin: 0; }
.crumbs {
  font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--concrete); margin-bottom: 14px;
}
.crumbs a { color: var(--concrete); }
.crumbs a:hover { color: var(--orange); }

/* --------------------------------------------------------------- cards */
.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--concrete-lt);
  border-top: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: box-shadow .18s ease, transform .18s ease;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--slate); font-size: 0.97rem; margin-bottom: 0; }
.card .icon {
  width: 46px; height: 46px; margin-bottom: 16px;
  display: grid; place-items: center;
  background: var(--orange-soft); border-radius: var(--radius);
  color: var(--orange-dk);
}
.card .icon svg { width: 26px; height: 26px; }

.card-num {
  font-family: var(--font-display); font-size: 2.6rem; line-height: 1;
  color: var(--concrete-lt); margin-bottom: 8px;
}

/* service detail blocks */
.svc {
  display: grid; grid-template-columns: 64px 1fr; gap: 22px;
  padding: 30px 0; border-bottom: 1px solid var(--concrete-lt);
}
.svc:last-child { border-bottom: 0; }
.svc .svc-ico {
  width: 60px; height: 60px; border-radius: var(--radius);
  background: var(--charcoal); color: var(--orange);
  display: grid; place-items: center;
}
.svc .svc-ico svg { width: 30px; height: 30px; }
.svc h3 { margin-bottom: 8px; }
.svc p { color: var(--slate); }
.svc ul {
  margin: 12px 0 0; padding: 0; list-style: none;
  display: flex; flex-wrap: wrap; gap: 8px 10px;
}
.svc ul li {
  font-size: 0.85rem; background: var(--fog); color: var(--slate);
  border: 1px solid var(--concrete-lt); border-radius: 100px; padding: 4px 13px;
}

/* checklist */
.checks { list-style: none; margin: 0; padding: 0; }
.checks li {
  position: relative; padding: 8px 0 8px 34px; color: var(--slate);
}
.checks li::before {
  content: ""; position: absolute; left: 0; top: 15px;
  width: 18px; height: 10px; border-left: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange); transform: rotate(-45deg);
}
.bg-dark .checks li { color: var(--concrete-lt); }

/* split feature */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.panel {
  background: var(--charcoal); color: var(--concrete-lt);
  border-radius: var(--radius); padding: 40px 36px;
  border-left: 5px solid var(--orange);
}
.panel h3 { color: var(--white); }
.panel p, .panel li, .panel .checks li { color: var(--concrete-lt); }

/* CTA band */
.cta-band {
  background: var(--orange);
  color: var(--white);
  padding: 62px 0;
}
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.94); max-width: 60ch; }
.cta-band .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 34px; flex-wrap: wrap;
}
.cta-band .btn-dark:hover { background: var(--white); color: var(--charcoal); border-color: var(--white); }

/* ---------------------------------------------------------------- form */
.form-layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 48px; align-items: start; }
.form-layout aside { position: sticky; top: 118px; }
@media (max-width: 980px) { .form-layout aside { position: static; } }

.form-card {
  background: var(--white); border: 1px solid var(--concrete-lt);
  border-radius: var(--radius); padding: 38px 36px; box-shadow: var(--shadow);
}

fieldset { border: 0; margin: 0 0 34px; padding: 0; }
fieldset:last-of-type { margin-bottom: 24px; }
legend {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  font-size: 1.16rem; letter-spacing: 0.04em; color: var(--charcoal);
  padding: 0 0 6px; margin-bottom: 18px; width: 100%;
  border-bottom: 3px solid var(--orange);
}
legend .step {
  display: inline-block; background: var(--orange); color: var(--white);
  width: 26px; height: 26px; border-radius: 50%; text-align: center;
  line-height: 26px; font-size: 0.9rem; margin-right: 10px;
}

.field { margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 6px; color: var(--charcoal); }
label .req { color: var(--orange-dk); }
.hint { font-size: 0.83rem; color: var(--concrete); margin: 5px 0 0; }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"],
select, textarea {
  width: 100%; font-family: inherit; font-size: 1rem; color: var(--charcoal);
  padding: 12px 14px; background: var(--white);
  border: 1px solid var(--concrete);
  border-radius: var(--radius); transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus {
  outline: 0; border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-soft);
}
textarea { min-height: 130px; resize: vertical; }

.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.svc-opt {
  display: flex; align-items: flex-start; gap: 11px;
  border: 1px solid var(--concrete-lt); border-radius: var(--radius);
  padding: 13px 15px; cursor: pointer; background: var(--white);
  transition: border-color .15s, background .15s;
  font-size: 0.95rem; line-height: 1.4;
}
.svc-opt:hover { border-color: var(--orange); background: var(--orange-soft); }
.svc-opt input { margin: 3px 0 0; width: 17px; height: 17px; accent-color: var(--orange); flex: 0 0 17px; }
.svc-opt span { font-weight: 600; }
.svc-opt small { display: block; font-weight: 400; color: var(--concrete); font-size: 0.83rem; }

.form-actions {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  border-top: 1px solid var(--concrete-lt); padding-top: 24px;
}
.form-actions .note { font-size: 0.86rem; color: var(--concrete); margin: 0; }

.info-card {
  background: var(--charcoal); color: var(--concrete-lt);
  border-radius: var(--radius); padding: 32px 30px; margin-bottom: 22px;
  border-top: 4px solid var(--orange);
}
.info-card h3 { color: var(--white); }
.info-card a { color: var(--white); }
.info-card a:hover { color: var(--orange); }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.10); }
.info-list li:last-child { border-bottom: 0; }
.info-list .lbl {
  display: block; font-size: 0.72rem; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--concrete); margin-bottom: 3px;
}
.info-list .val { font-size: 1.04rem; color: var(--white); font-weight: 600; }

.side-box {
  background: var(--fog); border: 1px solid var(--concrete-lt);
  border-radius: var(--radius); padding: 28px 26px;
}
.side-box h4 { margin-bottom: 12px; }
.side-box p, .side-box li { font-size: 0.94rem; color: var(--slate); }

/* placeholder highlight */
.ph {
  background: #ffe9a8; border-bottom: 1px dashed #b8860b;
  padding: 0 3px; border-radius: 2px; color: #4a3800;
}

/* ---------------------------------------------------------------- misc */
.faq details {
  border: 1px solid var(--concrete-lt); border-radius: var(--radius);
  padding: 18px 22px; margin-bottom: 12px; background: var(--white);
}
.faq summary {
  font-family: var(--font-display); font-size: 1.16rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.02em; cursor: pointer; color: var(--charcoal);
}
.faq summary::marker { color: var(--orange); }
.faq p { margin-top: 12px; color: var(--slate); font-size: 0.97rem; }

.logo-strip {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.logo-strip span {
  font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.1em; font-size: 0.95rem; color: var(--slate);
  border: 1px solid var(--concrete-lt); border-radius: 100px; padding: 8px 20px;
  background: var(--white);
}

/* -------------------------------------------------------------- footer */
.site-footer { background: var(--charcoal); color: var(--concrete); padding: 62px 0 0; }
.site-footer h4 {
  color: var(--white); font-size: 0.94rem; letter-spacing: 0.14em; margin-bottom: 16px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer a { color: var(--concrete); }
.site-footer a:hover { color: var(--orange); text-decoration: none; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { padding: 5px 0; font-size: 0.95rem; }
.site-footer .brand-name { color: var(--white); }
.site-footer p { font-size: 0.95rem; }
.footer-bottom {
  margin-top: 48px; border-top: 1px solid rgba(255,255,255,0.10);
  padding: 22px 0; font-size: 0.86rem;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}

/* Home-page services grid: 7 cards. Center a lone card on the last row (3-col),
   and let it span both columns at 2-col widths so there's never a ragged orphan. */
.services-grid .card:last-child:nth-child(3n + 1) { grid-column: 2; }

/* --------------------------------------------------------- responsive */
@media (max-width: 980px) {
  .g4 { grid-template-columns: repeat(2, 1fr); }
  .g3 { grid-template-columns: repeat(2, 1fr); }
  .services-grid .card:last-child:nth-child(3n + 1) { grid-column: auto; }
  .services-grid .card:last-child:nth-child(2n + 1) { grid-column: 1 / -1; }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .form-layout { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  section { padding: 60px 0; }
  .hero { padding: 72px 0 64px; }
  .nav-toggle { display: block; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--white); flex-direction: column; align-items: stretch;
    padding: 10px 16px 18px; border-bottom: 3px solid var(--orange);
    box-shadow: var(--shadow-lg);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 6px; border-bottom: 1px solid var(--fog); }
  .nav a.active { border-bottom-color: var(--orange); }
  .nav .btn { margin: 12px 0 0; text-align: center; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .svc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 28px; }
  .hero-stats div { min-width: 44%; }
  .svc { grid-template-columns: 1fr; gap: 14px; }
  .form-card { padding: 28px 22px; }
  .topbar .wrap { justify-content: center; text-align: center; }
}

@media print {
  .site-header, .topbar, .site-footer, .cta-band, .hero-actions { display: none; }
}

/* ==========================================================================
   POLISH LAYER — scroll reveals, richer cards, section accents
   ========================================================================== */

/* --------------------------------------------------- scroll-in reveals */
/* Only applied once JS confirms it can run, so the site is fully visible
   without JavaScript. */
body.js-reveal .reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .75s cubic-bezier(.2,.75,.3,1), transform .75s cubic-bezier(.2,.75,.3,1);
  will-change: opacity, transform;
}
body.js-reveal .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  body.js-reveal .reveal { opacity: 1; transform: none; transition: none; }
}

/* ------------------------------------------------------- richer cards */
.card {
  position: relative;
  transition: box-shadow .28s ease, transform .28s ease, border-color .28s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(242,106,27,0.55);
}
.card .icon { transition: background .28s ease, color .28s ease, transform .28s ease; }
.card:hover .icon {
  background: var(--orange); color: var(--white);
  transform: rotate(-7deg) scale(1.07);
}
.card-num { transition: color .28s ease; }
.card:hover .card-num { color: var(--orange); }

/* service rows on the services page */
.svc { transition: transform .25s ease; }
.svc:hover { transform: translateX(4px); }
.svc .svc-ico { transition: background .25s ease, transform .25s ease; }
.svc:hover .svc-ico { background: var(--orange); transform: scale(1.06); }
.svc:hover .svc-ico svg { color: var(--white); }

/* ----------------------------------------------- section heading flair */
.eyebrow { position: relative; display: inline-block; }
.eyebrow::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 22px; height: 2px; background: var(--orange);
  margin-right: 11px; margin-bottom: 3px;
}
.center .eyebrow::after {
  content: ""; display: inline-block; vertical-align: middle;
  width: 22px; height: 2px; background: var(--orange);
  margin-left: 11px; margin-bottom: 3px;
}

/* --------------------------------------------- dark section texture */
.bg-dark { position: relative; overflow: hidden; }
.bg-dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(
    -45deg, rgba(242,106,27,0.05) 0 2px, transparent 2px 22px);
  -webkit-mask-image: linear-gradient(100deg, #000, transparent 62%);
          mask-image: linear-gradient(100deg, #000, transparent 62%);
}
.bg-dark > .wrap { position: relative; z-index: 1; }

/* ------------------------------------------------ CTA band, upgraded */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(100deg, var(--orange-dk) 0%, var(--orange) 55%, #ff8340 100%);
}
.cta-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(
    -45deg, rgba(255,255,255,0.10) 0 3px, transparent 3px 26px);
}
.cta-band::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.85), transparent);
  animation: cta-scan 6s linear infinite;
}
@keyframes cta-scan {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.cta-band > .wrap { position: relative; z-index: 1; }
.cta-band h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }

/* ------------------------------------------- subpage banner, upgraded */
.page-head {
  position: relative; overflow: hidden;
  background:
    radial-gradient(800px 400px at 8% -30%, rgba(242,106,27,0.20), transparent 62%),
    linear-gradient(150deg, #16191c 0%, #1d2124 55%, #101315 100%);
}
.page-head::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(circle at 30% 40%, #000 30%, transparent 78%);
          mask-image: radial-gradient(circle at 30% 40%, #000 30%, transparent 78%);
}
.page-head > .wrap { position: relative; z-index: 1; }
.page-head h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }

/* --------------------------------------------- sticky header on scroll */
.site-header { transition: box-shadow .25s ease; }
.site-header.stuck { box-shadow: 0 4px 22px rgba(15,18,20,0.13); }

/* ---------------------------------------------------- form focus glow */
.svc-opt input:checked ~ span { color: var(--orange-dk); }
.svc-opt:has(input:checked) { border-color: var(--orange); background: var(--orange-soft); }

/* --------------------------------------------------- back-to-top button */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--charcoal); color: var(--white);
  border: 0; cursor: pointer; display: grid; place-items: center;
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s, background .2s;
  box-shadow: var(--shadow);
}
.to-top.show { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--orange); }
.to-top svg { width: 20px; height: 20px; }
@media (max-width: 560px) { .to-top { right: 14px; bottom: 14px; } }

/* ==========================================================================
   HERO STAGE — the real machine working to the laser plane
   ========================================================================== */
.rig-stage { position: relative; width: 100%; display: flow-root; }

.rig-stage .rig-slab {
  width: 100%; height: auto; display: block;
  margin-top: 30%;                 /* slab reads as the ground under the rig */
}
.rig-stage .rig-machine {
  position: absolute; left: 0; top: 0;
  width: 100%; height: auto; display: block;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,0.55));
  animation: rig-creep 9s ease-in-out infinite;
}
@keyframes rig-creep {
  0%, 100% { transform: translateX(0); }
  50%      { transform: translateX(-2.4%); }
}

/* measured-result tag */
.rig-tag {
  position: absolute; left: 2%; bottom: 3%;
  background: rgba(11,14,16,0.9); border: 1px solid rgba(242,106,27,0.5);
  border-left: 4px solid var(--orange); border-radius: 3px;
  padding: 9px 15px 10px; backdrop-filter: blur(3px);
}
.rig-tag-lbl {
  display: block; font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.17em; font-size: 0.63rem; color: var(--concrete); font-weight: 600;
}
.rig-tag-val {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: 1.34rem; color: var(--white); letter-spacing: 0.02em; line-height: 1.1;
}

@media (max-width: 980px) {
  .hero-art { max-width: 560px; }
  .rig-tag { padding: 7px 12px 8px; }
  .rig-tag-val { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .rig-stage .rig-machine, .rig-stage .scanbar { animation: none; }
}

/* footer column is narrow — keep the lockup on one line */
.site-footer .brand-mark { width: 122px; height: 68px; flex: 0 0 122px; }
.site-footer .brand-name { white-space: nowrap; font-size: 1.14rem; }
.site-footer .brand { gap: 10px; }

/* ------------------------------------------------- estimate form status */
.form-status {
  border-radius: var(--radius); padding: 18px 22px; margin: 0 0 22px;
  border-left: 5px solid; font-size: 0.97rem;
}
.form-status strong { display: block; font-size: 1.06rem; margin-bottom: 4px; }
.form-status span { display: block; }
.form-status.ok  { background: #eaf6ec; border-color: #2e7d32; color: #1f4d23; }
.form-status.err { background: var(--orange-soft); border-color: var(--orange); color: var(--orange-dk); }
.form-status a { color: inherit; font-weight: 700; text-decoration: underline; }
.form-actions .btn[disabled] { opacity: .65; cursor: wait; }

/* ==========================================================================
   PROJECT GALLERY
   ========================================================================== */

/* ------------------------------------------------------------ filters */
.filters {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin: 0 0 30px;
}
.filters .filt {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  letter-spacing: 0.09em; font-size: 0.9rem;
  padding: 9px 20px; border-radius: 100px; cursor: pointer;
  background: var(--white); color: var(--slate);
  border: 1px solid var(--concrete-lt);
  transition: background .2s, color .2s, border-color .2s;
}
.filters .filt:hover { border-color: var(--orange); color: var(--orange-dk); }
.filters .filt.on {
  background: var(--charcoal); border-color: var(--charcoal); color: var(--white);
}

/* -------------------------------------------------------------- grid */
/* Uniform tiles: stays tidy at any number of photos, and every picture gets
   the same visual weight. object-fit crops portrait and landscape alike. */
.shots {
  display: grid; gap: 26px 22px;
  grid-template-columns: repeat(3, 1fr);
}
.shot { margin: 0; display: flex; flex-direction: column; }
.shot[hidden] { display: none; }

/* ------------------------------------------------------------- tile */
.shot-btn {
  position: relative; aspect-ratio: 4 / 3;
  display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in;
  background: var(--charcoal); overflow: hidden; border-radius: var(--radius);
}
.shot-btn img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.2,.7,.3,1), filter .35s ease;
}
.shot-btn::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(14,17,19,0.42) 0%, rgba(14,17,19,0) 38%,
                              rgba(14,17,19,0) 62%, rgba(14,17,19,0.30) 100%);
  transition: opacity .35s ease;
}
.shot-btn:hover img,
.shot-btn:focus-visible img { transform: scale(1.06); }
.shot-btn:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.shot-chip {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  letter-spacing: 0.14em; font-size: 0.7rem;
  background: rgba(242,106,27,0.94); color: var(--white);
  padding: 5px 12px; border-radius: 100px;
}
.shot-zoom {
  position: absolute; right: 12px; bottom: 12px; z-index: 2;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.94); color: var(--charcoal);
  display: grid; place-items: center;
  opacity: 0; transform: translateY(6px) scale(.92);
  transition: opacity .3s ease, transform .3s ease;
}
.shot-zoom svg { width: 19px; height: 19px; }
.shot-btn:hover .shot-zoom,
.shot-btn:focus-visible .shot-zoom { opacity: 1; transform: none; }

/* ---------------------------------------------------------- caption */
.shot-cap {
  padding: 15px 2px 0; border-top: 3px solid var(--orange); margin-top: 14px;
}
.shot-cap h3 { margin: 0 0 3px; font-size: 1.18rem; }
.shot-meta {
  margin: 0 0 7px; font-size: 0.82rem; font-weight: 700; color: var(--orange-dk);
  text-transform: uppercase; letter-spacing: 0.07em;
}
.shot-desc { margin: 0; font-size: 0.93rem; color: var(--slate); line-height: 1.55; }

.gallery-note {
  margin: 38px auto 0; max-width: 62ch; text-align: center;
  color: var(--slate); font-size: 0.97rem;
}

@media (max-width: 960px) { .shots { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) {
  .shots { grid-template-columns: 1fr; gap: 30px; }
  .filters .filt { font-size: 0.82rem; padding: 8px 15px; }
}

/* ---------------------------------------------------------- lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,12,14,0.94);
  display: grid; place-items: center; padding: 4vh 5vw;
  opacity: 0; transition: opacity .28s ease;
}
.lightbox.open { opacity: 1; }
.lightbox[hidden] { display: none; }

.lb-inner { margin: 0; max-width: 100%; max-height: 92vh; text-align: center; }
.lb-img {
  max-width: 100%; max-height: 76vh; width: auto; height: auto;
  margin: 0 auto; border-radius: var(--radius);
  box-shadow: 0 30px 70px rgba(0,0,0,0.6);
  transform: scale(.97); transition: transform .3s cubic-bezier(.2,.7,.3,1);
}
.lightbox.open .lb-img { transform: none; }

.lb-cap { display: block; margin-top: 18px; color: var(--concrete-lt); }
.lb-chip {
  display: inline-block; font-family: var(--font-display); text-transform: uppercase;
  letter-spacing: 0.14em; font-size: 0.68rem; font-weight: 600;
  background: var(--orange); color: var(--white); padding: 4px 12px;
  border-radius: 100px; margin-bottom: 9px;
}
.lb-title {
  display: block; font-family: var(--font-display); text-transform: uppercase;
  font-size: 1.5rem; color: var(--white); letter-spacing: 0.02em; line-height: 1.1;
}
.lb-meta { display: block; font-size: 0.9rem; color: var(--concrete); margin-top: 4px; }

.lb-close, .lb-nav {
  position: absolute; z-index: 2; cursor: pointer;
  background: rgba(255,255,255,0.10); color: var(--white);
  border: 1px solid rgba(255,255,255,0.22); border-radius: 50%;
  display: grid; place-items: center; line-height: 1;
  transition: background .2s, border-color .2s, transform .2s;
}
.lb-close:hover, .lb-nav:hover {
  background: var(--orange); border-color: var(--orange); transform: scale(1.06);
}
.lb-close { top: 18px; right: 18px; width: 46px; height: 46px; font-size: 1.9rem; padding-bottom: 4px; }
.lb-nav { top: 50%; margin-top: -26px; width: 52px; height: 52px; font-size: 2.2rem; padding-bottom: 6px; }
.lb-prev { left: 16px; }
.lb-next { right: 16px; }

@media (max-width: 620px) {
  .lb-nav { width: 42px; height: 42px; font-size: 1.7rem; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
  .lb-title { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .shot-btn img, .lb-img, .lightbox { transition: none; }
}
