/* =========================================================
   ADVANCED MOWING — FLEET-GRADE GROUNDS SYSTEMS
   Theme: Mowing Depot at Dusk
   Turf-night body, deck-lime accents, opaque surfaces only.
   ========================================================= */

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

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

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

a { color: #9ACD3C; text-decoration: none; }

h2, h3 { line-height: 1.25; }

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

/* ---------- HITCH-RAIL NAV ---------- */
.hitchrail {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #0C130F;
  border-bottom: 4px solid #46544B;
}

.railbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 20px;
}

.brandplate {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #1E2C23;
  padding: 8px 16px;
  border: 2px solid #46544B;
  color: #F0ECD8;
  letter-spacing: 1px;
  font-size: 15px;
}

.brandplate .blade {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 90% 90% 60% 60%;
  background-color: #9ACD3C;
}

.brandplate b { font-weight: 700; letter-spacing: 2px; }

.railtags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tagnet {
  position: relative;
  display: inline-block;
  padding: 7px 6px;
}

.tagnet::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 8px;
  background-color: #B9A879;
  border: 1px solid #46544B;
}

.tagnet a {
  display: block;
  background-color: #B9A879;
  color: #0C130F;
  padding: 8px 16px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

.tagnet.routeslink a {
  background-color: #D97E33;
  color: #0C130F;
  text-transform: uppercase;
}

.flagedge {
  width: 14px;
  height: 24px;
  background-color: #D97E33;
  border-radius: 0 6px 6px 0;
}

.navtoggle {
  display: none;
  background-color: #9ACD3C;
  color: #0C130F;
  border: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.navdrawer {
  display: none;
}

@media (max-width: 820px) {
  .navtoggle { display: block; }
  .railtags { display: none; }
  .navdrawer {
    display: block;
    background-color: #0C130F;
    border-top: 1px solid #46544B;
  }
  .navdrawer.closed { display: none; }
  .navdrawer .tagnet { display: block; margin: 4px 0; }
  .navdrawer .tagnet::before { display: none; }
  .navdrawer .flagedge { display: none; }
}

/* ---------- CUT-STRIPES HERO ---------- */
.cutstripes {
  background-color: #14231B;
}

.stripes {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.band { flex: 1 1 auto; }

.band.dim { background-color: #14231B; }
.band.mid { background-color: #182C21; }

.headcard {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-0.8deg);
  max-width: 780px;
  background-color: #F0ECD8;
  border-left: 10px solid #9ACD3C;
  padding: 40px 48px;
  color: #14211A;
  text-align: center;
  border-right: 10px solid #14211A;
  border-bottom: 4px solid #14211A;
}

.headcard .eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 4px;
  color: #46544B;
  margin: 0 0 12px;
}

.headcard h1 {
  font-size: 46px;
  line-height: 1.1;
  margin: 0 0 22px;
  color: #14211A;
}

.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn-lime {
  display: inline-block;
  background-color: #9ACD3C;
  color: #0C130F;
  padding: 14px 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-outline {
  display: inline-block;
  border: 2px solid #1E2C23;
  color: #14211A;
  padding: 12px 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.mower-silhouette {
  position: absolute;
  right: 24px;
  bottom: 70px;
  width: 250px;
  height: 130px;
}

.silhouette-man { width: 46px; height: 46px; background-color: #0C130F; border-radius: 50%; margin: 0 auto; }
.silhouette-shoulder { margin: -12px auto 0; width: 8px; height: 32px; background-color: #0C130F; }
.silhouette-design { width: 250px; margin-top: -8px; height: 10px; background-color: #0C130F; }
.silhouette-wheel-l { position: absolute; left: -8px; top: 146px; width: 26px; height: 26px; border-radius: 50%; background-color: #0C130F; }
.silhouette-wheel-r { position: absolute; left: 20px; top: 146px; width: 46px; height: 46px; border-radius: 50%; background-color: #0C130F; }
.silhouette-hitch { position: absolute; right: -10px; top: 60px; width: 40px; background-color: #9ACD3C; height: 6px; }
.miniflag { position: absolute; right: -6px; top: 8px; width: 40px; height: 26px; background-color: #D97E33; }

.depot-slab {
  background-color: #0C130F;
  border-top: 3px solid #46544B;
  padding: 34px 0 40px;
}

.slab-inner { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }

.lead-txt {
  flex: 1 1 380px;
  margin: 0;
  color: #F0ECD8;
}

.stats-inline { display: flex; gap: 34px; flex: 1 1 360px; }

.statcell { display: flex; flex-direction: column; border-left: 2px solid #9ACD3C; padding-left: 14px; }

.stat-num {
  font-size: 42px;
  font-weight: 700;
  color: #F0ECD8;
  font-family: Arial, Helvetica, sans-serif;
}

.stat-lab-color { font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; color: #F0ECD8; }

@media (max-width: 720px) {
  .headcard h1 { font-size: 32px; }
  .headcard { padding: 28px 24px; }
  .stat-num { font-size: 30px; }
}

/* ---------- DECK-ROW SERVICES ---------- */
.deck-overview {
  background-color: #14211A;
  padding: 80px 0 0;
}

.section-kicker {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
  color: #B9A879;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-title { color: #F0ECD8; font-size: 40px; margin: 0 0 16px; }

.section-sub { color: #F0ECD8; max-width: 760px; }

.deckrow-block { margin-top: 60px; display: flex; flex-direction: column; gap: 14px; }

.deckpanel {
  position: relative;
  background-color: #1E2C23;
  border: 1px solid #46544B;
  border-top: 3px solid #9ACD3C;
  padding: 28px 34px 30px 44px;
  max-width: 92%;
}

.deckpanel.offset { margin-left: 40px; }

.decknum {
  position: absolute;
  left: -10px;
  top: -18px;
  background-color: #9ACD3C;
  color: #0C130F;
  font-weight: 700;
  padding: 2px 10px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
}

.spec-tag {
  position: absolute;
  top: 18px;
  right: 24px;
  background-color: #B9A879;
  color: #0C130F;
  padding: 4px 12px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

.deckpanel h3 { margin: 6px 0 10px; color: #F0ECD8; font-size: 26px; }

.deckpanel p { margin: 0 0 14px; color: #F0ECD8; }

.details-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #9ACD3C;
  letter-spacing: 1px;
}

@media (max-width: 700px) {
  .deckpanel { max-width: 100%; margin-left: 0 !important; padding: 22px 22px 26px 26px; }
  .spec-tag { position: static; display: inline-block; margin-bottom: 10px; }
}

/* ---------- 99.2% PLEDGE STRIP ---------- */
.pledge-strip { background-color: #46544B; padding: 30px 0; }
.pledge-inner { display: flex; gap: 40px; align-items: center; flex-wrap: wrap; }
.pledge-fig { font-size: 88px; font-weight: 700; color: #F0ECD8; font-family: Arial, Helvetica, sans-serif; line-height: 1; }
.pledge-copy { color: #F0ECD8; max-width: 600px; font-size: 20px; }
.pledge-copy strong { color: #F0ECD8; }

/* ---------- CHALKBOARD ROUTE ---------- */
.route-board { background-color: #0C130F; padding: 70px 0 80px; }
.route-inner h2 { color: #F0ECD8; font-size: 40px; margin-top: 4px; }

.chalkboard {
  margin-top: 40px;
  background-color: #1E2C23;
  border: 8px solid #46544B;
  outline: 1px solid #B9A879;
  outline-offset: 2px;
  padding: 34px;
  position: relative;
}

.route-line-wrap { position: relative; }
.route-line { position: absolute; top: 26px; left: 8%; right: 8%; border-top: 3px dashed #F0ECD8; opacity: 1; }

.route-stops {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}

.chalkstop { flex: 1 1 150px; text-align: center; max-width: 200px; }

.chalk-circle {
  width: 76px;
  height: 76px;
  border: 4px solid #F0ECD8;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #14211A;
}

.checkmark { color: #9ACD3C; font-size: 30px; font-weight: 700; }

.chalkstop .stopname { font-family: Arial, Helvetica, sans-serif; letter-spacing: 3px; color: #F0ECD8; text-transform: uppercase; }

.chalkstop p { color: #F0ECD8; font-size: 14px; margin: 8px 0 0; }

.route-flag { margin: 30px 0 0; background-color: #D97E33; color: #0C130F; padding: 16px 20px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 1px; text-align: center; }

/* ---------- SAFETY FLAG CTA ---------- */
.flagband {
  background-color: #D97E33;
  color: #14211A;
  padding: 44px 0;
}

.flagwrap { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; justify-content: space-between; }

.flagwrap .flag-title { font-size: 30px; font-weight: 700; color: #14211A; margin: 0 0 6px; }

.flagwrap p { margin: 0; max-width: 640px; color: #14211A; }

.flagwrap .btn-dark { background-color: #F0ECD8; color: #14211A; padding: 14px 26px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 1px; border: 2px solid #14211A; }

/* ---------- SHED-DOOR FOOTER ---------- */
.sheddoor { background-color: #0C130F; }

.crossbrace { background-color: #0C130F; padding-top: 20px; }
.bracebox { border: 3px solid #46544B; padding: 22px; position: relative; background-image: linear-gradient(115deg, transparent 49%, #B9A879 49%, #B9A879 51%, transparent 51%), linear-gradient(65deg, transparent 49%, #B9A879 49%, #B9A879 51%, transparent 51%); }
.clip-plate { display: inline-block; background-color: #B9A879; color: #0C130F; padding: 10px 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 3px; font-size: 18px; }

.mowgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background-color: #1E2C23;
  padding: 40px 24px;
  margin: 20px auto;
  border: 1px solid #46544B;
}

.mowgrid h4 { color: #9ACD3C; font-family: Arial, Helvetica, sans-serif; letter-spacing: 2px; margin: 0 0 12px; }

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

.mowgrid li { margin: 8px 0; }

.mowgrid a { color: #F0ECD8; }

.mowgrid a:hover, .nextrow a:hover { color: #9ACD3C; }

.baseplate { background-color: #46544B; padding: 22px 0 0; }

.base-inner { text-align: center; color: #F0ECD8; }
.base-inner .addr-line { font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; }
.base-inner .phone { color: #F0ECD8; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; }
.base-inner .email { color: #B9A879; font-family: Arial, Helvetica, sans-serif; }

.copyright {
  background-color: #0C130F;
  text-align: center;
  color: #F0ECD8;
  padding: 14px 0;
  position: relative;
  z-index: 1;
}

/* ---------- CONTACT & FORMS ---------- */
.contact-band { background-color: #14211A; padding: 70px 0 90px; }
.contact-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items: start; }

.contact-copy .section-title { font-size: 40px; }
.contact-copy p { color: #F0ECD8; }

.info-cards { display: grid; gap: 14px; margin-top: 20px; }
.info-card { background-color: #1E2C23; border: 1px solid #46544B; border-left: 6px solid #9ACD3C; padding: 16px 18px; }
.info-card .ic-label { font-family: Arial, Helvetica, sans-serif; letter-spacing: 2px; color: #B9A879; text-transform: uppercase; font-size: 13px; }
.info-card .ic-value { color: #F0ECD8; margin-top: 4px; }
.info-card .ic-value.phone { letter-spacing: 1px; color: #F0ECD8; }
.info-card .ic-value a { color: #F0ECD8; }

.contact-form { background-color: #0C130F; border: 1px solid #46544B; padding: 26px 28px; }
.contact-form h2 { color: #F0ECD8; margin-top: 0; }
.field { margin-bottom: 16px; }
.field label { display: block; color: #F0ECD8; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%;
  background-color: #1E2C23;
  border: 1px solid #46544B;
  color: #F0ECD8;
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.field textarea { min-height: 150px; resize: vertical; }
.fsend { background-color: #9ACD3C; color: #0C130F; border: 0; padding: 14px 30px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; letter-spacing: 1px; cursor: pointer; font-size: 16px; }
.fstatus { min-height: 22px; color: #9ACD3C; margin-top: 10px; font-family: Arial, Helvetica, sans-serif; }
.fstatus.err { color: #D97E33; }

.faq-list { margin-top: 30px; }
.faq-item { background-color: #1E2C23; border: 1px solid #46544B; padding: 18px 22px; margin-bottom: 14px; }
.faq-item h3 { color: #9ACD3C; margin: 0 0 6px; }
.faq-item p { color: #F0ECD8; margin: 0; }

@media (max-width: 860px) {
  .contact-inner { grid-template-columns: 1fr; }
  .stripes { min-height: 440px; }
  .mower-silhouette { display: none; }
}

/* ---------- SCROLL REVEAL (default-visible fallback) ----------
   Without JavaScript the .reveal elements stay fully visible.
   Only when .js is present (added by main.js) do we hide then
   animate them into view. Force-reveal timer in main.js covers
   any element missed by the IntersectionObserver path. */
.js .reveal { opacity: 1; }
.js .reveal.pre-reveal { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .js .reveal.pre-reveal { opacity: 1; }
}

.reveal.pre-reveal { transition: opacity 600ms ease, transform 600ms ease; }

@media (max-width: 760px) {
  .mowgrid { grid-template-columns: 1fr; }
  .flagwrap .btn-dark { margin-top: 10px; }
}
