/* ============================================================
   NVC Tech LLC — Field Services Site
   Theme: Vintage Hurricane Airport Map Room
   Palette:
     LINEN CHART      #F1EEE5  page ground
     GRAPHITE LOG     #2E2D28  text
     HERITAGE GREEN   #2F6B4F  brand, buttons, stamps, band
     APRON CINDER     #55584F  structural bands, frame lines
     RUNWAY SAND      #D8CFAF  chips, ground stripes
     CHART PAPER      #FAF8F0  cards and log sheets
     HANGAR SHADOW    #24261F  darkest band
   Forbidden hues from the pool are excluded by design.
   ============================================================ */

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

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

body {
  margin: 0;
  background: #F1EEE5;
  color: #2E2D28;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;   /* literal body size, do not change */
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: #2F6B4F; text-decoration: none; }
a:hover { color: #24261F; }

p, h1, h2, h3, h4 { margin: 0 0 14px; }

::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #F1EEE5; }
::-webkit-scrollbar-thumb { background: #55584F; border: 3px solid #F1EEE5; border-radius: 8px; }

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

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

.serif { font-family: Georgia, "Times New Roman", serif; }
.dirtyfuses { font-family: Georgia, "Times New Roman", serif; }

/* ============================================================ */
/* NAVIGATION — TOWBAR SIGNAL NAV (.towbarsignal)              */
/* ============================================================ */
.towbarsignal {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #F1EEE5;
  border-bottom: 1px dashed #D8CFAF;
}
.fieldhouse-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0 0;
}
.brandplate {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FAF8F0;
  border: 1px solid #D8CFAF;
  padding: 6px 16px 6px 8px;
  border-radius: 4px;
}
.wingwheel {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #2F6B4F;
  position: relative;
  flex: 0 0 auto;
}
.wingwheel::before,
.wingwheel::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px; height: 2px;
  background: #2F6B4F;
}
.wingwheel::before { left: -22px; }
.wingwheel::after { right: -22px; }
.wingwheel .hub {
  position: absolute;
  inset: 8px;
  border: 2px solid #D8CFAF;
  border-radius: 50%;
}
.brandplate a.brandtxt {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 22px;
  color: #2E2D28;
  font-family: Georgia, "Times New Roman", serif;
}
.brandplate .brandsub {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2F6B4F;
  font-family: Verdana, Geneva, sans-serif;
}
.towball {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.towball li { position: relative; }
.towlink {
  display: inline-block;
  color: #2E2D28;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 10px 14px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.towlink::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #55584F;
  transform: translateX(-50%);
}
.towlink::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 16px;
  height: 3px;
  background: #55584F;
  transform: translateX(-50%);
  border-radius: 2px;
}
.towlink:nth-child(1)::before { height: 14px; }
.towlink:nth-child(2)::before { height: 8px; top: -5px; }
.towlink:nth-child(3)::before { height: 18px; top: -12px; }
.towlink:hover,
.towlink.active {
  color: #2F6B4F;
  border-bottom-color: #2F6B4F;
}
.cta-chip {
  display: inline-block;
  background: #2F6B4F;
  color: #FAF8F0 !important;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: 3px;
}
.cta-chip:hover { background: #24261F; color: #FAF8F0 !important; }
.towlinebase {
  height: 2px;
  background: repeat-x;
  margin-top: 6px;
}
.centreline {
  height: 3px;
  border-bottom: 2px dashed #D8CFAF;
  margin-top: 4px;
  position: relative;
}
.centreline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 74px;
  height: 3px;
  background: #2F6B4F;
  border-radius: 1px;
}
.navtoggle {
  display: none;
  background: #2F6B4F;
  border: 0;
  color: #FAF8F0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 9px 14px;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 860px) {
  .navtoggle { display: inline-block; }
  .towball {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    background: #FAF8F0;
    border: 1px solid #D8CFAF;
    padding: 4px 14px 10px;
    margin-top: 8px;
  }
  .towball.open { display: flex; }
  .towball li { border-top: 1px solid #EFE9D8; }
  .towlink { width: 100%; padding: 12px 6px; border-bottom: 0; }
  .towlink::before { display: none; }
  .towlink::after { display: none; }
}

/* ============================================================ */
/* HERO — TOWER VIEW FIELD HERO (.towerview)                   */
/* ============================================================ */
.towerview { background: #F1EEE5; }
.fieldsky {
  background: #F1EEE5;
  padding: 26px 0 0;
  position: relative;
}
.towerstage {
  background: #55584F;
  border-radius: 3px;
  padding: 18px 22px 10px;
  border: 1px solid #26261F;
  position: relative;
}
.towerstage::before {
  content: "FIELD SERVICE RAMP · HURRICANE";
  position: absolute;
  visibility: hidden;
}
.towerinstr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 150px;
  gap: 10px;
  flex-wrap: wrap;
}
.controltower {
  width: 64px;
  position: relative;
  height: 150px;
  flex: 0 0 auto;
}
.controltower .shaft {
  position: absolute;
  top: 0; left: 14px;
  width: 36px;
  height: 92px;
  background: #D8CFAF;
  border: 1px solid #24261F;
}
.controltower .cab {
  position: absolute;
  top: 40px; left: 2px;
  width: 60px;
  height: 40px;
  background: #2F6B4F;
  border: 1px solid #24261F;
  display: flex;
  justify-content: space-between;
  padding: 8px 6px;
}
.controltower .cab .win {
  width: 21px;
  height: 22px;
  background: #FAF8F0;
  border: 1px solid #24261F;
}
.controltower .roofline {
  position: absolute;
  top: 34px; left: -3px;
  width: 70px; height: 8px;
  background: #24261F;
  border-radius: 3px 3px 0 0;
}
.taildragger {
  width: 128px;
  height: 40px;
  position: relative;
  flex: 0 0 auto;
  align-self: flex-end;
  margin-bottom: 4px;
}
.taildragger .fuselage {
  position: absolute;
  left: 30px; top: 8px;
  width: 70px; height: 16px;
  background: #FAF8F0;
  border: 1px solid #24261F;
  border-radius: 10px 26px 26px 10px;
}
.taildragger .cowl {
  position: absolute;
  left: 92px; top: 8px;
  width: 14px; height: 16px;
  background: #2F6B4F;
  border: 1px solid #24261F;
  border-radius: 0 6px 6px 0;
}
.taildragger .wingsolid {
  position: absolute;
  left: 48px; top: -2px;
  width: 26px; height: 42px;
  background: #24261F;
  border: 1px solid #24261F;
}
.taildragger .tailfin {
  position: absolute;
  left: 26px; top: -6px;
  width: 22px; height: 20px;
  background: #2F6B4F;
  border: 1px solid #24261F;
  clip-path: polygon(0 100%, 55% 0, 100% 100%);
}
.taildragger .towbar-lean {
  position: absolute;
  left: 8px; top: 18px;
  width: 26px; height: 3px;
  background: #D8CFAF;
  border: 1px solid #55584F;
  transform: rotate(24deg);
  transform-origin: left;
}
.chock {
  width: 10px; height: 9px;
  background: #D8CFAF;
  border: 1px solid #24261F;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}
.chock.left { left: 8px; }
.chock.right { right: 2px; }
.windtee {
  width: 70px;
  height: 40px;
  position: relative;
  flex: 0 0 auto;
  align-self: flex-end;
  margin-bottom: 4px;
}
.windtee .pole {
  position: absolute;
  left: 34px; top: 0;
  width: 4px; height: 40px;
  background: #24261F;
}
.windtee .vane {
  position: absolute;
  left: 2px; top: 8px;
  width: 34px; height: 17px;
  background: #FAF8F0;
  border: 1px solid #24261F;
  clip-path: polygon(0 25%, 70% 0, 100% 0, 100% 100%, 70% 100%, 0 75%);
}
.windtee .tail {
  position: absolute;
  right: 20px; top: 12px;
  width: 16px; height: 9px;
  background: #2F6B4F;
  border: 1px solid #24261F;
}
.landingring {
  position: relative;
  width: 118px;
  height: 66px;
  flex: 0 0 auto;
  align-self: flex-end;
  margin-bottom: 2px;
}
.landingring .ringhalf {
  position: absolute;
  bottom: 0;
  height: 44px;
  border: 3px solid #FAF8F0;
  border-bottom: 0;
  border-radius: 60px;
}
.landingring .sandhalf { left: 6px; width: 52%; }
.landingring .cinderhalf { right: 6px; width: 52%; border-color: #24261F; }
.desk-slab {
  margin-top: -2px;
  background: #FAF8F0;
  border: 1px solid #D8CFAF;
  border-bottom: 6px solid #24261F;
  padding: 40px 24px 0;
  position: relative;
}
.eyebrow {
  color: #2F6B4F;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.desk-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: start;
}
.h1block h1 {
  font-size: 46px;
  line-height: 1.05;
  color: #2E2D28;
  margin: 0 0 14px;
}
.circuitstamp {
  display: inline-block;
  background: #2F6B4F;
  color: #FAF8F0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid #24261F;
  padding: 3px 8px;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}
.ledegraillead {
  font-size: 18px;
  color: #55584F;
  max-width: 620px;
}
.herobuttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0 26px;
}
.btn-solid {
  display: inline-block;
  background: #2F6B4F;
  color: #FAF8F0;
  border: 2px solid #2F6B4F;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
}
.btn-solid:hover { background: #24261F; border-color: #24261F; color: #FAF8F0; }
.btn-line {
  display: inline-block;
  background: transparent;
  color: #2E2D28;
  border: 2px solid #55584F;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
}
.btn-line:hover { background: #55584F; color: #FAF8F0; }
.deskprops {
  position: relative;
  align-self: start;
  padding-bottom: 16px;
}
.clipboard {
  background: #F1EEE5;
  border: 1px dashed #2F6B4F;
  padding: 14px;
  position: relative;
}
.clipboard::before {
  content: "";
  position: absolute;
  left: 50%; top: -6px;
  transform: translateX(-50%);
  width: 46px; height: 12px;
  background: #2F6B4F;
  border-radius: 3px;
}
.clipboard .fontl {
  font-family: Georgia, "Times New Roman", serif;
}
.logline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #2E2D28;
}
.logline li { padding: 3px 0; border-bottom: 1px dotted #D8CFAF; font-family: Georgia, "Times New Roman", serif; }
.thermos {
  position: absolute;
  right: 0; bottom: -18px;
  width: 46px; height: 66px;
  background: #55584F;
  border: 1px solid #24261F;
  border-radius: 8px 8px 22px 22px;
}
.thermos::before {
  content: "";
  position: absolute;
  left: 8px; top: 8px;
  width: 28px; height: 42px;
  background: #2F6B4F;
  border-radius: 4px 4px 10px 10px;
}
.kickband {
  background: #24261F;
  color: #FAF8F0;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-radius: 0 0 4px 4px;
}
.statcell { text-align: center; }
.statcell .statnum {
  font-size: 26px;
  font-weight: 700;
  color: #FAF8F0;
}
.statcell .statlab {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D8CFAF;
}
.statcell + .statcell { border-left: 1px solid #2F6B4F; }
@media (max-width: 860px) {
  .desk-grid { grid-template-columns: 1fr; }
  .kickband { grid-template-columns: 1fr; }
  .statcell + .statcell { border-left: 0; border-top: 1px solid #2F6B4F; padding-top: 12px; }
  .h1block h1 { font-size: 34px; }
}

/* ============================================================ */
/* STATEMENT ROW                                              */
/* ============================================================ */
.statementrow {
  background: #24261F;
  color: #FAF8F0;
  text-align: center;
  padding: 52px 24px;
}
.bigfigure {
  font-size: 62px;
  font-weight: 700;
  color: #FAF8F0;
}
.bigfigure span { color: #D8CFAF; }
.figlabel {
  margin-top: 8px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #D8CFAF;
}
.statementrow p {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 17px;
  color: #FAF8F0;
}

/* ============================================================ */
/* FLIGHT LOG ROWS (.flightlog) — section header               */
/* ============================================================ */
.sectionhead { padding: 56px 0 8px; }
.sectionhead .kicker {
  color: #2F6B4F;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.sectionhead h2 {
  font-size: 36px;
  color: #2E2D28;
  margin: 0;
}
.sectionhead p { color: #55584F; max-width: 720px; margin-top: 10px; }

.logrows {
  padding: 24px 0 26px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.logsheet {
  background: #FAF8F0;
  border: 1px solid #D8CFAF;
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 26px 26px 22px;
  box-shadow: 0 2px 0 #E3DECC;
}
.logsheet.offset {
  transform: translateX(40px);
}
.logsheet::before,
.logsheet::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: #F1EEE5;
  border: 1px solid #C9C2A8;
}
.logsheet::before { left: 20px; }
.logsheet::after { left: 44px; }
.logtag {
  display: inline-block;
  background: #2F6B4F;
  color: #FAF8F0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.logsheet h3 { font-size: 21px; color: #2E2D28; margin: 0 0 8px; }
.logsheet p { color: #55584F; margin: 0 0 10px; font-size: 16px; }
.logtag.right-anchored { order: 3; margin: 0 0 auto 0; }
.detailslink {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #2F6B4F;
}
.servicechipline { grid-column: 1; grid-row: 1; align-self: start; }
.chipinline { display: inline-block; font-family: Verdana, sans-serif; font-size: 10px; }
.left-slot {}
.right-slot {}
@media (max-width: 860px) {
  .logsheet { grid-template-columns: 1fr; }
  .logsheet.offset { transform: none; }
}

/* ============================================================ */
/* TOW LOOP FLOW — ground traffic circuit                      */
/* ============================================================ */
.towloop {
  background: #55584F;
  padding: 52px 24px 60px;
  position: relative;
  overflow-x: hidden;
}
.loophead { text-align: center; }
.loophead .kicker-loop {
  color: #D8CFAF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.loophead h2 { color: #FAF8F0; font-size: 34px; margin: 8px 0 4px; }
.loophead .sub { color: #F1EEE5; font-size: 15px; max-width: 640px; margin: 8px auto 32px; }
.looptrack {
  position: relative;
  padding-top: 20px;
  margin: 30px 0 0;
}
.dashedline {
  position: absolute;
  left: 0; right: 0;
  top: 40px;
  border-top: 3px dashed #D8CFAF;
  border-radius: 22px;
  height: 8px;
}
.towloop-set {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  counter-reset: station;
}
.towloop-station {
  text-align: center;
  position: relative;
  padding-top: 12px;
}
.wheelpair {
  width: 44px; height: 44px;
  margin: 0 auto 14px;
  position: relative;
}
.gearlightunit { display: inline-block; font-size: 26px; }
.wheelcarrier {
  position: absolute;
  inset: 0;
}
.wheeldot {
  position: absolute;
  top: 6px; left: 8px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #2F6B4F;
  border: 1px solid #D8CFAF;
}
.wheeldot.small { width: 24px; height: 24px; left: 4px; top: 12px; }
.chockbar {
  position: absolute;
  right: 0; bottom: 2px;
  width: 22px; height: 6px;
  background: #D8CFAF;
  border: 1px solid #24261F;
  border-radius: 2px;
}
.towloop-station .statno {
  color: #D8CFAF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.towloop-station h3 { color: #FAF8F0; font-size: 18px; margin: 4px 0 10px; }
.towloop-station p { color: #F1EEE5; font-size: 14px; line-height: 1.5; max-width: 220px; margin: 0 auto; }
.parked-tag {
  display: block;
  margin-top: 12px;
  background: #2F6B4F;
  color: #FAF8F0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 3px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .towloop-set { grid-template-columns: 1fr; gap: 34px; }
  .dashedline { display: none; }
}

/* ============================================================ */
/* ACCENT — DISPATCH BAND                                      */
/* ============================================================ */
.dispatchband {
  background: #2F6B4F;
  color: #FAF8F0;
  padding: 44px 24px;
}
.dispatchinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.stamptext {
  width: 62px; height: 62px;
  border: 2px solid #D8CFAF;
  border-radius: 50%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  color: #FAF8F0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  flex: 0 0 auto;
}
.dispatchcopy { flex: 1 1 320px; }
.dispatchcopy h2 { color: #FAF8F0; font-size: 26px; margin: 0 0 6px; }
.dispatchcopy p { color: #F1EEE5; margin: 0; font-size: 16px; }
.btn-cream {
  display: inline-block;
  background: #FAF8F0;
  color: #2F6B4F;
  border: 2px solid #FAF8F0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 3px;
}
.btn-cream:hover { background: #D8CFAF; border-color: #D8CFAF; color: #24261F; }

/* ============================================================ */
/* STANDARD PAGE HEADER (services / contact)                   */
/* ============================================================ */
.pagetitle {
  background: #FAF8F0;
  border-bottom: 6px solid #24261F;
  padding: 44px 24px 34px;
}
.pagetitle .crumb { color: #2F6B4F; font-family: Verdana, sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.pagetitle h1 { font-size: 44px; color: #2E2D28; margin: 6px 0 12px; }
.pagetitle p { color: #55584F; max-width: 740px; font-size: 17px; }

/* ============================================================ */
/* SERVICE PAGE BODY                                           */
/* ============================================================ */
.servpage {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.servertab { flex: 1; }
.servrow {
  background: #FAF8F0;
  border: 1px solid #D8CFAF;
  position: relative;
  padding: 30px 30px 26px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
}
.servrow.offsetrow { transform: translateX(22px); }
.servrow .servmeta { border-right: 1px dashed #C9C2A8; padding-right: 20px; }
.servrow h2 { font-size: 24px; color: #2E2D28; margin: 10px 0 8px; }
.servrow p { color: #55584F; }
.plantag {
  background: #2F6B4F;
  color: #FAF8F0;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
}
@media (max-width: 760px) {
  .servrow { grid-template-columns: 1fr; }
  .servrow .servmeta { border-right: 0; border-bottom: 1px dashed #C9C2A8; padding-bottom: 12px; }
  .servrow.offsetrow { transform: none; }
}
.processline {
  background: #55584F;
  padding: 44px 24px;
}
.processhead h2 { color: #FAF8F0; font-size: 30px; text-align: center; margin-bottom: 30px; }
.stepline { display: flex; flex-wrap: wrap; gap: 8px; align-items: stretch; list-style: none; margin: 0; padding: 0; counter-reset: pst; justify-content: center; }
.stepline li {
  background: #FAF8F0;
  color: #2E2D28;
  padding: 12px 16px 12px 40px;
  flex: 1 1 150px;
  min-width: 150px;
  position: relative;
  border: 1px dashed #24261F;
}
.stepline li::before {
  counter-increment: pst;
  content: counter(pst);
  position: absolute;
  left: 10px; top: 10px;
  width: 22px; height: 22px;
  background: #2F6B4F;
  color: #FAF8F0;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
}
.processCTA { text-align: center; margin-top: 26px; }

/* ============================================================ */
/* CONTACT PAGE                                                */
/* ============================================================ */
.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 44px 0 20px;
}
@media (max-width: 860px) { .contactgrid { grid-template-columns: 1fr; } }
.cformcard, .infocard {
  background: #FAF8F0;
  border: 1px solid #D8CFAF;
  padding: 30px;
  border-top: 6px solid #2F6B4F;
}
.cformcard h2, .infocard h2 { font-size: 26px; color: #2E2D28; }
.servfield { margin-bottom: 16px; }
.servfield label {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2E2D28;
  margin-bottom: 6px;
}
.servfield input,
.servfield textarea {
  width: 100%;
  border: 1px solid #C9C2A8;
  background: #F1EEE5;
  padding: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #2E2D28;
}
.servfield textarea { min-height: 140px; resize: vertical; }
.infocard ul { list-style: none; margin: 0; padding: 0; }
.infocard li { padding: 14px 0; border-bottom: 1px dashed #D8CFAF; display: flex; gap: 14px; align-items: flex-start; }
.infocard .iclabel {
  color: #2F6B4F;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 90px;
}
.mh-list { list-style: none; margin: 0; padding: 0; }
.mh-list li { padding: 4px 0; }
.HQoverlay { display: block; margin-top: 14px; }
.faqs { padding: 20px 0 40px; }
.faq-item { background: #FAF8F0; border: 1px solid #D8CFAF; margin-bottom: 12px; }
.faq-qa { border-top: 6px solid #2F6B4F; }
.accordion-q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2E2D28;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-q .cue { color: #2F6B4F; font-size: 20px; }
.accordion-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-a p { padding: 0 20px 18px; color: #55584F; }
.accordion-a.open { max-height: 400px; }
.formsent {
  display: none;
  margin-top: 14px;
  background: #2F6B4F;
  color: #FAF8F0;
  padding: 12px 16px;
}
.formsent.visible { display: block; }

/* ============================================================ */
/* FOOTER — HANGAR DOOR FOOTER (.hangardoor)                   */
/* ============================================================ */
.hangardoor {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.hangarband {
  background: #55584F;
  padding: 44px 24px 30px;
  position: relative;
}
.hangardoor-slats {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  height: 74px;
  margin-bottom: 26px;
  position: relative;
}
.slat {
  width: 60px;
  background: #D8CFAF;
  border: 1px solid #24261F;
  border-bottom: none;
}
.slat.s1 { height: 74px; }
.slat.s2 { height: 62px; }
.slat.s3 { height: 74px; }
.slat.s4 { height: 50px; }
.slat.s5 { height: 74px; }
.slat.s6 { height: 58px; }
.slat.s7 { height: 74px; }
.framerail {
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 16%;
  right: 16%;
  background: #24261F;
  border-radius: 4px;
}
.motto-stamp {
  text-align: center;
  color: #D8CFAF;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 30px;
}
.footcols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 760px) { .footcols { grid-template-columns: 1fr; } }
.footcols .fheadcopy {
  display: block;
  color: #FAF8F0;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #24261F;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.footcols ul { list-style: none; margin: 0; padding: 0; }
.footcols li { margin: 6px 0; }
.footcols a { color: #F1EEE5; font-size: 15px; }
.footcols a:hover { color: #D8CFAF; text-decoration: underline; }
.footcols .legal-license { color: #D8CFAF; font-style: italic; }
.baseplate {
  background: #F1EEE5;
  border-top: 6px solid #24261F;
  padding: 22px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.baseplate .platewrap { max-width: 980px; margin: 0 auto; }
.baseplate .platename {
  font-weight: 700;
  font-size: 18px;
  color: #2E2D28;
  letter-spacing: 2px;
}
.baseplate .plateaddr {
  color: #55584F;
  font-size: 15px;
}
.baseplate .plateaddr .br { display: block; }
.baseplate .platelinks {
  margin-top: 6px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.baseplate .copyline {
  margin-top: 12px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #2F6B4F;
  font-weight: 700;
}

/* ============================================================ */
/* SCROLL REVEAL (safe without JS — default visible)           */
/* ============================================================ */
.reveal { opacity: 1; transform: none; }
html.jscanimate .reveal:not(.visible) {
  opacity: 0;
  transform: translateY(22px);
}
html.jscanimate .reveal.visible {
  opacity: 1;
  transform: none;
}
