/* ============================================================
   FluidFreight LLC — Liquid Bulk Dispatch Terminal
   DARK TANKER theme · style.css
   Palette: TANKER NIGHT #20242A · GAUGE WHITE #EFF2F4
            FLOW CYAN #3FA3B8 · HULL STEEL #848E99
            MANIFOLD PANEL #2A3037 · MANIFEST CREAM #F5F2E6
            PUMP HOUSE #171B20
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

img { max-width: 100%; display: block; }
a { color: #3FA3B8; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.2; }

.manifold, .loadrack, .tankrow, .transferrun, .statementband, .rackcta,
.pumphouse, .pagetop, .servicewall, .serviceno, .processband, .processlist,
.contacthold, .hoursband, .faqsect, .faqset, .contactcta, .hourgrid, .cycleline,
.headbrand, .terminalhead, .manifestdeck, .kickstrip, .railband, .footgrid,
.baseplate, .rackstage, .deskeletal, .contactform, .contactrail, .contactcta,
.faqintro, .servicewall .cargochip { outline: none; }

.eyebrow, .sectionlead, .stamp, .motto, .cargochip, .brandword, .brandsub { letter-spacing: 0.08em; }

/* ---------- Scroll reveal (safe without JavaScript) ---------- */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   MANIFOLD NAV (sticky header)
   ============================================================ */
.terminalhead {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #20242A;
  border-bottom: 2px solid #2A3037;
}
.headbrand { display: flex; align-items: center; gap: 12px; padding: 14px 20px; }
.brandplate {
  display: inline-flex;
  background-color: #3FA3B8;
  color: #171B20;
  padding: 6px 12px;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
a.brandplate:hover { text-decoration: none; background-color: #35C0D3; }
.brandword { font-size: 1.1rem; }

.valvewheel { position: relative; width: 22px; height: 22px; display: inline-block; }
.valvewheel i,
.valvewheel b,
.valvewheel em,
.valvewheel u {
  position: absolute;
  display: block;
  background-color: #848E99;
  left: 50%;
  top: 50%;
  transform-origin: center;
}
.valvewheel i { width: 16px; height: 3px; transform: translate(-50%, -50%); }
.valvewheel b { width: 3px; height: 16px; transform: translate(-50%, -50%); }
.valvewheel em { width: 16px; height: 3px; transform: translate(-50%, -50%) rotate(45deg); }
.valvewheel u { width: 3px; height: 16px; transform: translate(-50%, -50%) rotate(45deg); }
.valvewheel::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background-color: #3FA3B8; }

.brandsub { color: #848E99; font-size: 0.72rem; text-transform: uppercase; border-left: 2px solid #3FA3B8; padding-left: 10px; }

.manifold { display: flex; align-items: center; gap: 6px; padding: 6px 20px 14px; flex-wrap: wrap; margin-left: auto; border-top: 1px solid #2A3037; }

a.navlink {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #EFF2F4;
  background-color: #2A3037;
  padding: 8px 16px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  border: 1px solid #848E99;
}
a.navlink::before { content: ""; width: 10px; height: 10px; background-color: #3FA3B8; display: inline-block; transform: translateY(1px); }
a.navlink:hover, a.navlink.active { background-color: #3FA3B8; color: #171B20; border-color: #3FA3B8; text-decoration: none; }
a.navlink.active::before { background-color: #171B20; }

.cta {
  display: inline-block;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  padding: 10px 18px;
  cursor: pointer;
}
.cta.chip { background-color: #3FA3B8; color: #171B20; margin-left: 6px; }
.cta.chip:hover { background-color: #EFF2F4; text-decoration: none; }
.cta.solid { background-color: #3FA3B8; color: #171B20; }
.cta.solid:hover, .cta.chip:hover { background-color: #EFF2F4; color: #171B20; text-decoration: none; }
.cta.ghost { background-color: transparent; color: #EFF2F4; border-color: #848E99; margin-left: 10px; }
.cta.ghost:hover { background-color: #848E99; color: #171B20; text-decoration: none; }
.cta.plate { background-color: #F5F2E6; color: #171B20; margin-top: 14px; }
.cta.plate:hover { background-color: #EFF2F4; text-decoration: none; }

a.cta.solid, a.cta.ghost, a.cta.plate { text-decoration: none; }

.navtoggle {
  display: none;
  background-color: transparent;
  border: 1px solid #3FA3B8;
  width: 44px;
  height: 36px;
  cursor: pointer;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.navtoggle span { width: 22px; height: 3px; background-color: #3FA3B8; display: block; }

/* ============================================================
   HERO — LOADING RACK (two stacked bands, no side split)
   ============================================================ */
.hero { margin: 0; }

.rackstage {
  position: relative;
  min-height: 460px;
  background-color: #20242A;
  overflow: hidden;
  border-bottom: 3px solid #171B20;
}
.rackstage::before {
  content: "";
  position: absolute;
  right: -80px;
  top: 40px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px solid #3FA3B8;
  background: #22303A;
}
.rackstage::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid #848E99;
  background: #2A3037;
}

.tank {
  position: absolute;
  bottom: 60px;
  width: 120px;
  border-radius: 6px;
  background-color: #2A3037;
  border: 1px solid #848E99;
  height: 150px;
}
.tank.one { left: 12%; transform: translateX(-40%); }
.tank.two { left: 42%; transform: translateX(-30%); }
.tank .dome {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 18px;
  border-radius: 50% 50% 0 0;
  background-color: #3FA3B8;
}
.tank .band { position: absolute; left: 0; right: 0; top: 45%; height: 26px; background-color: #3FA3B8; }
.tank .scale { position: absolute; left: -18px; top: 10%; bottom: 10%; width: 8px; background-color: #848E99; }
.tank .scale::after {
  content: "¼"; position: absolute; top: 30%; left: 12px; color: #EFF2F4; font-size: 0.7rem;
}
.tank .scale::before {
  content: "½"; position: absolute; top: 55%; left: 12px; color: #EFF2F4; font-size: 0.7rem;
}

.arm {
  position: absolute;
  top: 10px;
  width: 200px;
  height: 220px;
  border: 2px solid #848E99;
  border-left: none;
  border-bottom: none;
  border-radius: 0 220px 0 0;
}
.arm.one { left: 16%; top: 40px; }
.arm.two { left: 45%; top: 60px; }
.arm .joint {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3FA3B8;
  border: 2px solid #EFF2F4;
}
.arm .nozzle {
  position: absolute;
  bottom: 6px;
  left: 26px;
  width: 10px;
  height: 26px;
  background-color: #3FA3B8;
  border-radius: 0 4px 4px 0;
}

.gaugeboard {
  position: absolute;
  left: 6%;
  top: 60px;
  background-color: #2A3037;
  border: 1px solid #848E99;
  padding: 10px;
  width: 110px;
}
.gaugeboard .label { color: #848E99; font-size: 0.6rem; text-transform: uppercase; }
.gaugeboard .col { display: flex; align-items: flex-end; gap: 8px; margin-top: 8px; }
.gaugeboard .col i {
  width: 24px;
  background-color: #3FA3B8;
  display: block;
}
.gaugeboard .col.one i { height: 40px; }
.gaugeboard .col.two i { height: 70px; }
.gaugeboard .col.three i { height: 55px; }

.headerbeam {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  height: 6px;
  background-color: #848E99;
}
.headerbeam .valve {
  position: absolute;
  top: -12px;
  width: 20px;
  height: 24px;
  border-radius: 4px;
  background-color: #2A3037;
  border: 1px solid #848E99;
}
.headerbeam .valve:nth-child(1) { left: 10%; }
.headerbeam .valve:nth-child(2) { left: 35%; }
.headerbeam .valve:nth-child(3) { left: 60%; }
.headerbeam .valve:nth-child(4) { left: 83%; }

.manifestdesk {
  position: absolute;
  left: 24%;
  bottom: 60px;
  width: 90px;
  height: 30px;
  background-color: #3A3F47;
  border: 1px solid #848E99;
}
.manifestdesk .lamp {
  position: absolute;
  top: -34px;
  left: 30px;
  width: 14px;
  height: 34px;
  background-color: #848E99;
}
.manifestdesk .lamp::after { content: ""; position: absolute; top: -10px; left: -6px; width: 26px; height: 18px; background-color: #3FA3B8; border-radius: 50% 50% 0 0; }
.manifestdesk .paper {
  position: absolute;
  left: 14px;
  top: 4px;
  width: 58px;
  height: 20px;
  background-color: #F5F2E6;
  transform: rotate(-2deg);
}

.bargelight {
  position: absolute;
  right: 10%;
  bottom: 120px;
  width: 30px;
  height: 60px;
}
.bargelight i { position: absolute; top: 6px; left: 6px; width: 18px; height: 18px; background-color: #3D9AAE; border: 3px solid #EFF2F4; border-radius: 50%; }
.bargelight b { position: absolute; bottom: 0; left: 13px; width: 4px; height: 50px; background-color: #848E99; }

/* Manifest desk slab (lower 45%) */
.manifestdeck {
  position: relative;
  background-color: #F5F2E6;
  color: #171B20;
  padding: 40px 60px 56px;
  border-top: 3px solid #3FA3B8;
}
.deskeletal { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; }
.eyebrow { color: #3D6B76; text-transform: uppercase; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; font-size: 0.8rem; letter-spacing: 0.16em; }
.manifestdeck .eyebrow { border-left: 4px solid #3FA3B8; padding-left: 10px; }

.htitlewrap { position: relative; max-width: 820px; }
.manifestdeck h1 { color: #171B20; font-size: 2.6rem; margin: 6px 0 4px; letter-spacing: 0.02em; padding-right: 220px; }

.stamp {
  display: inline-block;
  background-color: #3FA3B8;
  color: #171B20;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  border: 2px solid #171B20;
  text-transform: uppercase;
}
.stamp.load { position: absolute; top: 12px; right: 0; padding: 10px 14px; font-size: 1.35rem; transform: rotate(-4deg); color: #F5F2E6; background-color: #2A7786; }
.htitlewrap .stamp.load { right: 20px; background-color: #3FA3B8; color: #171B20; border-color: #0F626F; }

.leadpara { font-size: 1.15rem; color: #20242A; max-width: 780px; }
.ctabox { margin-top: 22px; }

.bollard {
  position: absolute;
  bottom: 18px;
  left: 20px;
  width: 46px;
  height: 46px;
  background-color: #20242A;
  border: 3px solid #848E99;
  border-radius: 50%;
  z-index: 2;
}
.coil {
  position: absolute;
  right: 26px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  border: 6px solid #848E99;
  border-radius: 50%;
  z-index: 2;
}

.kickstrip {
  background-color: #171B20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding: 22px 40px;
}
.kickstrip .stat {
  color: #F5F2E6;
  border-left: 2px solid #3FA3B8;
  padding: 0 40px;
}
.kickstrip .stat strong { display: block; font-size: 1.8rem; color: #3FA3B8; font-family: "Trebuchet MS", Arial, sans-serif; }
.kickstrip .stat span { font-size: 0.9rem; color: #F5F2E6; }

/* ============================================================
   STATEMENT BAND (Pump House) — big figure pledge
   ============================================================ */
.statementband {
  position: relative;
  background-color: #171B20;
  color: #F5F2E6;
  text-align: center;
  padding: 34px 24px 26px;
  overflow: hidden;
}
.statementband .eclipse {
  position: absolute;
  visibility: hidden;
}
.statementinner { position: relative; z-index: 1; }
.bigfigure { color: #3FA3B8; font-size: 4.4rem; margin: 0; line-height: 1; font-family: "Trebuchet MS", Arial, sans-serif; }
.bigword { color: #848E99; font-family: "Trebuchet MS", Arial, sans-serif; letter-spacing: 0.4em; text-transform: uppercase; font-size: 1rem; margin: 0; }
.pledge { color: #F5F2E6; font-size: 1.2rem; max-width: 720px; margin: 16px auto 0; }

/* ============================================================
   TANK ROWS (six full-width sheets, staggered)
   ============================================================ */
.tankrows { padding: 56px 24px 0; max-width: 1120px; margin: 0 auto; }
.sectionlead {
  color: #EFF2F4;
  text-align: center;
  font-size: 1.9rem;
  margin-top: 0;
}
.tankrows .sectionlead::after { content: ""; width: 90px; height: 4px; background-color: #3FA3B8; display: block; margin: 12px auto 0; }

.tanksintro {
  color: #EFF2F4;
  text-align: center;
  max-width: 760px;
  margin: 18px auto 32px;
  font-size: 1.05rem;
}

.tankrow {
  position: relative;
  background-color: #F5F2E6;
  color: #20242A;
  padding: 34px 44px 34px 56px;
  margin-bottom: 26px;
  display: block;
  border-radius: 4px;
  border-left: 8px solid #3FA3B8;
}
.tankrow.offset { margin-left: 52px; }
.tankrow.even { margin-right: 52px; margin-left: 0; }
.tankrow .levelband { position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background-color: #3FA3B8; }
.stamp.small {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: -16px;
  top: 12px;
  font-size: 0.72rem;
  color: #171B20;
}
.cargochip {
  position: absolute;
  top: 22px;
  right: 22px;
  background-color: #848E99;
  color: #171B20;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 4px 10px;
}
.rowcopy h3 { color: #171B20; font-size: 1.5rem; margin: 6px 0 8px 8px; }
.rowcopy p { color: #20242A; margin: 0 8px 14px; max-width: 860px; }
.rowdetail { color: #17808C; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; display: inline-block; margin-left: 8px; }
.rowdetail:hover { color: #171B20; }

/* ============================================================
   TRANSFER RUN — five stations on a valve rail
   ============================================================ */
.transferrun {
  background-color: #2A3037;
  color: #F5F2E6;
  padding: 56px 30px 60px;
  margin-top: 12px;
  border-top: 2px solid #3FA3B8;
}
.runhead { text-align: center; max-width: 760px; margin: 0 auto 30px; }
.runhead h3 { color: #EFF2F4; font-size: 1.9rem; margin: 0; }
.runhead h3::before { content: "MANIFOLD RUN"; display: block; color: #848E99; font-size: 0.78rem; letter-spacing: 0.2em; margin-bottom: 6px; }
.runintro { color: #EFF2F4; }

.cycleline {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1080px;
  counter-reset: run;
}
.cycleline::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 6%;
  right: 6%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #3FA3B8 0 18px, #2A3037 18px 34px);
}
.station {
  counter-increment: run;
  position: relative;
  z-index: 2;
  flex: 1 1 180px;
  background-color: #2A3037;
  border: 1px solid #3FA3B8;
  padding: 16px;
}
.station .gauge {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #3FA3B8;
  border: 4px solid #F5F2E6;
  display: block;
  margin: -34px auto 12px;
}
.station .gauge.finish { background-color: #848E99; }
.station::after {
  content: counter(run, decimal-leading-zero);
  position: absolute;
  top: -38px;
  right: 14px;
  color: #848E99;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 0.85rem;
}
.sttitle { color: #EFF2F4; margin: 0 0 6px; text-align: center; font-size: 1.1rem; }
.stcopy { color: #EFF2F4; font-size: 0.95rem; margin: 0; text-align: center; }

/* ============================================================
   BOOKING / RACK CTA BAND
   ============================================================ */
.rackcta {
  background-color: #3FA3B8;
  color: #171B20;
  text-align: center;
  padding: 46px 30px;
}
.rackcta .stamp.load { position: static; display: inline-block; margin-bottom: 10px; background-color: #171B20; color: #3FA3B8; border-color: #171B20; }
.rackcta h3 { color: #171B20; font-size: 1.8rem; margin: 12px 0; }
.rackcta h3::before { content: "TERMINAL WINDOW"; display: block; color: #171B20; font-size: 0.8rem; letter-spacing: 0.2em; margin-bottom: 6px; }
.rackcta p { color: #171B20; max-width: 700px; margin: 0 auto 12px; }

/* ============================================================
   PUMP HOUSE FOOTER
   ============================================================ */
.pumphouse { background-color: #171B20; color: #EFF2F4; border-top: 6px solid #3FA3B8; }
.railband {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: center;
  padding: 16px 20px;
  border-bottom: 1px solid #2A3037;
}
.valve.row {
  width: 16px;
  height: 16px;
  background-color: #3FA3B8;
  border: 2px solid #171B20;
  border-radius: 50%;
  display: inline-block;
}
.motto { color: #F5F2E6; letter-spacing: 0.24em; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.85rem; margin: 0; }

.footgrid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 24px 10px;
}
.col h4 { color: #3FA3B8; margin: 0 0 12px; font-size: 1rem; text-transform: uppercase; }
.col a, .col span { display: block; color: #EFF2F4; padding: 4px 0; font-size: 0.98rem; }
.col a:hover { color: #3FA3B8; text-decoration: none; }

.baseplate {
  position: relative;
  z-index: 1;
  background-color: #F5F2E6;
  color: #20242A;
  margin: 20px 24px 0;
  padding: 20px 24px 18px;
  text-align: center;
}
.orgline { margin: 0; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold; color: #171B20; }
.contline { margin: 6px 0; }
.contline a { color: #17808C; }
.copyline { margin: 10px 0 0; color: #116677; font-family: "Trebuchet MS", Arial, sans-serif; }
.contline span { color: #616871; }

/* ============================================================
   INNER PAGES — page-top banner
   ============================================================ */
.pagetop {
  background-color: #20242A;
  color: #EFF2F4;
  padding: 52px 28px 40px;
  border-bottom: 1px solid #2A3037;
}
.pagetop .eyebrow { color: #3FA3B8; text-align: center; }
.pagetop h1 { color: #EFF2F4; text-align: center; font-size: 2.3rem; max-width: 860px; margin: 10px auto 14px; }
.pagetopcopy { color: #EFF2F4; text-align: center; max-width: 820px; margin: 0 auto; }

/* ============================================================
   SERVICES page — service rows and process
   ============================================================ */
.servicewall {
  padding: 40px 24px 10px;
  max-width: 1120px;
  margin: 0 auto;
}
.serviceno {
  position: relative;
  background-color: #2A3037;
  color: #EFF2F4;
  padding: 30px 46px 26px 40px;
  margin-bottom: 26px;
  border-left: 8px solid #3FA3B8;
  border-radius: 4px;
}
.serviceno.offset { margin-left: 52px; }
.serviceno h2 { color: #EFF2F4; margin: 6px 48px 10px 0; }
.serviceno p { color: #EFF2F4; margin: 0 0 14px; max-width: 940px; }
.serviceno .num {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 2rem;
  color: #3FA3B8;
  font-weight: bold;
}
.serviceno .rowdetail { color: #3FD3E6; }
.serviceno .rowdetail:hover { color: #EFF2F4; }

.processband {
  background-color: #2A3037;
  color: #EFF2F4;
  padding: 44px 28px;
  border-top: 2px solid #3FA3B8;
  border-bottom: 2px solid #3FA3B8;
  margin-top: 10px;
}
.processband h2 { text-align: center; color: #EFF2F4; margin-top: 0; }
.processband h2::after { content: ""; width: 80px; height: 4px; background-color: #3FA3B8; display: block; margin: 10px auto 22px; }
.processlist { list-style: none; margin: 0 auto; padding: 0; max-width: 900px; counter-reset: pl; }
.ps {
  counter-increment: pl;
  position: relative;
  padding: 8px 0 8px 60px;
  color: #EFF2F4;
  border-bottom: 1px dashed #3FA3B8;
}
.ps::before {
  content: counter(pl, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 6px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #3FA3B8;
  border-radius: 50%;
  color: #3FA3B8;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
}
.procssummary { color: #EFF2F4; text-align: center; max-width: 760px; margin: 18px auto 0; font-size: 1.15rem; }

/* ============================================================
   CONTACT page
   ============================================================ */
.contacthold {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 26px;
  padding: 44px 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.panel { background-color: #2A3037; padding: 26px; }
.panel h2 { color: #EFF2F4; margin-top: 0; border-bottom: 2px solid #3FA3B8; padding-bottom: 8px; }
.contactform label { display: block; color: #EFF2F4; margin: 12px 0 4px; font-family: "Trebuchet MS", Arial, sans-serif; }
.contactform input,
.contactform textarea {
  width: 100%;
  background-color: #20242A;
  border: 1px solid #848E99;
  color: #EFF2F4;
  padding: 10px 12px;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
}
.contactform .submit { margin-top: 18px; border: none; width: 100%; }
.formnote { color: #3FD3E6; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 0.9rem; margin-top: 12px; min-height: 1.4em; }

.contactrail h2 { color: #EFF2F4; }
.contactrail p, .contactrail address {
  color: #EFF2F4;
  font-style: normal;
  line-height: 1.8;
}
.contactrail a { color: #3FD3E6; }
.contactrail .phone a { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 1.3rem; color: #3FA3B8; }

.hoursband {
  background-color: #171B20;
  color: #EFF2F4;
  padding: 40px 28px;
}
.hoursband h2 { color: #EFF2F4; text-align: center; margin-top: 0; }
.hoursband h2::after { content: ""; width: 80px; height: 4px; background-color: #3FA3B8; display: block; margin: 10px auto 14px; }
.hourslab { text-align: center; color: #EFF2F4; max-width: 680px; margin: 0 auto; }
.hourgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 900px; margin: 24px auto 0; }
.hourcell { border: 1px solid #3FA3B8; padding: 18px; text-align: center; color: #EFF2F4; }
.hourcell strong { color: #3FA3B8; display: block; font-family: "Trebuchet MS", Arial, sans-serif; }

.faqsect { max-width: 900px; margin: 0 auto; padding: 44px 24px; color: #EFF2F4; }
.faqsect h2 { color: #EFF2F4; text-align: center; margin-top: 0; }
.faqsect h2::after { content: ""; width: 80px; height: 4px; background-color: #3FA3B8; display: block; margin: 10px auto 18px; }
.faqintro { text-align: center; color: #EFF2F4; }
.faqset { background-color: #2A3037; padding: 18px 24px; margin-bottom: 16px; border-left: 5px solid #3FA3B8; }
.faqset h3 { color: #EFF2F4; margin-top: 0; }
.faqset p { color: #EFF2F4; margin-bottom: 0; }

.contactcta {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 24px 56px;
  text-align: center;
  color: #EFF2F4;
}
.contactcta .eyebrow { color: #3FA3B8; }
.contactcta h3 { color: #EFF2F4; font-size: 1.7rem; margin: 6px 0; }
.contactctacopy { color: #EFF2F4; max-width: 720px; margin: 0 auto; }
.contactctacopy a { color: #3FD3E6; }

/* ============================================================
   RESPONSIVE — breakpoints
   ============================================================ */
@media (max-width: 860px) {
  .headbrand { flex-wrap: wrap; }
  .navtoggle { display: flex; }
  .manifold {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background-color: #20242A;
  }
  .manifold.open { display: flex; }
  a.navlink { justify-content: flex-start; }
  .cta.chip { margin-left: 0; }

  .manifestdeck h1 { font-size: 2rem; padding-right: 0; }
  .htitlewrap .stamp.load { position: static; display: inline-block; margin-left: 0; }
  .manifestdeck { padding: 32px 22px; }

  .tankrow.offset { margin-left: 0; margin-right: 0; }
  .tankrow.even { margin-left: 0; margin-right: 0; }
  .serviceno.offset { margin-left: 0; }
  .contacthold { grid-template-columns: 1fr; }
  .hourgrid { grid-template-columns: 1fr; }
  .footgrid { grid-template-columns: 1fr; }
  .station { flex: 1 1 100%; }
  .cycleline::before { display: none; }
  .tank, .gaugeboard, .arm { display: none; }
  .rackstage { min-height: 120px; }
}

