/* BFC Secure LLC — bolted storage rack warehouse theme
   Palette:
   BONE-FRAME  #F5F3ED  body background, powder coated steel frame
   RUST-INK    #25313C  primary text
   ORANGE-BOLT #C96A28  accent, structural bolt heads
   TAUPE-GREY  #8A8F94  thin frame lines
   RACK-DEEP   #1C2731  deepest frame blocks
   LAGER-CREAM #E9DFC6  raised deck faces
*/

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #F5F3ED;
  color: #25313C;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.2;
  margin: 0 0 14px 0;
  letter-spacing: 0.2px;
}

p { margin: 0 0 15px 0; }

a { color: #C96A28; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

img { max-width: 100%; }

/* ---------- reveal system ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms ease;
}
html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ================= SHELF BAY TABS NAV ================= */
.storagerack {
  position: relative;
  z-index: 40;
}
.rack-beam {
  background-color: #1C2731;
  border-bottom: 6px solid #8A8F94;
  padding: 14px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.rack-nameplate {
  position: relative;
  background-color: #E9DFC6;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  padding: 12px 20px 12px 18px;
  margin-bottom: 14px;
  box-shadow: inset 0 -3px 0 #C9BFA3;
}
.rack-nameplate .brand {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: 3px;
  color: #25313C;
  text-transform: uppercase;
}
.rack-nameplate .brand-sub {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 2.4px;
  color: #5B666F;
  text-transform: uppercase;
}
.bolt-corner {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 20px;
  height: 20px;
  background-color: #C96A28;
  border: 3px solid #1C2731;
  border-radius: 50%;
}
.shelf-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
}
.shelf-tab {
  display: block;
  background-color: #F5F3ED;
  border: 2px solid #8A8F94;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  padding: 9px 16px 7px 16px;
  min-width: 104px;
  position: relative;
}
.shelf-tab .bay-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: #6B757E;
  text-transform: uppercase;
}
.shelf-tab .tab-link {
  display: block;
  font-weight: 700;
  font-size: 0.94rem;
  color: #25313C;
  letter-spacing: 0.6px;
}
.shelf-tab .hole-row {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #8A8F94;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #E4E1D6;
}
.shelf-tab.tab-hi { margin-bottom: 16px; }
.shelf-tab.tab-mid { margin-bottom: 7px; }
.shelf-tab.tab-lo { margin-bottom: 0; }
.shelf-tab.tab-lift { margin-bottom: 11px; }
.shelf-tab.tab-drop { margin-bottom: 22px; }
.shelf-tab:hover { background-color: #E9DFC6; }
.nav-toggle {
  display: none;
  margin-left: auto;
  margin-bottom: 14px;
  background-color: #C96A28;
  color: #E9DFC6;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.rack-footline {
  background-color: #25313C;
  height: 8px;
  border-top: 2px solid #8A8F94;
}

/* ================= MAIN RACK BAY HERO ================= */
.mainrack {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  padding: 58px 24px 52px 24px;
  max-width: 1220px;
  margin: 0 auto;
}
.mainrack-copy { flex: 1 1 520px; }
.eyebrow {
  display: inline-block;
  background-color: #E9DFC6;
  border-left: 6px solid #C96A28;
  padding: 6px 14px;
  font-size: 0.74rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #25313C;
  margin-bottom: 20px;
}
.mainrack-copy h1 {
  font-size: 2.75rem;
  color: #25313C;
  margin-bottom: 18px;
}
.boltword { color: #C96A28; }
.hero-lede {
  font-size: 1.08rem;
  max-width: 620px;
  color: #33404B;
}
.bolt-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}
.bolt-plate {
  display: inline-block;
  background-color: #C96A28;
  color: #E9DFC6;
  border: 3px solid #25313C;
  border-radius: 4px;
  padding: 14px 24px;
  font-weight: 700;
  letter-spacing: 1.4px;
  position: relative;
  text-transform: uppercase;
  font-size: 0.86rem;
}
.bolt-plate .plate-tag {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 2.6px;
  color: #F5E9D6;
  font-weight: 600;
}
.bolt-plate:hover { background-color: #A8531B; text-decoration: none; }
.bolt-plate.plate-alt {
  background-color: #1C2731;
  color: #E9DFC6;
}
.bolt-plate.plate-alt .plate-tag { color: #C9BFA3; }
.bolt-plate.plate-alt:hover { background-color: #2C3D4B; }

/* ----- CSS storage bay (right 45 percent) ----- */
.mainrack-bay { flex: 1 1 420px; }
.bay-scene {
  position: relative;
  background-color: #EDEAE0;
  border: 4px solid #8A8F94;
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 16px 0 #D9D4C4;
}
.upright {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 26px;
  background-color: #8A8F94;
  border-left: 3px solid #6B757E;
  border-right: 3px solid #6B757E;
}
.upright.upr-left { left: 14px; }
.upright.upr-right { right: 14px; }
.upright .hole {
  display: block;
  width: 9px;
  height: 9px;
  margin: 15px auto;
  background-color: #4A555F;
  border-radius: 2px;
}
.pallet-band {
  display: flex;
  justify-content: space-between;
  margin: 0 46px 14px 46px;
  padding-top: 16px;
}
.pallet-edge {
  width: 46%;
  height: 16px;
  background-color: #E9DFC6;
  border: 3px solid #C96A28;
  border-radius: 2px;
}
.shelf-deck {
  margin: 0 46px 12px 46px;
  border-top: 5px solid #25313C;
  padding-top: 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}
.crate {
  background-color: #E9DFC6;
  border: 3px solid #8A8F94;
  border-radius: 2px;
  min-height: 44px;
}
.crate.w-a { flex: 0 0 22%; }
.crate.w-b { flex: 0 0 31%; min-height: 60px; }
.crate.w-c { flex: 0 0 17%; min-height: 36px; }
.crate.w-d { flex: 0 0 42%; min-height: 54px; }
.crate.w-e { flex: 0 0 26%; min-height: 40px; }
.crate.w-f { flex: 0 0 36%; min-height: 66px; }
.crate.crate-deep { background-color: #1C2731; border-color: #25313C; }
.crate.crate-accent {
  background-color: #C96A28;
  border-color: #25313C;
}
.duty-label {
  position: absolute;
  right: 0;
  top: -15px;
  background-color: #25313C;
  color: #E9DFC6;
  font-size: 0.62rem;
  letter-spacing: 1.6px;
  padding: 3px 8px;
  border-radius: 2px;
}
.shelf-front {
  margin: 10px 46px 0 46px;
  height: 22px;
  background-color: #D9D4C4;
  border: 3px solid #8A8F94;
  border-radius: 2px;
}
.floorband {
  margin: 16px 46px 0 46px;
  height: 30px;
  background-color: #25313C;
  position: relative;
  overflow: hidden;
}
.chevron {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 16px solid #C96A28;
}
.chevron.c1 { left: 10%; }
.chevron.c2 { left: 30%; }
.chevron.c3 { left: 50%; }
.chevron.c4 { left: 70%; }
.chevron.c5 { left: 88%; }

/* ================= LOAD BAY ROWS ================= */
.loadbays {
  padding: 10px 0 60px 0;
  max-width: 1220px;
  margin: 0 auto;
}
.loadbay {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  margin: 0 24px 22px 24px;
  overflow: hidden;
}
.loadbay.tint-a { background-color: #F5F3ED; }
.loadbay.tint-b { background-color: #EFEBE0; }
.loadbay.tint-invert { background-color: #1C2731; }
.level-column {
  flex: 0 0 150px;
  background-color: #1C2731;
  color: #E9DFC6;
  padding: 26px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.loadbay.tint-invert .level-column {
  background-color: #0F161D;
}
.level-column .level-word {
  font-size: 0.62rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C9BFA3;
}
.level-column .level-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #E9DFC6;
}
.level-dot {
  width: 14px;
  height: 14px;
  background-color: #C96A28;
  border: 3px solid #E9DFC6;
  border-radius: 50%;
  margin-top: 12px;
}
.cargo-panel {
  flex: 1 1 380px;
  padding: 26px 26px 22px 26px;
  position: relative;
}
.cargo-panel h3 {
  font-size: 1.5rem;
  color: #25313C;
  margin-bottom: 8px;
}
.loadbay.tint-invert .cargo-panel h3 { color: #E9DFC6; }
.loadbay.tint-invert .cargo-panel p { color: #D3CDBB; }
.cargo-panel .cargo-link {
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.loadbay.tint-invert .cargo-panel .cargo-link { color: #E9A96F; }
.beamline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background-color: #8A8F94;
}
.beamline .boltfill {
  height: 100%;
  background-color: #C96A28;
}
.fill-light { width: 16%; }
.fill-general { width: 27%; }
.fill-medium { width: 44%; }
.fill-heavy { width: 62%; }
.fill-vheavy { width: 80%; }
.fill-max { width: 96%; }
.capacity-tag {
  position: absolute;
  right: 10px;
  bottom: 12px;
  background-color: #E9DFC6;
  border: 2px solid #8A8F94;
  border-radius: 2px;
  font-size: 0.62rem;
  letter-spacing: 1.6px;
  padding: 2px 8px;
  color: #25313C;
}
.rack-skew-a { transform: rotate(-1deg); }
.rack-skew-b { transform: rotate(1deg); }
.bay-tall { min-height: 208px; }
.bay-short { min-height: 168px; }
.bay-mid { min-height: 188px; }

/* ================= LOAD NOTICE STRIP ================= */
.loadnotice {
  background-color: #C96A28;
  border-top: 6px solid #25313C;
  border-bottom: 6px solid #25313C;
  padding: 30px 24px;
  text-align: center;
}
.loadnotice-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bolt-glyph {
  width: 30px;
  height: 30px;
  background-color: #E9DFC6;
  border: 4px solid #25313C;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
}
.bolt-glyph::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #25313C;
  border-radius: 50%;
}
.loadnotice-text {
  color: #F5F3ED;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 720px;
  margin: 0;
}

/* ================= BASE PLATE FOOTER ================= */
.baseplate {
  background-color: #1C2731;
  color: #E9DFC6;
  position: relative;
  padding-top: 0;
}
.floor-rail {
  height: 20px;
  background-color: #8A8F94;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.anchor-plate {
  width: 46px;
  height: 12px;
  background-color: #4A555F;
  border: 2px solid #25313C;
  border-radius: 2px;
}
.baseplate-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 26px 24px 10px 24px;
  max-width: 1220px;
  margin: 0 auto;
}
.baseplate-tab {
  background-color: #25313C;
  border: 2px solid #8A8F94;
  border-radius: 3px;
  padding: 12px 16px;
  min-width: 170px;
}
.baseplate-tab .tab-title {
  display: block;
  font-size: 0.64rem;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #C9BFA3;
  margin-bottom: 4px;
}
.baseplate-tab a {
  display: block;
  color: #E9DFC6;
  font-size: 0.94rem;
  padding: 2px 0;
}
.baseplate-tab a:hover { color: #E9A96F; }
.steel-plate {
  max-width: 1220px;
  margin: 8px auto 0 auto;
  padding: 20px 24px;
  background-color: #25313C;
  border: 3px solid #8A8F94;
  border-radius: 3px;
}
.steel-plate .plate-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #E9DFC6;
  margin-bottom: 8px;
}
.steel-plate p { color: #D3CDBB; margin: 0; }
.base-edge {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 24px 26px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  border-top: 2px solid #8A8F94;
  margin-top: 22px;
}
.base-edge a { color: #E9A96F; }
.base-edge .edge-item { font-size: 0.9rem; color: #D3CDBB; }
.load-gauge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  background-color: #25313C;
  border: 2px solid #8A8F94;
  border-radius: 3px;
  padding: 6px 14px;
}
.gauge-bars { display: flex; gap: 4px; align-items: flex-end; }
.gauge-bars i {
  display: block;
  width: 6px;
  background-color: #C96A28;
}
.gauge-bars i:nth-child(1) { height: 8px; }
.gauge-bars i:nth-child(2) { height: 13px; }
.gauge-bars i:nth-child(3) { height: 18px; }
.gauge-bars i:nth-child(4) { height: 23px; }
.gauge-year {
  font-size: 0.64rem;
  letter-spacing: 2.4px;
  color: #C9BFA3;
}

/* ================= INNER PAGE BANDS ================= */
.page-band {
  background-color: #1C2731;
  color: #E9DFC6;
  padding: 44px 24px 40px 24px;
  border-bottom: 6px solid #C96A28;
}
.page-band-inner { max-width: 1060px; margin: 0 auto; }
.page-band h1 { color: #E9DFC6; font-size: 2.2rem; margin-bottom: 10px; }
.page-band p { color: #D3CDBB; max-width: 780px; margin: 0; }
.page-band .band-tag {
  display: inline-block;
  background-color: #C96A28;
  color: #F5F3ED;
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.detail-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 44px 24px 20px 24px;
}
.detail-block {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  background-color: #F5F3ED;
  margin-bottom: 20px;
  overflow: hidden;
}
.detail-block.deep { background-color: #EFEBE0; }
.detail-badge {
  flex: 0 0 128px;
  background-color: #1C2731;
  color: #E9DFC6;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.detail-badge .badge-num {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #E9DFC6;
}
.detail-badge .badge-cap {
  font-size: 0.6rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #C9BFA3;
}
.detail-copy { flex: 1 1 380px; padding: 22px 24px; }
.detail-copy h2 { font-size: 1.45rem; color: #25313C; }
.detail-copy p { color: #33404B; }

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: stepcount;
}
.process-list li {
  position: relative;
  background-color: #E9DFC6;
  border-left: 8px solid #C96A28;
  border-radius: 3px;
  padding: 18px 22px 18px 74px;
  margin-bottom: 14px;
  counter-increment: stepcount;
}
.process-list li::before {
  content: counter(stepcount, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #25313C;
}
.process-list li h3 { font-size: 1.1rem; color: #25313C; margin-bottom: 4px; }
.process-list li p { color: #33404B; margin: 0; }

.cta-band {
  background-color: #1C2731;
  border-top: 6px solid #C96A28;
  border-bottom: 6px solid #C96A28;
  padding: 42px 24px;
  text-align: center;
}
.cta-band h2 { color: #E9DFC6; font-size: 1.8rem; }
.cta-band p { color: #D3CDBB; max-width: 720px; margin: 0 auto 22px auto; }
.cta-band .bolt-plate { display: inline-block; }

.section-head {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 24px 10px 24px;
}
.section-head h2 { font-size: 1.9rem; color: #25313C; }
.section-head .rule {
  width: 96px;
  height: 6px;
  background-color: #C96A28;
  margin-top: 12px;
}

/* ================= FORM ================= */
.form-frame {
  max-width: 1060px;
  margin: 0 auto;
  padding: 20px 24px 50px 24px;
}
.contact-form {
  background-color: #EFEBE0;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  padding: 26px 24px;
}
.field-row { margin-bottom: 16px; }
.field-row label {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #25313C;
  margin-bottom: 6px;
  font-weight: 700;
}
.field-row input,
.field-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  background-color: #F5F3ED;
  color: #25313C;
  font-size: 1rem;
  font-family: inherit;
}
.field-row input:focus,
.field-row textarea:focus {
  outline: none;
  border-color: #C96A28;
}
.form-submit {
  background-color: #C96A28;
  color: #E9DFC6;
  border: 3px solid #25313C;
  border-radius: 3px;
  padding: 14px 28px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.86rem;
}
.form-submit:hover { background-color: #A8531B; }
.form-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: #33404B;
}
.form-status {
  margin-top: 14px;
  font-weight: 700;
  color: #C96A28;
}

.info-stack {
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 24px 30px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.info-slab {
  flex: 1 1 240px;
  background-color: #F5F3ED;
  border: 3px solid #8A8F94;
  border-top: 7px solid #C96A28;
  border-radius: 3px;
  padding: 20px 20px;
}
.info-slab h3 {
  font-size: 0.78rem;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #25313C;
  margin-bottom: 8px;
}
.info-slab p { margin: 0; color: #33404B; }

.faq-slab { margin-bottom: 16px; }
.faq-slab .faq-q {
  width: 100%;
  text-align: left;
  background-color: #1C2731;
  color: #E9DFC6;
  border: 3px solid #8A8F94;
  border-radius: 3px;
  padding: 16px 18px;
  font-size: 1.02rem;
  font-weight: 700;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
}
.faq-slab .faq-q:hover { background-color: #2C3D4B; }
.faq-slab .faq-a {
  background-color: #E9DFC6;
  border: 3px solid #8A8F94;
  border-top: none;
  border-radius: 0 0 3px 3px;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease, padding 320ms ease;
}
.faq-slab .faq-a p { margin: 0; color: #25313C; }
.faq-slab.is-open .faq-a { padding: 16px 18px; max-height: 340px; }

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .rack-beam { padding-top: 16px; }
  .nav-toggle { display: inline-block; }
  .shelf-tabs { display: none; width: 100%; margin-left: 0; }
  .shelf-tabs.is-open { display: flex; }
  .shelf-tab { margin-bottom: 6px; min-width: calc(50% - 8px); }
  .mainrack-copy h1 { font-size: 2.05rem; }
  .level-column { flex: 0 0 100%; flex-direction: row; align-items: center; gap: 14px; }
  .level-column .level-dot { margin-top: 0; }
  .detail-badge { flex: 0 0 100%; flex-direction: row; gap: 14px; align-items: center; justify-content: flex-start; }
  .bolt-plate { width: 100%; text-align: center; }
}

@media (max-width: 560px) {
  .mainrack { padding-top: 38px; }
  .mainrack-copy h1 { font-size: 1.72rem; }
  .upright { display: none; }
  .pallet-band, .shelf-deck, .shelf-front, .floorband { margin-left: 8px; margin-right: 8px; }
  .load-gauge { margin-left: 0; }
}
