/* NetSurX LLC — pneumatic tube dispatch office theme
   Palette:
   EXCHANGE-BRONZE body   #242019
   CARRIER-CREAM  text    #F2EBD8
   LEATHER-OXBLOOD accent #7A3A2E
   BLEED-DEEP wells       #16130E
   PLATE-IRON panels      #2E2A23
   LINE-SLATE dividers    #4A4436
   CARRIER-BRASS couplings #C09B52 (thin tube lines, clamps, one needle per page)
*/

/* ============ BASE ============ */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 0;
}

h1 { font-size: 2.6rem; line-height: 1.15; }
h2 { font-size: 2rem; line-height: 1.2; }
h3 { font-size: 1.35rem; line-height: 1.3; }

p { margin: 0 0 1rem; }

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

img { max-width: 100%; }

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

.ring-num {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: #C09B52;
  border: 1px solid #7A3A2E;
  border-radius: 999px;
  padding: 1px 7px;
  margin-right: 8px;
  vertical-align: middle;
}

/* ============ TUBE STATION RING NAV ============ */
.tubering {
  background-color: #16130E;
  position: relative;
  border-bottom: 3px solid #2E2A23;
  padding: 0;
}

.tubering-track {
  position: relative;
  height: 118px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* thin brass tube line arcing across full width */
.tubering-line {
  position: absolute;
  top: 58px;
  left: 24px;
  right: 24px;
  height: 54px;
  border-top: 2px solid #C09B52;
  border-radius: 0 0 0 0;
  pointer-events: none;
}

.tubering-line::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 8%;
  right: 8%;
  height: 30px;
  border-top: 2px solid #4A4436;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.tubering-brand {
  position: absolute;
  left: 24px;
  top: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #F2EBD8;
  letter-spacing: 0.06em;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
}

.tubering-brand .wallet-glyph {
  width: 22px;
  height: 16px;
  background-color: #7A3A2E;
  border: 1px solid #F2EBD8;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.tubering-brand .wallet-glyph::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 6px;
  height: 1px;
  background-color: #F2EBD8;
}

.tubering-stations {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 118px;
  z-index: 3;
}

.tubering-station {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2EBD8;
  color: #242019;
  border: 2px solid #C09B52;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.tubering-station:hover {
  background-color: #7A3A2E;
  color: #F2EBD8;
  transform: translateY(-3px);
}

.tubering-station .tiny-ring {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 0.62rem;
  color: #7A3A2E;
  margin-right: 6px;
  font-weight: 700;
}

.tubering-station:hover .tiny-ring {
  color: #F2EBD8;
}

.station-a { left: 28%; top: 12px; }
.station-b { left: 41%; top: 46px; }
.station-c { left: 54%; top: 12px; }
.station-d { left: 66%; top: 46px; }
.station-e { left: 78%; top: 12px; }

.tubering-toggle {
  display: none;
  position: absolute;
  right: 24px;
  top: 14px;
  z-index: 6;
  background-color: #7A3A2E;
  color: #F2EBD8;
  border: 1px solid #C09B52;
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-family: "Georgia", serif;
  cursor: pointer;
}

/* ============ HERO: DISPATCH BAY SCENE ============ */
.tubebay {
  background-color: #2E2A23;
  border-bottom: 3px solid #16130E;
  position: relative;
  overflow: hidden;
}

.tubebay-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px 24px 30px;
  position: relative;
}

.tubebay-scene {
  position: relative;
  height: 250px;
  margin-bottom: 8px;
}

/* tube lines arcing into receiving cup */
.tube-arc-left {
  position: absolute;
  left: 0;
  top: 40px;
  width: 47%;
  height: 130px;
  border-top: 2px solid #4A4436;
  border-right: 2px solid #4A4436;
  border-radius: 0 100% 0 0 / 0 100% 0 0;
}

.tube-arc-left::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 0;
}

.tube-arc-top {
  position: absolute;
  left: 30%;
  top: 8px;
  width: 40%;
  height: 90px;
  border-bottom: 2px solid #4A4436;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.tube-arc-right {
  position: absolute;
  right: 0;
  top: 40px;
  width: 47%;
  height: 130px;
  border-top: 2px solid #4A4436;
  border-left: 2px solid #4A4436;
  border-radius: 100% 0 0 0 / 100% 0 0 0;
}

.receiving-cup {
  position: absolute;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  width: 96px;
  height: 52px;
  background-color: #16130E;
  border: 3px solid #C09B52;
  border-radius: 0 0 48px 48px / 0 0 52px 52px;
  z-index: 5;
}

.receiving-cup::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: -8px;
  height: 10px;
  background-color: #C09B52;
  border-radius: 999px;
}

.tube-carrier {
  position: absolute;
  left: 60%;
  top: 20px;
  width: 30px;
  height: 58px;
  background-color: #F2EBD8;
  border: 2px solid #4A4436;
  border-radius: 15px 15px 10px 10px;
  z-index: 6;
  transform: rotate(14deg);
}

.tube-carrier::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -9px;
  height: 14px;
  background-color: #7A3A2E;
  border: 2px solid #4A4436;
  border-radius: 10px 10px 4px 4px;
}

.tube-carrier::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  width: 1px;
  height: 36px;
  background-color: #4A4436;
  transform: translateX(-50%);
}

.carrier-slip {
  position: absolute;
  left: 5px;
  bottom: 6px;
  right: 5px;
  height: 12px;
  background-color: #F2EBD8;
  border-top: 1px solid #7A3A2E;
  border-bottom: 1px solid #7A3A2E;
}

.tubebay-headline {
  position: relative;
  z-index: 8;
  margin: 6px 0 14px;
}

.tubebay-headline .line-1,
.tubebay-headline .line-2,
.tubebay-headline .line-3 {
  display: block;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.tubebay-headline .line-1 { padding-left: 0; }
.tubebay-headline .line-2 { padding-left: 90px; }
.tubebay-headline .line-3 { padding-left: 180px; }

.tubebay-headline .word-sealed {
  color: #F2EBD8;
  background-color: #7A3A2E;
  padding: 0 12px;
  border-radius: 3px;
  display: inline-block;
}

.tubebay-intro {
  max-width: 760px;
  font-size: 1.06rem;
  color: #F2EBD8;
  margin-bottom: 30px;
}

/* docket wallet rail */
.docket-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 18px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #4A4436;
}

.wallet {
  position: relative;
  width: 130px;
  height: 96px;
  background-color: #7A3A2E;
  border: 2px solid #4A4436;
  border-radius: 3px;
  padding-top: 16px;
}

.wallet::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  height: 1px;
  background-color: #F2EBD8;
  box-shadow: 0 22px 0 #F2EBD8, 0 44px 0 #F2EBD8;
}

.wallet .stitch {
  position: absolute;
  inset: 5px;
  border: 1px dashed #F2EBD8;
  border-radius: 2px;
  pointer-events: none;
}

.wallet .slip {
  position: absolute;
  left: 14px;
  right: 14px;
  top: -30px;
  height: 40px;
  background-color: #F2EBD8;
  color: #242019;
  border: 2px solid #4A4436;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* hand-crank blower gauge */
.blower-gauge {
  position: relative;
  width: 120px;
  height: 120px;
  margin-left: auto;
  border-radius: 50%;
  background-color: #16130E;
  border: 3px solid #4A4436;
}

.blower-gauge .gauge-face {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  border: 1px solid #4A4436;
}

.gauge-tick {
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #4A4436;
  left: 50%;
  top: 4px;
  transform-origin: 50% 52px;
}

.gauge-needle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 42px;
  background-color: #C09B52;
  transform-origin: bottom center;
  transform: translate(-50%, -100%) rotate(38deg);
}

.gauge-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #7A3A2E;
  border: 1px solid #C09B52;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.gauge-crank {
  position: absolute;
  right: -26px;
  top: 50%;
  width: 24px;
  height: 3px;
  background-color: #C09B52;
  transform: translateY(-50%);
}

.gauge-crank::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 11px;
  height: 11px;
  background-color: #7A3A2E;
  border: 1px solid #C09B52;
  border-radius: 50%;
}

.gauge-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
  text-align: center;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: #F2EBD8;
}

/* CTA plaques */
.bay-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.cta-plaque {
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: transform 0.18s ease;
}

.cta-plaque:hover { transform: translateY(-3px); }

.cta-oxblood {
  background-color: #7A3A2E;
  color: #F2EBD8;
  border: 2px solid #F2EBD8;
}

.cta-cream {
  background-color: #F2EBD8;
  color: #7A3A2E;
  border: 2px solid #4A4436;
}

.cta-plaque .stamp {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  margin-top: 5px;
}

/* ============ SECTION: CARRIER DOCKET WALLS ============ */
.tubeledger {
  background-color: #242019;
  padding: 64px 0 56px;
}

.tubeledger-head {
  max-width: 1180px;
  margin: 0 auto 40px;
  padding: 0 24px;
}

.tubeledger-head h2 {
  color: #F2EBD8;
  margin-bottom: 10px;
}

.tubeledger-head p {
  max-width: 720px;
  color: #F2EBD8;
}

.docket-wall {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 26px;
  align-items: start;
}

.docket-col-left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.docket-col-right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.docket-panel {
  background-color: #2E2A23;
  border: 1px solid #4A4436;
  border-radius: 4px;
  padding: 26px 26px 22px;
  position: relative;
}

.docket-panel .clamp-rule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #C09B52;
  border-radius: 4px 4px 0 0;
}

.docket-panel h3 {
  color: #F2EBD8;
  margin-bottom: 10px;
}

.docket-panel p {
  color: #F2EBD8;
  margin-bottom: 8px;
  font-size: 0.96rem;
}

.docket-link {
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  color: #C09B52;
  font-family: "Courier New", monospace;
}

.docket-link:hover { text-decoration: underline; }

.docket-panel.inverted {
  background-color: #7A3A2E;
  border-color: #F2EBD8;
}

.docket-panel.inverted h3,
.docket-panel.inverted p,
.docket-panel.inverted .docket-link {
  color: #F2EBD8;
}

.docket-panel.inverted .clamp-rule { background-color: #F2EBD8; }

.step-1 { margin-top: 0; }
.step-2 { margin-top: 14px; }
.step-3 { margin-top: 28px; }
.step-4 { margin-top: 42px; }

.exchange-card {
  background-color: #16130E;
  border: 2px solid #7A3A2E;
  border-radius: 4px;
  padding: 26px;
  position: relative;
}

.exchange-card h3 {
  color: #F2EBD8;
  margin-bottom: 12px;
}

.exchange-card p {
  color: #F2EBD8;
  font-size: 0.94rem;
}

.tube-diagram {
  position: relative;
  height: 90px;
  margin: 16px 0;
}

.tube-diagram .d-line {
  position: absolute;
  border-top: 2px solid #C09B52;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.tube-diagram .d1 { left: 0; top: 40px; width: 40%; height: 40px; }
.tube-diagram .d2 { left: 30%; top: 20px; width: 40%; height: 60px; }
.tube-diagram .d3 { right: 0; top: 40px; width: 40%; height: 40px; }

.tube-diagram .d-cup {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: 34px;
  height: 20px;
  background-color: #2E2A23;
  border: 2px solid #C09B52;
  border-radius: 0 0 17px 17px / 0 0 20px 20px;
}

.exchange-seal {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #7A3A2E;
  border: 2px solid #F2EBD8;
  color: #F2EBD8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  margin-top: 16px;
}

/* ============ ACCENT STRIP ============ */
.bay-exchange-day {
  background-color: #7A3A2E;
  border-top: 2px solid #C09B52;
  border-bottom: 2px solid #C09B52;
  padding: 34px 0;
  position: relative;
}

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

.bay-exchange-day .carrier-glyph {
  flex: 0 0 auto;
  width: 26px;
  height: 42px;
  background-color: #F2EBD8;
  border: 2px solid #C09B52;
  border-radius: 13px 13px 6px 6px;
  position: relative;
}

.bay-exchange-day .carrier-glyph::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -7px;
  height: 11px;
  background-color: #16130E;
  border-radius: 6px 6px 2px 2px;
}

.bay-exchange-day h2 {
  color: #F2EBD8;
  font-size: 1.5rem;
  margin: 0;
  flex: 1 1 400px;
}

.bay-exchange-day a {
  color: #F2EBD8;
  font-weight: 700;
  text-decoration: underline;
}

/* ============ FOOTER: BLOWER ROOM BASE ============ */
.blowerbase {
  background-color: #16130E;
  position: relative;
  padding-top: 40px;
  border-top: 2px solid #4A4436;
}

.blowerbase-line {
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  height: 2px;
  background-color: #C09B52;
}

.blowerbase-stub {
  position: absolute;
  top: 20px;
  width: 2px;
  height: 34px;
  background-color: #C09B52;
}

.stub-1 { left: 22%; }
.stub-2 { left: 50%; }
.stub-3 { left: 78%; }

.blowerbase-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 30px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
}

.blower-plate {
  background-color: #2E2A23;
  border: 1px solid #4A4436;
  border-radius: 4px;
  padding: 22px;
}

.blower-plate h3 {
  color: #F2EBD8;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.blower-plate p {
  color: #F2EBD8;
  font-size: 0.92rem;
}

.mouth-group h4 {
  color: #C09B52;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  font-family: "Courier New", monospace;
  margin-bottom: 12px;
}

.station-mouth {
  display: block;
  background-color: #F2EBD8;
  color: #242019;
  border: 2px solid #C09B52;
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 9px;
  width: fit-content;
}

.station-mouth:hover {
  background-color: #7A3A2E;
  color: #F2EBD8;
}

.blowerbase-base {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 28px;
  border-top: 1px solid #4A4436;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  justify-content: space-between;
}

.blowerbase-base .contact-line {
  color: #F2EBD8;
  font-size: 0.86rem;
}

.blowerbase-base .contact-line a {
  color: #F2EBD8;
  text-decoration: underline;
}

.fan-disc {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #7A3A2E;
  border: 2px solid #C09B52;
  color: #F2EBD8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  position: relative;
}

.fan-disc::before,
.fan-disc::after {
  content: "";
  position: absolute;
  background-color: #F2EBD8;
}

.fan-disc::before {
  width: 24px;
  height: 1px;
  transform: rotate(35deg);
}

.fan-disc::after {
  width: 24px;
  height: 1px;
  transform: rotate(-35deg);
}

/* ============ GENERIC PAGE SECTIONS (services/contact) ============ */
.page-band {
  background-color: #242019;
  padding: 56px 0;
}

.page-band.deep {
  background-color: #16130E;
  border-top: 2px solid #4A4436;
  border-bottom: 2px solid #4A4436;
}

.page-band h2 { color: #F2EBD8; margin-bottom: 14px; }
.page-band p { color: #F2EBD8; max-width: 780px; }

.service-detail {
  background-color: #242019;
  padding: 60px 0;
}

.service-detail h2 { color: #F2EBD8; }

.service-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-row {
  padding: 28px 0;
  border-top: 2px solid #4A4436;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
}

.service-row:last-child { border-bottom: 2px solid #4A4436; }

.service-row .row-index {
  font-family: "Courier New", monospace;
  font-size: 1.6rem;
  color: #C09B52;
  border-right: 2px solid #7A3A2E;
  padding-right: 18px;
}

.service-row h3 { color: #F2EBD8; margin-bottom: 8px; }
.service-row p { color: #F2EBD8; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.process-cell {
  background-color: #2E2A23;
  border: 1px solid #4A4436;
  border-radius: 4px;
  padding: 22px;
  position: relative;
}

.process-cell .hose-stub {
  position: absolute;
  top: -2px;
  left: 22px;
  width: 40px;
  height: 4px;
  background-color: #C09B52;
}

.process-cell h4 { color: #F2EBD8; margin-bottom: 8px; }
.process-cell p { color: #F2EBD8; font-size: 0.94rem; }

.cta-band {
  background-color: #7A3A2E;
  border-top: 2px solid #C09B52;
  border-bottom: 2px solid #C09B52;
  padding: 44px 0;
}

.cta-band-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  justify-content: space-between;
}

.cta-band h2 { color: #F2EBD8; margin: 0; flex: 1 1 400px; }
.cta-band p { color: #F2EBD8; flex: 1 1 100%; margin: 0; }

/* ============ CONTACT PAGE ============ */
.contact-layout {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 34px;
  align-items: start;
}

.contact-form {
  background-color: #2E2A23;
  border: 1px solid #4A4436;
  border-radius: 4px;
  padding: 28px;
  position: relative;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #C09B52;
  border-radius: 4px 4px 0 0;
}

.contact-form label {
  display: block;
  color: #F2EBD8;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  font-family: "Courier New", monospace;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  background-color: #16130E;
  color: #F2EBD8;
  border: 1px solid #4A4436;
  border-radius: 3px;
  padding: 11px 13px;
  font-family: "Georgia", serif;
  font-size: 0.96rem;
  margin-bottom: 16px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid #C09B52;
  outline-offset: 0;
}

.contact-form textarea { min-height: 130px; resize: vertical; }

.contact-form button {
  background-color: #7A3A2E;
  color: #F2EBD8;
  border: 2px solid #F2EBD8;
  border-radius: 3px;
  padding: 13px 30px;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-family: "Georgia", serif;
}

.contact-form button:hover { background-color: #F2EBD8; color: #7A3A2E; }

.form-note {
  font-size: 0.8rem;
  color: #F2EBD8;
  margin-top: 12px;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-card {
  background-color: #16130E;
  border: 2px solid #4A4436;
  border-radius: 4px;
  padding: 24px;
}

.info-card h3 { color: #F2EBD8; margin-bottom: 12px; }
.info-card p { color: #F2EBD8; font-size: 0.94rem; margin-bottom: 6px; }
.info-card a { color: #F2EBD8; text-decoration: underline; }

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

.hours-list li {
  display: flex;
  justify-content: space-between;
  color: #F2EBD8;
  font-size: 0.9rem;
  padding: 7px 0;
  border-bottom: 1px solid #4A4436;
}

.faq-item {
  border-top: 2px solid #4A4436;
  padding: 20px 0;
}

.faq-item:last-child { border-bottom: 2px solid #4A4436; }

.faq-item h3 {
  color: #F2EBD8;
  font-size: 1.08rem;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.faq-item h3 .faq-mark {
  color: #C09B52;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
}

.faq-item p { color: #F2EBD8; margin: 0; }

/* ============ SCROLL REVEAL ============ */
.reveal-el {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* noscript + no-js safety: default visible if JS does not run */
.no-js .reveal-el {
  opacity: 1;
  transform: none;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .docket-wall { grid-template-columns: 1fr; }
  .blowerbase-inner { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .step-1, .step-2, .step-3, .step-4 { margin-top: 0; }

  .tubebay-headline .line-1,
  .tubebay-headline .line-2,
  .tubebay-headline .line-3 {
    font-size: 2.4rem;
  }
  .tubebay-headline .line-2 { padding-left: 50px; }
  .tubebay-headline .line-3 { padding-left: 100px; }
}

@media (max-width: 780px) {
  .tubering-track { height: auto; padding-bottom: 14px; }
  .tubering-line { display: none; }
  .tubering-toggle { display: block; }
  .tubering-brand { position: static; padding: 14px 0 8px; }
  .tubering-stations {
    position: static;
    height: auto;
    display: none;
    flex-direction: column;
    gap: 9px;
    padding-bottom: 12px;
  }
  .tubering-stations.open { display: flex; }
  .tubering-station {
    position: static;
    width: 100%;
    justify-content: flex-start;
  }
  .tubering-station.station-a,
  .tubering-station.station-b,
  .tubering-station.station-c,
  .tubering-station.station-d,
  .tubering-station.station-e {
    left: auto; top: auto;
  }

  .blowerbase-inner { grid-template-columns: 1fr; }
  .blowerbase-base { flex-direction: column; align-items: flex-start; }

  .tubebay-headline .line-1,
  .tubebay-headline .line-2,
  .tubebay-headline .line-3 {
    font-size: 1.9rem;
    padding-left: 0;
  }

  .service-row { grid-template-columns: 1fr; }
  .service-row .row-index {
    border-right: none;
    border-bottom: 2px solid #7A3A2E;
    padding-right: 0;
    padding-bottom: 8px;
    width: fit-content;
  }

  .blower-gauge { margin: 0 auto; }
}
