/* NS EQUIPMENT LIMITED — scaffold yard theme
   Palette:
   PLATFORM-DECK  #EDEDE7  body
   STEEL-INK      #262B2E  text
   BUCKLET-ORANGE #C05A2E  accent
   HARNESS-TEAL   #2F6B66  thin safety-tag rules + tag chips
   COUPLER-CREAM  #F7F4EA  faceplates
   GALV-DEEP      #1F262A  header blocks, inverted rung
   BALLAST-GREY   #D8D9D0  ledger bands
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  background-color: #EDEDE7;
  color: #262B2E;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 0.5em;
}

a {
  color: #C05A2E;
}

img {
  max-width: 100%;
}

/* ============ SCROLL REVEAL ============ */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ============ COUPLER CLAMP NAV ============ */
.clampnav {
  background-color: #1F262A;
  position: relative;
  padding: 14px 20px 8px;
}

.clampnav-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.clampbrand {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #F7F4EA;
  border: 2px solid #C05A2E;
  border-radius: 6px;
  padding: 10px 16px;
  text-decoration: none;
  box-shadow: 3px 3px 0 #0d1114;
}

.clampbrand-seal {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C05A2E;
  flex: 0 0 auto;
}

.clampbrand-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #262B2E;
  letter-spacing: 0.06em;
}

.clampbrand-sub {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: #2F6B66;
  text-transform: uppercase;
}

.clamptiles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

/* each clamp tile drawn as a swivel coupler */
.clamptile {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #F7F4EA;
  border: 2px solid #D8D9D0;
  border-radius: 4px 12px 12px 4px;
  padding: 9px 15px 9px 12px;
  text-decoration: none;
  color: #262B2E;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.clamptile:hover,
.clamptile:focus {
  border-color: #C05A2E;
  background-color: #EFEAD9;
}

.clamptile-body {
  width: 22px;
  height: 14px;
  border: 2px solid #262B2E;
  border-radius: 7px;
  position: relative;
  flex: 0 0 auto;
}

.clamptile-body::before,
.clamptile-body::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C05A2E;
}

.clamptile-body::before {
  left: 2px;
}

.clamptile-body::after {
  right: 2px;
}

.clamptile-label {
  position: relative;
}

.clamptile-label::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C05A2E;
  margin-left: 7px;
  vertical-align: middle;
}

.clampnav-toggle {
  display: none;
  background-color: #C05A2E;
  color: #F7F4EA;
  border: 2px solid #F7F4EA;
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.clampnav-tagrule {
  height: 3px;
  background-color: #2F6B66;
  margin-top: 12px;
  border-radius: 2px;
}

/* ============ HERO: ERECTION FACE SCENE ============ */
.erectionface {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 0 20px;
}

.erectionface-plate {
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-radius: 8px;
  padding: 30px 34px;
  box-shadow: 6px 6px 0 #D8D9D0;
  position: relative;
}

.erectionface-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2F6B66;
  border: 2px solid #2F6B66;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 14px;
}

.erectionface-title {
  font-size: 2.4rem;
  color: #262B2E;
  margin-bottom: 14px;
}

.erectionface-title .ef-accent {
  color: #C05A2E;
  display: block;
}

.erectionface-lead {
  max-width: 720px;
  font-size: 1.02rem;
  margin-bottom: 22px;
}

.erectionface-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-stamp {
  display: inline-block;
  background-color: #C05A2E;
  color: #F7F4EA;
  border: 2px solid #1F262A;
  border-radius: 4px;
  padding: 12px 22px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  box-shadow: 4px 4px 0 #1F262A;
}

.cta-stamp:hover,
.cta-stamp:focus {
  background-color: #1F262A;
  color: #F7F4EA;
}

.cta-stamp .cta-code {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  color: #F7F4EA;
}

/* the full-width erection face drawn in CSS */
.erectionface-scene {
  position: relative;
  margin-top: 26px;
  height: 300px;
  background-color: #D8D9D0;
  border: 3px solid #1F262A;
  border-radius: 8px;
  overflow: hidden;
}

/* vertical standards */
.ef-standard {
  position: absolute;
  top: 18px;
  bottom: 26px;
  width: 6px;
  background-color: #9AA0A0;
  border-left: 2px solid #737a7a;
}

.ef-standard.s1 { left: 60px; }
.ef-standard.s2 { left: 300px; }
.ef-standard.s3 { left: 540px; }
.ef-standard.s4 { left: 780px; }
.ef-standard.s5 { left: 1020px; }

/* horizontal ledgers */
.ef-ledger {
  position: absolute;
  left: 60px;
  right: 60px;
  height: 6px;
  background-color: #B4BAB8;
  border-top: 2px solid #8f9694;
}

.ef-ledger.l1 { top: 70px; }
.ef-ledger.l2 { top: 140px; }
.ef-ledger.l3 { top: 210px; }

/* diagonal braces */
.ef-brace {
  position: absolute;
  width: 6px;
  height: 150px;
  background-color: #9AA0A0;
  transform-origin: top left;
}

.ef-brace.b1 {
  left: 62px;
  top: 70px;
  transform: rotate(60deg);
}

.ef-brace.b2 {
  left: 542px;
  top: 140px;
  transform: rotate(-58deg);
}

/* coupler clamp cluster at a node */
.ef-coupler {
  position: absolute;
  left: 274px;
  top: 112px;
  width: 58px;
  height: 58px;
}

.ef-coupler-core {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #C05A2E;
  border: 3px solid #1F262A;
}

.ef-coupler-bolt {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F7F4EA;
  border: 2px solid #1F262A;
}

.ef-coupler-bolt.cb1 { left: 0; top: 8px; }
.ef-coupler-bolt.cb2 { left: 40px; top: 8px; }
.ef-coupler-bolt.cb3 { left: 20px; top: 40px; }

/* platform deck with toe board */
.ef-deck {
  position: absolute;
  left: 300px;
  right: 240px;
  top: 140px;
  height: 14px;
  background-color: #A9AFAD;
  border: 2px solid #1F262A;
}

.ef-toeboard {
  position: absolute;
  left: 300px;
  right: 240px;
  top: 122px;
  height: 16px;
  border: 3px solid #C05A2E;
  border-bottom: none;
  background-color: #F7F4EA;
}

/* tag ring with a green safety tag at guard rail height */
.ef-tagring {
  position: absolute;
  right: 96px;
  top: 86px;
  width: 34px;
  height: 34px;
  border: 4px solid #2F6B66;
  border-radius: 50%;
}

.ef-tag {
  position: absolute;
  right: 74px;
  top: 118px;
  background-color: #2F6B66;
  color: #F7F4EA;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  padding: 5px 9px;
  border-radius: 3px;
  border: 2px solid #1F262A;
}

/* base plate on a sole board at the foot */
.ef-baseplate {
  position: absolute;
  left: 226px;
  bottom: 12px;
  width: 54px;
  height: 14px;
  background-color: #737a7a;
  border: 2px solid #1F262A;
}

.ef-soleboard {
  position: absolute;
  left: 200px;
  bottom: 4px;
  width: 106px;
  height: 10px;
  background-color: #C05A2E;
  border: 2px solid #1F262A;
}

/* riveted load notice plate */
.ef-notice {
  position: absolute;
  left: 60px;
  top: 24px;
  background-color: #F7F4EA;
  border: 2px solid #1F262A;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: #262B2E;
  font-weight: 700;
}

.ef-notice-rivet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1F262A;
  margin-right: 6px;
  vertical-align: middle;
}

/* harness lanyard clipped to a guardrail */
.ef-lanyard {
  position: absolute;
  left: 800px;
  top: 36px;
  width: 3px;
  height: 108px;
  background-color: #C05A2E;
  transform: rotate(22deg);
  transform-origin: top center;
}

.ef-lanyard-clip {
  position: absolute;
  left: 786px;
  top: 140px;
  width: 22px;
  height: 12px;
  border: 3px solid #262B2E;
  border-radius: 6px;
}

/* ============ SECTION BASELINE ============ */
.deckband {
  background-color: #EDEDE7;
  padding: 52px 20px;
}

.ledgerband {
  background-color: #D8D9D0;
  padding: 52px 20px;
}

.deckband-inner,
.ledgerband-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.band-title {
  font-size: 1.6rem;
  color: #262B2E;
  border-left: 10px solid #C05A2E;
  padding-left: 14px;
  margin-bottom: 8px;
}

.band-sub {
  border-left: 10px solid #2F6B66;
  padding-left: 14px;
  color: #262B2E;
  margin-bottom: 28px;
}

/* ============ LIFT RUNS ============ */
.liftruns {
  background-color: #EDEDE7;
  padding: 56px 20px;
}

.liftruns-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.liftrun {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 30px;
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-radius: 6px;
  padding: 0;
}

.liftrun.w-94 { width: 94%; }
.liftrun.w-88 { width: 88%; }

.liftrun.r-alt { margin-left: 6%; }
.liftrun.r-alt2 { margin-left: 12%; }

.liftrun.lift1 { min-height: 210px; }
.liftrun.lift2 { min-height: 236px; }
.liftrun.lift3 { min-height: 198px; }
.liftrun.lift4 { min-height: 252px; }
.liftrun.lift5 { min-height: 214px; }
.liftrun.lift6 { min-height: 240px; }

.liftrun.inverted {
  background-color: #1F262A;
  color: #F7F4EA;
}

.liftrun.inverted .liftnum,
.liftrun.inverted .liftrun-name,
.liftrun.inverted .liftrun-copy {
  color: #F7F4EA;
}

/* thin steel standards framing each run */
.liftrun::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #9AA0A0;
  border-right: 2px solid #737a7a;
}

.liftrun::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #9AA0A0;
  border-left: 2px solid #737a7a;
}

.liftnum {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F7F4EA;
  border-right: 3px solid #1F262A;
  color: #262B2E;
  padding: 16px 8px;
}

.liftrun.inverted .liftnum {
  background-color: #262B2E;
  border-right-color: #F7F4EA;
}

.liftnum-line {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: #2F6B66;
}

.liftnum-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #C05A2E;
  line-height: 1;
}

.liftnum-dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C05A2E;
  margin-top: 10px;
}

.liftrun-body {
  flex: 1 1 auto;
  padding: 22px 26px;
}

.liftrun-name {
  font-size: 1.28rem;
  color: #262B2E;
  margin-bottom: 8px;
}

.liftrun-name a {
  color: #C05A2E;
  text-decoration: none;
  border-bottom: 2px solid #C05A2E;
}

.liftrun.inverted .liftrun-name a {
  color: #F7F4EA;
  border-bottom-color: #C05A2E;
}

.liftrun-copy {
  font-size: 0.97rem;
  margin: 0 0 14px;
}

.tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.yardtag {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background-color: #D8D9D0;
  color: #262B2E;
  border: 2px solid #262B2E;
  border-radius: 3px;
  padding: 4px 9px;
}

.liftrun.inverted .yardtag {
  background-color: #F7F4EA;
  color: #1F262A;
  border-color: #F7F4EA;
}

.liftrun-side {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 12px;
  border-left: 3px dashed #B4BAB8;
}

.liftrun.inverted .liftrun-side {
  border-left-color: #4a5459;
}

.brace-diag {
  width: 6px;
  height: 88px;
  background-color: #2F6B66;
  border-radius: 3px;
}

.lift1 .brace-diag { transform: rotate(24deg); }
.lift2 .brace-diag { transform: rotate(-24deg); }
.lift3 .brace-diag { transform: rotate(30deg); }
.lift4 .brace-diag { transform: rotate(-30deg); }
.lift5 .brace-diag { transform: rotate(20deg); }
.lift6 .brace-diag { transform: rotate(-20deg); }

.tagchip {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 3px;
  border: 2px solid #1F262A;
}

.tagchip.go {
  background-color: #2F6B66;
  color: #F7F4EA;
}

.tagchip.check {
  background-color: #C05A2E;
  color: #F7F4EA;
}

/* ============ SITE NOTICE ACCENT STRIP ============ */
.sitenotice {
  background-color: #C05A2E;
  border-top: 4px solid #2F6B66;
  border-bottom: 4px solid #2F6B66;
  padding: 22px 20px;
}

.sitenotice-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #F7F4EA;
  font-size: 1.05rem;
  font-weight: 600;
}

.sitenotice-glyph {
  flex: 0 0 auto;
  width: 26px;
  height: 18px;
  border: 3px solid #F7F4EA;
  border-radius: 9px;
  position: relative;
}

.sitenotice-glyph::before,
.sitenotice-glyph::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F7F4EA;
}

.sitenotice-glyph::before { left: 2px; }
.sitenotice-glyph::after { right: 2px; }

.sitenotice-text a {
  color: #F7F4EA;
  text-decoration: underline;
}

/* ============ PROCESS / INDUSTRIES ============ */
.procgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.procstep {
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 4px 4px 0 #D8D9D0;
}

.procstep:nth-child(2) {
  margin-top: 22px;
}

.procstep:nth-child(5) {
  margin-top: 22px;
}

.procstep-num {
  display: inline-block;
  background-color: #1F262A;
  color: #F7F4EA;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.procstep h3 {
  font-size: 1.1rem;
  color: #262B2E;
}

.industrylist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.industrylist li {
  background-color: #F7F4EA;
  border-left: 8px solid #C05A2E;
  padding: 14px 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #262B2E;
}

/* ============ SOLE BOARD FOOTER ============ */
.soleboard {
  background-color: #1F262A;
  position: relative;
  padding: 60px 20px 26px;
  color: #F7F4EA;
}

.soleboard-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.soleplate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.soleplate {
  width: 70px;
  height: 18px;
  background-color: #737a7a;
  border: 2px solid #0d1114;
  position: relative;
}

.soleplate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 40px;
  height: 8px;
  background-color: #C05A2E;
  border: 2px solid #0d1114;
}

.soleplate.sp1 { margin-top: 0; }
.soleplate.sp2 { margin-top: 12px; }
.soleplate.sp3 { margin-top: 4px; }
.soleplate.sp4 { margin-top: 16px; }

.soleboard-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

.soleboard-brandplate {
  background-color: #F7F4EA;
  border: 3px solid #C05A2E;
  border-radius: 6px;
  padding: 18px 20px;
  color: #262B2E;
}

.soleboard-brandplate h3 {
  color: #262B2E;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.soleboard-brandplate p {
  margin: 0;
  font-size: 0.9rem;
}

.soleboard-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.solelink-tile {
  background-color: #F7F4EA;
  border: 2px solid #2F6B66;
  border-radius: 4px;
  padding: 9px 13px;
}

.solelink-tile a {
  color: #262B2E;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.solelink-tile a:hover,
.solelink-tile a:focus {
  color: #C05A2E;
}

.soleboard-contact p {
  margin: 0 0 8px;
  font-size: 0.9rem;
}

.soleboard-contact a {
  color: #F7F4EA;
}

.soleboard-base {
  border-top: 3px solid #2F6B66;
  margin-top: 30px;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
}

.soleboard-year {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.soleboard-year-glyph {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C05A2E;
}

/* ============ SHARED CONTENT HELPERS ============ */
.copy-block {
  max-width: 900px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.svc-link {
  color: #C05A2E;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #C05A2E;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.infopanel {
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-radius: 6px;
  padding: 22px 24px;
}

.infopanel h3 {
  font-size: 1.12rem;
  color: #262B2E;
}

/* ============ CTA BAND ============ */
.ctaband {
  background-color: #F7F4EA;
  border: 3px solid #C05A2E;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 6px 6px 0 #D8D9D0;
}

.ctaband-text h2 {
  color: #262B2E;
  margin-bottom: 6px;
}

.ctaband-text p {
  margin: 0;
  max-width: 560px;
}

/* ============ SERVICES DETAIL PAGES ============ */
.svcrow {
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-left: 12px solid #C05A2E;
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 24px;
}

.svcrow:nth-child(even) {
  margin-left: 5%;
  border-left-color: #2F6B66;
}

.svcrow h2 {
  font-size: 1.34rem;
  color: #262B2E;
}

.svcrow p {
  margin: 0 0 12px;
}

/* ============ CONTACT FORM ============ */
.contactform {
  background-color: #F7F4EA;
  border: 3px solid #1F262A;
  border-radius: 6px;
  padding: 26px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2F6B66;
  font-weight: 700;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  padding: 11px 13px;
  border: 2px solid #262B2E;
  border-radius: 4px;
  background-color: #EDEDE7;
  color: #262B2E;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid #C05A2E;
  border-color: #C05A2E;
}

.formnote {
  font-size: 0.85rem;
  color: #262B2E;
}

.formstatus {
  margin-top: 14px;
  font-weight: 600;
  color: #2F6B66;
}

/* FAQ accordions */
.faqitem {
  border: 3px solid #1F262A;
  border-radius: 6px;
  background-color: #F7F4EA;
  margin-bottom: 12px;
  overflow: hidden;
}

.faqbtn {
  width: 100%;
  text-align: left;
  background-color: #1F262A;
  color: #F7F4EA;
  border: none;
  padding: 15px 18px;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.faqbtn:hover,
.faqbtn:focus {
  background-color: #C05A2E;
}

.faqpanel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}

.faqitem.is-open .faqpanel {
  max-height: 400px;
  padding: 14px 18px 18px;
}

/* counters */
.countergrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.countercell {
  background-color: #1F262A;
  color: #F7F4EA;
  border: 3px solid #C05A2E;
  border-radius: 6px;
  padding: 22px;
  text-align: center;
}

.countercell-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #C05A2E;
}

.countercell-label {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F7F4EA;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .clampnav-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .clampnav-toggle {
    display: block;
    width: 100%;
  }
  .clamptiles {
    display: none;
    margin-left: 0;
  }
  .clamptiles.is-open {
    display: flex;
    flex-direction: column;
  }
  .clampbrand {
    justify-content: center;
  }
  .erectionface-title {
    font-size: 1.8rem;
  }
  .liftrun,
  .liftrun.w-94,
  .liftrun.w-88 {
    width: 100%;
    margin-left: 0;
  }
  .liftrun {
    flex-direction: column;
  }
  .liftnum {
    flex: none;
    flex-direction: row;
    gap: 12px;
    border-right: none;
    border-bottom: 3px solid #1F262A;
  }
  .liftrun-side {
    flex: none;
    flex-direction: row;
    border-left: none;
    border-top: 3px dashed #B4BAB8;
  }
  .brace-diag {
    height: 6px;
    width: 80px;
    transform: none;
  }
  .procgrid,
  .countergrid,
  .twocol,
  .soleboard-grid {
    grid-template-columns: 1fr;
  }
  .procstep:nth-child(2),
  .procstep:nth-child(5) {
    margin-top: 0;
  }
  .svcrow:nth-child(even) {
    margin-left: 0;
  }
  .ef-standard.s4,
  .ef-standard.s5 {
    display: none;
  }
  .ef-lanyard,
  .ef-lanyard-clip {
    display: none;
  }
}

@media (max-width: 560px) {
  .erectionface-title {
    font-size: 1.5rem;
  }
  .erectionface-scene {
    height: 220px;
  }
  .ef-standard.s3 {
    display: none;
  }
}
