:root {
  --navy: #0B2138;
  --navy-2: #122F4C;
  --navy-3: #1B3E60;
  --cyan: #57B8D6;
  --cyan-soft: #9FD6E6;
  --concrete: #EDE8DE;
  --concrete-2: #E1DACB;
  --rust: #C1521C;
  --rust-dark: #9C4116;
  --charcoal: #191919;
  --line-faint: rgba(87, 184, 214, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--concrete);
  color: var(--charcoal);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.display-font {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.01em;
}

.mono {
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.04em;
}

.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
}

.eyebrow.on-dark {
  color: var(--cyan-soft);
}

a {
  color: inherit;
}

::selection {
  background: var(--rust);
  color: #fff;
}

/* focus visibility */
a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Navbar ---------- */
.navbar-vc {
  background: rgba(11, 33, 56, 0.92);
  backdrop-filter: blur(6px);
  padding: 0.9rem 0;
}

.navbar-vc .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0;
}

.logo-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: block;
}

.logo-word {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-word .l1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--concrete);
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

.logo-word .l2 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.56rem;
  letter-spacing: 0.24em;
  color: var(--rust);
  margin-top: 2px;
}

.navbar-vc .nav-link {
  color: rgba(237, 232, 222, 0.78);
  font-size: 0.92rem;
  font-weight: 500;
  margin: 0 0.5rem;
}

.navbar-vc .nav-link:hover,
.navbar-vc .nav-link.active {
  color: var(--cyan-soft);
}

.btn-rust {
  background: var(--rust);
  border: 1px solid var(--rust);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.55rem 1.3rem;
  border-radius: 2px;
  transition: background .2s ease, transform .2s ease;
}

.btn-rust:hover {
  background: var(--rust-dark);
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-cyan {
  background: transparent;
  border: 1px solid rgba(159, 214, 230, 0.5);
  color: var(--cyan-soft);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.55rem 1.3rem;
  border-radius: 2px;
}

.btn-outline-cyan:hover {
  background: rgba(159, 214, 230, 0.1);
  color: var(--cyan-soft);
}

/* ---------- Page header (inner pages) ---------- */
.page-header {
  background:
    radial-gradient(ellipse at 75% 20%, rgba(87, 184, 214, 0.12), transparent 55%),
    var(--navy);
  position: relative;
  padding-top: 9rem;
  padding-bottom: 3.2rem;
  overflow: hidden;
}

.page-header .blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 85%);
  pointer-events: none;
}

.page-header .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-vc {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(159, 214, 230, 0.6);
  margin-bottom: 1rem;
}

.breadcrumb-vc a {
  color: rgba(159, 214, 230, 0.85);
  text-decoration: none;
}

.breadcrumb-vc a:hover {
  color: var(--cyan-soft);
}

.page-header h1 {
  color: var(--concrete);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0.4rem 0 1rem;
}

.page-header p.lead-copy {
  color: rgba(237, 232, 222, 0.72);
  font-size: 1.02rem;
  max-width: 40rem;
  margin-bottom: 0;
}

/* ---------- Hero (home page) ---------- */
.hero {
  background:
    radial-gradient(ellipse at 75% 20%, rgba(87, 184, 214, 0.12), transparent 55%),
    var(--navy);
  position: relative;
  padding-top: 9rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.blueprint-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--line-faint) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 85%);
  pointer-events: none;
}

.hero-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan-soft);
  border: 1px solid rgba(159, 214, 230, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.8rem;
  border-radius: 2px;
}

.hero-kicker .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 0 0 3px rgba(193, 82, 28, 0.25);
}

.hero h1 {
  color: var(--concrete);
  font-size: clamp(2.3rem, 4.6vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 1.1rem 0 1.1rem;
}

.hero h1 em {
  font-style: normal;
  color: var(--cyan-soft);
}

.hero p.lead-copy {
  color: rgba(237, 232, 222, 0.72);
  font-size: 1.06rem;
  max-width: 34rem;
}

.hero-stats {
  display: flex;
  gap: 2.2rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(159, 214, 230, 0.18);
}

.hero-stats .num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--concrete);
}

.hero-stats .lbl {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 232, 222, 0.55);
}

/* 3D model panel */
.model-panel {
  position: relative;
  height: 460px;
  border: 1px solid rgba(159, 214, 230, 0.25);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(87, 184, 214, 0.06), rgba(87, 184, 214, 0.01)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Cg fill='none' stroke='%232A4E6E' stroke-width='1.3'%3E%3Crect x='140' y='90' width='120' height='150'/%3E%3Cline x1='140' y1='120' x2='260' y2='120'/%3E%3Cline x1='140' y1='150' x2='260' y2='150'/%3E%3Cline x1='140' y1='180' x2='260' y2='180'/%3E%3Cline x1='170' y1='90' x2='170' y2='240'/%3E%3Cline x1='230' y1='90' x2='230' y2='240'/%3E%3Cpolygon points='130,90 200,50 270,90'/%3E%3Cline x1='90' y1='240' x2='310' y2='240'/%3E%3C/g%3E%3C/svg%3E"),
    var(--navy);
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: cover, 70%;
  overflow: hidden;
}

.model-panel canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.model-panel canvas:active {
  cursor: grabbing;
}

.model-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: var(--cyan-soft);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.model-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.model-hint {
  position: absolute;
  bottom: 14px;
  left: 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  color: rgba(159, 214, 230, 0.55);
}

.model-spec {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  color: rgba(159, 214, 230, 0.55);
  text-align: right;
  line-height: 1.5;
}

/* ---------- Section basics ---------- */
section {
  padding: 5.5rem 0;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  margin: 0.6rem 0 1rem;
}

.section-sub {
  color: #5a5a52;
  max-width: 36rem;
}

/* ---------- Stat strip ---------- */
.stat-strip {
  background: var(--concrete-2);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 2.4rem 0;
}

.stat-strip .num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: var(--navy);
}

.stat-strip .lbl {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b62;
}

/* ---------- Services ---------- */
.service-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 2rem 1.7rem;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px -18px rgba(11, 33, 56, 0.35);
  border-color: var(--cyan);
}

.service-card .idx {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.75rem;
  color: var(--rust);
  margin-bottom: 1.1rem;
  display: block;
}

.service-card h4 {
  font-size: 1.12rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.service-card p {
  color: #5a5a52;
  font-size: 0.93rem;
  margin-bottom: 0;
}

.service-card ul.detail-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 1rem;
}

.service-card ul.detail-list li {
  font-size: 0.85rem;
  color: #6b6b62;
  padding: 0.25rem 0;
  display: flex;
  gap: 0.5rem;
}

.service-card ul.detail-list li::before {
  content: "—";
  color: var(--rust);
  flex: none;
}

/* ---------- Process timeline ---------- */
.process {
  background: var(--navy);
  color: var(--concrete);
}

.process .section-sub {
  color: rgba(237, 232, 222, 0.62);
}

.proc-step {
  border-top: 1px solid rgba(159, 214, 230, 0.22);
  padding: 1.6rem 0;
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}

.proc-step:last-child {
  border-bottom: 1px solid rgba(159, 214, 230, 0.22);
}

.proc-step .step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.85rem;
  color: var(--cyan-soft);
  min-width: 2.6rem;
  padding-top: 0.15rem;
}

.proc-step h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
}

.proc-step p {
  color: rgba(237, 232, 222, 0.6);
  font-size: 0.92rem;
  margin-bottom: 0;
  max-width: 38rem;
}

.proc-step .step-day {
  margin-left: auto;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  color: rgba(159, 214, 230, 0.45);
  white-space: nowrap;
  padding-top: 0.2rem;
}

/* ---------- Projects (3D tilt cards) ---------- */
.tilt-card {
  perspective: 900px;
}

.tilt-inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .25s ease;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.tilt-card:hover .tilt-inner {
  transform: rotateX(4deg) rotateY(-6deg) translateY(-4px);
  box-shadow: 0 24px 40px -22px rgba(11, 33, 56, 0.5);
}

.tilt-inner img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

.tilt-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(0deg, rgba(11, 33, 56, 0.92), transparent);
  color: #fff;
}

.tilt-caption .tag {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cyan-soft);
}

.tilt-caption h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  margin: 0.2rem 0 0;
}

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 2.2rem;
  height: 100%;
}

.testimonial-card p.quote {
  font-size: 1.02rem;
  line-height: 1.55;
  color: #2a2a24;
}

.testimonial-card .who {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
}

.testimonial-card .role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  color: #8a8a80;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ---------- CTA / contact ---------- */
.cta {
  background: var(--navy);
  color: var(--concrete);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  padding: 3.2rem;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line-faint) 1px, transparent 1px), linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse at 70% 30%, black, transparent 70%);
}

.cta .row {
  position: relative;
  z-index: 1;
}

.form-control-vc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(159, 214, 230, 0.28);
  color: var(--concrete);
  border-radius: 2px;
  padding: 0.7rem 0.9rem;
  font-size: 0.92rem;
}

.form-control-vc:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--cyan);
  color: var(--concrete);
  box-shadow: none;
}

.form-control-vc::placeholder {
  color: rgba(237, 232, 222, 0.4);
}

/* ---------- Footer ---------- */
footer {
  background: #0A1C30;
  color: rgba(237, 232, 222, 0.55);
  padding: 2.6rem 0 1.6rem;
  font-size: 0.85rem;
}

footer a {
  color: rgba(237, 232, 222, 0.7);
  text-decoration: none;
}

footer a:hover {
  color: var(--cyan-soft);
}

footer .brand {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--concrete);
}

.footer-divider {
  border-color: rgba(159, 214, 230, 0.12);
  margin: 1.8rem 0 1.4rem;
}

/* ---------- Why us ---------- */
.why-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(159, 214, 230, 0.16);
  border-radius: 3px;
  padding: 1.8rem 1.5rem;
  height: 100%;
}

.why-card i {
  font-size: 1.5rem;
  color: var(--cyan-soft);
  margin-bottom: 0.9rem;
  display: block;
}

.why-card h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--concrete);
  margin-bottom: 0.5rem;
}

.why-card p {
  color: rgba(237, 232, 222, 0.6);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ---------- Team ---------- */
.team-card {
  text-align: center;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 3px;
  filter: grayscale(0.15);
  margin-bottom: 1rem;
}

.team-card h5 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.15rem;
}

.team-card .role {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--rust);
}

/* ---------- Certifications strip ---------- */
.cert-strip {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1.8rem 0;
}

.cert-strip .cert-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.78rem;
  color: #4b4b43;
  letter-spacing: 0.02em;
}

.cert-strip i {
  color: var(--rust);
  font-size: 1.1rem;
}

/* ---------- FAQ ---------- */
.accordion-vc .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.accordion-vc .accordion-button {
  background: transparent;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--charcoal);
  padding: 1.2rem 0;
  box-shadow: none;
}

.accordion-vc .accordion-button:not(.collapsed) {
  color: var(--rust);
  background: transparent;
  box-shadow: none;
}

.accordion-vc .accordion-button::after {
  filter: none;
}

.accordion-vc .accordion-body {
  padding: 0 0 1.4rem;
  color: #5a5a52;
  font-size: 0.94rem;
  max-width: 40rem;
}

.accordion-vc .accordion-button:focus {
  box-shadow: none;
}

/* ---------- Promo popup modal ---------- */
.modal-vc .modal-content {
  background: var(--navy);
  border: 1px solid rgba(159, 214, 230, 0.25);
  border-radius: 4px;
  color: var(--concrete);
  overflow: hidden;
  position: relative;
}

.modal-vc .modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--line-faint) 1px, transparent 1px), linear-gradient(90deg, var(--line-faint) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(ellipse at 80% 10%, black, transparent 65%);
  pointer-events: none;
}

.modal-vc .modal-body {
  position: relative;
  z-index: 1;
  padding: 2.2rem;
}

.modal-vc .btn-close {
  filter: invert(1);
  opacity: 0.7;
  position: relative;
  z-index: 2;
}

.modal-vc .promo-badge {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rust);
  border: 1px solid rgba(193, 82, 28, 0.4);
  padding: 0.3rem 0.7rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.modal-vc h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.modal-vc p {
  color: rgba(237, 232, 222, 0.68);
  font-size: 0.94rem;
}

.success-modal .modal-content {
  background: #fff;
  border-radius: 4px;
  border: none;
}

.success-modal .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(87, 184, 214, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.success-modal .icon-wrap i {
  color: var(--navy);
  font-size: 1.6rem;
}

/* ---------- Scaffolding cross-sell section ---------- */
.hazard-bar {
  height: 10px;
  background: repeating-linear-gradient(-45deg,
      #F2B705, #F2B705 14px,
      #1A1A1A 14px, #1A1A1A 28px);
}

.scaffold-section {
  background: #151515;
  color: #EDE8DE;
  padding: 5rem 0;
  position: relative;
}

.scaffold-section .eyebrow.on-scaffold {
  color: #F2B705;
}

.scaffold-section h2 {
  color: #fff;
}

.scaffold-section p.lead-copy {
  color: rgba(237, 232, 222, 0.68);
  font-size: 1rem;
  max-width: 32rem;
}

.scaffold-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 2rem;
}

.scaffold-list li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.55rem 0;
  border-top: 1px solid rgba(242, 183, 5, 0.15);
  font-size: 0.92rem;
  color: rgba(237, 232, 222, 0.82);
}

.scaffold-list li:last-child {
  border-bottom: 1px solid rgba(242, 183, 5, 0.15);
}

.scaffold-list i {
  color: #F2B705;
  font-size: 1rem;
  margin-top: 0.15rem;
}

.btn-scaffold {
  background: #F2B705;
  border: 1px solid #F2B705;
  color: #151515;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.7rem 1.5rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: background .2s ease, transform .2s ease;
}

.btn-scaffold:hover {
  background: #D9A404;
  color: #151515;
  transform: translateY(-1px);
}

.btn-scaffold i {
  font-size: 1.05rem;
}

.scaffold-note {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  color: rgba(237, 232, 222, 0.4);
  margin-top: 0.7rem;
}

.scaffold-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(242, 183, 5, 0.25);
}

.scaffold-visual img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
  filter: grayscale(0.25) contrast(1.05);
}

.scaffold-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #F2B705;
  color: #151515;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
  border-radius: 2px;
}

.scaffold-badge-row {
  display: flex;
  gap: 1.8rem;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(242, 183, 5, 0.18);
  flex-wrap: wrap;
}

.scaffold-badge-row .num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
}

.scaffold-badge-row .lbl {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(237, 232, 222, 0.5);
}

@media (max-width: 575.98px) {
  .scaffold-section {
    padding: 3rem 0;
  }

  .scaffold-visual img {
    min-height: 220px;
  }
}

/* =========================================================
 RESPONSIVE FIXES
 ========================================================= */
@media (max-width: 991.98px) {
  .hero, .page-header {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  section {
    padding: 3.6rem 0;
  }

  .model-panel {
    height: 320px;
    margin-top: 0.5rem;
  }

  .hero-stats {
    gap: 1.4rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    padding-top: 1.3rem;
  }

  .cta {
    padding: 2.2rem 1.6rem;
  }

  .section-title {
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .hero, .page-header {
    padding-top: 6rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-stats {
    gap: 1.1rem 1.6rem;
  }

  .hero-stats .num {
    font-size: 1.4rem;
  }

  .model-panel {
    height: 270px;
  }

  .stat-strip {
    padding: 1.8rem 0;
  }

  .stat-strip .num {
    font-size: 1.6rem;
  }

  section {
    padding: 3rem 0;
  }

  .service-card,
  .why-card,
  .testimonial-card {
    padding: 1.5rem 1.3rem;
  }

  .tilt-inner img {
    height: 230px;
  }
}


/* =========================================================
   FINAL UI / ALIGNMENT IMPROVEMENTS
   ========================================================= */
.container {
  width: 100%;
}

.navbar-vc {
  padding: .7rem 0;
}

.navbar-vc .container {
  min-height: 54px;
}

.navbar-vc .navbar-nav {
  align-items: center;
  gap: .1rem;
}

.navbar-vc .nav-link {
  padding: .55rem .65rem !important;
  margin: 0 !important;
  white-space: nowrap;
}

.navbar-vc .navbar-toggler {
  border: 1px solid rgba(159, 214, 230, .35);
  padding: .38rem .55rem;
  box-shadow: none !important;
}

.navbar-vc .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.hero .container,
.page-header .container,
section .container,
footer .container {
  position: relative;
  z-index: 1;
}

.hero .row, .page-header .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.hero .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero p.lead-copy {
  margin-bottom: 0;
  line-height: 1.75;
}

.hero-stats {
  align-items: flex-start;
}

.hero-stats>div {
  min-width: 90px;
}

.model-panel {
  width: 100%;
  min-height: 400px;
}

.stat-strip .row,
.cert-strip .row {
  --bs-gutter-y: 1.25rem;
}

.stat-strip .col-6,
.cert-strip .col-6,
.stat-strip .col-md-3,
.cert-strip .col-md-4,
.cert-strip .col-lg-3 {
  display: flex;
  align-items: center;
}

.stat-strip .col-6>div,
.stat-strip .col-md-3>div {
  width: 100%;
}

section {
  overflow: hidden;
}

.section-title {
  line-height: 1.15;
}

.section-sub {
  line-height: 1.7;
  margin-bottom: 0;
}

#about .row,
#services .row,
#projects .row,
#contact .row,
#scaffolding .row {
  --bs-gutter-y: 2rem;
}

.service-card,
.why-card,
.testimonial-card,
.team-card,
.tilt-card {
  width: 100%;
}

.service-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card p {
  line-height: 1.65;
}

.why-card {
  display: flex;
  flex-direction: column;
}

.why-card p {
  line-height: 1.65;
}

.proc-step {
  min-height: 100px;
  align-items: flex-start;
}

.proc-step .step-content {
  flex: 1 1 auto;
  min-width: 0;
}

.proc-step .step-day {
  flex: 0 0 auto;
}

.tilt-card {
  height: 100%;
}

.tilt-inner {
  height: 100%;
}

.tilt-inner img {
  height: 300px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
}

.testimonial-card p.quote {
  flex: 1 1 auto;
  line-height: 1.7;
  margin-bottom: 0;
}

.scaffold-section .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

.scaffold-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.scaffold-section h2 {
  line-height: 1.15;
}

.scaffold-section p.lead-copy {
  line-height: 1.75;
}

.scaffold-visual {
  width: 100%;
}

.scaffold-visual img {
  min-height: 400px;
  max-height: 520px;
}

.scaffold-badge-row {
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
}

#faq .row:last-child {
  justify-content: center;
}

.accordion-vc {
  width: 100%;
}

.cta {
  padding: 3rem;
}

.cta .row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 2rem;
}

#contact form .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.form-control-vc {
  width: 100%;
  min-height: 46px;
}

textarea.form-control-vc {
  min-height: 110px;
  resize: vertical;
}

#contact .btn-rust {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

footer .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2rem;
}

footer .d-flex.flex-column a {
  width: fit-content;
}

.modal-vc .modal-dialog,
.success-modal .modal-dialog {
  width: calc(100% - 2rem);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.modal-vc .modal-body,
.success-modal .modal-body {
  padding: 2rem !important;
}

@media (max-width: 1199.98px) {
  .navbar-vc .nav-link {
    font-size: .86rem;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .hero .row,
  .scaffold-section .row,
  .cta .row {
    --bs-gutter-x: 2rem;
  }

  .model-panel {
    min-height: 380px;
    height: 380px;
  }
}

@media (max-width: 991.98px) {
  .navbar-vc .navbar-collapse {
    margin-top: .75rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(159, 214, 230, .14);
  }

  .navbar-vc .navbar-nav {
    align-items: stretch;
  }

  .navbar-vc .nav-link {
    padding: .7rem .25rem !important;
  }

  .navbar-vc .navbar-nav .btn-rust {
    margin-top: .5rem;
    width: 100%;
    text-align: center;
  }

  .hero, .page-header {
    padding-top: 7.2rem;
    padding-bottom: 3rem;
  }

  .hero .col-lg-6 {
    display: block;
  }

  .hero .model-panel {
    margin-top: .5rem;
  }

  .stat-strip {
    padding: 2rem 0;
  }

  .proc-step {
    gap: 1rem;
  }

  .proc-step .step-day {
    min-width: 72px;
    text-align: right;
  }

  .scaffold-visual img {
    min-height: 330px;
    max-height: none;
  }

  #faq .col-lg-9 {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  section {
    padding: 3.75rem 0;
  }

  .hero, .page-header {
    padding-top: 6.5rem;
    padding-bottom: 2.5rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.08;
  }

  .hero p.lead-copy {
    font-size: .98rem;
    line-height: 1.65;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
  }

  .hero-stats>div {
    min-width: 0;
  }

  .hero-stats .num {
    font-size: 1.35rem;
  }

  .hero-stats .lbl {
    font-size: .6rem;
    line-height: 1.35;
  }

  .model-panel {
    height: 320px;
    min-height: 320px;
  }

  .model-spec {
    display: none;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .stat-strip .num {
    font-size: 1.7rem;
  }

  .stat-strip .lbl {
    font-size: .62rem;
  }

  .proc-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: .8rem;
    padding: 1.25rem 0;
  }

  .proc-step .step-day {
    grid-column: 2;
    margin-left: 0;
    text-align: left;
    padding-top: 0;
  }

  .tilt-inner img {
    height: 250px;
  }

  .scaffold-section .row {
    --bs-gutter-y: 1.75rem;
  }

  .scaffold-visual img {
    min-height: 250px;
  }

  .scaffold-badge-row {
    justify-content: flex-start;
  }

  .scaffold-badge-row>div {
    min-width: 90px;
  }

  .cta {
    padding: 2rem 1.25rem;
    border-radius: 3px;
  }

  .cta .row {
    --bs-gutter-y: 1.75rem;
  }

  .cta .section-title {
    font-size: 1.75rem;
  }

  #contact form .row {
    --bs-gutter-y: .8rem;
  }

  footer {
    padding-top: 2.25rem;
  }

  footer .row {
    --bs-gutter-y: 1.75rem;
  }

  footer .col-6 {
    width: 50%;
  }

  .modal-vc .modal-body,
  .success-modal .modal-body {
    padding: 1.5rem !important;
  }
}

@media (max-width: 575.98px) {
  .container {
    --bs-gutter-x: 1.25rem;
  }

  .navbar-vc {
    padding: .6rem 0;
  }

  .logo-mark {
    width: 36px;
    height: 36px;
  }

  .logo-word .l1 {
    font-size: .95rem;
  }

  .logo-word .l2 {
    font-size: .5rem;
    letter-spacing: .18em;
  }

  .hero-kicker {
    font-size: .63rem;
    letter-spacing: .12em;
  }

  .hero-stats {
    gap: .8rem;
  }

  .hero-stats .num {
    font-size: 1.2rem;
  }

  .hero-stats .lbl {
    font-size: .55rem;
  }

  .model-panel {
    height: 275px;
    min-height: 275px;
  }

  .model-tag,
  .model-hint {
    font-size: .58rem;
  }

  .service-card,
  .why-card,
  .testimonial-card {
    padding: 1.4rem 1.2rem;
  }

  .tilt-inner img {
    height: 220px;
  }

  .tilt-caption {
    padding: .9rem 1rem;
  }

  .scaffold-badge-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
  }

  .scaffold-badge-row>div {
    min-width: 0;
  }

  .scaffold-badge-row .num {
    font-size: 1.25rem;
  }

  .scaffold-badge-row .lbl {
    font-size: .56rem;
    line-height: 1.35;
  }

  .btn-rust,
  .btn-outline-cyan,
  .btn-scaffold {
    font-size: .82rem;
    padding: .62rem 1rem;
  }

  .modal-vc .modal-dialog,
  .success-modal .modal-dialog {
    width: calc(100% - 1rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* =========================================================
   FINAL FULL-WIDTH + RESPONSIVE FIX
   ========================================================= */
html,
body {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  width: 100vw;
  min-width: 100vw;
}

.navbar-vc,
.hero,
.page-header,
.stat-strip,
section,
footer {
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
}

.navbar-vc {
  left: 0;
  right: 0;
  width: 100%;
}

/* Bootstrap container: full available width with safe gutters */
.navbar-vc>.container,
.hero>.container,
.page-header>.container,
section>.container,
footer>.container,
.stat-strip>.container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.hero .row,
.page-header .row,
section .row,
footer .row,
.stat-strip .row {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.hero .col-lg-6,
section [class*="col-"],
footer [class*="col-"] {
  min-width: 0;
}

.model-panel,
.model-panel canvas,
.scaffold-visual,
.scaffold-visual img,
.tilt-inner,
.tilt-inner img,
#contact form {
  max-width: 100%;
}

img,
svg,
canvas {
  max-width: 100%;
}

/* Do not allow long text/buttons to create a narrow overflow layout */
.hero h1,
.hero p,
.page-header h1,
.page-header p,
.section-title,
.section-sub,
.service-card,
.why-card,
.testimonial-card,
.proc-step,
.cta,
footer {
  overflow-wrap: anywhere;
}

@media (max-width: 1399.98px) {

  .navbar-vc>.container,
  .hero>.container,
  .page-header>.container,
  section>.container,
  footer>.container,
  .stat-strip>.container {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {

  .navbar-vc>.container,
  .hero>.container,
  .page-header>.container,
  section>.container,
  footer>.container,
  .stat-strip>.container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {

  .navbar-vc>.container,
  .hero>.container,
  .page-header>.container,
  section>.container,
  footer>.container,
  .stat-strip>.container {
    max-width: 720px;
  }

  .hero .row, .page-header .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media (max-width: 767.98px) {

  .navbar-vc>.container,
  .hero>.container,
  .page-header>.container,
  section>.container,
  footer>.container,
  .stat-strip>.container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero .row, .page-header .row {
    --bs-gutter-x: 1rem;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero p.lead-copy {
    max-width: 100%;
  }

  .hero .d-flex {
    max-width: 100%;
  }

  .btn-rust,
  .btn-outline-cyan {
    white-space: normal;
  }
}

@media (max-width: 575.98px) {

  .navbar-vc>.container,
  .hero>.container,
  .page-header>.container,
  section>.container,
  footer>.container,
  .stat-strip>.container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero, .page-header {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
  }

  .hero .row,
  .page-header .row,
  section .row,
  footer .row,
  .stat-strip .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats>div {
    min-width: 0;
    width: 100%;
  }

  .hero-stats .num,
  .hero-stats .lbl {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .model-panel {
    width: 100%;
    max-width: 100%;
  }
}
