/* ============================================================
   ShuaiChao Trade - Crate Stenciling Bench stylesheet
   Palette:
     SACK-CANVAS   #F3EEE1  (warm khaki canvas / page background)
     BURLAP-INK    #33302A  (text)
     STENCIL-NAVY  #2C4256  (accent, stencils, buttons)
     TAR-BENCH     #262B24  (wells and dark panels)
     SLAT-CREAM    #F9F4E6  (raised crate faces)
     WOOD-SLAT     #C9B58E  (crate slats and edges)
     SEAL-IRON-RED #A64337  (brand-iron seal dots and inspected marks ONLY)
   ============================================================ */

:root {
  --sack-canvas: #F3EEE1;
  --burlap-ink: #33302A;
  --stencil-navy: #2C4256;
  --tar-bench: #262B24;
  --slat-cream: #F9F4E6;
  --wood-slat: #C9B58E;
  --seal-iron-red: #A64337;
  --wood-slat-deep: #A9946C;
  --line-mesh: #C7BEA6;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #F3EEE1;
  color: #33302A;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #33302A;
}

p {
  margin-bottom: 1em;
}

a {
  color: #2C4256;
}

img {
  max-width: 100%;
}

/* ---------- small helpers ---------- */
.shell {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.stencil-chip {
  display: inline-block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #2C4256;
  border: 2px solid #2C4256;
  padding: 3px 10px;
  background-color: #F9F4E6;
}

/* ============================================================
   NAVIGATION: STENCIL JIG RAIL
   ============================================================ */
.stencilnav {
  background-color: #262B24;
  padding: 0 0 14px 0;
  border-bottom: 6px solid #2C4256;
  position: sticky;
  top: 0;
  z-index: 60;
}

.stencilnav-rail {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 12px 24px 0 24px;
  max-width: 1160px;
  margin: 0 auto;
  border-bottom: 12px solid #C9B58E;
  position: relative;
}

.stencilnav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #C9B58E;
  color: #262B24;
  border: 3px solid #A9946C;
  padding: 12px 18px 10px 18px;
  margin-bottom: 12px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.stencilnav-brand-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #A64337;
  border: 2px solid #262B24;
  display: inline-block;
  flex: 0 0 auto;
}

.stencilnav-jigs {
  display: flex;
  gap: 10px;
  margin-left: auto;
  flex-wrap: wrap;
  align-items: flex-end;
}

.stencilnav-jig {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #F9F4E6;
  border: 3px solid #C9B58E;
  border-bottom: none;
  color: #33302A;
  padding: 16px 16px 12px 16px;
  min-width: 96px;
  text-align: center;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 12px;
}

.stencilnav-jig::before {
  content: "";
  position: absolute;
  inset: 4px;
  background-image:
    repeating-linear-gradient(0deg, #C7BEA6 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, #C7BEA6 0 1px, transparent 1px 7px);
  pointer-events: none;
}

.stencilnav-jig-num {
  position: absolute;
  top: -9px;
  right: -9px;
  background-color: #2C4256;
  color: #F9F4E6;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  padding: 2px 5px;
  border: 2px solid #262B24;
}

.stencilnav-jig-label {
  position: relative;
  z-index: 2;
}

.stencilnav-jig:hover,
.stencilnav-jig:focus {
  background-color: #C9B58E;
}

.stencilnav-toggle {
  display: none;
  margin-left: auto;
  margin-bottom: 12px;
  background-color: #2C4256;
  color: #F9F4E6;
  border: 3px solid #C9B58E;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 12px 16px;
  cursor: pointer;
}

/* ============================================================
   HERO: CRATE STACK SCENE
   ============================================================ */
.cratestack {
  width: 100%;
}

.cratestack-wall {
  background-color: #262B24;
  padding: 54px 24px 60px 24px;
  position: relative;
  overflow: hidden;
}

.cratestack-wall::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background-color: #C9B58E;
  border-top: 4px solid #A9946C;
}

.cratestack-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
}

.crate {
  position: relative;
  background-color: #F9F4E6;
  border: 4px solid #A9946C;
  border-radius: 3px;
  box-shadow: 0 10px 0 #1B1F1A;
}

.crate-slats {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    #C9B58E 0 5px,
    #F9F4E6 5px 46px
  );
  pointer-events: none;
}

.crate-batten-r,
.crate-batten-l {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16px;
  background-color: #C9B58E;
  border-left: 2px solid #A9946C;
  border-right: 2px solid #A9946C;
  z-index: 3;
}
.crate-batten-l { left: 0; }
.crate-batten-r { right: 0; }

.crate-line {
  position: relative;
  z-index: 4;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-align: center;
  color: #2C4256;
  padding: 0 40px;
}

.crate-small {
  width: 44%;
  min-width: 240px;
  padding: 26px 0 24px 0;
}

.crate-small .crate-line {
  font-size: 1.5rem;
}

.crate-medium {
  width: 66%;
  min-width: 300px;
  padding: 30px 0 28px 0;
  margin-top: -4px;
}

.crate-medium .crate-line {
  font-size: 2rem;
}

.crate-wide {
  width: 90%;
  min-width: 320px;
  padding: 34px 0 32px 0;
  margin-top: -4px;
}

.crate-wide .crate-line {
  font-size: 2.4rem;
}

.crate-line-mid {
  color: #A64337;
}

.crate-seal {
  position: absolute;
  top: -13px;
  right: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #A64337;
  border: 3px solid #F9F4E6;
  box-shadow: 0 0 0 2px #262B24;
  z-index: 6;
}

.crate-seal::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #F9F4E6;
  border-radius: 50%;
}

.cratestack-plinth {
  background-color: #F3EEE1;
  border-bottom: 6px solid #2C4256;
  padding: 46px 24px 52px 24px;
}

.cratestack-plinth-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: center;
}

.cratestack-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stencilbtn {
  display: inline-block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 16px 22px;
  font-size: 0.92rem;
  border-radius: 2px;
}

.stencilbtn-solid {
  background-color: #2C4256;
  color: #F9F4E6;
  border: 3px solid #2C4256;
}

.stencilbtn-solid:hover,
.stencilbtn-solid:focus {
  background-color: #1E2F3D;
}

.stencilbtn-outline {
  background-color: #F9F4E6;
  color: #2C4256;
  border: 3px solid #2C4256;
}

.stencilbtn-outline:hover,
.stencilbtn-outline:focus {
  background-color: #C9B58E;
}

.stencilbtn-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #A64337;
  margin-right: 8px;
  vertical-align: middle;
}

.cratestack-lead {
  font-size: 1.06rem;
  color: #33302A;
}

.cratestack-lead strong {
  color: #2C4256;
}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.bench-head {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
}

.bench-head h2 {
  font-size: 1.9rem;
  color: #33302A;
  margin-bottom: 10px;
}

.bench-head h2 span {
  color: #2C4256;
}

.bench-head p {
  color: #33302A;
  font-size: 1.02rem;
}

.bench-rule {
  width: 120px;
  height: 6px;
  background-color: #2C4256;
  margin: 16px auto 0 auto;
}

/* ============================================================
   SECTION: LEANED CRATE PANELS
   ============================================================ */
.cratefaces {
  background-color: #F3EEE1;
  padding: 64px 24px 70px 24px;
  background-image: repeating-linear-gradient(
    90deg,
    #E7DFCB 0 1px,
    transparent 1px 46px
  );
  position: relative;
}

.cratefaces-wall {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.cratepanel {
  position: relative;
  background-color: #F9F4E6;
  border: 4px solid #A9946C;
  border-radius: 3px;
  padding: 30px 34px 30px 34px;
  box-shadow: 0 12px 0 #DCD2B7;
  background-image: repeating-linear-gradient(
    0deg,
    #EFE7D2 0 4px,
    #F9F4E6 4px 52px
  );
}

.cratepanel-shadow {
  height: 6px;
  background-color: #D8CDAF;
  border-radius: 3px;
  margin: -18px 6% 0 6%;
}

.cratepanel-batten {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 20px;
  background-color: #C9B58E;
  border-left: 2px solid #A9946C;
  border-right: 2px solid #A9946C;
}

.cratepanel-batten-left { left: -4px; }
.cratepanel-batten-right { right: -4px; }

.cratepanel-body {
  position: relative;
  z-index: 3;
  padding-left: 26px;
  padding-right: 26px;
}

.cratepanel h3 {
  font-size: 1.28rem;
  color: #33302A;
  margin-bottom: 10px;
}

.cratepanel p {
  color: #33302A;
  margin-bottom: 0;
}

.cratepanel p a {
  color: #2C4256;
  font-weight: 700;
}

.cratepanel-glyph {
  position: absolute;
  top: 18px;
  right: 42px;
  width: 54px;
  height: 54px;
  color: #2C4256;
  z-index: 4;
}

.cratepanel-glyph svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: #2C4256;
  fill: none;
  stroke-width: 2.4;
}

.cratepanel-tag {
  position: absolute;
  bottom: -12px;
  left: 40px;
  background-color: #2C4256;
  color: #F9F4E6;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  padding: 3px 9px;
  border: 2px solid #262B24;
  z-index: 5;
}

.cratepanel-lean-l { transform: rotate(-1deg); }
.cratepanel-lean-r { transform: rotate(1deg); }

/* ============================================================
   ACCENT STRIP: BRAND-IRON
   ============================================================ */
.brandiron {
  background-color: #262B24;
  padding: 26px 24px;
  border-top: 5px solid #2C4256;
  border-bottom: 5px solid #2C4256;
}

.brandiron-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brandiron-glyph {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.brandiron-handle {
  width: 10px;
  height: 22px;
  background-color: #C9B58E;
  margin: 0 auto;
  border: 2px solid #A9946C;
}

.brandiron-block {
  width: 52px;
  height: 30px;
  background-color: #A64337;
  border: 3px solid #1B1F1A;
  margin: 0 auto;
  position: relative;
}

.brandiron-block::before,
.brandiron-block::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #F9F4E6;
  left: 8px;
  right: 8px;
}
.brandiron-block::before { top: 8px; }
.brandiron-block::after { bottom: 8px; }

.brandiron-text {
  color: #F9F4E6;
  font-size: 1rem;
  margin: 0;
}

.brandiron-text strong {
  color: #C9B58E;
}

/* ============================================================
   CONTENT BLOCKS (homepage supplementary copy)
   ============================================================ */
.benchcopy {
  background-color: #F3EEE1;
  padding: 60px 24px;
}

.benchcopy-inner {
  max-width: 960px;
  margin: 0 auto;
}

.benchcopy h2 {
  font-size: 1.7rem;
  color: #2C4256;
  margin-bottom: 16px;
}

.benchcopy h3 {
  font-size: 1.1rem;
  color: #33302A;
  margin: 26px 0 8px 0;
}

.benchcopy p {
  color: #33302A;
}

.benchcopy p a {
  color: #2C4256;
  font-weight: 700;
}

.twoband {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.bandcard {
  background-color: #F9F4E6;
  border: 4px solid #C9B58E;
  border-left: 12px solid #2C4256;
  padding: 24px 26px;
}

.bandcard h3 {
  margin-top: 0;
  color: #2C4256;
}

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

/* ---------- process overview ---------- */
.processwall {
  background-color: #262B24;
  padding: 60px 24px 66px 24px;
}

.processwall h2 {
  color: #F9F4E6;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.processwall-lead {
  text-align: center;
  color: #C9B58E;
  max-width: 720px;
  margin: 0 auto 38px auto;
}

.processgrid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.processstop {
  background-color: #33302A;
  border: 3px solid #C9B58E;
  padding: 20px 20px 18px 20px;
  position: relative;
}

.processstop-num {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #2C4256;
  background-color: #F9F4E6;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #C9B58E;
  margin-bottom: 12px;
}

.processstop h3 {
  color: #F9F4E6;
  font-size: 0.98rem;
  margin-bottom: 8px;
}

.processstop p {
  color: #E4DCC4;
  font-size: 0.92rem;
  margin-bottom: 0;
}

/* ============================================================
   FOOTER: LOADING RAMP
   ============================================================ */
.loadramp {
  background-color: #262B24;
  color: #F9F4E6;
  position: relative;
}

.loadramp-top {
  height: 46px;
  position: relative;
  background-color: #262B24;
  overflow: hidden;
}

.loadramp-slope {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background-color: #C9B58E;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  border-top: 3px solid #A9946C;
}

.loadramp-skid {
  position: absolute;
  bottom: 4px;
  width: 44px;
  height: 6px;
  background-color: #A64337;
}
.loadramp-skid-1 { left: 18%; }
.loadramp-skid-2 { left: 46%; }
.loadramp-skid-3 { left: 74%; }

.loadramp-main {
  max-width: 1080px;
  margin: 0 auto;
  padding: 8px 24px 34px 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: start;
}

.loadramp-brand {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #F9F4E6;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.loadramp-blurb {
  color: #E4DCC4;
  font-size: 0.96rem;
  margin: 0;
}

.loadramp-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.loadramp-chip {
  display: inline-block;
  background-color: #F9F4E6;
  color: #2C4256;
  border: 3px solid #C9B58E;
  text-decoration: none;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
  padding: 8px 12px;
}

.loadramp-chip:hover,
.loadramp-chip:focus {
  background-color: #C9B58E;
}

.loadramp-plinth {
  background-color: #2C4256;
  padding: 20px 24px 24px 24px;
  border-top: 5px solid #C9B58E;
}

.loadramp-plinth-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  color: #F9F4E6;
  font-size: 0.86rem;
}

.loadramp-plinth-inner a {
  color: #F9F4E6;
  text-decoration: none;
}

.loadramp-plinth-inner a:hover,
.loadramp-plinth-inner a:focus {
  text-decoration: underline;
}

.loadramp-seal {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A64337;
  border: 2px solid #F9F4E6;
  margin-right: 8px;
  vertical-align: middle;
}

.loadramp-copy {
  margin-left: auto;
}

/* ============================================================
   PAGE HERO for services / contact
   ============================================================ */
.benchpage {
  background-color: #262B24;
  padding: 50px 24px 46px 24px;
  border-bottom: 6px solid #C9B58E;
}

.benchpage-inner {
  max-width: 900px;
  margin: 0 auto;
}

.benchpage .stencil-chip {
  margin-bottom: 16px;
}

.benchpage h1 {
  color: #F9F4E6;
  font-size: 2.1rem;
  margin-bottom: 14px;
}

.benchpage p {
  color: #E4DCC4;
  font-size: 1.04rem;
  margin: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contactwall {
  background-color: #F3EEE1;
  padding: 60px 24px;
}

.contactwall-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.contactform {
  background-color: #F9F4E6;
  border: 4px solid #C9B58E;
  border-top: 12px solid #2C4256;
  padding: 28px 30px 32px 30px;
}

.contactform h2 {
  font-size: 1.3rem;
  color: #33302A;
  margin-bottom: 18px;
}

.fieldrow {
  margin-bottom: 18px;
}

.fieldrow label {
  display: block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #2C4256;
  margin-bottom: 6px;
}

.fieldrow input,
.fieldrow textarea,
.fieldrow select {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 1rem;
  color: #33302A;
  background-color: #F3EEE1;
  border: 3px solid #C9B58E;
  padding: 11px 12px;
}

.fieldrow input:focus,
.fieldrow textarea:focus,
.fieldrow select:focus {
  outline: 3px solid #2C4256;
  outline-offset: 0;
}

.fieldrow textarea {
  min-height: 130px;
  resize: vertical;
}

.formnote {
  font-size: 0.84rem;
  color: #33302A;
  margin-top: 14px;
  margin-bottom: 0;
}

.formstatus {
  margin-top: 16px;
  font-weight: 700;
  color: #2C4256;
  display: none;
}

.formstatus-visible {
  display: block;
}

.infopanel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.infoblock {
  background-color: #F9F4E6;
  border: 4px solid #C9B58E;
  border-left: 12px solid #2C4256;
  padding: 20px 22px;
}

.infoblock h3 {
  font-size: 1rem;
  color: #2C4256;
  margin-bottom: 8px;
}

.infoblock p {
  margin-bottom: 6px;
  color: #33302A;
  font-size: 0.96rem;
}

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

.infoblock a {
  color: #2C4256;
  font-weight: 700;
}

/* ---------- FAQ ---------- */
.faqwall {
  background-color: #262B24;
  padding: 56px 24px 62px 24px;
}

.faqwall h2 {
  color: #F9F4E6;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 28px;
}

.faqlist {
  max-width: 820px;
  margin: 0 auto;
}

.faqitem {
  background-color: #33302A;
  border: 3px solid #C9B58E;
  margin-bottom: 14px;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #33302A;
  color: #F9F4E6;
  border: none;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.94rem;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.faqq:hover,
.faqq:focus {
  color: #C9B58E;
}

.faqq-mark {
  color: #2C4256;
  background-color: #F9F4E6;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1rem;
}

.faqa {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.faqa-inner {
  padding: 4px 20px 20px 20px;
  color: #E4DCC4;
  font-size: 0.95rem;
}

/* ============================================================
   SERVICES PAGE specific
   ============================================================ */
.serviceband {
  background-color: #F3EEE1;
  padding: 56px 24px 62px 24px;
  background-image: repeating-linear-gradient(
    90deg,
    #E7DFCB 0 1px,
    transparent 1px 46px
  );
}

.servicegrid {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.servicerow {
  background-color: #F9F4E6;
  border: 4px solid #A9946C;
  border-radius: 3px;
  padding: 28px 34px;
  position: relative;
  box-shadow: 0 12px 0 #DCD2B7;
}

.servicerow-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.servicerow-num {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #F9F4E6;
  background-color: #2C4256;
  padding: 5px 10px;
  border: 2px solid #262B24;
}

.servicerow h3 {
  font-size: 1.22rem;
  color: #33302A;
  margin: 0;
}

.servicerow p {
  color: #33302A;
  margin-bottom: 0;
}

.ctaband {
  background-color: #262B24;
  padding: 50px 24px;
  text-align: center;
}

.ctaband h2 {
  color: #F9F4E6;
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.ctaband p {
  color: #E4DCC4;
  max-width: 680px;
  margin: 0 auto 26px auto;
}

.ctaband .stencilbtn-solid {
  background-color: #C9B58E;
  color: #262B24;
  border-color: #C9B58E;
}

.ctaband .stencilbtn-solid:hover,
.ctaband .stencilbtn-solid:focus {
  background-color: #F9F4E6;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .stencilnav-jigs {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 6px;
  }

  .stencilnav-jigs.is-open {
    display: flex;
  }

  .stencilnav-rail {
    flex-wrap: wrap;
  }

  .stencilnav-toggle {
    display: block;
  }

  .stencilnav-jig {
    width: 100%;
    min-width: 0;
    margin-bottom: 8px;
    border-bottom: 3px solid #C9B58E;
  }

  .cratestack-plinth-inner,
  .twoband,
  .contactwall-grid,
  .loadramp-main {
    grid-template-columns: 1fr;
  }

  .processgrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .crate-small,
  .crate-medium,
  .crate-wide {
    width: 100%;
    min-width: 0;
  }

  .crate-wide .crate-line { font-size: 1.7rem; }
  .crate-medium .crate-line { font-size: 1.5rem; }
  .crate-small .crate-line { font-size: 1.3rem; }

  .processgrid {
    grid-template-columns: 1fr;
  }

  .cratepanel-glyph {
    width: 42px;
    height: 42px;
    right: 22px;
  }

  .cratepanel-body {
    padding-right: 4px;
  }

  .loadramp-copy {
    margin-left: 0;
  }

  .brandiron-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
