/* ==========================================================================
   HFD HUMANITARIAN VENTURES
   Resupply voucher desk theme
   DISPATCH-BLOTTER #F1EFE6 / LEDGER-INK #26302E / STAMP-RED #B0402E
   CANTEEN-STEEL #46625E / VOUCHER-CREAM #FAF6E8 / FIELD-SLAT #20282A
   GUIDE-CREAM #E4DECB / CANTEEN-TAPE #C9A94A
   ========================================================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;
  background-color: #F1EFE6;
  color: #26302E;
  line-height: 1.68;
  overflow-x: hidden;
}

p {
  margin: 0 0 16px 0;
}

a {
  color: #46625E;
}

img {
  max-width: 100%;
  display: block;
}

.blotter-sheet {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 26px;
}

/* ==========================================================================
   CLIP BOARD NAV
   ========================================================================== */

.cliprail {
  background-color: #20282A;
  padding: 16px 0 14px 0;
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid #33403F;
}

.cliprail-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cliprail-brandplate {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: #FAF6E8;
  border-radius: 4px;
  padding: 9px 16px 9px 13px;
  box-shadow: 0 2px 0 #101617;
  flex: 0 0 auto;
}

.cliprail-clipglyph {
  width: 17px;
  height: 30px;
  border: 2px solid #46625E;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  position: relative;
  flex: 0 0 auto;
}

.cliprail-clipglyph::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 10px;
  width: 7px;
  height: 12px;
  background-color: #46625E;
}

.cliprail-brandtext {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #26302E;
  line-height: 1.1;
}

.cliprail-brandsub {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 9.5px;
  letter-spacing: 0.24em;
  color: #46625E;
  font-weight: normal;
  margin-top: 2px;
}

.cliprail-slips {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.clipslip {
  position: relative;
  display: inline-block;
  background-color: #FAF6E8;
  color: #26302E;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 12.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 9px 15px 8px 15px;
  border-radius: 2px;
  box-shadow: 0 2px 0 #101617;
}

.clipslip::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B0402E;
}

.clipslip:hover {
  background-color: #E4DECB;
  color: #20282A;
}

.clipslip:nth-child(2) {
  padding-left: 21px;
  padding-right: 12px;
}

.clipslip:nth-child(3) {
  padding-left: 12px;
  padding-right: 22px;
}

.clipslip:nth-child(4) {
  padding-left: 19px;
  padding-right: 19px;
}

.clipslip:nth-child(5) {
  padding-left: 13px;
  padding-right: 20px;
}

.cliprail-toggle {
  display: none;
  background-color: #FAF6E8;
  color: #26302E;
  border: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  padding: 9px 13px;
  border-radius: 2px;
  cursor: pointer;
}

.cliprail-rule {
  height: 3px;
  background-color: #E4DECB;
  width: 100%;
}

/* ==========================================================================
   VOUCHER AND COUNTER SCENE
   ========================================================================== */

.voucherdesk {
  padding: 64px 0 12px 0;
}

.voucherdesk-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 34px;
  align-items: stretch;
}

.vouchercard {
  position: relative;
  background-color: #FAF6E8;
  color: #26302E;
  border-radius: 3px;
  padding: 34px 34px 30px 148px;
  transform: rotate(-1.2deg);
  box-shadow: 0 16px 0 #DAD4C0, 0 26px 40px #C9C2AC;
  border: 1px solid #E4DECB;
}

.vouchercard-stub {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 116px;
  border-right: 2px dashed #B9B29A;
  padding: 30px 8px 22px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.vouchercard-punch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #46625E;
  background-color: #F1EFE6;
  position: relative;
}

.vouchercard-punch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #46625E;
  transform: translate(-50%, -50%);
}

.vouchercard-stubtext {
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #46625E;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
}

.vouchercard-serial {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #B0402E;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vouchercard-headline {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1.08;
  margin: 0 0 18px 0;
  font-weight: bold;
  color: #26302E;
}

.vouchercard-headline .headline-dispatch {
  color: #46625E;
}

.vouchercard-body {
  font-size: 16.5px;
  color: #26302E;
  max-width: 560px;
}

.vouchercard-signrow {
  margin-top: 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.vouchercard-sigline {
  flex: 1 1 200px;
  max-width: 280px;
  border-bottom: 1.5px dashed #6E7568;
  padding-bottom: 5px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #46625E;
  text-transform: uppercase;
}

.vouchercard-seal {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 3px solid #B0402E;
  color: #B0402E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
  transform: rotate(-8deg);
  flex: 0 0 auto;
  padding: 8px;
}

.vouchercard-seal .vouchercard-sealbig {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.vouchercount {
  background-color: #20282A;
  color: #FAF6E8;
  border-radius: 3px;
  padding: 30px 26px 24px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 0 #141B1C;
}

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

.vouchercount-readout {
  font-family: "Courier New", Courier, monospace;
  font-size: 62px;
  font-weight: bold;
  color: #FAF6E8;
  line-height: 1;
  letter-spacing: 0.02em;
}

.vouchercount-sub {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C9A94A;
  margin-top: 8px;
}

.vouchercount-checks {
  display: flex;
  gap: 12px;
  margin: 22px 0 20px 0;
}

.vouchercount-box {
  width: 26px;
  height: 26px;
  border: 2px solid #FAF6E8;
  border-radius: 2px;
  position: relative;
}

.vouchercount-box.is-ticked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #B0402E;
  border-bottom: 3px solid #B0402E;
  transform: rotate(42deg);
}

.vouchercount-pen {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px dashed #46514F;
  padding-top: 18px;
}

.vouchercount-penglyph {
  width: 7px;
  height: 62px;
  background-color: #E4DECB;
  border-radius: 3px 3px 0 0;
  position: relative;
  transform: rotate(6deg);
}

.vouchercount-penglyph::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: -2px;
  width: 11px;
  height: 11px;
  background-color: #C9A94A;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.vouchercount-pentext {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #C9C2B4;
  line-height: 1.5;
}

.vouchercount-tape {
  align-self: flex-start;
  background-color: #C9A94A;
  color: #20282A;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 12px;
  transform: rotate(-2deg);
  margin-top: 18px;
}

.deskcta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 38px 0 8px 0;
}

.deskcta-btn {
  display: inline-block;
  background-color: #46625E;
  color: #FAF6E8;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 26px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 0 #2C423F;
}

.deskcta-btn:hover {
  background-color: #3A5450;
  color: #FAF6E8;
}

.deskcta-btn.is-ghost {
  background-color: #FAF6E8;
  color: #26302E;
  border: 2px solid #46625E;
  box-shadow: 0 4px 0 #DAD4C0;
}

.deskcta-btn.is-ghost:hover {
  background-color: #E4DECB;
  color: #20282A;
}

/* ==========================================================================
   SECTION HEADINGS
   ========================================================================== */

.blockslate {
  padding: 62px 0 10px 0;
}

.blockslate-kicker {
  font-family: "Courier New", Courier, monospace;
  font-size: 11.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #B0402E;
  margin-bottom: 10px;
}

.blockslate-title {
  font-family: Georgia, serif;
  font-size: 33px;
  line-height: 1.16;
  margin: 0 0 16px 0;
  color: #26302E;
  font-weight: bold;
}

.blockslate-lead {
  font-size: 16.5px;
  max-width: 850px;
  color: #26302E;
}

.inline-service-link {
  color: #46625E;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #C9A94A;
  text-underline-offset: 3px;
}

/* ==========================================================================
   SIX VOUCHERS  (staggered two-column masonry 58 / 42)
   ========================================================================== */

.docketrows {
  padding: 26px 0 30px 0;
}

.docketrows-masonry {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 30px;
  align-items: start;
}

.docketrows-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.dockvoucher {
  background-color: #FAF6E8;
  color: #26302E;
  border: 1px solid #E4DECB;
  border-radius: 3px;
  padding: 26px 26px 22px 26px;
  box-shadow: 0 8px 0 #DAD4C0;
  position: relative;
}

.dockvoucher-title {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 0 0 12px 0;
  color: #26302E;
  font-weight: bold;
}

.dockvoucher-body {
  font-size: 15.5px;
  color: #26302E;
}

.dockvoucher-note {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed #B9B29A;
  font-family: "Courier New", Courier, monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #46625E;
}

.dockvoucher-link {
  color: #46625E;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #C9A94A;
  text-underline-offset: 3px;
}

/* voucher one - tall narrow progress check card */
.dockvoucher-one {
  transform: rotate(-0.7deg);
  padding-top: 30px;
}

.dockprogress {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 18px 0 6px 0;
}

.dockprogress-step {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #26302E;
}

.dockprogress-mark {
  width: 22px;
  height: 22px;
  border: 2px solid #46625E;
  border-radius: 2px;
  position: relative;
  flex: 0 0 auto;
}

.dockprogress-step.is-done .dockprogress-mark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #B0402E;
  border-bottom: 3px solid #B0402E;
  transform: rotate(42deg);
}

.dockprogress-step.is-done {
  color: #46625E;
}

/* voucher two - wide card, right third a seal slab */
.dockvoucher-two {
  transform: rotate(0.5deg);
  display: grid;
  grid-template-columns: 1fr 168px;
  gap: 22px;
  padding: 0;
  overflow-x: hidden;
}

.dockvoucher-two-main {
  padding: 28px 4px 24px 26px;
}

.dockvoucher-two-slab {
  background-color: #20282A;
  color: #FAF6E8;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.dockvoucher-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 40px;
  font-weight: bold;
  color: #FAF6E8;
  border: 3px solid #B0402E;
  color: #B0402E;
  padding: 8px 14px;
  border-radius: 3px;
  transform: rotate(-5deg);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.dockvoucher-slabnote {
  font-family: "Courier New", Courier, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #C9A94A;
  line-height: 1.6;
}

/* voucher three - perforated stub card */
.dockvoucher-three {
  transform: rotate(-0.4deg);
  padding-left: 46px;
}

.dockvoucher-three::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 14px;
  bottom: 14px;
  border-left: 2px dashed #B9B29A;
}

.dockvoucher-hole {
  position: absolute;
  left: 23px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F1EFE6;
  border: 2px solid #46625E;
}

.dockvoucher-hole.is-top {
  top: 44px;
}

.dockvoucher-hole.is-mid {
  top: 50%;
  transform: translateY(-50%);
}

.dockvoucher-hole.is-low {
  bottom: 44px;
}

/* voucher four - handwritten line title */
.dockvoucher-four {
  transform: rotate(0.8deg);
}

.dockvoucher-ruled {
  border-bottom: 1.5px solid #B9B29A;
  margin-bottom: 14px;
  padding-bottom: 4px;
}

.dockvoucher-four .dockvoucher-title {
  margin: 0;
  font-family: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive;
  font-size: 21px;
  color: #26302E;
}

.dockvoucher-penline {
  display: block;
  width: 120px;
  height: 3px;
  background-color: #46625E;
  margin-top: 4px;
  transform: rotate(-0.6deg);
}

/* voucher five - horizontal stamp row of ghosts */
.dockvoucher-five {
  transform: rotate(-0.6deg);
}

.dockstamproll {
  display: flex;
  gap: 0;
  margin: 20px 0 4px 0;
  flex-wrap: wrap;
}

.dockstamp {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 2px solid #B0402E;
  color: #B0402E;
  border-radius: 3px;
  padding: 7px 12px;
  margin-left: -12px;
  background-color: #FAF6E8;
  transform: rotate(-3deg);
}

.dockstamp:nth-child(1) {
  margin-left: 0;
  transform: rotate(-4deg);
}

.dockstamp:nth-child(2) {
  transform: rotate(2deg);
}

.dockstamp:nth-child(3) {
  transform: rotate(-1deg);
}

/* voucher six - barcode tally strip */
.dockvoucher-six {
  transform: rotate(0.4deg);
}

.dockbarcode {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 42px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px dashed #B9B29A;
}

.dockbarcode-bar {
  background-color: #26302E;
  width: 3px;
  height: 30px;
}

.dockbarcode-bar.is-thin {
  width: 2px;
  height: 22px;
}

.dockbarcode-bar.is-thick {
  width: 6px;
  height: 34px;
}

.dockbarcode-bar.is-tally {
  width: 3px;
  height: 26px;
  background-color: #B0402E;
  transform: rotate(28deg);
  margin: 0 3px;
}

/* ==========================================================================
   THIN BATON RULE ACCENT STRIP
   ========================================================================== */

.batonfield {
  padding: 40px 0 34px 0;
}

.baton-rule-top {
  height: 2px;
  background-color: #E4DECB;
  width: 100%;
  margin-bottom: 16px;
}

.baton-rule-mid {
  height: 3px;
  background-color: #46625E;
  width: 64%;
  margin: 0 0 16px auto;
}

.baton-rule-tick {
  height: 3px;
  background-color: #B0402E;
  width: 84px;
  margin: 0 0 22px 0;
}

.baton-line {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 19px;
  color: #26302E;
  max-width: 900px;
  margin: 0 auto;
}

/* ==========================================================================
   SUPPORTING CONTENT BLOCKS
   ========================================================================== */

.divider-rule {
  height: 1px;
  background-color: #E4DECB;
  width: 100%;
  margin: 34px 0;
}

.proseblock {
  padding: 12px 0;
}

.proseblock-subhead {
  font-family: Georgia, serif;
  font-size: 21px;
  margin: 0 0 10px 0;
  color: #26302E;
  font-weight: bold;
}

.twocol-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.industry-list {
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.industry-list-item {
  font-family: "Courier New", Courier, monospace;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  color: #26302E;
  background-color: #FAF6E8;
  border-left: 4px solid #46625E;
  padding: 12px 16px;
  margin-bottom: 9px;
}

.processledger-pack {
  background-color: #20282A;
  color: #FAF6E8;
  border-radius: 3px;
  padding: 34px 30px 26px 30px;
}

.processledger-stepitem {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed #46514F;
}

.processledger-stepitem:last-child {
  border-bottom: none;
}

.processledger-num {
  font-family: "Courier New", Courier, monospace;
  font-size: 24px;
  color: #C9A94A;
  font-weight: bold;
}

.processledger-name {
  font-family: Georgia, serif;
  font-size: 17px;
  color: #FAF6E8;
  margin-bottom: 4px;
  font-weight: bold;
}

.processledger-desc {
  font-size: 14.5px;
  color: #D8DED9;
}

.fieldnotice {
  background-color: #FAF6E8;
  border-left: 6px solid #B0402E;
  border-right: 1px solid #E4DECB;
  border-top: 1px solid #E4DECB;
  border-bottom: 1px solid #E4DECB;
  border-radius: 2px;
  padding: 26px 30px;
  margin: 30px 0;
}

.fieldnotice-title {
  font-family: Georgia, serif;
  font-size: 19px;
  color: #26302E;
  margin: 0 0 8px 0;
  font-weight: bold;
}

.fieldnotice-body {
  font-size: 15.5px;
  color: #26302E;
}

/* ==========================================================================
   LEDGER BACK FOOTER
   ========================================================================== */

.ledgerback {
  background-color: #20282A;
  color: #FAF6E8;
  margin-top: 56px;
  position: relative;
  padding: 0;
}

.ledgerback-cloth {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  background-color: #46625E;
  border-right: 3px dashed #C9A94A;
}

.ledgerback-inner {
  padding: 44px 30px 30px 78px;
}

.ledgerback-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 34px;
}

.ledgerback-patch {
  background-color: #FAF6E8;
  color: #26302E;
  border-radius: 2px;
  padding: 18px 20px;
  box-shadow: 0 3px 0 #101617;
}

.ledgerback-patchtitle {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B0402E;
  margin-bottom: 10px;
}

.ledgerback-patchlink {
  display: block;
  color: #26302E;
  text-decoration: none;
  font-size: 14.5px;
  padding: 4px 0;
  border-bottom: 1px solid #E4DECB;
}

.ledgerback-patchlink:hover {
  color: #46625E;
  border-bottom-color: #C9A94A;
}

.ledgerback-endpaper {
  background-color: #FAF6E8;
  color: #26302E;
  border-radius: 3px;
  padding: 28px 30px;
  margin-bottom: 26px;
}

.ledgerback-endtitle {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #26302E;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.ledgerback-endtext {
  font-size: 15px;
  color: #26302E;
  max-width: 760px;
  margin: 0;
}

.ledgerback-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  border-top: 1px dashed #46514F;
  padding-top: 20px;
}

.ledgerback-meta {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #D8DED9;
  line-height: 1.9;
}

.ledgerback-meta-link {
  color: #D8DED9;
  text-decoration: underline;
  text-decoration-color: #46625E;
  text-underline-offset: 3px;
}

.ledgerback-glyph {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #B0402E;
  border: 2px solid #B0402E;
  border-radius: 3px;
  padding: 9px 16px;
  transform: rotate(-3deg);
  flex: 0 0 auto;
}

.ledgerback-stub {
  position: absolute;
  right: 26px;
  bottom: 20px;
  width: 84px;
  height: 44px;
  border: 1.5px dashed #46514F;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9DB3AE;
}

/* ==========================================================================
   SUB-PAGE MASTHEAD (services, contact)
   ========================================================================== */

.submast {
  padding: 52px 0 8px 0;
}

.submast-title {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 14px 0;
  color: #26302E;
  font-weight: bold;
}

.submast-lead {
  font-size: 17px;
  max-width: 820px;
  color: #26302E;
}

/* ==========================================================================
   CONTACT FORM
   ========================================================================== */

.contactgrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: start;
  padding: 30px 0;
}

.contactform-card {
  background-color: #FAF6E8;
  border: 1px solid #E4DECB;
  border-radius: 3px;
  padding: 30px;
  box-shadow: 0 8px 0 #DAD4C0;
}

.contactfield {
  margin-bottom: 18px;
}

.contactfield-label {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #46625E;
  margin-bottom: 7px;
}

.contactfield-input,
.contactfield-area {
  width: 100%;
  background-color: #F1EFE6;
  border: 1.5px solid #B9B29A;
  border-radius: 2px;
  color: #26302E;
  font-family: Georgia, serif;
  font-size: 15.5px;
  padding: 12px 13px;
}

.contactfield-area {
  min-height: 150px;
  resize: vertical;
}

.contactfield-input:focus,
.contactfield-area:focus {
  outline: none;
  border-color: #46625E;
}

.contactside-panel {
  background-color: #20282A;
  color: #FAF6E8;
  border-radius: 3px;
  padding: 28px 26px;
}

.contactside-title {
  font-family: Georgia, serif;
  font-size: 19px;
  color: #FAF6E8;
  margin: 0 0 14px 0;
  font-weight: bold;
}

.contactside-row {
  padding: 12px 0;
  border-bottom: 1px dashed #46514F;
  font-size: 14.5px;
  color: #D8DED9;
}

.contactside-row:last-child {
  border-bottom: none;
}

.contactside-key {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9A94A;
  margin-bottom: 4px;
}

.contactside-link {
  color: #FAF6E8;
  text-decoration: underline;
  text-decoration-color: #46625E;
  text-underline-offset: 3px;
}

/* ==========================================================================
   ACCORDION / FAQ
   ========================================================================== */

.faqfield {
  padding: 20px 0 10px 0;
}

.accordion-item {
  background-color: #FAF6E8;
  border: 1px solid #E4DECB;
  border-radius: 3px;
  margin-bottom: 12px;
  overflow-x: hidden;
}

.accordion-head {
  width: 100%;
  text-align: left;
  background-color: #FAF6E8;
  border: none;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 17px;
  color: #26302E;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.accordion-head:hover {
  background-color: #E4DECB;
}

.accordion-mark {
  font-family: "Courier New", Courier, monospace;
  color: #B0402E;
  font-size: 19px;
  flex: 0 0 auto;
}

.accordion-panel {
  display: none;
  padding: 0 20px 20px 20px;
  font-size: 15.5px;
  color: #26302E;
}

.accordion-item.is-open .accordion-panel {
  display: block;
}

/* ==========================================================================
   COUNTERS
   ========================================================================== */

.counterfield {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.countercell {
  flex: 0 1 auto;
}

.countercell-num {
  font-family: "Courier New", Courier, monospace;
  font-size: 38px;
  font-weight: bold;
  color: #46625E;
  line-height: 1;
}

.countercell-label {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #26302E;
  margin-top: 6px;
}

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

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

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

@media (max-width: 960px) {
  .voucherdesk-grid {
    grid-template-columns: 1fr;
  }
  .vouchercard {
    transform: none;
    padding: 28px 24px 26px 118px;
  }
  .docketrows-masonry {
    grid-template-columns: 1fr;
  }
  .twocol-split {
    grid-template-columns: 1fr;
  }
  .contactgrid {
    grid-template-columns: 1fr;
  }
  .ledgerback-labels {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .cliprail-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cliprail-toggle {
    display: inline-block;
    align-self: flex-end;
    margin-top: -46px;
  }
  .cliprail-slips {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin-top: 8px;
  }
  .cliprail-slips.is-open {
    display: flex;
  }
  .clipslip {
    width: 100%;
    text-align: center;
  }
  .vouchercard {
    padding: 24px 20px 22px 20px;
  }
  .vouchercard-stub {
    position: static;
    width: auto;
    border-right: none;
    border-bottom: 2px dashed #B9B29A;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 14px 0;
    margin-bottom: 16px;
  }
  .vouchercard-stubtext {
    writing-mode: horizontal-tb;
  }
  .vouchercard-headline {
    font-size: 30px;
  }
  .vouchercount-readout {
    font-size: 46px;
  }
  .dockvoucher-two {
    grid-template-columns: 1fr;
  }
  .voucherdesk {
    padding-top: 40px;
  }
  .submast-title {
    font-size: 32px;
  }
  .blockslate-title {
    font-size: 26px;
  }
  .ledgerback-inner {
    padding: 34px 20px 30px 52px;
  }
  .ledgerback-stub {
    position: static;
    margin-top: 18px;
  }
}
