/* RLX CONSTRUCTION SPECIALTIES LLC — crane derrick yard theme
   Palette:
   binder-dust body        #F1EFE8
   frame-charcoal text     #262824
   hook-safety accent      #D97B28
   frame-steel             #2E3238
   plan-cream              #F9F7EE
   girder-grey             #8B9298
   dust-tan                #DCD3C0
   strap-canary (reserved) #E3B93C
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

h1, h2, h3, h4 {
  color: #262824;
  line-height: 1.2;
  margin-top: 0;
}

p {
  color: #262824;
}

a {
  color: #B05F14;
}

a:hover {
  color: #D97B28;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sr-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #2E3238;
  color: #F9F7EE;
  padding: 10px 16px;
  z-index: 999;
}

.sr-skip:focus {
  left: 8px;
  top: 8px;
}

/* ============ COUNTERWEIGHT HEAD ============ */
.counterframe {
  background-color: #2E3238;
  border-bottom: 6px solid #DCD3C0;
}

.counterframe-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.brandplate {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-radius: 2px;
  padding: 10px 16px;
  position: relative;
  margin-right: auto;
}

.brandplate::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px dashed #C9CDD0;
  pointer-events: none;
}

.hookglyph {
  width: 22px;
  height: 22px;
  border: 4px solid #D97B28;
  border-top: none;
  border-radius: 0 0 12px 12px;
  position: relative;
  flex: 0 0 auto;
}

.hookglyph::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 4px;
  height: 14px;
  margin-left: -2px;
  background-color: #D97B28;
}

.brandtext {
  display: block;
}

.brand-name {
  display: block;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #262824;
}

.brand-sub {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #5b5f5a;
  text-transform: uppercase;
}

.cwrow {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}

.cwblock {
  display: block;
  text-decoration: none;
  background-color: #F9F7EE;
  border: 2px solid #8B9298;
  border-top: 8px solid #C9CDD0;
  border-radius: 2px;
  padding: 10px 16px 8px;
  min-width: 92px;
  text-align: center;
  position: relative;
}

.cwblock:nth-child(2) {
  padding-top: 16px;
}

.cwblock:nth-child(3) {
  padding-top: 6px;
}

.cwblock:nth-child(4) {
  padding-top: 14px;
}

.cwblock:nth-child(5) {
  padding-top: 9px;
}

.cwblock::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background-color: #2E3238;
}

.cw-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #262824;
}

.cw-num {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  color: #6d716b;
  margin-bottom: 4px;
}

.cwblock:hover {
  border-top-color: #D97B28;
  background-color: #ffffff;
}

.cwblock:hover .cw-link {
  color: #D97B28;
}

/* ============ HERO CRANE SCENE ============ */
.derrickline {
  position: relative;
  background-color: #F1EFE8;
  border-bottom: 4px solid #8B9298;
  overflow-x: hidden;
}

.derrick-stage {
  position: relative;
  max-width: 1180px;
  height: 560px;
  margin: 0 auto;
}

.groundband {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background-color: #DCD3C0;
  border-top: 3px solid #8B9298;
  background-image: repeating-linear-gradient(
    90deg,
    #C9C0AA 0,
    #C9C0AA 2px,
    #DCD3C0 2px,
    #DCD3C0 26px
  );
}

/* crane mast */
.cranemast {
  position: absolute;
  left: 40px;
  bottom: 96px;
  width: 66px;
  height: 420px;
  background-color: #2E3238;
  background-image:
    repeating-linear-gradient(0deg, #2E3238 0, #2E3238 3px, #4a5058 3px, #4a5058 6px),
    repeating-linear-gradient(90deg, #2E3238 0, #2E3238 3px, #5a6068 3px, #5a6068 6px);
}

.mast-collar {
  position: absolute;
  left: -8px;
  width: 82px;
  height: 10px;
  background-color: #D97B28;
}

.collar-a { top: 60px; }
.collar-b { top: 200px; }
.collar-c { top: 340px; }

/* counterweight base of the mast */
.mastbase {
  position: absolute;
  left: 8px;
  bottom: 96px;
  width: 130px;
}

.cwslab {
  height: 30px;
  background-color: #8B9298;
  border: 2px solid #2E3238;
  margin-bottom: 4px;
  position: relative;
}

.cwslab::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background-color: #F9F7EE;
  border: 2px solid #2E3238;
}

/* A-frame apex + tie line */
.apexframe {
  position: absolute;
  left: 44px;
  bottom: 400px;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 64px solid #2E3238;
}

.tieline {
  position: absolute;
  height: 3px;
  background-color: #2E3238;
  transform-origin: left center;
}

.tie-one {
  left: 78px;
  bottom: 460px;
  width: 470px;
  transform: rotate(-13deg);
}

.tie-two {
  left: 78px;
  bottom: 460px;
  width: 640px;
  transform: rotate(-7deg);
}

/* jib */
.jibbeam {
  position: absolute;
  left: 96px;
  bottom: 430px;
  width: 960px;
  height: 18px;
  background-color: #2E3238;
  border-top: 4px solid #8B9298;
  border-bottom: 4px solid #8B9298;
}

.jib-tieback {
  position: absolute;
  left: 96px;
  right: 120px;
  bottom: 452px;
  height: 4px;
  background-color: #8B9298;
}

/* trolley + hook lines */
.trolley {
  position: absolute;
  left: 610px;
  bottom: 448px;
  width: 56px;
  height: 16px;
  background-color: #D97B28;
  border: 2px solid #2E3238;
}

.hookline {
  position: absolute;
  left: 622px;
  width: 3px;
  background-color: #2E3238;
}

.hookline-a {
  bottom: 300px;
  height: 150px;
}

.hookline-b {
  left: 654px;
  bottom: 300px;
  height: 150px;
}

.hookblock {
  position: absolute;
  left: 616px;
  bottom: 274px;
  width: 48px;
  height: 34px;
  background-color: #F9F7EE;
  border: 3px solid #2E3238;
  border-radius: 3px;
}

.hookblock::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 4px solid #D97B28;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

/* suspended steel beam with headline */
.suspendedbeam {
  position: absolute;
  left: 380px;
  bottom: 190px;
  width: 560px;
  height: 84px;
  background-color: #2E3238;
  border-top: 6px solid #8B9298;
  border-bottom: 6px solid #8B9298;
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.beam-web {
  display: block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #F9F7EE;
  line-height: 1.1;
}

.beam-web .beam-accent {
  color: #D97B28;
}

/* load straps — the ONLY use of strap-canary */
.loadstrap {
  position: absolute;
  width: 14px;
  height: 150px;
  background-color: #E3B93C;
  border-left: 3px solid #2E3238;
  border-right: 3px solid #2E3238;
  bottom: 270px;
}

.strap-left {
  left: 470px;
  transform: rotate(4deg);
}

.strap-right {
  left: 820px;
  transform: rotate(-4deg);
}

/* oiler station */
.oilerstation {
  position: absolute;
  right: 30px;
  bottom: 96px;
  width: 330px;
}

.oiler-box {
  background-color: #F9F7EE;
  border: 3px solid #2E3238;
  border-radius: 3px;
  padding: 18px 20px;
}

.oiler-title {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B05F14;
  font-weight: 700;
  margin: 0 0 6px;
}

.pedestal {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 10px 0 14px;
}

.gauge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 4px solid #8B9298;
  background-color: #F1EFE8;
  background-image:
    linear-gradient(90deg, transparent 47%, #2E3238 47%, #2E3238 53%, transparent 53%);
  position: relative;
}

.gauge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background-color: #D97B28;
}

.radiobox {
  flex: 1;
  height: 40px;
  background-color: #2E3238;
  border-radius: 2px;
  position: relative;
}

.radiobox::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 60px;
  height: 4px;
  margin-top: -2px;
  background-color: #8B9298;
}

.oiler-copy {
  font-size: 14px;
  margin: 0 0 14px;
  color: #262824;
}

.bollardcta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #2E3238;
  color: #F9F7EE;
  border: 3px solid #2E3238;
  border-radius: 2px;
  padding: 10px 16px 10px 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.bollardcta:hover {
  color: #ffffff;
  border-color: #D97B28;
}

.bollard-disc {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #D97B28;
  flex: 0 0 auto;
  border: 3px solid #F9F7EE;
}

.racklink {
  display: inline-block;
  margin-left: 14px;
  font-size: 13px;
  color: #B05F14;
  text-decoration: underline;
}

.racklink:hover {
  color: #D97B28;
}

/* ============ TRUSS STAIR RACK ============ */
.rivetline {
  background-color: #F1EFE8;
  padding: 64px 0 80px;
  border-bottom: 4px solid #8B9298;
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 48px;
  padding: 0 24px;
}

.section-kicker {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #B05F14;
  font-weight: 700;
  margin: 0 0 8px;
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 12px;
}

.section-lede {
  font-size: 17px;
  max-width: 780px;
  margin: 0;
}

.stairrack {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}

.arack {
  position: relative;
  width: 150px;
  flex: 0 0 auto;
  min-height: 300px;
}

.arack-leg {
  position: absolute;
  bottom: 0;
  width: 6px;
  background-color: #8B9298;
}

.leg-l { left: 6px; height: 240px; }
.leg-r { right: 6px; height: 240px; }

.arack-cross {
  position: absolute;
  left: 6px;
  right: 6px;
  height: 4px;
  background-color: #8B9298;
}

.cross-a { bottom: 60px; }
.cross-b { bottom: 150px; }

.trussstep {
  flex: 0 0 auto;
  width: 190px;
  margin-left: -34px;
  position: relative;
}

.trussstep:nth-child(1) { margin-top: 0; }
.trussstep:nth-child(2) { margin-top: 34px; }
.trussstep:nth-child(3) { margin-top: 68px; }
.trussstep:nth-child(4) { margin-top: 102px; }
.trussstep:nth-child(5) { margin-top: 136px; }
.trussstep:nth-child(6) { margin-top: 170px; }

.trussframe {
  background-color: #F9F7EE;
  border: 4px solid #8B9298;
  border-radius: 2px;
  padding: 16px 16px 14px;
  position: relative;
  background-image:
    radial-gradient(circle at 8px 8px, #8B9298 2.4px, transparent 2.6px),
    radial-gradient(circle at calc(100% - 8px) 8px, #8B9298 2.4px, transparent 2.6px),
    radial-gradient(circle at 8px calc(100% - 8px), #8B9298 2.4px, transparent 2.6px),
    radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #8B9298 2.4px, transparent 2.6px);
}

.tilt-a { transform: rotate(-1.5deg); }
.tilt-b { transform: rotate(1deg); }
.tilt-c { transform: rotate(-0.6deg); }
.tilt-d { transform: rotate(1.8deg); }
.tilt-e { transform: rotate(-1deg); }
.tilt-f { transform: rotate(0.8deg); }

.ttag {
  position: absolute;
  top: -12px;
  left: 12px;
  background-color: #D97B28;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 2px;
}

.inspected {
  position: absolute;
  top: -14px;
  right: 10px;
  border: 3px double #B05F14;
  color: #B05F14;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 2px 6px;
  transform: rotate(6deg);
  background-color: #F9F7EE;
}

.spec-card-title {
  font-size: 16px;
  font-weight: 800;
  margin: 10px 0 8px;
}

.spec-card-copy {
  font-size: 13px;
  margin: 0 0 10px;
}

.spec-link {
  font-size: 13px;
  font-weight: 700;
  color: #B05F14;
}

/* ============ LOAD CHART STRIP ============ */
.loadchart {
  background-color: #2E3238;
  border-top: 4px solid #D97B28;
  border-bottom: 4px solid #D97B28;
}

.loadchart-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.radiusdiagram {
  flex: 0 0 auto;
  position: relative;
  width: 150px;
  height: 78px;
  border-left: 4px solid #8B9298;
  border-bottom: 4px solid #8B9298;
}

.radius-arc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 130px;
  height: 130px;
  border: 3px solid #F9F7EE;
  border-radius: 0 130px 0 0;
  border-bottom: none;
  border-left: none;
  transform: rotate(0deg);
}

.rtick {
  position: absolute;
  background-color: #F9F7EE;
  width: 2px;
}

.rtick-1 { left: 40px; bottom: 0; height: 24px; transform: rotate(0deg); }
.rtick-2 { left: 74px; bottom: 0; height: 38px; }
.rtick-3 { left: 108px; bottom: 0; height: 24px; }

.hookdot {
  position: absolute;
  left: 90px;
  bottom: 62px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D97B28;
  border: 3px solid #F9F7EE;
}

.loadchart-copy {
  flex: 1 1 400px;
  color: #F9F7EE;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* ============ ANCHOR BASE FOOTER ============ */
.boltbase {
  background-color: #2E3238;
  color: #F9F7EE;
}

.boltbase-slab {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 30px;
}

.anchorbolts {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.anchorbolt {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #8B9298;
  border: 4px solid #C9CDD0;
  position: relative;
}

.anchorbolt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background-color: #2E3238;
  transform: rotate(45deg);
}

.boltplate {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-radius: 3px;
  padding: 26px 30px;
  text-align: center;
  margin-bottom: 26px;
}

.boltplate-name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #262824;
  margin: 0 0 8px;
}

.boltplate-blurb {
  font-size: 14px;
  color: #262824;
  margin: 0 auto;
  max-width: 760px;
}

.stencilchips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.stencilchip {
  display: inline-block;
  text-decoration: none;
  background-color: #F9F7EE;
  color: #262824;
  border: 2px dashed #8B9298;
  border-radius: 2px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stencilchip:hover {
  border-color: #D97B28;
  color: #B05F14;
}

.plinthstrip {
  background-color: #DCD3C0;
  color: #262824;
}

.plinth-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.plinth-inner a {
  color: #262824;
  text-decoration: underline;
}

.plinth-inner a:hover {
  color: #B05F14;
}

.plinth-hook {
  width: 14px;
  height: 14px;
  border: 3px solid #B05F14;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: -2px;
}

/* ============ SHARED PAGE PIECES ============ */
.pageband {
  background-color: #2E3238;
  color: #F9F7EE;
}

.pageband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px;
}

.pageband h1 {
  color: #F9F7EE;
  font-size: 38px;
  margin-bottom: 10px;
}

.pageband p {
  color: #E9E7DF;
  max-width: 820px;
  margin: 0;
}

.contentzone {
  background-color: #F1EFE8;
  padding: 56px 0 80px;
}

.contentzone-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.proseblock {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-left: 10px solid #D97B28;
  border-radius: 2px;
  padding: 26px 30px;
  margin-bottom: 26px;
}

.proseblock h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

.proseblock h3 {
  font-size: 19px;
  margin: 22px 0 8px;
  color: #B05F14;
}

.proseblock p {
  margin: 0 0 14px;
}

.proseblock p:last-child {
  margin-bottom: 0;
}

.factgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.factcard {
  flex: 1 1 300px;
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-top: 8px solid #D97B28;
  border-radius: 2px;
  padding: 22px 24px;
}

.factcard h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.factcard p {
  margin: 0;
  font-size: 15px;
}

.twocoltext {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.twocoltext > div {
  flex: 1 1 340px;
}

.servicepiece {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-left: 10px solid #D97B28;
  border-radius: 2px;
  padding: 26px 30px;
  margin-bottom: 24px;
}

.servicepiece h2 {
  font-size: 25px;
  margin-bottom: 6px;
}

.servicepiece .svc-tag {
  display: inline-block;
  background-color: #D97B28;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 2px 8px;
  border-radius: 2px;
  margin-bottom: 12px;
}

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

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

.processsteps li {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-radius: 2px;
  padding: 18px 22px;
  margin-bottom: 14px;
}

.processsteps h3 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #B05F14;
}

.processsteps p {
  margin: 0;
  font-size: 15px;
}

.ctaband {
  background-color: #2E3238;
  border-top: 4px solid #D97B28;
  border-bottom: 4px solid #D97B28;
}

.ctaband-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.ctaband h2 {
  color: #F9F7EE;
  font-size: 26px;
  margin: 0;
  flex: 1 1 420px;
}

.ctaband p {
  color: #E9E7DF;
  flex: 1 1 420px;
  margin: 0;
  font-size: 15px;
}

.bigcta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #D97B28;
  color: #ffffff;
  border: 3px solid #F9F7EE;
  border-radius: 2px;
  padding: 12px 20px 12px 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.bigcta:hover {
  color: #ffffff;
  background-color: #B05F14;
}

.formcard {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-left: 10px solid #D97B28;
  border-radius: 2px;
  padding: 28px 30px;
  margin-bottom: 26px;
}

.formcard h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.fieldrow {
  margin-bottom: 16px;
}

.fieldrow label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B05F14;
  margin-bottom: 6px;
}

.fieldrow input,
.fieldrow textarea {
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  color: #262824;
  background-color: #ffffff;
  border: 2px solid #8B9298;
  border-radius: 2px;
  padding: 11px 12px;
}

.fieldrow input:focus,
.fieldrow textarea:focus {
  outline: none;
  border-color: #D97B28;
}

.formnote {
  font-size: 13px;
  color: #5b5f5a;
  margin: 0 0 16px;
}

.formstatus {
  font-size: 14px;
  font-weight: 700;
  color: #B05F14;
  margin: 12px 0 0;
}

.contactdetails {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 26px;
}

.contactdetail {
  flex: 1 1 260px;
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-top: 8px solid #D97B28;
  border-radius: 2px;
  padding: 20px 22px;
}

.contactdetail h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.contactdetail p {
  margin: 0;
  font-size: 15px;
}

.faqblock {
  background-color: #F9F7EE;
  border: 3px solid #8B9298;
  border-left: 10px solid #D97B28;
  border-radius: 2px;
  padding: 26px 30px;
  margin-bottom: 26px;
}

.faqblock h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.faqitem {
  border-top: 2px dashed #8B9298;
  padding: 16px 0;
}

.faqitem:first-of-type {
  border-top: none;
  padding-top: 0;
}

.faqq {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 6px;
}

.faqa {
  margin: 0;
  font-size: 15px;
}

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

.hourslist li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed #C9CDD0;
  font-size: 15px;
}

.hourslist li:last-child {
  border-bottom: none;
}

/* reveal */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

.no-js .reveal {
  opacity: 1;
  transform: none;
}

/* mobile nav toggle */
.navtoggle {
  display: none;
  background-color: #F9F7EE;
  border: 2px solid #8B9298;
  border-radius: 2px;
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262824;
  cursor: pointer;
}

.navtoggle:hover {
  border-color: #D97B28;
}

@media (max-width: 900px) {
  .derrick-stage {
    height: auto;
    min-height: 520px;
  }

  .cranemast { left: 16px; width: 50px; height: 300px; }
  .mastbase { left: -4px; width: 100px; }
  .apexframe { left: 12px; bottom: 300px; }
  .tieline { display: none; }
  .jibbeam { left: 60px; width: 80%; bottom: 330px; }
  .jib-tieback { display: none; }
  .trolley { left: 52%; bottom: 348px; }
  .hookline { left: 54%; }
  .hookline-b { left: 56%; }
  .hookblock { left: 53%; bottom: 200px; }
  .suspendedbeam { left: 12%; right: 6%; width: auto; bottom: 120px; }
  .beam-web { font-size: 19px; }
  .loadstrap { height: 90px; bottom: 200px; }
  .strap-left { left: 26%; }
  .strap-right { left: 74%; }
  .oilerstation {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 24px auto 0;
    padding: 0 16px;
  }
  .groundband { height: 84px; }
}

@media (max-width: 760px) {
  .navtoggle { display: inline-block; margin-left: auto; }

  .cwrow {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cwrow.is-open {
    display: flex;
  }

  .cwblock {
    width: 100%;
    text-align: left;
    padding: 14px 16px;
  }

  .cwblock::after {
    display: none;
  }

  .brandplate { margin-right: 0; }

  .stairrack {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .trussstep {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 18px;
  }

  .arack { display: none; }

  .section-title { font-size: 28px; }
  .pageband h1 { font-size: 30px; }
  .beam-web { font-size: 17px; }
}

@media (max-width: 560px) {
  .suspendedbeam { position: relative; left: 0; right: 0; width: auto; bottom: auto; margin: 120px 16px 0; }
  .loadstrap { display: none; }
  .cranemast, .mastbase, .apexframe, .jibbeam, .trolley, .hookline, .hookblock, .jib-tieback { display: none; }
  .derrick-stage { min-height: 0; padding-bottom: 20px; }
}
