/* JinBang Pipe - Gongyi Jinbangde Pipeline Equipment Co., Ltd.
   Pipe threading works theme. Gunmetal night, test bottle green, thread cream. */

:root {
  --gunmetal-night: #1E2428;
  --cream-gauge: #F0EDE2;
  --test-bottle-green: #245C4C;
  --chuck-steel: #2C343A;
  --thread-cream: #F7F3E6;
  --dial-nickel: #6E7880;
  --cut-oil-red: #9E3B2A;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0 0 0.6em 0;
}

p {
  margin: 0 0 1.05em 0;
}

a {
  color: #F0EDE2;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.shellwrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------------- DIE-HEAD RACK NAVIGATION ---------------- */

.flangerow {
  background-color: #2C343A;
  border-bottom: 4px solid #245C4C;
  position: sticky;
  top: 0;
  z-index: 40;
}

.flangerow-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 12px 24px 14px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.brandplate {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1E2428;
  border: 1px solid #6E7880;
  border-radius: 3px;
  padding: 9px 16px;
  flex-shrink: 0;
}

.brandplate-name {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #F7F3E6;
  letter-spacing: 0.06em;
}

.spiralglyph {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid #245C4C;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.spiralglyph::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border: 2px solid #245C4C;
  border-radius: 50%;
}

.spiralglyph::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 4px;
  height: 4px;
  background-color: #245C4C;
  border-radius: 50%;
}

.chaserail {
  position: relative;
  flex: 1;
  min-width: 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 0;
}

.chaserail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 6px;
  background-color: #6E7880;
  border-radius: 2px;
  z-index: 0;
}

.chaseplate {
  position: relative;
  z-index: 1;
  background-color: #2C343A;
  border: 1px solid #6E7880;
  border-radius: 2px;
  padding: 8px 30px 8px 14px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #F7F3E6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.chaseplate:hover,
.chaseplate.is-here {
  background-color: #245C4C;
  border-color: #F7F3E6;
}

.chaseplate-num {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 9px;
  color: #6E7880;
  letter-spacing: 0.02em;
}

.chaseplate:nth-child(odd) {
  margin-top: -6px;
}

.chaseplate:nth-child(even) {
  margin-top: 6px;
}

.chasebolt {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6E7880;
  flex-shrink: 0;
}

.navburger {
  display: none;
  background-color: #245C4C;
  color: #F7F3E6;
  border: 1px solid #6E7880;
  border-radius: 3px;
  padding: 9px 14px;
  font-size: 15px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
}

/* ---------------- HERO: THREAD CUT SCENE ---------------- */

.piperun {
  background-color: #1E2428;
  border-bottom: 1px solid #6E7880;
}

.piperun-machine {
  background-color: #2C343A;
  padding: 54px 24px 48px 24px;
  border-bottom: 6px solid #245C4C;
}

.piperun-machine-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.piperun-eyebrow {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #6E7880;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.piperun-head {
  font-size: 46px;
  color: #F0EDE2;
  margin: 0 0 4px 0;
}

.piperun-head-mid {
  font-size: 46px;
  color: #F7F3E6;
  margin: 0 0 4px 0;
}

.piperun-head-mid .threadmark {
  color: #245C4C;
}

.piperun-scene {
  margin-top: 34px;
  position: relative;
  height: 168px;
  background-color: #1E2428;
  border: 2px solid #6E7880;
  border-radius: 4px;
  overflow: hidden;
}

.piperun-pipe {
  position: absolute;
  left: 0;
  top: 62px;
  height: 44px;
  width: 58%;
  background-color: #242B30;
  border-top: 2px solid #6E7880;
  border-bottom: 2px solid #6E7880;
}

.piperun-threadwrap {
  position: absolute;
  left: 30%;
  top: 62px;
  width: 30%;
  height: 44px;
  overflow: hidden;
}

.threadland {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  border-left: 3px solid #F7F3E6;
  transform: skewX(-22deg);
  opacity: 1;
}

.threadland:nth-child(1) { left: 0; }
.threadland:nth-child(2) { left: 16%; }
.threadland:nth-child(3) { left: 32%; }
.threadland:nth-child(4) { left: 48%; }
.threadland:nth-child(5) { left: 64%; }
.threadland:nth-child(6) { left: 80%; }

.threadgo {
  position: absolute;
  top: 14px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #9E3B2A;
  border-radius: 50%;
  z-index: 3;
}

.piperun-diehead {
  position: absolute;
  right: 12%;
  top: 38px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #2C343A;
  border: 5px solid #6E7880;
  z-index: 4;
}

.piperun-diehead-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #245C4C;
  border: 3px solid #F7F3E6;
}

.diejaw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 12px;
  background-color: #6E7880;
  border-radius: 2px;
  transform-origin: 0 50%;
}

.diejaw:nth-child(1) { transform: rotate(0deg) translateX(10px); }
.diejaw:nth-child(2) { transform: rotate(90deg) translateX(10px); }
.diejaw:nth-child(3) { transform: rotate(180deg) translateX(10px); }
.diejaw:nth-child(4) { transform: rotate(270deg) translateX(10px); }

.piperun-machinebed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background-color: #2C343A;
  border-top: 2px solid #6E7880;
}

.piperun-bedbolt {
  position: absolute;
  bottom: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6E7880;
}

.piperun-bedbolt:nth-child(1) { left: 8%; }
.piperun-bedbolt:nth-child(2) { left: 26%; }
.piperun-bedbolt:nth-child(3) { left: 46%; }
.piperun-bedbolt:nth-child(4) { left: 66%; }
.piperun-bedbolt:nth-child(5) { left: 86%; }

.piperun-plinth {
  background-color: #1E2428;
  padding: 40px 24px 46px 24px;
}

.piperun-plinth-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.piperun-ctas {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.ctaplate-solid {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #245C4C;
  color: #F7F3E6;
  border: 2px solid #245C4C;
  border-radius: 3px;
  padding: 14px 26px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.ctaplate-solid:hover {
  background-color: #2C343A;
  border-color: #F7F3E6;
}

.ctaplate-line {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2C343A;
  color: #F7F3E6;
  border: 2px solid #6E7880;
  border-radius: 3px;
  padding: 13px 24px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.ctaplate-line:hover {
  border-color: #F7F3E6;
}

.piperun-intro {
  color: #F7F3E6;
  font-size: 17px;
  border-left: 4px solid #245C4C;
  padding-left: 20px;
}

/* ---------------- SECTION FRAME ---------------- */

.bayframe {
  background-color: #1E2428;
  padding: 60px 24px 68px 24px;
}

.bayframe-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.bayframe-head {
  color: #F7F3E6;
  font-size: 33px;
  margin-bottom: 10px;
}

.bayframe-lead {
  color: #F0EDE2;
  font-size: 17px;
  max-width: 800px;
  margin-bottom: 30px;
}

.bayframe-alt {
  background-color: #242B30;
}

/* ---------------- FITTING TRAY SHELVES ---------------- */

.fitbays {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fittray {
  background-color: #2C343A;
  border: 1px solid #6E7880;
  border-left: 8px solid #6E7880;
  border-radius: 3px;
  padding: 22px 26px 22px 24px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  position: relative;
  animation: none;
}

.fittray-angle-right {
  border-left-color: #245C4C;
  border-right: 8px solid #6E7880;
  border-left-width: 1px;
}

.fittray-90 { width: 90%; align-self: flex-start; }
.fittray-86 { width: 86%; align-self: flex-end; }
.fittray-92 { width: 92%; align-self: flex-start; }
.fittray-84 { width: 84%; align-self: flex-end; }
.fittray-94 { width: 94%; align-self: flex-start; }
.fittray-88 { width: 88%; align-self: flex-end; }

.fittray-silhouette {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border: 2px solid #245C4C;
  border-radius: 3px;
  position: relative;
  background-color: #1E2428;
}

.sil-nipple {
  position: absolute;
  top: 32px;
  left: 12px;
  width: 50px;
  height: 10px;
  border: 2px solid #245C4C;
  border-radius: 2px;
}

.sil-nipple::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #245C4C;
}

.sil-nipple::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #245C4C;
}

.sil-elbow {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 30px;
  height: 30px;
  border-top: 6px solid #245C4C;
  border-right: 6px solid #245C4C;
  border-top-right-radius: 10px;
}

.sil-tee {
  position: absolute;
  top: 32px;
  left: 10px;
  width: 54px;
  height: 10px;
  background-color: #245C4C;
}

.sil-tee::before {
  content: "";
  position: absolute;
  left: 22px;
  top: -22px;
  width: 10px;
  height: 22px;
  background-color: #245C4C;
}

.sil-union {
  position: absolute;
  top: 24px;
  left: 14px;
  width: 46px;
  height: 26px;
  border: 3px solid #245C4C;
  border-radius: 6px;
}

.sil-union::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 18px;
  width: 4px;
  background-color: #245C4C;
}

.sil-cap {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 34px;
  height: 30px;
  border: 3px solid #245C4C;
  border-radius: 16px 16px 3px 3px;
}

.sil-flange {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 32px;
  height: 38px;
  border: 4px solid #245C4C;
  border-radius: 4px;
}

.sil-flange::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  width: 10px;
  height: 60px;
  background-color: #1E2428;
  border-left: 3px solid #245C4C;
  border-right: 3px solid #245C4C;
}

.flangegomark {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #9E3B2A;
  z-index: 5;
}

.fittray-body {
  flex: 1;
}

.fittray-name {
  color: #F7F3E6;
  font-size: 22px;
  margin-bottom: 6px;
}

.fittray-text {
  color: #F0EDE2;
  font-size: 16px;
  margin: 0 0 8px 0;
}

.fittray-link {
  color: #245C4C;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #245C4C;
}

.fittray-link:hover {
  color: #F7F3E6;
  border-bottom-color: #F7F3E6;
}

.dtag {
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #6E7880;
  border: 1px solid #6E7880;
  border-radius: 2px;
  padding: 1px 6px;
}

.fittray-angle-right .dtag {
  right: auto;
  left: 14px;
}

/* ---------------- THREAD PITCH COMB STRIP ---------------- */

.combstrip {
  background-color: #2C343A;
  border-top: 3px solid #245C4C;
  border-bottom: 3px solid #245C4C;
  padding: 18px 24px;
}

.combstrip-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.pitchcomb {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  background-color: #6E7880;
  border-radius: 3px;
  padding: 5px 8px;
  flex-shrink: 0;
}

.pitchtooth {
  width: 5px;
  background-color: #F7F3E6;
  border-radius: 1px;
}

.pitchtooth:nth-child(1) { height: 16px; }
.pitchtooth:nth-child(2) { height: 22px; }
.pitchtooth:nth-child(3) { height: 12px; }
.pitchtooth:nth-child(4) { height: 26px; }
.pitchtooth:nth-child(5) { height: 18px; }
.pitchtooth:nth-child(6) { height: 10px; }

.combstrip-text {
  color: #F7F3E6;
  font-size: 16px;
  margin: 0;
  flex: 1;
  min-width: 260px;
}

.combstrip-text a {
  color: #F7F3E6;
  border-bottom: 2px solid #245C4C;
  font-weight: 700;
}

/* ---------------- CONTENT BLOCKS ---------------- */

.proseband {
  background-color: #1E2428;
  padding: 56px 24px 60px 24px;
}

.proseband-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.proseband h2 {
  color: #F7F3E6;
  font-size: 29px;
  margin-bottom: 14px;
}

.proseband h3 {
  color: #F0EDE2;
  font-size: 21px;
  margin-top: 26px;
}

.proseband p {
  color: #F0EDE2;
}

.proseband a {
  color: #245C4C;
  font-weight: 700;
  border-bottom: 2px solid #245C4C;
}

.proseband a:hover {
  color: #F7F3E6;
  border-bottom-color: #F7F3E6;
}

.specgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}

.speccell {
  background-color: #2C343A;
  border: 1px solid #6E7880;
  border-top: 4px solid #245C4C;
  border-radius: 3px;
  padding: 20px;
}

.speccell-hero {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #245C4C;
  font-weight: 700;
  margin-bottom: 6px;
}

.speccell-name {
  color: #F7F3E6;
  font-size: 19px;
  margin-bottom: 6px;
}

.speccell-text {
  color: #F0EDE2;
  font-size: 15px;
  margin: 0;
}

/* ---------------- QUOTE / QUALITY DIVIDERS ---------------- */

.gaugestrip {
  background-color: #242B30;
  border-left: 10px solid #245C4C;
  padding: 30px 28px;
  margin: 30px 0;
}

.gaugestrip p {
  color: #F7F3E6;
  font-size: 21px;
  font-style: italic;
  margin: 0;
}

.gaugestrip-src {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  color: #F0EDE2;
  letter-spacing: 0.06em;
}

/* ---------------- CONTACT PAGE ---------------- */

.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.contactcard {
  background-color: #2C343A;
  border: 1px solid #6E7880;
  border-top: 5px solid #245C4C;
  border-radius: 3px;
  padding: 28px;
}

.contactcard h2 {
  color: #F7F3E6;
  font-size: 24px;
}

.contactcard p {
  color: #F0EDE2;
}

.fieldblock {
  margin-bottom: 18px;
}

.fieldblock label {
  display: block;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #245C4C;
  font-weight: 700;
  margin-bottom: 6px;
}

.fieldblock input,
.fieldblock textarea {
  width: 100%;
  background-color: #1E2428;
  border: 1px solid #6E7880;
  border-radius: 3px;
  color: #F7F3E6;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  padding: 11px 13px;
}

.fieldblock input:focus,
.fieldblock textarea:focus {
  outline: 2px solid #245C4C;
  border-color: #245C4C;
}

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

.formsubmit {
  background-color: #245C4C;
  color: #F7F3E6;
  border: 2px solid #245C4C;
  border-radius: 3px;
  padding: 13px 30px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.formsubmit:hover {
  background-color: #2C343A;
  border-color: #F7F3E6;
}

.formnote {
  color: #F0EDE2;
  font-size: 14px;
  margin-top: 12px;
}

.detailrow {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #6E7880;
}

.detailrow:last-child {
  border-bottom: none;
}

.detailrow-key {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #245C4C;
  font-weight: 700;
  width: 110px;
  flex-shrink: 0;
  padding-top: 3px;
}

.detailrow-val {
  color: #F7F3E6;
  font-size: 16px;
  margin: 0;
}

.detailrow-val a {
  color: #F7F3E6;
  border-bottom: 2px solid #245C4C;
}

.hourstable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.hourstable th,
.hourstable td {
  text-align: left;
  padding: 9px 12px;
  border-bottom: 1px solid #6E7880;
  color: #F0EDE2;
  font-size: 15px;
}

.hourstable th {
  color: #F7F3E6;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.06em;
  background-color: #242B30;
}

.faqitem {
  border: 1px solid #6E7880;
  border-left: 6px solid #245C4C;
  border-radius: 3px;
  margin-bottom: 14px;
  background-color: #2C343A;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  color: #F7F3E6;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 16px 20px;
  cursor: pointer;
}

.faqa {
  color: #F0EDE2;
  padding: 0 20px 16px 20px;
  margin: 0;
  display: none;
}

.faqitem.is-open .faqa {
  display: block;
}

/* ---------------- OIL DRIP BASE FOOTER ---------------- */

.saddlebase {
  background-color: #1E2428;
  border-top: 6px solid #2C343A;
  position: relative;
  padding-top: 26px;
}

.driptray {
  max-width: 1160px;
  margin: 0 auto;
  height: 14px;
  background-color: #2C343A;
  border-top: 3px solid #6E7880;
  border-radius: 2px 2px 0 0;
  position: relative;
}

.dripdot {
  position: absolute;
  top: -12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9E3B2A;
}

.dripdot:nth-child(1) { left: 22%; }
.dripdot:nth-child(2) { left: 48%; }
.dripdot:nth-child(3) { left: 74%; }

.saddlebase-bed {
  background-color: #2C343A;
  padding: 34px 24px 26px 24px;
  border-top: 3px solid #6E7880;
}

.saddlebase-bed-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.saddlebase-nameplate {
  text-align: center;
  margin-bottom: 24px;
}

.saddlebase-brand {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #F7F3E6;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.saddlebase-blurb {
  color: #F0EDE2;
  font-size: 15px;
  max-width: 680px;
  margin: 0 auto;
}

.chiprun {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 22px 0 6px 0;
}

.chip {
  background-color: #1E2428;
  border: 1px solid #6E7880;
  border-radius: 2px;
  padding: 8px 16px;
  color: #F7F3E6;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.chip:hover {
  background-color: #245C4C;
  border-color: #F7F3E6;
}

.saddlebase-plinth {
  background-color: #1E2428;
  padding: 18px 24px 22px 24px;
}

.saddlebase-plinth-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  gap: 12px 26px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #F0EDE2;
  font-size: 14px;
}

.saddlebase-plinth-inner a {
  color: #F0EDE2;
  border-bottom: 1px solid #6E7880;
}

.spiralglyph-small {
  width: 12px;
  height: 12px;
  border: 2px solid #245C4C;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 4px;
}

.spiralglyph-small::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  background-color: #245C4C;
  border-radius: 50%;
}

/* ---------------- SCROLL REVEAL ---------------- */

.willreveal {
  opacity: 0;
}

html.jsready .willreveal {
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: translateY(14px);
}

.isrevealed {
  opacity: 1;
  transform: none;
}

html:not(.jsready) .willreveal {
  opacity: 1;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 900px) {
  .piperun-plinth-inner,
  .contactgrid {
    grid-template-columns: 1fr;
  }

  .specgrid {
    grid-template-columns: 1fr 1fr;
  }

  .piperun-head,
  .piperun-head-mid {
    font-size: 34px;
  }

  .fittray-90,
  .fittray-86,
  .fittray-92,
  .fittray-84,
  .fittray-94,
  .fittray-88 {
    width: 100%;
    align-self: stretch;
  }
}

@media (max-width: 680px) {
  .navburger {
    display: inline-block;
  }

  .chaserail {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .chaserail.is-open {
    display: flex;
  }

  .chaserail::before {
    display: none;
  }

  .chaseplate {
    width: 100%;
    justify-content: flex-start;
    margin-top: 0 !important;
  }

  .specgrid {
    grid-template-columns: 1fr;
  }

  .piperun-head,
  .piperun-head-mid {
    font-size: 28px;
  }

  .fittray {
    flex-direction: column;
  }

  .chaseplate:nth-child(odd),
  .chaseplate:nth-child(even) {
    margin-top: 0;
  }
}
