/* ==========================================================================
   GREATVACS, L.L.C. — Vacuum Repair Clinic stylesheet
   Palette:
     BENCH-BAKELITE body  #EFE9DA
     HOSE-BROWN text      #33291F
     SIGNAL-TEAL accent   #2E7F72
     LAMP-AMBER (small)   #DCA83E
     SLIP-CREAM ticket    #F8F2E1
     COUNTER-ESPRESSO     #221B12
     TOOL-TRAY band       #DCD2BC
   ========================================================================== */

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

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Georgia", "Times New Roman", serif;
  background-color: #EFE9DA;
  color: #33291F;
  line-height: 1.68;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
  color: #33291F;
  line-height: 1.22;
  letter-spacing: 0.005em;
}

a {
  color: #2E7F72;
  text-decoration: none;
}

a:hover {
  color: #221B12;
  text-decoration: underline;
}

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

/* ---------- scroll reveal (class based, safe without JS) ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

/* ==========================================================================
   INTAKE BOARD NAV
   ========================================================================== */
.intakeboard {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #221B12;
  border-bottom: 5px solid #2E7F72;
  box-shadow: 0 6px 0 0 #DCD2BC;
}

.intakeboard-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.brandplate {
  background-color: #DCD2BC;
  border: 2px solid #33291F;
  border-radius: 4px;
  padding: 8px 16px 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 3px 0 0 #0f0b07;
}

.brandscrew {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #DCA83E;
  border: 1px solid #221B12;
  flex: 0 0 auto;
}

.brandname {
  font-size: 1.18rem;
  font-weight: bold;
  color: #33291F;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brandsub {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: #2E7F72;
  font-weight: bold;
  text-transform: uppercase;
}

.intakehint {
  color: #DCD2BC;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-left: auto;
  border-left: 2px solid #2E7F72;
  padding-left: 14px;
}

.navtoggle {
  display: none;
  background-color: #2E7F72;
  color: #F8F2E1;
  border: 2px solid #DCD2BC;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 9px 14px;
  cursor: pointer;
  margin-left: auto;
}

/* the row of hooked job tickets */
.ticketrail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding-top: 4px;
}

.jobticket {
  position: relative;
  background-color: #F8F2E1;
  border: 1px solid #33291F;
  border-top: 4px solid #2E7F72;
  border-radius: 3px;
  padding: 10px 14px 9px;
  min-width: 118px;
  box-shadow: 0 4px 0 0 #b9ad93;
  color: #33291F;
  display: block;
}

.jobticket:hover {
  text-decoration: none;
  color: #33291F;
  box-shadow: 0 4px 0 0 #2E7F72;
}

.jobticket-wide {
  min-width: 150px;
}

.jobticket-narrow {
  min-width: 96px;
}

.jobticket-tilt-a {
  transform: rotate(-1.3deg);
}

.jobticket-tilt-b {
  transform: rotate(0.9deg);
}

.jobticket-tilt-c {
  transform: rotate(-0.6deg);
}

.jobticket-tilt-d {
  transform: rotate(1.4deg);
}

.jobticket-tilt-e {
  transform: rotate(-1deg);
}

.ticketclip {
  position: absolute;
  top: -9px;
  left: 12px;
  width: 16px;
  height: 9px;
  background-color: #DCA83E;
  border: 1px solid #221B12;
  border-radius: 2px 2px 0 0;
}

.ticketcode {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #2E7F72;
  font-weight: bold;
  text-transform: uppercase;
}

.ticketname {
  display: block;
  font-size: 0.98rem;
  font-weight: bold;
  color: #33291F;
  letter-spacing: 0.02em;
}

.ticketstamp {
  display: block;
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6152;
  margin-top: 2px;
}

/* ==========================================================================
   TRIAGE BENCH HERO
   ========================================================================== */
.triagebay {
  background-color: #EFE9DA;
  border-bottom: 3px solid #DCD2BC;
  padding: 54px 0 62px;
}

.triagegrid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.triagecopy {
  flex: 1 1 55%;
  max-width: 55%;
}

.triageeyebrow {
  display: inline-block;
  background-color: #221B12;
  color: #DCD2BC;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-left: 5px solid #2E7F72;
  margin-bottom: 20px;
}

.triagecopy h1 {
  font-size: 2.65rem;
  margin-bottom: 20px;
}

.hl-teal {
  color: #2E7F72;
  border-bottom: 4px solid #DCA83E;
  padding-bottom: 2px;
}

.triagecopy p {
  font-size: 1.08rem;
  color: #33291F;
  margin-bottom: 22px;
  max-width: 40em;
}

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

.cta-stamp {
  display: inline-block;
  background-color: #2E7F72;
  color: #F8F2E1;
  border: 2px solid #221B12;
  border-radius: 3px;
  padding: 13px 22px;
  font-size: 0.94rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 0 0 #221B12;
}

.cta-stamp:hover {
  background-color: #221B12;
  color: #F8F2E1;
  text-decoration: none;
  box-shadow: 0 4px 0 0 #2E7F72;
}

.cta-stamp-alt {
  background-color: #F8F2E1;
  color: #33291F;
  border: 2px solid #33291F;
  box-shadow: 0 4px 0 0 #b9ad93;
}

.cta-stamp-alt:hover {
  background-color: #DCD2BC;
  color: #33291F;
  box-shadow: 0 4px 0 0 #2E7F72;
}

.stampcode {
  display: inline-block;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #DCA83E;
  margin-left: 8px;
}

.cta-stamp-alt .stampcode {
  color: #2E7F72;
}

/* ---------- CSS triage bench illustration ---------- */
.triagerig {
  flex: 1 1 40%;
  max-width: 42%;
  min-width: 320px;
}

.benchframe {
  position: relative;
  background-color: #DCD2BC;
  border: 3px solid #33291F;
  border-radius: 6px;
  padding: 22px 22px 0;
  box-shadow: 0 8px 0 0 #b9ad93;
}

.benchwall {
  position: relative;
  height: 250px;
  background-color: #F8F2E1;
  border: 2px solid #33291F;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

/* wall bracket + coiled hose */
.hosebracket {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 108px;
  height: 108px;
}

.bracketarm {
  position: absolute;
  left: 0;
  top: 34px;
  width: 40px;
  height: 10px;
  background-color: #221B12;
}

.hosecoil {
  position: absolute;
  right: 0;
  top: 8px;
  width: 84px;
  height: 84px;
  border: 9px solid #33291F;
  border-radius: 50%;
  box-shadow: inset 0 0 0 7px #F8F2E1, inset 0 0 0 13px #2E7F72;
}

.hoseend {
  position: absolute;
  right: 44px;
  top: 84px;
  width: 10px;
  height: 26px;
  background-color: #221B12;
  border-radius: 0 0 4px 4px;
}

/* opened canister machine */
.canisterbody {
  position: absolute;
  left: 22px;
  bottom: 0;
  width: 200px;
  height: 132px;
  background-color: #2E7F72;
  border: 3px solid #221B12;
  border-radius: 60px 60px 6px 6px;
}

.canisterlid {
  position: absolute;
  left: 22px;
  bottom: 126px;
  width: 200px;
  height: 16px;
  background-color: #221B12;
  border-radius: 60px 60px 0 0;
}

.bagchamber {
  position: absolute;
  left: 40px;
  bottom: 22px;
  width: 84px;
  height: 84px;
  background-color: #221B12;
  border: 2px solid #0f0b07;
  border-radius: 4px;
  overflow: hidden;
}

.bagdoor {
  position: absolute;
  left: 48px;
  bottom: 26px;
  width: 34px;
  height: 76px;
  background-color: #DCD2BC;
  border: 2px solid #33291F;
  border-radius: 3px 0 0 3px;
  transform: rotate(-24deg);
  transform-origin: bottom left;
}

.dustbag {
  position: absolute;
  left: 58px;
  bottom: 30px;
  width: 56px;
  height: 56px;
  background-color: #F8F2E1;
  border: 2px dashed #33291F;
  border-radius: 50% 50% 8px 8px;
}

.motorhousing {
  position: absolute;
  left: 138px;
  bottom: 22px;
  width: 68px;
  height: 84px;
  background-color: #221B12;
  border-radius: 6px;
  overflow: hidden;
}

.motorvent {
  height: 6px;
  margin: 7px 8px 0;
  background-color: #DCD2BC;
  border-radius: 3px;
}

.motordial {
  position: absolute;
  left: 44px;
  bottom: -10px;
  width: 26px;
  height: 26px;
  background-color: #DCA83E;
  border: 3px solid #221B12;
  border-radius: 50%;
}

/* spare parts bins of different depths */
.partsbins {
  position: absolute;
  right: 18px;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.bin-deep {
  width: 46px;
  height: 74px;
  background-color: #DCD2BC;
  border: 2px solid #33291F;
  border-top: 4px solid #2E7F72;
  border-radius: 3px;
}

.bin-mid {
  width: 46px;
  height: 54px;
  background-color: #F8F2E1;
  border: 2px solid #33291F;
  border-top: 4px solid #2E7F72;
  border-radius: 3px;
}

.bin-shallow {
  width: 46px;
  height: 36px;
  background-color: #DCD2BC;
  border: 2px solid #33291F;
  border-top: 4px solid #DCA83E;
  border-radius: 3px;
}

/* suction test gauge */
.testgauge {
  position: absolute;
  right: 150px;
  top: 14px;
  width: 74px;
  height: 74px;
  background-color: #F8F2E1;
  border: 3px solid #221B12;
  border-radius: 50%;
}

.gaugeface {
  position: absolute;
  inset: 8px;
  border: 2px solid #33291F;
  border-radius: 50%;
  background-color: #EFE9DA;
}

.gaugeneedle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 3px;
  height: 26px;
  background-color: #DCA83E;
  transform-origin: bottom center;
  transform: rotate(38deg);
  margin-left: -1px;
}

.gaugehub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  background-color: #221B12;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
}

.gaugearc {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 46px;
  height: 46px;
  border: 2px solid #2E7F72;
  border-radius: 50%;
  border-bottom-color: #EFE9DA;
  border-right-color: #EFE9DA;
  transform: rotate(45deg);
}

/* bench counter base */
.benchcounter {
  position: relative;
  height: 34px;
  background-color: #221B12;
  border-top: 4px solid #2E7F72;
  margin: 0 -22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}

.counterleg-a,
.counterleg-b {
  width: 12px;
  height: 34px;
  background-color: #221B12;
}

.counterlabel {
  color: #DCD2BC;
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* ==========================================================================
   BENCH TICKET ROWS  (services log)
   ========================================================================== */
.benchticketwrap {
  padding: 58px 0 48px;
  background-color: #EFE9DA;
  background-image:
    repeating-linear-gradient(0deg, #E7DFCC 0, #E7DFCC 1px, #EFE9DA 1px, #EFE9DA 42px);
}

.benchticketwrap h2,
.sectiontitle {
  font-size: 2rem;
  margin-bottom: 10px;
}

.sectionkicker {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #2E7F72;
  font-weight: bold;
  margin-bottom: 12px;
}

.sectionlede {
  max-width: 62ch;
  color: #33291F;
  margin-bottom: 34px;
}

.benchticketlist {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.benchticket {
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F2E1;
  border: 2px solid #33291F;
  border-radius: 5px;
  box-shadow: 0 6px 0 0 #b9ad93;
  overflow: hidden;
}

.benchticket-alt {
  background-color: #F1E9D4;
}

.benchticket-tilt-l {
  transform: rotate(-0.7deg);
}

.benchticket-tilt-r {
  transform: rotate(0.6deg);
}

.benchticket-invert {
  background-color: #2E7F72;
  border-color: #221B12;
}

.benchticket-invert .stampblock {
  background-color: #F8F2E1;
}

.benchticket-invert .stampcode-big {
  color: #221B12;
}

.benchticket-invert .stamptag {
  color: #2E7F72;
}

.benchticket-invert .servicepanel h3 {
  color: #F8F2E1;
}

.benchticket-invert .servicepanel p {
  color: #F8F2E1;
}

.benchticket-invert .partsrow .chip {
  background-color: #F8F2E1;
  color: #221B12;
  border-color: #221B12;
}

.stampblock {
  flex: 0 0 186px;
  background-color: #221B12;
  color: #F8F2E1;
  padding: 22px 18px;
  border-right: 4px solid #2E7F72;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.stampcode-big {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #F8F2E1;
}

.stamptag {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #DCA83E;
  margin-top: 4px;
}

.stampdial {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #2E7F72;
  margin-top: 12px;
  background-color: #F8F2E1;
}

.benchticket-invert .stampdial {
  border-color: #221B12;
}

.servicepanel {
  flex: 1 1 60%;
  padding: 22px 26px 24px;
  min-width: 300px;
}

.servicepanel h3 {
  font-size: 1.42rem;
  margin-bottom: 10px;
}

.servicepanel p {
  margin-bottom: 14px;
}

.partsrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.chip {
  display: inline-block;
  background-color: #EFE9DA;
  border: 1px solid #33291F;
  border-radius: 3px;
  padding: 4px 11px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #33291F;
  font-weight: bold;
}

/* tool-tray ruler line */
.trayruler {
  position: relative;
  height: 10px;
  background-color: #DCD2BC;
  border: 1px solid #33291F;
  border-radius: 5px;
  overflow: hidden;
}

.trayfill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #2E7F72;
}

.trayfill-30 { width: 30%; }
.trayfill-42 { width: 42%; }
.trayfill-54 { width: 54%; }
.trayfill-66 { width: 66%; }
.trayfill-78 { width: 78%; }
.trayfill-92 { width: 92%; }

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

.trayrow .trayruler {
  flex: 1 1 auto;
}

.gaugestamp {
  flex: 0 0 auto;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: #33291F;
  border: 1px dashed #33291F;
  padding: 3px 9px;
  background-color: #F8F2E1;
  border-radius: 3px;
  font-weight: bold;
}

.benchticket-invert .gaugestamp {
  background-color: #F8F2E1;
  color: #221B12;
  border-color: #221B12;
}

.stageword {
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2E7F72;
  font-weight: bold;
}

.benchticket-invert .stageword {
  color: #F8F2E1;
}

/* ==========================================================================
   SEASON NOTICE STRIP
   ========================================================================== */
.seasonnotice {
  background-color: #2E7F72;
  color: #F8F2E1;
  padding: 30px 0;
  border-top: 4px solid #221B12;
  border-bottom: 4px solid #221B12;
}

.seasonrules {
  height: 8px;
  background-color: #DCD2BC;
  border: 1px solid #221B12;
  border-radius: 4px;
}

.seasoninner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 0;
  text-align: center;
}

.seasondial {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #F8F2E1;
  background-color: #2E7F72;
  flex: 0 0 auto;
}

.seasontext {
  font-size: 1.12rem;
  color: #F8F2E1;
  max-width: 70ch;
}

.seasontext strong {
  color: #DCA83E;
}

.seasoncta {
  display: inline-block;
  background-color: #F8F2E1;
  color: #221B12;
  border: 2px solid #221B12;
  border-radius: 3px;
  padding: 9px 16px;
  font-weight: bold;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}

.seasoncta:hover {
  background-color: #DCA83E;
  color: #221B12;
  text-decoration: none;
}

/* ==========================================================================
   GENERIC CONTENT SECTIONS
   ========================================================================== */
.plainsection {
  padding: 56px 0;
  background-color: #EFE9DA;
}

.altband {
  background-color: #E6DCC4;
  padding: 56px 0;
  border-top: 3px solid #DCD2BC;
  border-bottom: 3px solid #DCD2BC;
}

.twolead {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.twolead-col {
  flex: 1 1 46%;
  min-width: 290px;
}

.twolead-col p {
  margin-bottom: 16px;
}

.twolead-col h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.pullquote-line {
  border-left: 6px solid #2E7F72;
  background-color: #F8F2E1;
  border-top: 1px solid #DCD2BC;
  border-bottom: 1px solid #DCD2BC;
  padding: 18px 22px;
  font-size: 1.12rem;
  color: #33291F;
}

.inline-link {
  color: #2E7F72;
  font-weight: bold;
  border-bottom: 2px solid #DCA83E;
}

.inline-link:hover {
  color: #221B12;
  text-decoration: none;
}

/* numbered walk-through of the workshop, deliberately uneven */
.walkrows {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.walkrow {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #F8F2E1;
  border: 1px solid #DCD2BC;
  border-left: 6px solid #2E7F72;
  padding: 18px 20px;
  border-radius: 4px;
}

.walkrow-shift {
  margin-left: 46px;
  background-color: #F1E9D4;
  border-left-color: #DCA83E;
}

.walkrow-deep {
  margin-left: 22px;
  background-color: #221B12;
  border-left-color: #2E7F72;
}

.walkrow-deep h4,
.walkrow-deep p {
  color: #F8F2E1;
}

.walknum {
  flex: 0 0 46px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #2E7F72;
}

.walkrow-deep .walknum {
  color: #DCA83E;
}

.walkrow h4 {
  font-size: 1.14rem;
  margin-bottom: 6px;
}

/* FAQ accordion */
.accordlist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accorow {
  background-color: #F8F2E1;
  border: 2px solid #33291F;
  border-radius: 4px;
  overflow: hidden;
}

.accotrigger {
  width: 100%;
  text-align: left;
  background-color: #F8F2E1;
  color: #33291F;
  border: 0;
  border-left: 6px solid #2E7F72;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: bold;
  padding: 15px 20px;
  cursor: pointer;
}

.accotrigger:hover {
  background-color: #EFE9DA;
}

.accopanel {
  padding: 0 20px 16px 26px;
  color: #33291F;
}

.accorow.is-open .accotrigger {
  background-color: #DCD2BC;
}

/* contact layout */
.contactgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.contactcard {
  flex: 1 1 44%;
  min-width: 300px;
  background-color: #F8F2E1;
  border: 2px solid #33291F;
  border-top: 6px solid #2E7F72;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 0 6px 0 0 #b9ad93;
}

.contactcard h3 {
  font-size: 1.24rem;
  margin-bottom: 12px;
}

.detailrow {
  display: flex;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px dashed #DCD2BC;
}

.detailrow:last-child {
  border-bottom: 0;
}

.detailkey {
  flex: 0 0 104px;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E7F72;
  font-weight: bold;
  padding-top: 3px;
}

.detailval {
  flex: 1 1 auto;
}

.hourstable {
  width: 100%;
  border-collapse: collapse;
}

.hourstable td {
  padding: 8px 0;
  border-bottom: 1px dashed #DCD2BC;
}

.hourstable td:last-child {
  text-align: right;
  font-weight: bold;
}

.formfield {
  margin-bottom: 16px;
}

.formfield label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2E7F72;
  font-weight: bold;
  margin-bottom: 6px;
}

.formfield input,
.formfield select,
.formfield textarea {
  width: 100%;
  background-color: #EFE9DA;
  border: 2px solid #33291F;
  border-radius: 4px;
  padding: 11px 13px;
  font-family: inherit;
  font-size: 0.98rem;
  color: #33291F;
}

.formfield textarea {
  min-height: 146px;
  resize: vertical;
}

.formfield input:focus,
.formfield select:focus,
.formfield textarea:focus {
  outline: 3px solid #2E7F72;
  outline-offset: 1px;
}

.formsubmit {
  background-color: #2E7F72;
  color: #F8F2E1;
  border: 2px solid #221B12;
  border-radius: 3px;
  padding: 13px 24px;
  font-family: inherit;
  font-size: 0.98rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 4px 0 0 #221B12;
}

.formsubmit:hover {
  background-color: #221B12;
  box-shadow: 0 4px 0 0 #2E7F72;
}

.formnote {
  font-size: 0.84rem;
  color: #4b4234;
  margin-top: 12px;
}

.formstatus {
  margin-top: 14px;
  padding: 12px 15px;
  background-color: #DCD2BC;
  border-left: 6px solid #2E7F72;
  border-radius: 3px;
  display: none;
}

.formstatus.is-visible {
  display: block;
}

/* simple data counters rendered as gauge ticks */
.tickrow {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.tickcell {
  flex: 1 1 150px;
  min-width: 150px;
  background-color: #221B12;
  border-radius: 5px;
  padding: 18px 18px 16px;
  border-bottom: 5px solid #2E7F72;
}

.ticknum {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #DCA83E;
}

.ticklabel {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #DCD2BC;
  margin-top: 4px;
}

/* ==========================================================================
   SPARE PARTS FOOTER
   ========================================================================== */
.sparebin {
  background-color: #221B12;
  color: #DCD2BC;
  position: relative;
  margin-top: 40px;
}

.weighshelf {
  height: 16px;
  background-color: #DCD2BC;
  display: flex;
  justify-content: space-around;
  border-bottom: 4px solid #33291F;
}

.binlip {
  width: 76px;
  height: 8px;
  background-color: #2E7F72;
  border-radius: 0 0 4px 4px;
}

.sparebin-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footbrand {
  flex: 1 1 30%;
  min-width: 250px;
  background-color: #DCD2BC;
  border-radius: 5px;
  padding: 20px;
  color: #33291F;
}

.footbrand .brandname {
  color: #221B12;
}

.footblurb {
  margin-top: 10px;
  font-size: 0.94rem;
  color: #33291F;
}

.foottickets {
  flex: 1 1 58%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.footticket {
  background-color: #F8F2E1;
  border-top: 4px solid #2E7F72;
  border-radius: 3px;
  padding: 12px 16px;
  min-width: 150px;
  color: #33291F;
}

.footticket .ticketcode {
  color: #2E7F72;
}

.footticket a {
  display: block;
  color: #33291F;
  font-size: 0.96rem;
  padding: 2px 0;
}

.footticket a:hover {
  color: #2E7F72;
}

.sparebin-base {
  border-top: 3px solid #2E7F72;
  background-color: #1a140d;
}

.sparebin-base-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  align-items: center;
  font-size: 0.9rem;
  color: #DCD2BC;
}

.basecontact {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  flex: 1 1 auto;
}

.basecontact a {
  color: #DCD2BC;
}

.basecontact a:hover {
  color: #DCA83E;
}

.bagmark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #DCD2BC;
}

.bagbody {
  width: 15px;
  height: 17px;
  background-color: #DCD2BC;
  border-radius: 2px;
  position: relative;
}

.baghandle {
  width: 9px;
  height: 7px;
  border: 2px solid #DCD2BC;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -7px;
  left: 1px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 900px) {
  .triagecopy,
  .triagerig {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .triagecopy h1 {
    font-size: 2.1rem;
  }

  .stampblock {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 4px solid #2E7F72;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
  }
}

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

  .intakehint {
    display: none;
  }

  .ticketrail {
    display: none;
  }

  .ticketrail.is-open {
    display: flex;
    flex-direction: column;
  }

  .jobticket,
  .jobticket-wide,
  .jobticket-narrow {
    width: 100%;
    min-width: 0;
    transform: none;
  }

  .walkrow-shift,
  .walkrow-deep {
    margin-left: 0;
  }

  .benchticket-tilt-l,
  .benchticket-tilt-r {
    transform: none;
  }

  .triagecopy h1 {
    font-size: 1.78rem;
  }
}
