/* ============================================================
   HoYauChien — Hong Kong Ho Yau Chien Trading Limited
   Mimeograph Room design system
   Palette:
     ink-well      #1E2124  body background
     stencil-bone  #F1EBDD  primary text
     fluid-violet  #9A6BB5  accent
     drum-shell    #2C3136  raised panels
     pit-deep      #131518  deepest wells
     paper-white   #FDFCF8  fresh sheet panels
     scorch-coral  #C4594B  tertiary warning only
     drum-seam     #454B52  thin separators
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
}

a {
  color: #9A6BB5;
  text-decoration: none;
}

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

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 16px 0;
  color: #F1EBDD;
}

p {
  margin: 0 0 16px 0;
}

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

.eyebrow {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #9A6BB5;
  margin-bottom: 14px;
  font-weight: 700;
}

/* ---------- scroll reveal (noscript-safe default visible) ---------- */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 600ms ease, transform 600ms ease;
}

body.js-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
}

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

/* ============================================================
   DRYING LINE HEADER  (.dryingline)
   ============================================================ */

.dryingline {
  background-color: #131518;
  border-bottom: 2px solid #454B52;
  padding: 0 0 6px 0;
  position: sticky;
  top: 0;
  z-index: 60;
}

.dryingline-brandbar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px 8px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.crankwheel {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #9A6BB5;
  background-color: #131518;
  position: relative;
  flex: 0 0 auto;
}

.crankwheel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 3px;
  height: 22px;
  margin-left: -1px;
  background-color: #9A6BB5;
}

.crankwheel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  height: 3px;
  width: 22px;
  margin-top: -1px;
  background-color: #9A6BB5;
}

.crankhub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #F1EBDD;
  z-index: 2;
}

.nameplate {
  font-family: Georgia, "Times New Roman", serif;
}

.nameplate-title {
  font-size: 21px;
  font-weight: 700;
  color: #F1EBDD;
  margin: 0;
  letter-spacing: 0.06em;
}

.nameplate-sub {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9A6BB5;
  margin: 2px 0 0 0;
}

.dryingline-rail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.rail-wire {
  height: 3px;
  background-color: #454B52;
  border-radius: 2px;
}

.dryingline-sheets {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  min-height: 60px;
  margin-top: -6px;
}

.master-sheet {
  background-color: #FDFCF8;
  color: #1E2124;
  border: 1px solid #454B52;
  border-top: 3px solid #9A6BB5;
  padding: 8px 16px 9px 18px;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  box-shadow: 0 3px 0 #454B52;
  display: inline-block;
}

.master-sheet::before,
.master-sheet::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 3px;
  height: 60%;
  background-color: #454B52;
}

.master-sheet::before {
  left: 6px;
}

.master-sheet::after {
  right: 6px;
}

.master-sheet:hover {
  color: #1E2124;
  background-color: #9A6BB5;
  text-decoration: none;
}

.master-sheet.is-current {
  background-color: #9A6BB5;
  color: #1E2124;
}

.peg {
  position: absolute;
  top: -7px;
  left: 50%;
  width: 10px;
  height: 14px;
  margin-left: -5px;
  background-color: #454B52;
  border-radius: 2px;
}

.sheetdrop-1 { margin-bottom: 0; }
.sheetdrop-2 { margin-bottom: 7px; }
.sheetdrop-3 { margin-bottom: 2px; }
.sheetdrop-4 { margin-bottom: 11px; }
.sheetdrop-5 { margin-bottom: 4px; }

.sheet-w-narrow { min-width: 92px; }
.sheet-w-mid { min-width: 122px; }
.sheet-w-wide { min-width: 150px; }

.navtoggle {
  display: none;
  background-color: #2C3136;
  color: #F1EBDD;
  border: 1px solid #9A6BB5;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 12px;
  cursor: pointer;
}

/* ============================================================
   DUPLICATOR BENCH HERO  (.duplicatorbench)
   ============================================================ */

.duplicatorbench {
  background-color: #1E2124;
  border-bottom: 2px solid #454B52;
  padding: 56px 0 62px 0;
  position: relative;
  overflow: hidden;
}

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

.bench-copy {
  flex: 1 1 520px;
  max-width: 620px;
}

.bench-copy h1 {
  font-size: 46px;
  line-height: 1.12;
  margin-bottom: 22px;
}

.hl-violet {
  color: #9A6BB5;
}

.bench-lead {
  font-size: 17px;
  color: #F1EBDD;
  max-width: 580px;
}

.bench-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.inkpad-btn {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 26px;
  border-radius: 4px;
  border: 2px solid #9A6BB5;
  background-color: #9A6BB5;
  color: #1E2124;
}

.inkpad-btn:hover {
  background-color: #F1EBDD;
  border-color: #F1EBDD;
  color: #1E2124;
  text-decoration: none;
}

.inkpad-btn.ghost {
  background-color: #1E2124;
  color: #F1EBDD;
  border-color: #F1EBDD;
}

.inkpad-btn.ghost:hover {
  background-color: #2C3136;
  color: #9A6BB5;
  border-color: #9A6BB5;
}

/* --- the CSS machine --- */
.bench-machine {
  flex: 1 1 460px;
  max-width: 520px;
  min-height: 420px;
  position: relative;
  background-color: #2C3136;
  border: 2px solid #454B52;
  border-radius: 8px;
  padding: 24px 26px 30px 26px;
  box-shadow: 0 8px 0 #131518;
}

.bench-machine::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 84px;
  height: 6px;
  background-color: #131518;
}

.machine-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #9A6BB5;
  margin-bottom: 18px;
}

/* ink drum */
.inkdrum {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background-color: #9A6BB5;
  border: 5px solid #454B52;
  margin: 0 auto 18px auto;
  position: relative;
  box-shadow: inset 0 0 0 22px #7D559B;
}

.inkdrum-spokes {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin: -48px 0 0 -48px;
  border-radius: 50%;
  border: 3px solid #F1EBDD;
}

.inkdrum-spokes::before,
.inkdrum-spokes::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #F1EBDD;
}

.inkdrum-spokes::before {
  width: 94px;
  height: 3px;
  margin: -1px 0 0 -47px;
}

.inkdrum-spokes::after {
  width: 3px;
  height: 94px;
  margin: -47px 0 0 -1px;
}

.drumhub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border-radius: 50%;
  background-color: #1E2124;
  border: 3px solid #F1EBDD;
  z-index: 3;
}

/* paper feed tray */
.feedtray {
  position: relative;
  background-color: #131518;
  border: 2px solid #454B52;
  border-radius: 4px;
  height: 96px;
  padding: 12px 14px 0 14px;
  overflow: hidden;
}

.feedtray-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F1EBDD;
  position: absolute;
  right: 10px;
  top: 8px;
}

.freshsheet {
  background-color: #FDFCF8;
  border-left: 6px solid #9A6BB5;
  height: 12px;
  margin-bottom: 7px;
  border-radius: 2px;
}

.freshsheet.s2 { width: 92%; }
.freshsheet.s3 { width: 84%; }
.freshsheet.s4 { width: 76%; }

/* output slot */
.outputslot {
  margin-top: 16px;
  background-color: #131518;
  border: 2px solid #454B52;
  border-radius: 4px;
  height: 54px;
  position: relative;
  overflow: hidden;
}

.outputslot-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9A6BB5;
  position: absolute;
  left: 10px;
  top: 6px;
}

.emerge-sheet {
  position: absolute;
  left: 22%;
  bottom: -4px;
  width: 56%;
  height: 34px;
  background-color: #FDFCF8;
  border-left: 6px solid #9A6BB5;
  border-radius: 2px;
}

/* ink bottle on bench */
.inkbottle {
  position: absolute;
  left: 18px;
  bottom: -6px;
  width: 44px;
  height: 62px;
  background-color: #9A6BB5;
  border: 3px solid #454B52;
  border-radius: 5px;
  z-index: 4;
}

.inkbottle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background-color: #F1EBDD;
  border: 3px solid #454B52;
  border-radius: 3px;
}

.inkbottle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -26px;
  width: 5px;
  height: 14px;
  margin-left: -2px;
  background-color: #454B52;
}

.bottle-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Courier New", Courier, monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #1E2124;
  font-weight: 700;
}

/* ============================================================
   INK CHANGE STRIP  (.inkchange)
   ============================================================ */

.inkchange {
  background-color: #9A6BB5;
  color: #1E2124;
  padding: 26px 0;
  border-top: 2px solid #454B52;
  border-bottom: 2px solid #454B52;
}

.inkchange-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.inkchange-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  color: #1E2124;
  max-width: 820px;
}

.inkchange-mark {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border: 2px solid #1E2124;
  padding: 8px 14px;
  color: #1E2124;
  font-weight: 700;
  white-space: nowrap;
}

/* ============================================================
   PRINT RUN BOARD  (.printrun)
   ============================================================ */

.printrun {
  background-color: #1E2124;
  padding: 64px 0 70px 0;
  border-bottom: 2px solid #454B52;
}

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

.section-head h2 {
  font-size: 34px;
  margin-bottom: 12px;
}

.section-head p {
  max-width: 760px;
  color: #F1EBDD;
}

.shelf-course {
  max-width: 1180px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
}

.shelf-course.course-b {
  padding-left: 88px;
}

.course-b .runpanel:nth-child(1) {
  flex-basis: 300px;
}

.course-b .runpanel:nth-child(2) {
  flex-basis: 372px;
  margin-top: 30px;
}

.course-b .runpanel:nth-child(3) {
  flex-basis: 268px;
  margin-top: 12px;
}

.shelf-board {
  height: 8px;
  background-color: #454B52;
  border-radius: 3px;
  max-width: 1180px;
  margin: 0 auto 26px auto;
}

.runpanel {
  flex: 1 1 320px;
  background-color: #2C3136;
  border: 1px solid #454B52;
  border-left: 7px solid #9A6BB5;
  border-radius: 4px;
  padding: 0 0 20px 0;
  color: #F1EBDD;
  box-shadow: 0 6px 0 #131518;
  position: relative;
}

.runpanel.ink-header h3 {
  background-color: #9A6BB5;
  color: #1E2124;
  margin: 0;
  padding: 14px 18px;
  font-size: 19px;
  border-bottom: 2px solid #454B52;
}

.runpanel-body {
  padding: 16px 18px 0 18px;
}

.runpanel p {
  font-size: 15px;
  color: #F1EBDD;
}

.runnumber {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9A6BB5;
  font-weight: 700;
  margin-bottom: 10px;
}

.runlink {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9A6BB5;
  border-bottom: 2px solid #9A6BB5;
  padding-bottom: 2px;
}

.runlink:hover {
  color: #F1EBDD;
  border-color: #F1EBDD;
  text-decoration: none;
}

.burn-tab {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #C4594B;
  color: #FDFCF8;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 9px;
}

.skew-a {
  transform: rotate(-1deg);
}

.skew-b {
  transform: rotate(1deg);
}

/* ============================================================
   PROSE / EDITORIAL BANDS
   ============================================================ */

.band-note {
  background-color: #131518;
  padding: 62px 0;
  border-bottom: 2px solid #454B52;
}

.note-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.note-col {
  flex: 1 1 380px;
}

.note-col h2 {
  font-size: 28px;
}

.paper-card {
  background-color: #FDFCF8;
  color: #1E2124;
  border-left: 7px solid #9A6BB5;
  border-radius: 4px;
  padding: 26px 28px;
}

.paper-card h3 {
  color: #1E2124;
  font-size: 21px;
  margin-bottom: 12px;
}

.paper-card p {
  color: #1E2124;
}

.paper-card a {
  color: #6B4585;
  font-weight: 700;
}

.paper-card a:hover {
  color: #1E2124;
}

.weave-band {
  background-color: #2C3136;
  padding: 62px 0;
  border-bottom: 2px solid #454B52;
}

.weave-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.weave-text {
  flex: 1 1 560px;
}

.weave-text h2 {
  font-size: 30px;
}

.weave-side {
  flex: 1 1 300px;
  background-color: #131518;
  border: 1px solid #454B52;
  border-top: 5px solid #9A6BB5;
  padding: 24px 24px 12px 24px;
  border-radius: 4px;
}

.weave-side h3 {
  font-size: 18px;
  color: #9A6BB5;
}

.weave-side ul {
  padding-left: 20px;
  margin: 0 0 16px 0;
}

.weave-side li {
  margin-bottom: 9px;
  color: #F1EBDD;
}

/* stencil shavings decoration */
.shavings {
  display: flex;
  gap: 8px;
  margin: 22px 0 0 0;
  flex-wrap: wrap;
}

.shaving {
  width: 46px;
  height: 10px;
  background-color: #FDFCF8;
  border-left: 4px solid #9A6BB5;
  border-radius: 2px;
}

.shaving.tall {
  width: 30px;
  height: 16px;
}

.shaving.short {
  width: 62px;
}

/* ============================================================
   PROCESS / ACCORDION
   ============================================================ */

.processblock {
  background-color: #1E2124;
  padding: 62px 0;
  border-bottom: 2px solid #454B52;
}

.accordion {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.acc-item {
  border: 1px solid #454B52;
  border-left: 6px solid #9A6BB5;
  background-color: #2C3136;
  margin-bottom: 12px;
  border-radius: 4px;
}

.acc-head {
  width: 100%;
  text-align: left;
  background-color: #2C3136;
  color: #F1EBDD;
  border: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 18px;
  cursor: pointer;
}

.acc-head:hover {
  color: #9A6BB5;
}

.acc-body {
  padding: 0 18px 16px 18px;
  color: #F1EBDD;
  font-size: 15px;
}

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

/* ============================================================
   FOOTER — STENCIL STORE ROOM  (.storeroom)
   ============================================================ */

.storeroom {
  background-color: #131518;
  padding: 0 0 34px 0;
  position: relative;
}

.store-brackets {
  height: 4px;
  background-color: #454B52;
  max-width: 1180px;
  margin: 0 auto 4px auto;
  position: relative;
  top: 28px;
}

.store-hang {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.pegrow {
  flex: 1 1 240px;
  background-color: #2C3136;
  border: 1px solid #454B52;
  border-top: 4px solid #9A6BB5;
  border-radius: 4px;
  padding: 18px 18px 10px 18px;
  position: relative;
}

.pegrow::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 10px;
  height: 14px;
  margin-left: -5px;
  background-color: #454B52;
  border-radius: 2px;
}

.pegrow h4 {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
  color: #9A6BB5;
  margin-bottom: 12px;
}

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

.pegrow li {
  margin-bottom: 9px;
}

.pegrow a {
  color: #F1EBDD;
  font-size: 15px;
}

.pegrow a:hover {
  color: #9A6BB5;
}

.jobticket {
  flex: 1 1 320px;
  background-color: #FDFCF8;
  color: #1E2124;
  border-radius: 4px;
  padding: 20px 22px;
  position: relative;
}

.jobticket h4 {
  color: #1E2124;
  font-size: 19px;
  margin-bottom: 8px;
}

.jobticket p {
  color: #1E2124;
  font-size: 14px;
}

.ticket-inkbottle {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 26px;
  background-color: #9A6BB5;
  border: 2px solid #1E2124;
  border-radius: 3px;
}

.ticket-inkbottle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #1E2124;
  border-radius: 2px;
}

.store-base {
  max-width: 1180px;
  margin: 32px auto 0 auto;
  padding: 20px 24px 0 24px;
  border-top: 2px solid #454B52;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  justify-content: space-between;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  color: #F1EBDD;
}

.store-base a {
  color: #9A6BB5;
}

.store-base-copy {
  color: #F1EBDD;
}

/* ============================================================
   SERVICES / CONTACT page extras
   ============================================================ */

.pageband {
  background-color: #1E2124;
  padding: 52px 0 46px 0;
  border-bottom: 2px solid #454B52;
}

.pageband h1 {
  font-size: 40px;
  margin-bottom: 16px;
}

.pageband p {
  max-width: 820px;
}

.svcstack {
  background-color: #1E2124;
  padding: 56px 0;
  border-bottom: 2px solid #454B52;
}

.svcrow {
  max-width: 1180px;
  margin: 0 auto 34px auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: flex-start;
}

.svcmain {
  flex: 1 1 520px;
  background-color: #2C3136;
  border: 1px solid #454B52;
  border-left: 7px solid #9A6BB5;
  border-radius: 4px;
  padding: 24px 26px 14px 26px;
  box-shadow: 0 6px 0 #131518;
}

.svcmain h2 {
  font-size: 25px;
  color: #F1EBDD;
}

.svcmain p {
  color: #F1EBDD;
}

.svcindex {
  flex: 0 1 240px;
  background-color: #131518;
  border: 1px solid #454B52;
  border-top: 5px solid #9A6BB5;
  border-radius: 4px;
  padding: 18px 20px;
}

.svcindex .runnumber {
  margin-bottom: 8px;
}

.svcindex ul {
  padding-left: 18px;
  margin: 0;
}

.svcindex li {
  margin-bottom: 8px;
  color: #F1EBDD;
  font-size: 14px;
}

.cta-band {
  background-color: #9A6BB5;
  color: #1E2124;
  padding: 46px 0;
  border-top: 2px solid #454B52;
  border-bottom: 2px solid #454B52;
}

.cta-band-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

.cta-band h2 {
  color: #1E2124;
  font-size: 27px;
  margin-bottom: 8px;
}

.cta-band p {
  color: #1E2124;
  margin: 0;
  max-width: 700px;
}

.cta-band .inkpad-btn {
  background-color: #1E2124;
  color: #F1EBDD;
  border-color: #1E2124;
}

.cta-band .inkpad-btn:hover {
  background-color: #FDFCF8;
  color: #1E2124;
  border-color: #FDFCF8;
}

/* contact form */
.contactgrid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.contactform {
  flex: 1 1 520px;
  background-color: #2C3136;
  border: 1px solid #454B52;
  border-left: 7px solid #9A6BB5;
  border-radius: 4px;
  padding: 26px 28px;
  box-shadow: 0 6px 0 #131518;
}

.contactform h2 {
  font-size: 26px;
}

.fieldlabel {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9A6BB5;
  margin: 14px 0 6px 0;
  font-weight: 700;
}

.fieldinput,
.fieldarea {
  width: 100%;
  background-color: #131518;
  border: 1px solid #454B52;
  border-radius: 4px;
  color: #F1EBDD;
  font-family: inherit;
  font-size: 15px;
  padding: 11px 12px;
}

.fieldinput:focus,
.fieldarea:focus {
  outline: 2px solid #9A6BB5;
}

.fieldarea {
  min-height: 140px;
  resize: vertical;
}

.contactside {
  flex: 1 1 320px;
}

.infocard {
  background-color: #FDFCF8;
  color: #1E2124;
  border-left: 7px solid #9A6BB5;
  border-radius: 4px;
  padding: 22px 24px;
  margin-bottom: 22px;
}

.infocard h3 {
  color: #1E2124;
  font-size: 19px;
  margin-bottom: 10px;
}

.infocard p {
  color: #1E2124;
  font-size: 15px;
}

.infocard a {
  color: #6B4585;
  font-weight: 700;
}

.hourslist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #1E2124;
}

.hourslist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #454B52;
  padding: 7px 0;
}

.faqblock {
  background-color: #131518;
  padding: 56px 0;
  border-bottom: 2px solid #454B52;
}

.faqwrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.faqwrap h2 {
  font-size: 30px;
}

.faqitem {
  border: 1px solid #454B52;
  border-left: 6px solid #9A6BB5;
  background-color: #2C3136;
  border-radius: 4px;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.faqitem h3 {
  font-size: 18px;
  color: #9A6BB5;
  margin-bottom: 8px;
}

.faqitem p {
  margin: 0;
  color: #F1EBDD;
  font-size: 15px;
}

.formnote {
  font-size: 13px;
  color: #F1EBDD;
  margin-top: 12px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
  .bench-copy h1 {
    font-size: 34px;
  }

  .pageband h1 {
    font-size: 30px;
  }

  .shelf-course.course-b {
    padding-left: 24px;
  }

  .course-b .runpanel:nth-child(1),
  .course-b .runpanel:nth-child(2),
  .course-b .runpanel:nth-child(3) {
    flex-basis: auto;
    margin-top: 0;
  }

  .skew-a,
  .skew-b {
    transform: none;
  }
}

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

  .dryingline-sheets {
    display: none;
    flex-direction: column;
    align-items: stretch;
    margin-top: 8px;
  }

  .dryingline-sheets.is-open {
    display: flex;
  }

  .master-sheet {
    width: 100%;
    margin-bottom: 0;
  }

  .peg {
    left: 18px;
    margin-left: 0;
  }

  .bench-machine {
    min-height: 380px;
  }

  .inkdrum {
    width: 130px;
    height: 130px;
  }
}
