/* ============================================================
   DFH DEVELOPMENTS LTD — Border Tweed Mill system stylesheet
   Palette (solid only, no rgba, no opacity, no text gradients):
     mill-paper      #F4F1E8  body background
     border-ink      #2B2823  body text
     heather-dye     #7D4E68  accent
     weaving-card    #FAF7EE  inset cards
     moss-course     #5F6B44  tartan stripe only
     slate-woof      #4A5A66  tartan stripe + header warp
     heather-deep    #5E3A4E  accent hover / dark accent
   ============================================================ */

/* ---------- reset-ish ---------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #F4F1E8;
  color: #2B2823;
  font-family: "Georgia", "Iowan Old Style", "Palatino Linotype", serif;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Iowan Old Style", "Palatino Linotype", serif;
  line-height: 1.22;
  margin: 0 0 0.6em 0;
  color: #2B2823;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 1.1em 0;
}

a {
  color: #7D4E68;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5E3A4E;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 0 0 1.2em 0;
  padding-left: 1.4em;
}

li {
  margin-bottom: 0.45em;
}

.reveal {
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease;
}

.reveal.is-hidden {
  opacity: 0;
  transform: translateY(28px);
}

.reveal.is-shown {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   1. HEDDLE FRAME HEADER  (.heddlehead)
   Warp-thread stripe band + beater plaque brand + heddle loops
   ============================================================ */
.heddlehead {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F4F1E8;
  background-image: repeating-linear-gradient(
    90deg,
    #F4F1E8 0px,
    #F4F1E8 9px,
    #4A5A66 9px,
    #4A5A66 10px
  );
  border-bottom: 3px solid #4A5A66;
}

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

.beaterplaque {
  display: inline-flex;
  flex-direction: column;
  background-color: #7D4E68;
  color: #FAF7EE;
  padding: 9px 18px 10px 18px;
  border: 2px solid #5E3A4E;
  border-radius: 3px;
  box-shadow: 4px 4px 0 #2B2823;
}

.beaterplaque-name {
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FAF7EE;
  line-height: 1.15;
}

.beaterplaque-sub {
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #FAF7EE;
  margin-top: 3px;
}

.threadbar {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 10px;
  position: relative;
  padding-top: 9px;
}

.threadbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background-color: #4A5A66;
}

.heddleloop {
  flex: 0 0 auto;
  background-color: #FAF7EE;
  border: 2px solid #4A5A66;
  border-radius: 16px 16px 14px 14px;
  padding: 1px;
}

.heddleloop a {
  display: block;
  padding: 7px 15px 8px 15px;
  font-family: "Georgia", serif;
  font-size: 0.83rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2B2823;
  font-weight: 700;
  white-space: nowrap;
}

.heddleloop a:hover,
.heddleloop a:focus {
  color: #7D4E68;
  text-decoration: none;
}

.heddleloop.hoop-a { margin-top: 0; }
.heddleloop.hoop-b { margin-top: 8px; }
.heddleloop.hoop-c { margin-top: 2px; }
.heddleloop.hoop-d { margin-top: 11px; }
.heddleloop.hoop-e { margin-top: 4px; }

.heddlenav-toggle {
  display: none;
  background-color: #FAF7EE;
  border: 2px solid #4A5A66;
  border-radius: 4px;
  color: #2B2823;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 9px 14px;
  cursor: pointer;
  margin-left: auto;
}

.heddlenav-toggle:hover,
.heddlenav-toggle:focus {
  color: #7D4E68;
}

.threadline {
  height: 2px;
  background-color: #2B2823;
}

/* ============================================================
   2. SHUTTLE RACE HERO  (.shuttlehero)
   ============================================================ */
.shuttlehero {
  background-color: #F4F1E8;
  border-bottom: 3px solid #2B2823;
}

.shuttlehero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 62px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
  align-items: center;
}

.shuttlehero-copy {
  flex: 1 1 480px;
  max-width: 54%;
}

.shuttlehero-kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2B2823;
  background-color: #FAF7EE;
  border: 2px solid #2B2823;
  padding: 6px 13px;
  margin-bottom: 22px;
}

.shuttlehero h1 {
  font-size: 2.85rem;
  margin-bottom: 0.5em;
}

.shuttlehero h1 .dye {
  color: #7D4E68;
}

.shuttlehero-lede {
  font-size: 1.06rem;
  max-width: 60ch;
  margin-bottom: 1.4em;
}

.clothlabel-btn {
  display: inline-block;
  background-color: #7D4E68;
  color: #FAF7EE;
  border: 2px solid #5E3A4E;
  border-radius: 3px;
  padding: 12px 22px;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 12px 12px 0;
  box-shadow: 4px 4px 0 #2B2823;
}

.clothlabel-btn:hover,
.clothlabel-btn:focus {
  background-color: #5E3A4E;
  color: #FAF7EE;
  text-decoration: none;
}

.clothlabel-btn.second {
  background-color: #FAF7EE;
  color: #2B2823;
  border-color: #2B2823;
}

.clothlabel-btn.second:hover,
.clothlabel-btn.second:focus {
  background-color: #F4F1E8;
  color: #7D4E68;
  text-decoration: none;
}

/* ---------- CSS loom scene ---------- */
.shuttlehero-loom {
  flex: 1 1 380px;
  max-width: 46%;
}

.loomscene {
  position: relative;
  background-color: #FAF7EE;
  border: 4px solid #2B2823;
  border-radius: 4px;
  padding: 22px 22px 26px 22px;
  box-shadow: 8px 8px 0 #4A5A66;
}

.loomscene-frame {
  position: relative;
  border: 6px solid #7D4E68;
  border-radius: 2px;
  background-color: #F4F1E8;
  padding: 0;
  overflow: hidden;
}

.loomwarp {
  height: 148px;
  background-image: repeating-linear-gradient(
    90deg,
    #4A5A66 0px,
    #4A5A66 3px,
    #F4F1E8 3px,
    #F4F1E8 11px,
    #5F6B44 11px,
    #5F6B44 13px,
    #F4F1E8 13px,
    #F4F1E8 24px
  );
}

.loomcloth {
  height: 54px;
  background-color: #7D4E68;
  background-image:
    repeating-linear-gradient(90deg,
      #7D4E68 0px, #7D4E68 14px,
      #5E3A4E 14px, #5E3A4E 18px,
      #7D4E68 18px, #7D4E68 30px),
    repeating-linear-gradient(0deg,
      #7D4E68 0px, #7D4E68 10px,
      #4A5A66 10px, #4A5A66 13px,
      #7D4E68 13px, #7D4E68 22px);
  background-blend-mode: multiply;
}

.loomrace {
  position: relative;
  height: 22px;
  background-color: #2B2823;
}

.loomshuttle {
  position: absolute;
  top: -13px;
  left: 34%;
  width: 62px;
  height: 15px;
  background-color: #FAF7EE;
  border: 2px solid #2B2823;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  clip-path: polygon(0 50%, 22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%);
}

.loomshuttle::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 96px;
  height: 2px;
  margin-top: -1px;
  background-color: #7D4E68;
}

.loomweft {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 2px;
  background-color: #FAF7EE;
}

.loomreed {
  display: flex;
  gap: 3px;
  padding: 6px 8px;
  background-color: #FAF7EE;
  border-top: 2px solid #2B2823;
  border-bottom: 2px solid #2B2823;
}

.loomreed span {
  flex: 1 1 auto;
  height: 20px;
  background-color: #4A5A66;
}

.loombeam {
  height: 34px;
  margin-top: 12px;
  background-color: #7D4E68;
  border: 3px solid #2B2823;
  border-radius: 18px;
  position: relative;
}

.loombeam::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border: 3px solid #2B2823;
  border-radius: 50%;
  background-color: #FAF7EE;
}

.loombeam::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 12px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #2B2823;
}

.loomcaption {
  margin: 14px 0 0 0;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2B2823;
  text-align: center;
}

/* ============================================================
   3. GENERIC SECTION WRAPPERS
   ============================================================ */
.band {
  padding: 62px 0 64px 0;
}

.band-paper {
  background-color: #F4F1E8;
}

.band-card {
  background-color: #FAF7EE;
  border-top: 3px solid #2B2823;
  border-bottom: 3px solid #2B2823;
}

.band-ink {
  background-color: #2B2823;
  color: #FAF7EE;
  border-top: 3px solid #7D4E68;
  border-bottom: 3px solid #7D4E68;
}

.band-ink h2,
.band-ink h3,
.band-ink h4 {
  color: #FAF7EE;
}

.band-ink p,
.band-ink li {
  color: #F4F1E8;
}

.band-ink a {
  color: #FAF7EE;
  text-decoration: underline;
}

.band-ink a:hover,
.band-ink a:focus {
  color: #F4F1E8;
}

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

.shell-narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-head .eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #FAF7EE;
  background-color: #7D4E68;
  padding: 6px 13px;
  margin-bottom: 16px;
}

.section-head h2 {
  font-size: 1.95rem;
  margin-bottom: 0.45em;
}

.section-head p {
  font-size: 1rem;
  margin-bottom: 0;
}

.rulethread {
  height: 3px;
  background-color: #7D4E68;
  margin: 30px 0;
}

/* ============================================================
   4. SETT COURSES  (.settcourse)
   Six tartan cloth courses with alternating indent + labels
   ============================================================ */
.settcourses {
  padding: 58px 0 40px 0;
  background-color: #F4F1E8;
  background-image: repeating-linear-gradient(
    0deg,
    #F4F1E8 0px,
    #F4F1E8 30px,
    #E7E2D3 30px,
    #E7E2D3 31px
  );
}

.settcourse {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 0 auto;
  height: 168px;
  border: 3px solid #2B2823;
  border-radius: 2px;
  background-color: #FAF7EE;
  box-shadow: 6px 6px 0 #2B2823;
}

.settcourse-a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image:
    repeating-linear-gradient(90deg,
      #7D4E68 0px, #7D4E68 26px,
      #5E3A4E 26px, #5E3A4E 34px,
      #7D4E68 34px, #7D4E68 60px,
      #FAF7EE 60px, #FAF7EE 70px),
    repeating-linear-gradient(0deg,
      #7D4E68 0px, #7D4E68 20px,
      #4A5A66 20px, #4A5A66 26px,
      #7D4E68 26px, #7D4E68 46px);
  background-blend-mode: multiply;
}

.settcourse-b {
  width: 78%;
  margin-left: auto;
  margin-right: 0;
  background-image:
    repeating-linear-gradient(90deg,
      #4A5A66 0px, #4A5A66 18px,
      #5F6B44 18px, #5F6B44 26px,
      #4A5A66 26px, #4A5A66 44px,
      #FAF7EE 44px, #FAF7EE 52px),
    repeating-linear-gradient(0deg,
      #4A5A66 0px, #4A5A66 16px,
      #7D4E68 16px, #7D4E68 21px,
      #4A5A66 21px, #4A5A66 37px);
  background-blend-mode: multiply;
}

.settcourse-c {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  background-image:
    repeating-linear-gradient(90deg,
      #5F6B44 0px, #5F6B44 14px,
      #7D4E68 14px, #7D4E68 22px,
      #5F6B44 22px, #5F6B44 36px,
      #FAF7EE 36px, #FAF7EE 44px),
    repeating-linear-gradient(0deg,
      #5F6B44 0px, #5F6B44 13px,
      #4A5A66 13px, #4A5A66 18px,
      #5F6B44 18px, #5F6B44 31px);
  background-blend-mode: multiply;
}

.settcourse-d {
  width: 86%;
  margin-left: 9%;
  margin-right: auto;
  background-image:
    repeating-linear-gradient(90deg,
      #7D4E68 0px, #7D4E68 30px,
      #4A5A66 30px, #4A5A66 38px,
      #7D4E68 38px, #7D4E68 68px,
      #FAF7EE 68px, #FAF7EE 78px),
    repeating-linear-gradient(0deg,
      #7D4E68 0px, #7D4E68 24px,
      #5F6B44 24px, #5F6B44 30px,
      #7D4E68 30px, #7D4E68 54px);
  background-blend-mode: multiply;
}

.settcourse-e {
  width: 74%;
  margin-left: auto;
  margin-right: 7%;
  background-image:
    repeating-linear-gradient(90deg,
      #4A5A66 0px, #4A5A66 20px,
      #7D4E68 20px, #7D4E68 28px,
      #4A5A66 28px, #4A5A66 48px,
      #FAF7EE 48px, #FAF7EE 56px),
    repeating-linear-gradient(0deg,
      #4A5A66 0px, #4A5A66 15px,
      #5F6B44 15px, #5F6B44 20px,
      #4A5A66 20px, #4A5A66 35px);
  background-blend-mode: multiply;
}

.settcourse-f {
  width: 92%;
  margin-left: 4%;
  margin-right: auto;
  background-image:
    repeating-linear-gradient(90deg,
      #5F6B44 0px, #5F6B44 16px,
      #4A5A66 16px, #4A5A66 24px,
      #5F6B44 24px, #5F6B44 40px,
      #FAF7EE 40px, #FAF7EE 48px),
    repeating-linear-gradient(0deg,
      #5F6B44 0px, #5F6B44 18px,
      #7D4E68 18px, #7D4E68 24px,
      #5F6B44 24px, #5F6B44 42px);
  background-blend-mode: multiply;
}

.courselabel {
  position: absolute;
  top: 18px;
  width: 400px;
  max-width: 84%;
  background-color: #FAF7EE;
  border: 3px solid #2B2823;
  border-radius: 2px;
  padding: 18px 20px 20px 20px;
  box-shadow: 7px 7px 0 #2B2823;
}

.courselabel.right {
  right: 40px;
}

.courselabel.left {
  left: 40px;
}

.courselabel h3 {
  color: #7D4E68;
  font-size: 1.24rem;
  margin-bottom: 0.4em;
  padding-right: 56px;
}

.courselabel p {
  font-size: 0.94rem;
  margin-bottom: 0.7em;
  color: #2B2823;
}

.courselabel .morelink {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #7D4E68;
}

.cliptag {
  position: absolute;
  top: -12px;
  right: 16px;
  background-color: #7D4E68;
  color: #FAF7EE;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 11px 5px 11px;
  border: 2px solid #2B2823;
  border-radius: 2px;
}

.woofthread {
  max-width: 1180px;
  height: 3px;
  margin: 26px auto 26px auto;
  background-color: #4A5A66;
}

.woofthread.short {
  max-width: 900px;
  background-color: #7D4E68;
}

/* ============================================================
   5. MILL GATE STRIP  (.millgate)
   ============================================================ */
.millgate {
  background-color: #7D4E68;
  border-top: 4px solid #2B2823;
  border-bottom: 4px solid #2B2823;
  padding: 34px 0 36px 0;
}

.millgate-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  text-align: center;
}

.millgate p {
  color: #FAF7EE;
  font-size: 1.06rem;
  margin: 0;
  max-width: 780px;
}

.millgate strong {
  color: #FAF7EE;
  letter-spacing: 0.04em;
}

.boatglyph {
  display: inline-block;
  width: 34px;
  height: 12px;
  background-color: #FAF7EE;
  clip-path: polygon(0 50%, 24% 0, 76% 0, 100% 50%, 76% 100%, 24% 100%);
  flex: 0 0 auto;
}

/* ============================================================
   6. CONTENT BLOCKS (homepage prose, stats as woven sett bars)
   ============================================================ */
.twocol {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
  align-items: flex-start;
}

.twocol .col-main {
  flex: 1 1 560px;
  max-width: 62%;
}

.twocol .col-side {
  flex: 1 1 300px;
  max-width: 34%;
}

.card-inset {
  background-color: #FAF7EE;
  border: 3px solid #2B2823;
  border-radius: 2px;
  padding: 24px 24px 20px 24px;
  box-shadow: 6px 6px 0 #7D4E68;
  margin-bottom: 26px;
}

.card-inset h3 {
  color: #7D4E68;
  font-size: 1.16rem;
  margin-bottom: 0.4em;
}

.card-inset p:last-child {
  margin-bottom: 0;
}

.serviceprose {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 2px dotted #4A5A66;
}

.serviceprose:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.serviceprose h3 {
  font-size: 1.14rem;
  color: #2B2823;
  margin-bottom: 0.35em;
}

.serviceprose h3 a {
  color: #7D4E68;
}

.serviceprose p {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.settswatches {
  display: flex;
  gap: 10px;
  margin: 10px 0 4px 0;
}

.settswatch {
  height: 26px;
  flex: 1 1 auto;
  border: 2px solid #2B2823;
}

.settswatch.sw-a {
  background-image: repeating-linear-gradient(90deg,
    #7D4E68 0px, #7D4E68 6px,
    #FAF7EE 6px, #FAF7EE 10px);
}

.settswatch.sw-b {
  background-image: repeating-linear-gradient(90deg,
    #4A5A66 0px, #4A5A66 6px,
    #5F6B44 6px, #5F6B44 10px);
}

.settswatch.sw-c {
  background-image: repeating-linear-gradient(90deg,
    #5F6B44 0px, #5F6B44 6px,
    #FAF7EE 6px, #FAF7EE 10px);
}

/* ---------- process weaving-card rows (non-uniform) ---------- */
.processrow {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: stretch;
  margin-bottom: 22px;
}

.processcard {
  background-color: #FAF7EE;
  border: 3px solid #2B2823;
  border-radius: 2px;
  padding: 20px 22px;
}

.processcard h3 {
  color: #7D4E68;
  font-size: 1.08rem;
  margin-bottom: 0.35em;
}

.processcard p {
  font-size: 0.93rem;
  margin-bottom: 0;
}

.processcard.wide {
  flex: 1 1 100%;
}

.processcard.half {
  flex: 1 1 300px;
}

.processcard.tilt {
  box-shadow: 5px 5px 0 #4A5A66;
}

/* ============================================================
   7. TAPE MEASURE FOOTER  (.tapemeasure)
   ============================================================ */
.tapemeasure {
  background-color: #2B2823;
  color: #FAF7EE;
  border-top: 5px solid #7D4E68;
  position: relative;
}

.tapemeasure-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px 48px;
}

.tapemeasure-brand {
  flex: 1 1 320px;
  max-width: 40%;
}

.loomglyph {
  width: 74px;
  height: 52px;
  margin-bottom: 16px;
  position: relative;
  border: 3px solid #FAF7EE;
  border-radius: 2px;
  background-image: repeating-linear-gradient(90deg,
    #4A5A66 0px, #4A5A66 3px,
    #2B2823 3px, #2B2823 8px);
}

.loomglyph::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 30px;
  height: 10px;
  margin-left: -15px;
  background-color: #7D4E68;
  border: 2px solid #FAF7EE;
  border-radius: 6px;
}

.tapemeasure-brand h2 {
  color: #FAF7EE;
  font-size: 1.28rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}

.tapemeasure-brand p {
  color: #F4F1E8;
  font-size: 0.93rem;
  margin-bottom: 0;
}

.hemcol {
  flex: 1 1 190px;
  max-width: 26%;
}

.hemcol h3 {
  color: #FAF7EE;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: 2px solid #7D4E68;
}

.hemcard {
  display: block;
  background-color: #FAF7EE;
  color: #2B2823;
  border: 2px solid #7D4E68;
  border-radius: 2px;
  padding: 9px 13px 9px 30px;
  margin-bottom: 9px;
  font-size: 0.88rem;
  position: relative;
  font-weight: 700;
}

.hemcard:hover,
.hemcard:focus {
  background-color: #7D4E68;
  color: #FAF7EE;
  text-decoration: none;
}

.hemcard::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #7D4E68;
  border: 2px solid #2B2823;
}

.hemcard:hover::before,
.hemcard:focus::before {
  background-color: #FAF7EE;
}

/* ---------- tape strip along footer base ---------- */
.tapestrip {
  border-top: 3px solid #7D4E68;
  background-color: #F4F1E8;
  color: #2B2823;
  position: relative;
  padding: 0;
}

.clothroll {
  position: absolute;
  left: 0;
  top: -30px;
  width: 84px;
  height: 60px;
  background-color: #7D4E68;
  border: 3px solid #2B2823;
  border-radius: 0 26px 26px 0;
}

.clothroll::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  border: 3px solid #2B2823;
  border-radius: 50%;
  background-color: #FAF7EE;
}

.clothroll::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 3px;
  margin-top: -1.5px;
  background-color: #2B2823;
  box-shadow: 0 -5px 0 #2B2823, 0 5px 0 #2B2823;
}

.tapefield {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 20px 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  background-image: repeating-linear-gradient(90deg,
    #2B2823 0px, #2B2823 2px,
    #F4F1E8 2px, #F4F1E8 44px);
  background-position: bottom left;
  background-size: 100% 9px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #2B2823;
}

.tapeitem {
  font-size: 0.84rem;
  color: #2B2823;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tapeitem a {
  color: #7D4E68;
}

.tapeitem.tick {
  padding-left: 12px;
  position: relative;
}

.tapeitem.tick::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 14px;
  background-color: #7D4E68;
}

/* ============================================================
   8. SUB-PAGE HERO + shared patterns (services, contact)
   ============================================================ */
.subhero {
  background-color: #FAF7EE;
  border-bottom: 3px solid #2B2823;
  padding: 48px 0 50px 0;
  background-image: repeating-linear-gradient(0deg,
    #FAF7EE 0px, #FAF7EE 34px,
    #E7E2D3 34px, #E7E2D3 35px);
}

.subhero h1 {
  font-size: 2.3rem;
  color: #2B2823;
  margin-bottom: 0.35em;
}

.subhero h1 .dye {
  color: #7D4E68;
}

.subhero p {
  font-size: 1.02rem;
  max-width: 72ch;
}

.crumb {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7D4E68;
  font-weight: 700;
  margin-bottom: 14px;
}

.crumb a {
  color: #7D4E68;
}

.serviceband {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 44px;
  align-items: flex-start;
  padding: 34px 0;
  border-bottom: 3px solid #4A5A66;
}

.serviceband:last-of-type {
  border-bottom: none;
}

.serviceband-head {
  flex: 1 1 250px;
  max-width: 30%;
}

.serviceband-head .servicenum {
  display: inline-block;
  background-color: #7D4E68;
  color: #FAF7EE;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 4px 10px 5px 10px;
  border: 2px solid #2B2823;
  margin-bottom: 12px;
}

.serviceband-head h2 {
  font-size: 1.5rem;
  color: #7D4E68;
  margin-bottom: 0.3em;
}

.serviceband-head .settchip {
  height: 20px;
  border: 2px solid #2B2823;
  background-image: repeating-linear-gradient(90deg,
    #7D4E68 0px, #7D4E68 8px,
    #FAF7EE 8px, #FAF7EE 14px,
    #4A5A66 14px, #4A5A66 18px,
    #FAF7EE 18px, #FAF7EE 24px);
}

.serviceband-body {
  flex: 1 1 480px;
  max-width: 66%;
}

.serviceband-body p {
  font-size: 0.97rem;
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1em 0;
}

.checklist li {
  position: relative;
  padding-left: 26px;
  font-size: 0.94rem;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 11px;
  height: 11px;
  background-color: #7D4E68;
  border: 2px solid #2B2823;
}

.ctaband {
  background-color: #7D4E68;
  border-top: 4px solid #2B2823;
  border-bottom: 4px solid #2B2823;
  padding: 44px 0 46px 0;
  text-align: center;
}

.ctaband h2 {
  color: #FAF7EE;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}

.ctaband p {
  color: #FAF7EE;
  max-width: 720px;
  margin: 0 auto 1.4em auto;
  font-size: 1.02rem;
}

.ctaband .clothlabel-btn {
  background-color: #FAF7EE;
  color: #2B2823;
  border-color: #2B2823;
}

.ctaband .clothlabel-btn:hover,
.ctaband .clothlabel-btn:focus {
  background-color: #2B2823;
  color: #FAF7EE;
  text-decoration: none;
}

/* ============================================================
   9. CONTACT PAGE
   ============================================================ */
.contactgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 48px;
  align-items: flex-start;
}

.contactform-wrap {
  flex: 1 1 520px;
  max-width: 62%;
}

.contactaside {
  flex: 1 1 300px;
  max-width: 34%;
}

.millform {
  background-color: #FAF7EE;
  border: 3px solid #2B2823;
  border-radius: 2px;
  padding: 26px 26px 24px 26px;
  box-shadow: 7px 7px 0 #4A5A66;
}

.fieldrow {
  margin-bottom: 18px;
}

.fieldrow label {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2B2823;
  margin-bottom: 6px;
}

.fieldrow input,
.fieldrow textarea {
  width: 100%;
  font-family: "Georgia", serif;
  font-size: 0.96rem;
  color: #2B2823;
  background-color: #F4F1E8;
  border: 2px solid #2B2823;
  border-radius: 2px;
  padding: 10px 12px;
}

.fieldrow input:focus,
.fieldrow textarea:focus {
  outline: 3px solid #7D4E68;
  outline-offset: 1px;
}

.fieldrow textarea {
  min-height: 148px;
  resize: vertical;
}

.formnote {
  font-size: 0.8rem;
  color: #2B2823;
  margin: 12px 0 0 0;
}

.formstatus {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #5F6B44;
}

.formstatus.error {
  color: #7D4E68;
}

.infocard {
  background-color: #FAF7EE;
  border: 3px solid #2B2823;
  border-radius: 2px;
  padding: 22px 22px 18px 22px;
  margin-bottom: 24px;
}

.infocard h3 {
  color: #7D4E68;
  font-size: 1.06rem;
  margin-bottom: 0.45em;
}

.infocard p {
  font-size: 0.92rem;
  margin-bottom: 0.5em;
}

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

.infocard a {
  color: #7D4E68;
  font-weight: 700;
}

.hourlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.hourlist li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.9rem;
  padding: 6px 0;
  border-bottom: 2px dotted #4A5A66;
}

.hourlist li:last-child {
  border-bottom: none;
}

.faqlist {
  margin-top: 12px;
}

.faqitem {
  border: 2px solid #2B2823;
  border-radius: 2px;
  background-color: #FAF7EE;
  margin-bottom: 12px;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #7D4E68;
  color: #FAF7EE;
  border: none;
  font-family: "Georgia", serif;
  font-size: 0.96rem;
  font-weight: 700;
  padding: 13px 16px;
  cursor: pointer;
}

.faqq:hover,
.faqq:focus {
  background-color: #5E3A4E;
}

.faqa {
  padding: 14px 16px 16px 16px;
  font-size: 0.93rem;
  color: #2B2823;
}

.faqa.is-hidden {
  display: none;
}

/* ============================================================
   10. RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .shuttlehero-copy,
  .shuttlehero-loom,
  .twocol .col-main,
  .twocol .col-side,
  .contactform-wrap,
  .contactaside,
  .serviceband-head,
  .serviceband-body,
  .tapemeasure-brand,
  .hemcol {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .courselabel {
    width: 82%;
  }
}

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

  .threadbar {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-top: 12px;
  }

  .threadbar.open {
    display: flex;
  }

  .heddleloop {
    border-radius: 3px;
  }

  .heddleloop.hoop-a,
  .heddleloop.hoop-b,
  .heddleloop.hoop-c,
  .heddleloop.hoop-d,
  .heddleloop.hoop-e {
    margin-top: 0;
  }

  .shuttlehero-inner {
    padding: 36px 20px 44px 20px;
  }

  .shuttlehero h1 {
    font-size: 2.05rem;
  }

  .settcourse {
    height: auto;
    min-height: 210px;
  }

  .courselabel {
    position: static;
    width: auto;
    max-width: 100%;
    margin: 150px 14px 16px 14px;
    box-shadow: 5px 5px 0 #2B2823;
  }

  .courselabel.left,
  .courselabel.right {
    left: auto;
    right: auto;
  }

  .settcourse-b,
  .settcourse-c,
  .settcourse-d,
  .settcourse-e,
  .settcourse-f {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section-head h2 {
    font-size: 1.6rem;
  }

  .tapefield {
    padding-left: 24px;
    padding-top: 44px;
  }

  .serviceband-head,
  .serviceband-body {
    max-width: 100%;
  }
}
