/* style.css — BACAFAB LLC
   Light shop-apron fabric site.
   Body canvas tone: SHOP APRON slate canvas.
   Accent: BRASS GAUGE. Support: CAGE STEEL, TEST BENCH CREAM,
   HOOD SLATE, COPPER TEE (only tiny joint dots). */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body,
body.site-body {
  margin: 0;
  background-color: #F1EFE8;
  color: #26282A;
  overflow-x: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.62;
}

* {
  box-sizing: border-box;
}

img,
svg,
canvas {
  border: 0;
}

/* Hide visibly only decorative watermark layers. */
.site-watermark {
  position: absolute;
  visibility: hidden;
}

.mast-page,
.foot-strip,
.mid-column,
.rev-cell,
.job-chit,
.gage-dial-row {
  position: relative;
  z-index: 1;
}

/* =================  REVEAL  ================= */
.js-hidden {
  opacity: 1;
}
.js-visible {
  opacity: 1;
}
.no-js {
  opacity: 1 !important;
}

/* =================  REUSABLE LINK LAYER  ================= */
a {
  color: #7A5F12;
  text-decoration-line: underline;
  text-decoration-color: #C0A044;
  text-underline-offset: 3px;
}
a:hover {
  color: #26282A;
  text-decoration-color: #A8801F;
}

/* =================  GO-TO-TOP FAB  ================= */
.go-top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #A8801F;
  background-color: #FAF8F1;
  color: #26282A;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 60;
  box-shadow: 0 3px 0 #8A6B1A;
}
.go-top-btn.is-shown {
  display: inline-flex;
}
.go-top-btn:hover {
  background-color: #A8801F;
  color: #FAF8F1;
}

/* =================  BILLBOARD MASTHEAD  ================= */
.bill-board {
  padding: 46px clamp(18px, 5vw, 72px) 34px;
}
.mast-rule-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4px;
}
.brass-rule {
  border-top: 4px solid #A8801F;
}
.brass-rule-fine {
  border-top: 1px solid #A8801F;
  margin-top: 5px;
}
.cage-rule {
  border-top: 1px solid #8B9298;
}
.cage-rule-mid {
  border-top: 1px solid #A7A2A0;
  max-width: 1080px;
  margin: 0 auto;
}
.nameplate-row {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 4px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 26px;
  border-bottom: 1px solid #A8801F;
}
.nameplate-brand {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #26282A;
  margin: 0;
}
.nameplate-brand:hover {
  text-decoration-line: none;
}
.nameplate-rule {
  flex: 1 1 60px;
  height: 1px;
  background-color: #A8801F;
}
.nameplate-id {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #48494B;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.bill-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 4px 8px;
  position: relative;
}
.bill-headline {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: clamp(40px, 7vw, 84px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  color: #26282A;
  max-width: 17ch;
}
.gage-glyph-box {
  display: inline-block;
  position: relative;
  vertical-align: -0.12em;
  width: 1.05em;
  height: 1.05em;
  margin: 0 0.08em;
}
.gage-glyph {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.gage-glyph::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 3px solid #A8801F;
}
.gage-glyph::after {
  content: "";
  position: absolute;
  width: 62%;
  height: 3px;
  background-color: #A8801F;
  top: 50%;
  left: 3%;
  transform-origin: center;
  transform: rotate(-38deg);
}
.bill-standfirst {
  max-width: 46ch;
  margin: 30px 0 0;
  font-size: 21px;
  line-height: 1.5;
  color: #26282A;
}
.bill-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.bill-anchor {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #7A5F12;
  text-decoration-line: underline;
  text-decoration-color: #C0A044;
  text-underline-offset: 3px;
}
.bill-anchor:hover {
  color: #26282A;
}
.thin-rule {
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid #8B9298;
  padding: 0 4px;
}
.tag-zone {
  max-width: 1080px;
  margin: 0 auto;
  padding: 22px 4px 10px;
  position: relative;
}
.job-tag-stamp {
  display: inline-block;
  transform: rotate(-2.4deg);
  border: 2px solid #A8801F;
  padding: 8px 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A8801F;
  background-color: #FAF8F1;
}
.job-tag-stamp .stamp-key {
  color: #26282A;
}
.job-tag-stamp .stamp-inline {
  display: inline-block;
}

/* =================  VERTICAL TIMELINE  ================= */
.timeline-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6px clamp(18px, 5vw, 60px) 0;
}
.tl-rail {
  max-width: 880px;
  margin: 26px auto 0;
  position: relative;
  padding: 0 0 4px;
}
.tl-rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4%;
  left: 15px;
  width: 3px;
  background-color: #A8801F;
}
.stage-item {
  position: relative;
  padding: 0 0 6px 58px;
}
.stage-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 26px;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background-color: #FAF8F1;
  border: 3px solid #A8801F;
}
.stage-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C9B56A;
  padding: 20px 4px 16px;
  text-align: left;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #26282A;
}
.stage-toggle:focus-visible {
  outline: 2px solid #A8801F;
  outline-offset: 2px;
}
.stage-tag {
  flex: 0 0 auto;
  border: 1px solid #A8801F;
  color: #26282A;
  background-color: #FAF8F1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 3px 8px;
  text-transform: uppercase;
}
.stage-title {
  flex: 1 1 auto;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: bold;
  line-height: 1.15;
  color: #26282A;
}
.stage-chev {
  flex: 0 0 auto;
  position: relative;
  width: 22px;
  height: 22px;
  color: #A8801F;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.stage-chev.is-folded {
  transform: rotate(0deg);
}
.stage-chev.is-open {
  transform: rotate(180deg);
}
.stage-body {
  max-height: 0;
  overflow: hidden;
  color: #34363A;
}
.stage-body-fill {
  padding: 0 4px 26px 0;
  font-size: 17.5px;
  line-height: 1.68;
  max-width: 56ch;
}
.stage-body-fill p:first-child {
  margin-top: 0;
}
.stage-footnote {
  color: #5B5C5E;
  font-size: 14px;
  margin: 10px 0 0;
}
.tl-actions {
  max-width: 880px;
  margin: 26px auto 0;
  padding: 0 0 0 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
.tl-action-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #7A5F12;
  text-decoration-line: underline;
  text-decoration-offset: 3px;
}
.tl-action-link:hover {
  color: #26282A;
}

/* =================  SECTION BAND BLOCKS  ================= */
.band-tape {
  background-color: #F1EFE8;
}
.band-cream {
  background-color: #FAF8F1;
  border-top: 1px solid #D8CBA0;
  border-bottom: 1px solid #D8CBA0;
}
.band-ink-trim {
  background-color: #26282A;
}
.take-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 54px clamp(20px, 5vw, 40px) 60px;
}
.band-heading {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: clamp(28px, 4.4vw, 46px);
  color: #26282A;
  line-height: 1.15;
}
.band-ink-trim .band-heading {
  color: #FAF8F1;
}
.band-para {
  max-width: 60ch;
  color: #34363A;
  font-size: 17px;
  line-height: 1.7;
}
.band-ink-trim .band-para {
  color: #EDEAE2;
}

/* =================  SERVICE PANEL SNIPPET  ================= */
.joint-promo {
  max-width: 880px;
  margin: 30px 0 0;
  background-color: #F1EFE8;
  border: 1px solid #C9B56A;
  padding: 20px 24px;
  position: relative;
}
.joint-promo::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: #B06A3A;
}
.joint-head {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #48494B;
}
.joint-text {
  margin: 0;
  color: #26282A;
  max-width: 54ch;
}

/* =================  FOOTER STAMP STRIP  ================= */
.foot-strip {
  margin: 0;
  padding: 4px clamp(16px, 4vw, 40px) 0;
  background-color: #F1EFE8;
}
.stamp-rail {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px clamp(4px, 3vw, 30px) 12px;
  border-top: 1px solid #8B9298;
  text-align: center;
}
.stamp-rail a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #7A5F12;
  text-decoration-line: underline;
  text-decoration-offset: 3px;
  margin: 0 16px;
  white-space: nowrap;
}
.stamp-rail a:hover {
  color: #26282A;
}
.stamp-rail a.is-home {
  color: #26282A;
}
.centered-note {
  max-width: 1080px;
  margin: 0 auto;
  padding: 6px clamp(4px, 3vw, 30px) 8px;
  text-align: center;
}
.centered-note p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #5B5C5E;
  line-height: 1.6;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.centered-note .phone-link {
  color: #26282A;
  text-decoration-line: underline;
}

/* =================  CONTACT PAGE PIECES  ================= */
.form-ticket {
  max-width: 720px;
  margin: 30px 0 0;
  background-color: #FAF8F1;
  border: 2px solid #A8801F;
  padding: 26px 28px 28px;
}
.field-wrap {
  display: block;
  margin-bottom: 16px;
}
.field-label {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #48494B;
}
.field-input,
.field-area {
  width: 100%;
  border: 1px solid #8B9298;
  background-color: #F1EFE8;
  color: #26282A;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  padding: 10px 12px;
}
.form-ticket .field-area {
  min-height: 130px;
  resize: vertical;
}
.field-input:focus-visible,
.field-area:focus-visible {
  outline: 2px solid #A8801F;
  outline-offset: 1px;
}
.form-send {
  display: inline-block;
  border: 0;
  background-color: #26282A;
  color: #FAF8F1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 12px 26px;
  cursor: pointer;
}
.form-send:hover {
  background-color: #A8801F;
  color: #FAF8F1;
}
.form-note {
  margin: 10px 0 0;
  font-size: 14px;
  color: #5B5C5E;
}

/* =================  CONTACT META PANELS  ================= */
.contact-roster {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 0 58px 0 58px;
}
.contact-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #26282A;
}
.contact-table th {
  text-align: left;
  padding: 9px 14px;
  border-top: 1px solid #C9B56A;
  border-bottom: 1px solid #C9B56A;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  color: #48494B;
  font-weight: normal;
  width: 32%;
}
.contact-table td {
  padding: 9px 14px;
  border-top: 1px solid #E1D9C0;
  border-bottom: 1px solid #CEBE94;
}
.contact-table a.kicker {
  color: #26282A;
  text-decoration-line: underline;
  text-decoration-offset: 3px;
}
.contact-hours-note {
  margin: 26px 58px 0;
  max-width: 600px;
  color: #5B5C5E;
  font-size: 15px;
}
.hours-label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A8801F;
}

/* =================  FAQ FOLDED ENTRIES  ================= */
.faq-panel {
  max-width: 880px;
  margin: 18px auto 0;
}
.faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #C9B56A;
  padding: 16px 2px;
  cursor: pointer;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #26282A;
}
.faq-btn:hover {
  color: #7A5F12;
}
.faq-q-mark {
  flex: 0 0 auto;
  border: 1px solid #A8801F;
  color: #A8801F;
  background-color: #F1EFE8;
  font-size: 13px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 999px;
}
.faq-query {
  flex: 1 1 auto;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
}
.faq-chev {
  flex: 0 0 auto;
  color: #A8801F;
  font-size: 20px;
}
.faq-a-body {
  max-height: 0;
  overflow: hidden;
  color: #34363A;
}
.faq-a-text {
  padding: 0 4px 22px 40px;
  max-width: 54ch;
  font-size: 17px;
  line-height: 1.68;
}

/* =================  RESPONSIVE  ================= */
@media (max-width: 600px) {
  .tl-rail .stage-item {
    padding-left: 24px;
  }
  article .contact-roster,
  article .contact-hours-note {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .nameplate-row .nameplate-id {
    display: none;
  }
  .bill-inner .bill-headline {
    font-size: clamp(36px, 12vw, 58px);
  }
}
