/* HYXVEK LLC - neon tube fabrication shop stylesheet */

:root {
  --bench-charcoal: #211F26;
  --tube-warm: #EDE6D6;
  --flame-neon: #E25836;
  --chalk-grey: #6A7078;
  --well-deep: #151319;
  --tube-paper: #E9E2D0;
  --rack-steel: #33363E;
  --tube-ice: #7FC4CC;
  --drawing-ink: #26221B;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #211F26;
  color: #EDE6D6;
  line-height: 1.65;
  overflow-x: hidden;
}

.shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

img {
  max-width: 100%;
}

/* ---------- PATTERN WALL NAV ---------- */
.patternwall {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #151319;
  border-bottom: 3px solid #33363E;
}

.patternwall-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 30px 24px;
  min-height: 168px;
  background-color: #151319;
  overflow-x: hidden;
}

.patternwall-brand {
  position: absolute;
  left: 24px;
  top: 20px;
  display: inline-block;
  background-color: #E25836;
  color: #1B1712;
  font-weight: 800;
  letter-spacing: 3px;
  font-size: 20px;
  padding: 12px 22px;
  border-radius: 3px;
  text-decoration: none;
  border: 2px solid #E25836;
}

.patternwall-brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #2A1410;
}

.patternwall-tag {
  position: absolute;
  display: block;
  background-color: #E9E2D0;
  color: #26221B;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 7px 14px;
  text-decoration: none;
  border: 1px solid #B9B09A;
  box-shadow: 2px 3px 0 #0C0B0E;
}

.patternwall-tag:hover,
.patternwall-tag:focus {
  background-color: #E25836;
  color: #1B1712;
  border-color: #E25836;
}

.tag-home   { left: 250px; top: 96px;  transform: rotate(-3deg); }
.tag-services { left: 400px; top: 40px; transform: rotate(2deg); }
.tag-contact  { left: 552px; top: 104px; transform: rotate(-2deg); }
.tag-privacy  { left: 706px; top: 34px;  transform: rotate(1.5deg); }
.tag-terms    { left: 862px; top: 100px; transform: rotate(-2.5deg); }

.patternwall-outline {
  position: absolute;
  border: 2px solid #6A7078;
  pointer-events: none;
}

.chalk-ring {
  left: 250px; top: 58px;
  width: 54px; height: 54px;
  border-radius: 50%;
}
.chalk-zigzag {
  left: 404px; top: 30px;
  width: 58px; height: 0;
  border: none;
  border-top: 2px solid #6A7078;
  transform: rotate(18deg);
}
.chalk-arch {
  left: 548px; top: 62px;
  width: 62px; height: 42px;
  border: 2px solid #6A7078;
  border-bottom: none;
  border-radius: 31px 31px 0 0;
}
.chalk-spiral {
  left: 704px; top: 28px;
  width: 52px; height: 52px;
  border: 2px solid #6A7078;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(28deg);
}
.chalk-banner {
  left: 858px; top: 58px;
  width: 66px; height: 38px;
  border: 2px solid #6A7078;
  border-radius: 22px 22px 6px 6px;
  transform: rotate(-8deg);
}

.patternwall-sub {
  position: absolute;
  left: 24px;
  bottom: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #6A7078;
  text-transform: uppercase;
}

.patternwall-toggle {
  position: absolute;
  right: 24px;
  top: 22px;
  display: none;
  background-color: #33363E;
  color: #EDE6D6;
  border: 2px solid #6A7078;
  font-size: 22px;
  line-height: 1;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 3px;
}

/* ---------- BENDER BENCH HERO ---------- */
.benderbench {
  position: relative;
  background-color: #211F26;
  padding: 54px 0 0 0;
}

.benderbench-sheet {
  position: relative;
  z-index: 3;
  max-width: 1180px;
  margin: 0 auto;
  width: calc(100% - 48px);
  background-color: #E9E2D0;
  color: #26221B;
  border: 1px solid #B9B09A;
  box-shadow: 4px 6px 0 #0C0B0E;
  padding: 40px 44px;
  background-image: repeating-linear-gradient(
    #E9E2D0,
    #E9E2D0 27px,
    #CFC7B2 28px
  );
}

.benderbench-sheet-top {
  font-size: 11px;
  letter-spacing: 3px;
  color: #6A7078;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.benderbench-headline {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 18px 0;
  color: #26221B;
  letter-spacing: -1px;
}

.benderbench-headline .lit {
  color: #E25836;
}

.benderbench-rules {
  border-top: 2px solid #26221B;
  border-bottom: 1px solid #6A7078;
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #26221B;
  text-transform: uppercase;
}

.benderbench-bench {
  position: relative;
  z-index: 2;
  margin-top: -14px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 80px);
  height: 150px;
  background-color: #33363E;
  border-top: 6px solid #4A4E58;
  border-bottom: 10px solid #151319;
  box-shadow: 0 12px 0 #0C0B0E;
}

.bench-tube-a,
.bench-tube-b,
.bench-tube-c {
  position: absolute;
  height: 14px;
  border-top: 3px solid #7FC4CC;
  border-bottom: 3px solid #7FC4CC;
  background-color: #211F26;
}

.bench-tube-a {
  left: 60px; top: 58px;
  width: 300px;
  transform: rotate(-5deg);
}
.bench-tube-b {
  left: 352px; top: 74px;
  width: 220px;
  transform: rotate(7deg);
}
.bench-tube-c {
  left: 560px; top: 52px;
  width: 260px;
  transform: rotate(-3deg);
}

.bench-bend {
  position: absolute;
  width: 18px; height: 18px;
  border-radius: 50%;
  background-color: #E25836;
  border: 3px solid #211F26;
}
.bench-bend-one { left: 340px; top: 66px; }
.bench-bend-two { left: 545px; top: 60px; }

.bench-cap {
  position: absolute;
  width: 46px; height: 46px;
  border-radius: 50%;
  background-color: #6A7078;
  border: 5px solid #151319;
}
.bench-cap-left  { left: 22px;  top: 46px; }
.bench-cap-right { left: 846px; top: 46px; }

.bench-cap::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 8px; height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background-color: #E25836;
}

.bench-rule {
  position: absolute;
  left: 60px;
  bottom: 12px;
  width: 480px;
  height: 12px;
  border-top: 2px solid #6A7078;
  border-bottom: 2px solid #6A7078;
}

.benderbench-shelfwrap {
  position: relative;
  z-index: 4;
  max-width: 1180px;
  margin: -10px auto 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
}

.benderbench-shelf {
  width: 520px;
  background-color: #E9E2D0;
  color: #26221B;
  border: 1px solid #B9B09A;
  box-shadow: 3px 5px 0 #0C0B0E;
  padding: 24px 26px;
}

.benderbench-shelf p {
  margin: 0 0 18px 0;
  font-size: 15px;
  color: #26221B;
}

.benderbench-cta {
  display: inline-block;
  background-color: #E25836;
  color: #1B1712;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 12px 22px;
  text-decoration: none;
  border: 2px dashed #26221B;
  transform: rotate(-1deg);
}

.benderbench-cta:hover,
.benderbench-cta:focus {
  background-color: #EDE6D6;
  color: #26221B;
}

.benderbench-cta-two {
  display: inline-block;
  margin-left: 16px;
  color: #26221B;
  font-weight: 700;
  text-decoration: underline;
}

.benderbench-cta-two:hover,
.benderbench-cta-two:focus {
  color: #E25836;
}

/* ---------- GENERIC SECTION ---------- */
.scn {
  padding: 70px 0;
}

.scn-deep {
  background-color: #151319;
}

.scn-steel {
  background-color: #33363E;
}

.scn-head {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 8px 0;
  color: #EDE6D6;
}

.scn-head span {
  color: #E25836;
}

.scn-kicker {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #6A7078;
  margin: 0 0 34px 0;
}

.scn-lede {
  max-width: 820px;
  font-size: 17px;
  margin: 0 0 30px 0;
}

.scn-lede a {
  color: #E25836;
  font-weight: 700;
}

/* ---------- TUBE TEST RACK ---------- */
.tubetest {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  align-items: start;
}

.tubetest-frame {
  position: relative;
  background-color: #33363E;
  border: 5px solid #4A4E58;
  border-radius: 4px;
  padding: 26px 18px 30px 18px;
  min-height: 620px;
}

.tubetest-frame::before,
.tubetest-frame::after {
  content: "";
  position: absolute;
  left: 12px; right: 12px;
  height: 3px;
  background-color: #6A7078;
}
.tubetest-frame::before { top: 14px; }
.tubetest-frame::after  { bottom: 14px; }

.rackunit {
  position: relative;
  height: 92px;
  margin: 4px 0;
}

.rackunit-shape {
  position: absolute;
  left: 50%;
  top: 50%;
}

.unit-ring {
  width: 58px; height: 58px;
  margin: -29px 0 0 -29px;
  border: 4px solid #E25836;
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.unit-zig {
  left: 50%; top: 50%;
  width: 78px; height: 0;
  margin: -20px 0 0 -39px;
  border: none;
  border-top: 4px solid #E25836;
  transform: rotate(16deg);
  position: absolute;
}
.unit-zig::after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 78px; height: 0;
  border-top: 4px solid #E25836;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.unit-arch {
  width: 74px; height: 46px;
  margin: -23px 0 0 -37px;
  border: 4px solid #E25836;
  border-bottom: none;
  border-radius: 37px 37px 0 0;
  transform: rotate(1.5deg);
}

.unit-spiral {
  width: 58px; height: 58px;
  margin: -29px 0 0 -29px;
  border: 4px solid #7FC4CC;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(24deg);
}

.unit-banner {
  width: 82px; height: 44px;
  margin: -22px 0 0 -41px;
  border: 4px solid #E25836;
  border-radius: 24px 24px 6px 6px;
  transform: rotate(-1deg);
}

.unit-ladder {
  width: 46px; height: 66px;
  margin: -33px 0 0 -23px;
  border-left: 4px solid #E25836;
  border-right: 4px solid #E25836;
  border-bottom: 4px solid #E25836;
  transform: rotate(2deg);
}
.unit-ladder::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 18px;
  border-top: 4px solid #E25836;
}

.tubetest-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.tubecard {
  position: relative;
  background-color: #E9E2D0;
  color: #26221B;
  border: 1px solid #B9B09A;
  box-shadow: 3px 4px 0 #0C0B0E;
  padding: 18px 22px 20px 22px;
}

.tubecard:nth-child(odd)  { transform: rotate(-0.4deg); }
.tubecard:nth-child(even) { transform: rotate(0.5deg); }

.tubecard h3 {
  margin: 0 0 8px 0;
  font-size: 19px;
  color: #26221B;
}

.tubecard h3 a {
  color: #B93F22;
  text-decoration: none;
}

.tubecard h3 a:hover,
.tubecard h3 a:focus {
  text-decoration: underline;
}

.tubecard p {
  margin: 0;
  font-size: 14.5px;
  color: #322D24;
}

.tubecard-tag {
  position: absolute;
  top: 14px;
  right: 16px;
  background-color: #26221B;
  color: #E9E2D0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 9px;
}

.tubecard-stamp {
  border: 3px double #B93F22;
}

.tubecard-stamp .tubecard-testmark {
  display: inline-block;
  margin-top: 12px;
  border: 2px solid #B93F22;
  color: #B93F22;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 2px 8px;
  transform: rotate(-2deg);
}

/* ---------- ELECTRODE STRIP ---------- */
.electrodestrip {
  background-color: #151319;
  border-top: 3px solid #33363E;
  border-bottom: 3px solid #33363E;
  padding: 30px 0;
}

.electrodestrip-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.electrode-block {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 50%;
  background-color: #E25836;
  border: 4px solid #6A7078;
  position: relative;
}
.electrode-block::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 12px; height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background-color: #151319;
}

.electrodestrip-text {
  flex: 1 1 auto;
  margin: 0;
  font-size: 16px;
  color: #EDE6D6;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* ---------- PROSE BLOCKS (homepage richness) ---------- */
.proseblock {
  max-width: 900px;
}

.proseblock h3 {
  color: #EDE6D6;
  font-size: 23px;
  margin: 34px 0 10px 0;
}

.proseblock h3 span {
  color: #E25836;
}

.proseblock p {
  margin: 0 0 16px 0;
  font-size: 16px;
  color: #EDE6D6;
}

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

.proseblock li {
  margin-bottom: 9px;
  color: #EDE6D6;
}

.proseblock a {
  color: #E25836;
  font-weight: 700;
}

.listsplit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 26px;
}

.tiltstack {
  background-color: #33363E;
  border-left: 6px solid #E25836;
  padding: 22px 24px;
}

.tiltstack h4 {
  margin: 0 0 10px 0;
  color: #EDE6D6;
  font-size: 18px;
}

.tiltstack p {
  margin: 0;
  font-size: 15px;
  color: #EDE6D6;
}

.tiltstack a {
  color: #E25836;
  font-weight: 700;
}

/* ---------- PROCESS STEPS (services) ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.procstep {
  background-color: #2A2830;
  border: 1px solid #4A4E58;
  border-top: 4px solid #E25836;
  padding: 20px 22px;
}

.procstep-num {
  display: inline-block;
  background-color: #E25836;
  color: #1B1712;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.procstep h4 {
  margin: 0 0 8px 0;
  color: #EDE6D6;
  font-size: 18px;
}

.procstep p {
  margin: 0;
  font-size: 15px;
  color: #EDE6D6;
}

/* ---------- SERVICE DETAIL (services page) ---------- */
.servdetail {
  border-left: 5px solid #6A7078;
  padding: 6px 0 6px 24px;
  margin-bottom: 44px;
}

.servdetail h3 {
  margin: 0 0 6px 0;
  color: #E25836;
  font-size: 24px;
}

.servdetail .servtag {
  display: inline-block;
  background-color: #6A7078;
  color: #151319;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 2px 9px;
  margin-bottom: 12px;
}

.servdetail p {
  margin: 0 0 14px 0;
  color: #EDE6D6;
}

.servdetail ul {
  margin: 0;
  padding-left: 22px;
  color: #EDE6D6;
}

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

/* ---------- CONTACT ---------- */
.contactgrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.contactform {
  background-color: #2A2830;
  border: 1px solid #4A4E58;
  padding: 28px 28px 32px 28px;
}

.contactform label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6A7078;
  margin: 16px 0 6px 0;
}

.contactform input,
.contactform textarea {
  width: 100%;
  background-color: #151319;
  border: 1px solid #6A7078;
  color: #EDE6D6;
  font-size: 15px;
  font-family: inherit;
  padding: 11px 12px;
}

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

.contactform input:focus,
.contactform textarea:focus {
  outline: 2px solid #E25836;
  border-color: #E25836;
}

.contactform button {
  margin-top: 20px;
  background-color: #E25836;
  color: #1B1712;
  border: 2px solid #E25836;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 13px 26px;
  cursor: pointer;
}

.contactform button:hover,
.contactform button:focus {
  background-color: #EDE6D6;
  color: #26221B;
  border-color: #EDE6D6;
}

.formnote {
  margin-top: 14px;
  font-size: 13px;
  color: #6A7078;
}

.contactinfo {
  background-color: #33363E;
  border-top: 5px solid #E25836;
  padding: 26px 26px 30px 26px;
}

.contactinfo h3 {
  margin: 0 0 14px 0;
  color: #EDE6D6;
  font-size: 20px;
}

.contactinfo p {
  margin: 0 0 14px 0;
  color: #EDE6D6;
  font-size: 15px;
}

.contactinfo a {
  color: #E25836;
  font-weight: 700;
}

.contactinfo .info-label {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6A7078;
  margin-bottom: 3px;
}

/* ---------- FAQ ---------- */
.faqitem {
  background-color: #2A2830;
  border: 1px solid #4A4E58;
  margin-bottom: 14px;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #33363E;
  color: #EDE6D6;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  padding: 16px 20px;
  cursor: pointer;
}

.faqq:hover,
.faqq:focus {
  background-color: #3C404A;
  color: #E25836;
}

.faqa {
  display: none;
  padding: 16px 20px;
  color: #EDE6D6;
  font-size: 15px;
}

.faqa.open {
  display: block;
}

/* ---------- CTA PANEL ---------- */
.ctapanel {
  background-color: #E9E2D0;
  color: #26221B;
  border-left: 8px solid #E25836;
  padding: 30px 32px;
}

.ctapanel h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  color: #26221B;
}

.ctapanel p {
  margin: 0 0 18px 0;
  color: #322D24;
}

.ctapanel a {
  display: inline-block;
  background-color: #E25836;
  color: #1B1712;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 12px 22px;
  text-decoration: none;
  border: 2px dashed #26221B;
}

.ctapanel a:hover,
.ctapanel a:focus {
  background-color: #33363E;
  color: #EDE6D6;
  border-color: #33363E;
}

/* ---------- TRANSFORMER ROOM FOOTER ---------- */
.transformerroom {
  background-color: #151319;
  border-top: 4px solid #33363E;
  padding: 44px 0 0 0;
}

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

.transformerroom-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 2px solid #6A7078;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.transformerroom-rail a {
  background-color: #E9E2D0;
  color: #26221B;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  text-decoration: none;
  border: 1px solid #B9B09A;
  transform: rotate(-1deg);
}

.transformerroom-rail a:nth-child(even) {
  transform: rotate(1.2deg);
}

.transformerroom-rail a:hover,
.transformerroom-rail a:focus {
  background-color: #E25836;
  color: #1B1712;
}

.transformerroom-units {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-bottom: 30px;
}

.transformer-plate {
  position: relative;
  background-color: #E9E2D0;
  color: #26221B;
  padding: 20px 22px 40px 22px;
  border: 1px solid #B9B09A;
}

.transformer-label {
  display: inline-block;
  background-color: #33363E;
  color: #EDE6D6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 3px 9px;
  margin-bottom: 10px;
}

.transformer-plate p {
  margin: 0;
  font-size: 14px;
  color: #322D24;
}

.transformer-cable {
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 30px;
  background-color: #6A7078;
}
.transformer-cable.c1 { left: 30px; }
.transformer-cable.c2 { left: 40px; }

.transformer-note {
  grid-column: 1 / -1;
  background-color: #33363E;
  border: 2px solid #6A7078;
  color: #EDE6D6;
  padding: 20px 24px;
  text-align: center;
}

.transformer-note strong {
  display: block;
  color: #E25836;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.transformer-note p {
  margin: 0;
  font-size: 14px;
  color: #EDE6D6;
}

.transformer-plinth {
  background-color: #33363E;
  border-top: 3px solid #6A7078;
  padding: 16px 0;
}

.transformer-plinth-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  align-items: center;
  font-size: 13px;
  color: #EDE6D6;
}

.transformer-plinth-inner a {
  color: #E25836;
  text-decoration: none;
  font-weight: 600;
}

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

.electrode-glyph {
  display: inline-block;
  width: 12px; height: 12px;
  border-radius: 50%;
  background-color: #E25836;
  border: 2px solid #6A7078;
  margin-right: 7px;
  vertical-align: middle;
}

/* ---------- SCROLL REVEAL ---------- */
.reveal {
  transform: translateY(24px);
  transition: transform 0.55s ease;
}

.reveal.shown {
  transform: translateY(0);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px) {
  .tag-home   { left: 20px; top: 90px; }
  .tag-services { left: 160px; top: 40px; }
  .tag-contact  { left: 300px; top: 96px; }
  .tag-privacy  { left: 440px; top: 36px; }
  .tag-terms    { left: 580px; top: 94px; }
  .chalk-ring   { left: 20px; }
  .chalk-zigzag { left: 164px; }
  .chalk-arch   { left: 296px; }
  .chalk-spiral { left: 438px; }
  .chalk-banner { left: 576px; }
  .bench-cap-right { left: 620px; }
  .tubetest { grid-template-columns: 280px 1fr; }
}

@media (max-width: 820px) {
  .patternwall-toggle { display: block; }
  .patternwall-inner { min-height: 84px; padding: 18px 20px; }
  .patternwall-brand { position: static; display: inline-block; font-size: 17px; }
  .patternwall-sub { display: none; }
  .tag-home, .tag-services, .tag-contact, .tag-privacy, .tag-terms {
    position: static;
    transform: none;
    display: block;
    margin-top: 10px;
  }
  .patternwall-outline { display: none; }
  .patternwall-tag { width: 100%; text-align: center; }
  .patternwall-inner { display: flex; flex-direction: column; }
  .benderbench-headline { font-size: 34px; }
  .benderbench-sheet { padding: 26px 22px; }
  .benderbench-bench { height: 110px; width: calc(100% - 30px); }
  .bench-cap-right { left: auto; right: 22px; }
  .bench-tube-a { width: 180px; }
  .bench-tube-b { left: 218px; width: 140px; }
  .bench-tube-c { left: 360px; width: 150px; }
  .bench-bend-one { left: 210px; }
  .bench-bend-two { left: 350px; }
  .bench-rule { width: 300px; }
  .benderbench-shelfwrap { justify-content: center; }
  .benderbench-shelf { width: 100%; }
  .tubetest { grid-template-columns: 1fr; }
  .tubetest-frame { min-height: 560px; }
  .contactgrid { grid-template-columns: 1fr; }
  .listsplit { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .transformerroom-units { grid-template-columns: 1fr; }
  .electrodestrip-inner { flex-direction: column; text-align: center; gap: 14px; }
  .scn-head { font-size: 27px; }
}
