/* CHO BUILDING SERVICES LTD — Joinery Workshop Theme
   Palette: oak-paper #F5EFE3, walnut-ink #33291F,
   bench-forest #3E6B4F, shaving-panel #FBF7EE, pit-deep #241C13,
   walnut-brown #5C4632, hairline #E6DCC9.
   LIGHT theme. No gradients on text, no semi-transparency. */

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

*, *::before, *::after {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Gill Sans", Verdana, sans-serif;
  color: #33291F;
  line-height: 1.2;
  margin: 0 0 0.6em 0;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #3E6B4F;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

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

/* ---------- navigation: timber swatch rail ---------- */
.timbernav {
  background-color: #241C13;
  border-bottom: 6px solid #3E6B4F;
  position: sticky;
  top: 0;
  z-index: 50;
}

.timbernav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 24px 24px;
}

.timbernav-brandline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.burningmark {
  display: flex;
  align-items: center;
  gap: 12px;
}

.burningmark-plate {
  background-color: #241C13;
  border: 3px solid #5C4632;
  color: #FBF7EE;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 3px;
  padding: 10px 18px;
  position: relative;
  box-shadow: 0 4px 0 #000;
}

.burningmark-plate::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 16px;
  width: 26px;
  height: 6px;
  background-color: #5C4632;
}

.burningmark-tag {
  color: #E6DCC9;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", sans-serif;
}

.handsaw {
  position: relative;
  width: 120px;
  height: 26px;
}

.handsaw-handle {
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 22px;
  background-color: #5C4632;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 #7a5f44;
}

.handsaw-handle::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid #241C13;
}

.handsaw-blade {
  position: absolute;
  left: 24px;
  top: 0;
  width: 96px;
  height: 26px;
  clip-path: polygon(0 0, 100% 45%, 100% 55%, 0 100%);
  background-color: #8b99a3;
}

.handsaw-teeth {
  position: absolute;
  left: 24px;
  top: 21px;
  width: 96px;
  height: 5px;
  background: repeating-linear-gradient(90deg, #2c333b 0 3px, #8b99a3 3px 6px);
}

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

.timbernav-link {
  flex: 1 1 auto;
  display: block;
  min-width: 150px;
}

.swatch {
  display: block;
  background-color: #A97B50;
  border-radius: 6px;
  box-shadow: inset 0 3px 0 #8a6135, 0 3px 0 #3E6B4F;
  overflow: hidden;
  position: relative;
}

.swatch-grain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    repeating-linear-gradient(180deg,
      #A5764D 0 4px,
      #8a6135 4px 6px,
      #A5764D 6px 12px),
    linear-gradient(90deg, #B88A57 0%, #A97B50 45%, #b48752 100%);
}

.swatch-grain-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #8a6135;
}

.swatch-endgrain {
  position: absolute;
  top: 2px;
  right: 6px;
  bottom: 2px;
  width: 14px;
  border-radius: 3px;
  background:
    radial-gradient(circle at 30% 30%, #7e5a3a 0 20%, #a97b50 21% 100%),
    repeating-radial-gradient(circle at 30% 30%, #8a6135 0 6px, #a97b50 6px 7px);
  border-left: 2px solid #6f4e33;
}

.swatch-label {
  position: relative;
  display: block;
  padding: 16px 22px;
  color: #241C13;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.swatch-label:hover {
  color: #000;
}

/* ---------- hero: vice and beam ---------- */
.vicebeam {
  background-color: #F5EFE3;
  background-image: repeating-linear-gradient(0deg, #F5EFE3 0 30px, #E6DCC9 30px 31px);
  padding: 40px 0 60px 0;
}

.vicebeam-inner {
  display: flex;
  gap: 40px;
  align-items: center;
}

.vicebeam-stage {
  flex: 0 0 300px;
  position: relative;
  min-height: 320px;
}

.benchedge {
  position: absolute;
  left: 40px;
  right: 20px;
  bottom: 18px;
  height: 16px;
  background: linear-gradient(180deg, #B88A57 0 60%, #8a6135 60% 100%);
  border-radius: 4px;
  box-shadow: 0 6px 0 #5C4632;
}

/* the steel vice */
.vice {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 150px;
}

.vice-screw {
  position: absolute;
  left: 48px;
  top: -18px;
  width: 54px;
  height: 20px;
  background-color: #241C13;
  transform: rotate(-12deg);
  border-radius: 50% 50% 30% 30%;
}

.vice-slide {
  position: absolute;
  top: 0;
  width: 40px;
  bottom: 20px;
  background: linear-gradient(90deg, #55606b, #7b8a97 50%, #55606b);
  border: 2px solid #4a545e;
}

.vice-slide-left { left: 0; }
.vice-slide-right { right: 0; }

.vice-jaw {
  position: absolute;
  top: -8px;
  width: 44px;
  height: 22px;
  background: linear-gradient(180deg, #7b8a97, #4a545e);
  border-radius: 3px;
}

.vice-jaw-left { left: -3px; }
.vice-jaw-right { right: -3px; }

.vice-crank {
  position: absolute;
  bottom: 24px;
  left: 54px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 8px solid #4a545e;
}

/* the beam being gripped — carries the headline */
.vicebeam-copy {
  flex: 1 1 auto;
  padding: 30px 34px 40px 34px;
  background-color: #FBF7EE;
  border: 2px solid #E6DCC9;
  border-left: 10px solid #3E6B4F;
  box-shadow: 0 8px 0 #E6DCC9;
  position: relative;
}

.beam-grain-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 4px;
  background-color: #E6DCC9;
}

.beam-rings {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 60px;
  height: 60px;
  border: 3px solid #5C4632;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px #FBF7EE, inset 0 0 0 11px #5C4632, inset 0 0 0 20px #FBF7EE, inset 0 0 0 23px #5C4632;
}

.vicebeam h1 {
  font-size: 46px;
  margin: 26px 0 14px 0;
  letter-spacing: 1px;
}

.inline-green {
  color: #3E6B4F;
}

.vicebeam p {
  font-size: 17px;
  color: #33291F;
  max-width: 60ch;
}

/* wood-chip call to action buttons */
.vicebeam-cta {
  display: flex;
  gap: 16px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.woodchip-btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 10px 12px 10px 12px;
  background-color: #3E6B4F;
  color: #FBF7EE;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  box-shadow: inset 3px 0 0 #2d4f3a, inset -3px 0 0 #2d4f3a, inset 0 3px 0 #4d805d, inset 0 -3px 0 #2d4f3a, 0 5px 0 #241C13;
}

.woodchip-btn-alt {
  background-color: #5C4632;
  color: #FBF7EE;
  box-shadow: inset 3px 0 0 #44351f, inset 0 3px 0 #6f573f, inset 0 -3px 0 #44351f, 0 5px 0 #241C13;
}

/* handplane, marking gauge, shavings on right of bench */
.bench-tools {
  margin-top: 26px;
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.handplane {
  position: relative;
  width: 120px;
  height: 54px;
}

.handplane-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 34px;
  background: linear-gradient(180deg, #5C4632, #44351f);
  border-radius: 8px 8px 2px 2px;
}

.handplane-toe {
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 14px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 60%);
  background-color: #6f573f;
}

.handplane-heel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 26px;
  background-color: #6f573f;
  border-radius: 2px;
}

.handplane-knob {
  position: absolute;
  left: 8px;
  top: 0;
  width: 26px;
  height: 22px;
  background-color: #3E6B4F;
  border-radius: 40% 40% 40% 40%;
}

.handplane-tote {
  position: absolute;
  right: 18px;
  top: -4px;
  width: 18px;
  height: 24px;
  background-color: #3E6B4F;
  border-radius: 10px 10px 4px 4px;
}

.markinggauge {
  position: relative;
  width: 16px;
  height: 60px;
}

.markinggauge-stem {
  position: absolute;
  top: 0;
  bottom: 6px;
  right: 0;
  width: 10px;
  border-radius: 2px;
  background-color: #B88A57;
  box-shadow: inset -2px 0 0 #8a6135;
}

.markinggauge-pin {
  position: absolute;
  top: 6px;
  right: -2px;
  width: 4px;
  height: 3px;
  background-color: #241C13;
}

.markinggauge-fence {
  position: absolute;
  top: 24px;
  left: 0;
  width: 16px;
  height: 10px;
  background-color: #5C4632;
  border-radius: 2px;
}

.shaving {
  width: 70px;
}

.shaving-curl {
  height: 10px;
  width: 46px;
  background-color: #E4BC86;
  border-radius: 40px 40px 10px 10px;
  box-shadow: inset 0 3px 0 #d9a66a;
  transform: rotate(-6deg);
}

.shaving-curl::after {
  content: "";
  display: block;
  height: 8px;
  width: 22px;
  background-color: #C9965E;
  border-radius: 0 12px 12px 0;
  margin-left: 26px;
}

/* sectional strip */
.section-band {
  padding: 60px 0;
}

.band-lead {
  max-width: 800px;
  font-size: 18px;
  color: #5C4632;
  margin-bottom: 30px;
}

/* ---------- joint gallery: offset two columns ---------- */
.jointgallery {
  padding: 0 0 20px 0;
}

.joint-intro {
  max-width: 60ch;
  margin-bottom: 34px;
  font-size: 17px;
  color: #33291F;
}

.jointgridpair {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 54px;
  flex: 1 1 0;
  min-width: 0;
}

.stack-right {
  margin-top: 150px;
}

.jointpair {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.jointdiagram {
  position: relative;
  flex: 0 0 250px;
  width: 250px;
  max-width: 250px;
  height: 190px;
  background-color: #F5EFE3;
  border: 2px solid #E6DCC9;
  border-bottom: 4px solid #5C4632;
  border-radius: 5px;
  box-shadow: inset 0 0 0 6px #F5EFE3, inset 0 0 0 8px #E6DCC9;
}

.joint-svg {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}

.jd-upper,
.jd-lower,
.jd-lap,
.jd-dovetail,
.jd-tenon,
.jd-tg {
  fill: #B88A57;
  stroke: #5C4632;
  stroke-width: 4;
}

.jd-mitre {
  fill: #C9965E;
  stroke: #5C4632;
  stroke-width: 4;
}

.parttag {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 8px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #5C4632;
  text-transform: uppercase;
  background-color: #E6DCC9;
  padding: 2px 6px;
}

.jointcaption {
  flex: 1 1 auto;
  min-width: 0;
  background-color: #FBF7EE;
  padding: 24px 28px;
  border-right: 6px solid #5C4632;
  border-top: 2px solid #E6DCC9;
  border-bottom: 2px solid #E6DCC9;
  box-shadow: 6px 8px 0 #E6DCC9;
}

.jointcaption {
  flex: 1 1 auto;
  background-color: #FBF7EE;
  padding: 26px 30px;
  border-right: 6px solid #5C4632;
  border-top: 2px solid #E6DCC9;
  border-bottom: 2px solid #E6DCC9;
  box-shadow: 6px 8px 0 #E6DCC9;
}

.jointcaption h3 {
  font-size: 24px;
  color: #3E6B4F;
  margin-bottom: 10px;
}

.jointcaption p {
  margin-bottom: 0.7em;
}

.jointcaption a {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.processlist {
  margin: 0;
  padding-left: 22px;
}

.processlist li {
  padding: 2px 0 14px 4px;
  border-left: 3px solid #E6DCC9;
  margin-left: 10px;
  padding-left: 14px;
  color: #33291F;
}

/* ---------- sawdust line accent strip ---------- */
.sawdustline {
  background-color: #3E6B4F;
  color: #F5EFE3;
  padding: 40px 0;
  margin: 40px 0 0 0;
}

.sawdustline-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.sawdustline h2 {
  color: #F5EFE3;
  font-size: 30px;
  margin-bottom: 12px;
}

.sawdustline p {
  color: #F5EFE3;
  font-size: 17px;
  max-width: 66ch;
  margin: 0 auto 20px auto;
}

.chip-btn-light {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 10px 12px 10px 12px;
  background-color: #FBF7EE;
  color: #241C13;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  box-shadow: 0 5px 0 #2d4f3a;
}

.chip-btn-light:hover {
  background-color: #fffaf0;
  text-decoration: none;
}

/* homepage service copy weave */
.serviceflow {
  padding: 10px 0;
}

.serviceflow p {
  font-size: 17px;
}

.serve-tag {
  color: #3E6B4F;
  font-weight: bold;
}

/* practice note panels */
.note-panel {
  background-color: #FBF7EE;
  border-left: 8px solid #5C4632;
  padding: 20px 26px;
  margin: 22px 0;
  box-shadow: 4px 4px 0 #E6DCC9;
}

.note-panel h3 {
  color: #5C4632;
  font-size: 19px;
}

/* two-column section used on homepage */
.twocol-band {
  display: flex;
  gap: 50px;
}

.colone {
  flex: 1 1 50%;
}

.coltwo {
  flex: 1 1 50%;
}

.recessed-panel {
  background-color: #FBF7EE;
  border: 2px solid #E6DCC9;
  box-shadow: inset 0 0 0 6px #F5EFE3, inset 0 0 0 8px #E6DCC9;
  padding: 30px 32px;
  margin: 26px 0;
}

.recessed-panel h3 {
  color: #3E6B4F;
}

/* ---------- tool tray footer ---------- */
.tooltray {
  background-color: #241C13;
  color: #E6DCC9;
  border-top: 8px solid #5C4632;
  margin-top: 70px;
  padding-bottom: 40px;
}

.tooltray-rim {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 10px 24px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tooltray-rim h3 {
  color: #F5EFE3;
  margin: 0 0 6px 0;
  font-size: 24px;
  letter-spacing: 1px;
}

.tooltray-rim-blurb {
  max-width: 420px;
}

.tooltray-rim-blurb p {
  color: #E6DCC9;
  margin: 0;
  font-size: 15px;
}

.toolbox-figure {
  color: #5C4632;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 20px;
  margin-right: 6px;
}

.tooltray-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 6px 24px;
  background-color: #241C13;
  border-top: 1px dashed #5C4632;
  border-bottom: 1px dashed #5C4632;
}

.tooltray-compartment {
  display: flex;
  gap: 60px;
  padding: 26px 0;
  flex-wrap: wrap;
}

.toolgroup {
  flex: 1 1 200px;
}

.toolgroup h4 {
  color: #B88A57;
  border-bottom: 3px solid #3E6B4F;
  padding-bottom: 6px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Trebuchet MS", sans-serif;
  margin-bottom: 12px;
}

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

.toolgroup li {
  margin-bottom: 8px;
}

.toolgroup a {
  color: #E6DCC9;
  font-weight: normal;
}

.toolgroup a:hover {
  color: #FBF7EE;
  text-decoration: underline;
}

.tooltray-divider-down {
  height: 14px;
  background: linear-gradient(180deg, #5C4632 0 2px, #241C13 2px 14px);
}

.benchrim {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 0 24px;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benchrim-item {
  color: #E6DCC9;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 14px;
}

.benchrim-item strong {
  color: #B88A57;
}

.benchedge-copy {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 0 24px;
  border-top: 3px solid #5C4632;
}

.benchedge-copy p {
  margin: 0;
  color: #CBBEa4;
  font-size: 13px;
}

.benchedge-copy .copyline {
  color: #8a7a63;
}

.phonenow {
  color: #E6DCC9;
  white-space: nowrap;
}

/* ---------- general page header (services / contact) ---------- */
.pagehead {
  background-color: #241C13;
  padding: 34px 0;
  border-bottom: 6px solid #3E6B4F;
  margin-bottom: 0;
}

.pagehead-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.pagehead-subline {
  color: #B88A57;
  font-family: "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  margin-bottom: 4px;
}

.pagehead h1 {
  color: #F5EFE3;
  font-size: 40px;
  margin: 0;
}

.pagehead p {
  color: #D6CBB4;
  font-size: 16px;
  max-width: 70ch;
  margin: 10px 0 0 0;
}

/* ---------- forms ---------- */
.siteform {
  background-color: #FBF7EE;
  border: 2px solid #E6DCC9;
  box-shadow: 0 8px 0 #E6DCC9;
  padding: 30px;
}

.siteform label {
  display: block;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  color: #5C4632;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
}

.siteform-field {
  margin-bottom: 18px;
}

.siteform-input, .siteform-textarea {
  width: 100%;
  background-color: #FFFCF4;
  border: 2px solid #E6DCC9;
  border-bottom: 3px solid #5C4632;
  padding: 11px 13px;
  font-size: 16px;
  font-family: Georgia, serif;
  color: #241C13;
}

.siteform-input:focus, .siteform-textarea:focus {
  outline: none;
  border-color: #3E6B4F;
  border-bottom-color: #3E6B4F;
}

.siteform-textarea {
  min-height: 150px;
  resize: vertical;
}

.sitesubmit {
  display: inline-block;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  border-radius: 10px 12px 10px 12px;
  background-color: #3E6B4F;
  color: #FBF7EE;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  box-shadow: 0 5px 0 #2d4f3a;
}

.sitesubmit:hover {
  background-color: #4d805d;
}

.formnote {
  display: none;
  margin-top: 12px;
  color: #3E6B4F;
  font-size: 15px;
}

.formnote.on {
  display: block;
}

/* info chips row for contact */
.chiprow {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 34px 0;
}

.infochip {
  flex: 1 1 200px;
  background-color: #FBF7EE;
  border-top: 6px solid #5C4632;
  padding: 20px;
  box-shadow: 4px 4px 0 #E6DCC9;
}

.infochip h4 {
  color: #3E6B4F;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: "Trebuchet MS", sans-serif;
  margin-bottom: 8px;
}

.infochip p {
  margin: 0;
  color: #5C4632;
}

.infochip a {
  color: #33291F;
}

/* faq */
.faqitem {
  border: 2px solid #E6DCC9;
  background-color: #FBF7EE;
  margin-bottom: 12px;
}

.faq-q {
  padding: 14px 18px;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  color: #3E6B4F;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-q-mark {
  color: #5C4632;
  font-family: Georgia, serif;
  font-size: 20px;
}

.faq-a {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  color: #33291F;
  transition: max-height 0.3s ease;
}

.faqitem.open .faq-a {
  max-height: 600px;
  padding: 14px 18px;
}

/* ---------- scroll reveal ---------- */
.fade-up {
  opacity: 1;
}

.fade-up:not(.visible) {
  opacity: 0;
  transform: translateY(22px);
}

.fade-up.visible {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ---------- "go to top" not fixed in toolbox courtesy ---------- */

/* ---------- responsive ---------- */
.menu-toggle {
  display: none;
}

@media (max-width: 980px) {
  .vicebeam-inner {
    flex-direction: column;
  }
  .vicebeam-stage {
    order: 2;
    min-height: 200px;
  }
  .vicebeam-copy {
    order: 1;
  }
  .jointtwocolumn {
    flex-direction: column;
  }
  .jointdiagrams {
    flex: none;
  }
  .jointgrid-right, .jointshift {
    margin-top: 0;
  }
  .jointgridpair {
    flex-direction: column;
    gap: 46px;
  }
  .stack-right {
    margin-top: 0;
  }
  .jointpair {
    flex-direction: column;
  }
  .jointdiagram {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .twocol-band {
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    display: inline-block;
    margin: 6px 0 12px 0;
    background-color: #3E6B4F;
    color: #FBF7EE;
    border: none;
    padding: 12px 20px;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 0 #151008;
  }
  .timbernav-wrap {
    display: none;
  }
  .timbernav-wrap.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .timbernav-link {
    min-width: 100%;
  }
}

@media (max-width: 680px) {
  .timbernav-wrap {
    flex-direction: column;
  }
  .timbernav-link {
    min-width: 100%;
  }
  .vicebeam h1 {
    font-size: 32px;
  }
  .bench-tools {
    flex-wrap: wrap;
  }
  .handsaw { display: none; }
  .tooltray-band {
    padding: 6px 12px;
  }
}
