/* ============================================================
   TRAILHEAD AUTO LLC — RAIL SWITCHING YARD MOTIF
   Shared stylesheet for index / services / contact pages.
   Raw timetable-paper light theme over a hump-yard scene.
   ============================================================ */

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.75;
  color: #232B36;
  background-color: #F4F2EA;
}

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

/* ---- reveal animation: visible by default; enhanced by .js ---- */
.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.js .reveal { opacity: 0; transform: translateY(14px); }
.js .reveal.reveal-visible { opacity: 1; transform: none; }

.wc-word { color: #3D5398; }

/* =====================================================================
   SIGNAL GANTRY HEADER (.gantryhead)  —  a signal bridge
   ===================================================================== */
.gantryhead { background-color: #1B2431; padding: 6px 0 0; }

.signalbridge {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px 4px;
  position: relative;
}

.post {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #3D5398;
  border-radius: 2px;
  z-index: 1;
}
.post-left { left: 0; }
.post-right { right: 0; }

.gantrybeam {
  border-top: 8px solid #3D5398;
  border-bottom: 10px solid #3D5398;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.gantryrail {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* operator hut on the left */
.ophut {
  background-color: #FBFAF4;
  border: 3px solid #A6453A;
  border-bottom: none;
  padding: 14px 20px 16px;
  position: relative;
  box-shadow: 6px 6px 0 #0c1420;
}
.ophut-brand { margin: 0; font-size: 1.6rem; letter-spacing: .04em; color: #1B2431; font-weight: 700; }
.ophut-brand a { color: #1B2431; }
.ophut-window {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding-top: 6px;
  font-size: .64rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #A6453A;
  border-top: 2px solid #3D5398;
}
.lit-window {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #F4F2EA;
  border: 3px solid #3D5398;
  box-shadow: 0 0 0 2px #A6453A;
}

/* five signal heads under the beam */
.signalbank { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.signalhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 7px;
}
.signalhead-lamps {
  width: 52px;
  height: 14px;
  background-color: #232B36;
  border: 1px solid #0c1420;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.lamp { width: 6px; height: 6px; border-radius: 50%; background-color: #7b8590; box-shadow: inset 0 0 0 1px #232B36; }
.lamp-lit { background-color: #3D5398; box-shadow: 0 0 4px #3D5398; }
.signalhead a {
  margin-top: 5px;
  color: #FBFAF4;
  font-size: .76rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signalhead a:hover { color: #ffffff; text-decoration: underline; }

.navtoggle {
  display: none;
  font-family: inherit;
  background-color: #3D5398;
  color: #FBFAF4;
  border: 2px solid #3D5398;
  padding: 8px 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .8rem;
  cursor: pointer;
}

/* =====================================================================
   HUMP YARD GRAVITY HERO (.humpyard)
   ===================================================================== */
.humpyard {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 70px;
  display: grid;
  grid-template-columns: 54fr 46fr;
  gap: 34px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 12px;
  background-color: #1B2431;
  color: #FBFAF4;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .7rem;
}
.eyebrow::after {
  content: "";
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-left: 8px;
  background-color: #A6453A;
}
.humpyard-copy h1 {
  margin: 0 0 14px;
  font-size: 3.1rem;
  line-height: 1.05;
  letter-spacing: -.01em;
  color: #232B36;
}
.humpyard-copy h2 { margin: 0 0 4px; font-size: 1.7rem; line-height: 1.2; color: #1B2431; }
.humpyard-lede {
  font-size: 1.1rem;
  line-height: 1.9;
  max-width: 54ch;
  color: #232B36;
}
.humpyard-lede strong { color: #3D5398; }
.couplerrow { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.couplerbtn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 1rem;
  letter-spacing: .06em;
  border: 3px solid #3D5398;
  background-color: #3D5398;
  color: #FBFAF4;
  box-shadow: 5px 5px 0 #232B36;
}
.couplerbtn-plain { background-color: #FBFAF4; color: #3D5398; box-shadow: 5px 5px 0 #A6453A; }
.couplerbtn:hover { text-decoration: none; background-color: #232B36; border-color: #232B36; color: #FBFAF4; box-shadow: none; transform: translateY(3px); }

/* hump drawing card */
.humpwriter {
  background-color: #FBFAF4;
  border: 2px solid #1B2431;
  box-shadow: 12px 12px 0 #1B2431;
  padding: 14px;
}
.humpwriter-cap {
  letter-spacing: .2em;
  font-size: .72rem;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  border-bottom: 2px solid #3D5398;
  padding-bottom: 6px;
  margin: 0 0 8px;
  color: #1B2431;
}
.hump-stage { position: relative; height: 210px; overflow: hidden; }
.gradient-hill { position: relative; height: 210px; }
.hill-base { height: 170px; position: relative; }
.skyline-band { border-bottom: 3px solid #3D5398; height: 40px; }
.mountains { position: absolute; left: 0; right: 0; top: 40px; height: 90px; }
.hill-l { position: absolute; top: 0; height: 180px; left: 0; width: 60%; }
.hill-fill { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.slope-indigo {
  position: absolute;
  bottom: 12px;
  right: -6%;
  width: 55%;
  height: 0;
  border-bottom: 120px solid #3D5398;
  border-left: 60px solid transparent;
}
.slope-shallow {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 50%;
  height: 0;
  border-bottom: 34px solid #3D5398;
  border-right: 60px solid transparent;
}
.trackbed-top { position: absolute; left: 0; right: 0; top: 134px; height: 4px; background-color: #A6453A; }
.trackbed-mid { position: absolute; left: 0; right: 0; top: 170px; height: 3px; background-color: #E2DFD2; }
.trackbed-low { position: absolute; left: 0; right: 0; top: 188px; height: 3px; background-color: #A6453A; opacity: 0; }
.car-freight {
  position: absolute;
  background-color: #A6453A;
  border: 2px solid #1B2431;
  height: 26px;
  border-radius: 3px;
  z-index: 4;
}
.car-line-a { right: 40%; top: 120px; width: 64px; }
.car-line-b { right: 52%; top: 138px; width: 58px; }
.car-line-c { right: 26%; top: 156px; width: 60px; }
.hump-ridgeline { position: absolute; top: 104px; right: 6%; width: 44%; height: 4px; background-color: #232B36; z-index: 5; transform: rotate(-6deg); }
.derail-lump { position: absolute; left: 9%; top: 118px; width: 26px; height: 26px; background-color: #FBFAF4; border: 2px solid #3D5398; z-index: 3; }
.hump-mast { position: absolute; left: 56%; bottom: 10px; width: 4px; background-color: #232B36; top: 40px; }
.hump-signal { position: absolute; left: 54%; top: 40px; width: 14px; height: 26px; background-color: #232B36; border-radius: 3px; }
.signal-glow { width: 6px; height: 3px; background-color: #A6453A; margin: 3px auto 0; border-radius: 2px; }
.hump-case-scene {
  position: absolute;
  bottom: 0;
  background-color: #F4F2EA;
  width: 100%;
  height: 12px;
  border-top: 2px solid #E2DFD2;
}
.hump-stage p.note {
  position: absolute;
  margin: 0;
  bottom: 14px;
  font-size: .82rem;
  font-style: italic;
  color: #232B36;
  left: 4px;
}
.humpwriter figcaption { padding-top: 8px; font-size: .85rem; color: #232B36; }

/* =====================================================================
   BOXCAR SIDINGS (.boxsiding) — six cars on separate fan-out tracks
   ===================================================================== */
.boxsiding-band { background-color: #1B2431; }
.boxheading {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 24px 0;
}
.boxheading h2 {
  font-size: 2.2rem;
  color: #FBFAF4;
  margin: 0 0 8px;
  border-bottom: 3px solid #A6453A;
  display: inline-block;
  padding-bottom: 6px;
}
.boxheading p { color: #D6D9DE; max-width: 64ch; margin: 14px 0 0; }

.sidings-hall {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 70px;
}
.carlot {
  position: relative;
  margin-top: 20px;
}
.track-rail-line {
  height: 6px;
  background: repeating-linear-gradient(90deg, #3D5398 0 10px, transparent 10px 14px);
  margin: 6px 0 0;
  border-top: 2px solid #3D5398;
  border-bottom: 2px solid #1B2431;
}
.carlot-badges {
  display: flex;
  align-items: center;
  color: #3D5398;
  font-family: "Courier New", monospace;
  letter-spacing: .16em;
  font-size: .7rem;
  padding: 0 4px;
}
.carlot-badges::before {
  content: "";
  width: 10px; height: 10px; border-radius: 50%;
  background-color: #A6453A;
  margin-right: 8px;
}
.carrow {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 8px;
}
.car-shell {
  width: 340px;
  background-color: #3D5398;
  border: 2px solid #0c1420;
  border-radius: 4px;
  padding: 18px 20px 20px;
  position: relative;
  flex: 0 0 auto;
  box-shadow: 6px 6px 0 #0c1420;
}
.car-shell-wide { width: 380px; }
.car-shell-narrow { width: 300px; }
.car-shell-benefits { width: 320px; }
.car-roofband { height: 4px; background-color: #FBFAF4; margin-bottom: 10px; border-radius: 2px; }
.car-num {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #FBFAF4;
  color: #1B2431;
  padding: 2px 8px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  letter-spacing: .12em;
}
.car-shell h3 {
  margin: 6px 0 10px;
  font-size: 1.15rem;
  color: #FBFAF4;
  letter-spacing: .02em;
  line-height: 1.3;
  padding-right: 52px;
}
.car-shell h3 span { color: #D6D9DE; display: block; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 400; }
.car-shell .cargo-note {
  color: #fff;
  font-size: .92rem;
  margin: 0;
  line-height: 1.7;
}
.car-slide-door {
  height: 3px;
  width: 70%;
  margin: 14px auto 0;
  background-color: #FBFAF4;
  border-radius: 2px;
  position: relative;
}
.car-slide-door::after { content: ""; position: absolute; right: -6px; top: -4px; width: 6px; height: 11px; background-color: #0c1420; }
.waybill-plate {
  background-color: #FBFAF4;
  color: #232B36;
  border: 1px solid #0c1420;
  padding: 14px 16px;
  flex: 1;
  box-shadow: 5px 5px 0 #0c1420;
  font-size: .95rem;
  display: flex;
  flex-direction: column;
}
.waybill-plate::before {
  content: "WAYBILL  //  N 450 W  DEPOT";
  font-family: "Courier New", monospace;
  color: #A6453A;
  letter-spacing: .1em;
  font-size: .66rem;
  border-bottom: 1px dashed #3D5398;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.waybill-plate p { margin: 0 0 8px; }
.waybill-plate .btnline { margin-top: auto; }
.btnline a {
  display: inline-block;
  border: 2px solid #3D5398;
  background-color: #FBFAF4;
  color: #3D5398;
  padding: 4px 12px;
  font-size: .82rem;
  letter-spacing: .05em;
}
.btnline a:hover { background-color: #3D5398; color: #FBFAF4; text-decoration: none; }

/* offset shuffle: every car starts somewhere new */
.lot-a .car-shell { margin-left: 0; }
.lot-b .waybill-plate { order: -1; }
.lot-b .car-shell { margin-left: 0; }
.lot-c .car-shell { margin-left: 5%; margin-right: 0; }
.lot-d .car-shell { margin-left: 0; }
.lot-d .waybill-plate { order: -1; }
.lot-e .car-shell { margin-left: 9%; }
.lot-f .car-shell { margin-left: 3%; }

.couplerknuckle {
  align-self: center;
  background-color: #A6453A;
  width: 22px;
  height: 10px;
  border-radius: 40%;
  box-shadow: 0 0 0 3px #0c1420;
  flex: 0 0 auto;
}

/* fan-apart rails after each car */
.siding-coupler-cap {
  text-align: right;
  font-size: .72rem;
  letter-spacing: .14em;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  color: #FBFAF4;
  border-bottom: 2px solid #3D5398;
  padding-bottom: 6px;
  margin-bottom: 18px;
  width: 100%;
}
.hall-ed {
  max-width: 1180px;
  margin: 26px auto 0;
  padding: 18px 24px;
  background-color: #FBFAF4;
  color: #232B36;
  border: 2px solid #3D5398;
  border-left-width: 12px;
  font-size: 1rem;
  box-shadow: 8px 8px 0 #0c1420;
}
.hall-ed a { font-weight: bold; color: #A6453A; }

@media (max-width: 860px) {
  .carrow { flex-direction: column; }
  .car-shell, .car-shell-wide, .car-shell-narrow, .car-shell-benefits { width: 100%; margin: 0 0 0 0 !important; }
  .lot-b .waybill-plate, .lot-d .waybill-plate { order: 0; }
  .humpyard { grid-template-columns: 1fr; padding: 36px 24px; }
  .humpyard-copy h1 { font-size: 2.3rem; }
  .signalbank { justify-content: center; }
}

/* =====================================================================
   FREIGHT ACCEPTED strip (accent)
   ===================================================================== */
.freight-accepted { background-color: #3D5398; position: relative; }
.freight-accepted::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0;
  border-bottom: 6px dashed #FBFAF4;
}
.argo-band-in {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 24px 40px;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.freight-stamp h3 {
  margin: 0;
  color: #FBFAF4;
  border: 4px double #FBFAF4;
  font-size: 1.5rem;
  letter-spacing: .05em;
  padding: 16px 22px;
  text-align: center;
  transform: rotate(-1.5deg);
  font-family: "Courier New", monospace;
  text-transform: uppercase;
}
.freight-note { color: #FBFAF4; max-width: 62ch; font-size: 1.05rem; flex: 1; min-width: 250px; }
.freight-note p { margin: 0; color: #FBFAF4; }
.freight-note p strong { color: #ffffff; }

/* =====================================================================
   FOOTER — WAYBILL DESK (.waybilldesk) night clerk desk
   ===================================================================== */
.waybilldesk { background-color: #1B2431; }
.waybilldesk-l {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 18px;
}
.ledger-sheet {
  background-color: #FBFAF4;
  color: #232B36;
  border: 3px solid #3D5398;
  box-shadow: inset 0 0 0 4px #E2DFD2, 8px 8px 0 #0c1420;
  overflow: hidden;
}
.ledger-cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 0;
}
.ledger-sheet hr { border: none; border-top: 3px solid #3D5398; margin: 0; }
.led-main {
  padding: 22px 24px;
  position: relative;
}
.led-main h3 { margin: 0 0 6px; color: #1B2431; font-size: 1.35rem; letter-spacing: .02em; }
.led-main p { margin: 0; max-width: 50ch; font-size: .92rem; color: #232B36; }
.red-stamp {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  color: #A6453A;
  border: 2px solid #A6453A;
  padding: 2px 8px;
  transform: rotate(-4deg);
  letter-spacing: .1em;
  font-size: 1.15rem;
}
.led-col {
  padding: 18px 20px;
  border-top: 3px solid #E2DFD2;
  border-right: 2px solid #E2DFD2;
}
.led-col:last-child { border-right: none; }
.led-col h4 {
  margin: 0 0 10px;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #A6453A;
  border-bottom: 1px dashed #3D5398;
  padding-bottom: 6px;
}
.led-col ul { list-style: none; margin: 0; padding: 0; }
.led-col li { margin: 7px 0; }
.led-col a { color: #232B36; }
.led-col a:hover { color: #3D5398; }
.led-col p { margin: 0; font-size: .9rem; }
.spot-caption { font-size: .78rem; color: #969c71; }

/* desk edge under ledger */
.desk-edge { color: #FBFAF4; margin-top: 18px; font-size: .88rem; }
.desk-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #3D5398;
  padding-bottom: 12px;
}
.desk-contacts .deskbig { letter-spacing: .02em; }
.desk-contacts a { color: #FBFAF4; }
.desk-contacts a:hover { text-decoration: underline; color: #ffffff; }
.stationclock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border: 3px solid #3D5398;
  background-color: #FBFAF4;
  border-radius: 50%;
  font-family: "Courier New", monospace;
  font-size: .7rem;
  color: #1B2431;
  margin-right: 10px;
  box-shadow: inset 0 0 0 2px #E2DFD2;
  vertical-align: middle;
  position: relative;
  font-weight: bold;
}
.copyright-foot {
  margin-top: 14px;
  text-align: center;
  font-size: .8rem;
  letter-spacing: .04em;
  color: #D6D9DE;
}
.copyright-foot a { color: #FBFAF4; }
@media (max-width: 860px) {
  .ledger-cols { grid-template-columns: 1fr; }
  .red-stamp { position: static; display: inline-block; margin-top: 6px; }
  .desk-contacts { flex-direction: column; align-items: flex-start; gap: 6px; }
}

/* =====================================================================
   SECONDARY / SHARED PAGE HELPERS (services + contact)
   ===================================================================== */
.pageframe { max-width: 1180px; margin: 0 auto; padding: 30px 24px 60px; }
.pagehead h1 {
  font-size: 2.3rem;
  color: #232B36;
  border-bottom: 10px solid #3D5398;
  padding-bottom: 12px;
  margin: 6px 0 16px;
}
.rule-band {
  border-left: 10px solid #A6453A;
  background-color: #FBFAF4;
  padding: 22px 26px;
  box-shadow: 6px 6px 0 #E2DFD2;
  color: #232B36;
}
.rule-band h2 { margin: 0 0 8px; color: #1B2431; }
.rule-band p { margin: 0; max-width: 70ch; line-height: 1.8; }
.specialty-grid { margin-top: 30px; }
.specialty-two-col { columns: 2; column-gap: 40px; }
.spec-piece { break-inside: avoid; margin-bottom: 22px; -webkit-column-break-inside: avoid; page-break-inside: avoid; }
.spec-piece h3 {
  background-color: #1B2431;
  color: #FBFAF4;
  padding: 10px 16px;
  margin: 0 0 12px;
  font-size: 1.15rem;
  letter-spacing: .02em;
  font-weight: 700;
}
.spec-piece h3 span { color: #D6D9DE; }
.spec-piece p { margin: 0 0 10px; font-size: .95rem; line-height: 1.75; }
.spec-piece table { width: 100%; border-collapse: collapse; background-color: #FBFAF4; }
.spec-piece th, .spec-piece td { border: 1px solid #E2DFD2; padding: 8px 10px; font-size: .9rem; text-align: left; }
.spec-piece th { background-color: #3D5398; color: #FBFAF4; border-color: #3D5398; }

.sectmark {
  margin: 46px 0 20px;
  color: #1B2431;
  font-size: 1.9rem;
  border-left: 12px solid #3D5398;
  padding-left: 16px;
}
.sectmark small {
  display: block;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #A6453A;
  margin-top: 2px;
}
.process-flats {
  background-color: #FBFAF4;
  border: 1px solid #E2DFD2;
  margin-top: 8px;
}
.flat-step { display: grid; grid-template-columns: 70px 1fr; border-bottom: 2px solid #E2DFD2; }
.flat-step:last-child { border-bottom: none; }
.flat-step .flat-no {
  background-color: #1B2431;
  color: #FBFAF4;
  font-size: 2.4rem;
  font-family: "Courier New", monospace;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flat-step .flat-body { padding: 20px 24px; }
.flat-step h3 { margin: 0 0 6px; color: #232B36; }
.flat-step p { margin: 0; color: #232B36; }
@media (max-width: 640px) { .specialty-two-col { columns: 1; } .flat-step { grid-template-columns: 46px 1fr; } .flat-step .flat-no { font-size: 1.5rem; } }

/* freight-accepted strip on services acts as the CTA */
.cta-within { background-color: #3D5398; margin-top: 44px; }
.cta-inner { max-width: 1180px; margin: 0 auto; padding: 40px 24px; text-align: center; }
.cta-inner h2 { margin: 0 0 10px; color: #FBFAF4; font-size: 1.9rem; }
.cta-inner p { margin: 0 0 0 auto; max-width: 60ch; color: #FBFAF4; margin-bottom: 18px; margin-left: auto; }
.cta-inner a.couplerbtn { display: inline-block; }

/* ---- CONTACT ---- */
.contact-layout { display: grid; grid-template-columns: 5fr 4fr; gap: 36px; align-items: start; }
.form-dock { background-color: #FBFAF4; border: 2px solid #1B2431; padding: 26px 28px; box-shadow: 8px 8px 0 #1B2431; }
.form-dock h2 { margin: 0 0 16px; color: #1B2431; border-bottom: 3px solid #A6453A; padding-bottom: 12px; }
.fieldrow { margin: 0 0 18px; }
.fieldrow label { display: block; margin-bottom: 6px; font-weight: 700; letter-spacing: .04em; color: #232B36; }
.fieldrow input, .fieldrow textarea, .fieldrow select {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: #232B36;
  background-color: #ffffff;
  border: 2px solid #3D5398;
  padding: 12px 14px;
}
textarea.field-el { min-height: 150px; resize: vertical; }
.fieldnote { font-size: .8rem; color: #232B36; margin-top: 4px; }
.btn-submit {
  font-family: inherit;
  border: 3px solid #3D5398;
  background-color: #3D5398;
  color: #FBFAF4;
  font-size: 1.05rem;
  padding: 12px 26px;
  cursor: pointer;
  letter-spacing: .04em;
  box-shadow: 4px 4px 0 #232B36;
}
.btn-submit:hover { background-color: #232B36; border-color: #232B36; }
.wayform-break {
  border-top: 2px dashed #E2DFD2;
  margin: 18px 0;
  padding-top: 12px;
  font-size: .85rem;
  color: #232B36;
}
.panel-side .panel-card { background-color: #FBFAF4; border: 1px solid #E2DFD2; border-top: 8px solid #3D5398; padding: 20px 22px; margin-bottom: 18px; box-shadow: 0 0 0 #E2DFD2; }
.panel-card h3 { margin: 0 0 8px; color: #1B2431; font-size: 1.1rem; }
.panel-card p, .panel-card address, .panel-card .panel-list { margin: 0 0 8px; font-size: .97rem; color: #232B36; font-style: normal; }
.panel-card a { font-weight: bold; }
.hours-strip {
  font-family: "Courier New", monospace;
  background-color: #1B2431;
  color: #FBFAF4;
  padding: 12px 14px;
  border-left: 6px solid #A6453A;
  font-size: .9rem;
}
.qa-detail { border: 1px solid #E2DFD2; border-left: 6px solid #3D5398; background-color: #FBFAF4; margin-bottom: 10px; }
.qa-detail summary { cursor: pointer; padding: 12px 14px; font-weight: 700; color: #3D5398; }
.qa-detail p { padding: 0 14px 12px; margin: 0; color: #232B36; }
.chippill { display: inline-block; padding: 2px 8px; border: 2px solid #A6453A; color: #3D5398; border-radius: 3px; font-size: .8rem; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }
