/* =========================================================
   TGDelivery - Courier Depot Dispatch Desk
   Palette: WAYBILL DESK #F6F3EA / TONER INK #26262A
            RIDER ORANGE #D4622A / STRAP GREY #7E8288
            RECEIPT CARD #FBF9F2 / THERMAL BAG #E3DED1
            DEPOT SLATE #2C2E33
   Motif: a courier depot dispatch desk in Maidstone
   ========================================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  color: #26262A;
  background: #F6F3EA;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: #D4622A; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { line-height: 1.2; font-weight: 700; }
ul { list-style: none; }
strong { color: #26262A; }

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

/* plain text favicon */
.favi { position: absolute; width: 1px; height: 1px; overflow: hidden; }

/* =========================================================
   NAVIGATION : LOCKER GRID NAV
   ========================================================= */
.lockergrid {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #F6F3EA;
  border-bottom: 2px solid #7E8288;
  box-shadow: 0 2px 0 #D4622A;
}
.lockergrid .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 24px;
  flex-wrap: wrap;
  gap: 10px;
}
.brandplate {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brandmark {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  background: #D4622A;
  border-radius: 6px;
}
.brandmark .doorrow { display: flex; gap: 3px; }
.brandmark .tdoor {
  width: 11px; height: 11px; border-radius: 2px;
  background: #FBF9F2;
}
.brandmark .tdoor.open { background: #2C2E33; }
.brand {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 20px;
  background: #D4622A;
  color: #FBF9F2;
  padding: 7px 12px;
  border-radius: 4px;
}
.brand small {
  display: block;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0;
  color: #FBF9F2;
  margin-top: 2px;
}
.navlinks {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
}
.navdoor {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #F6F3EA;
  background: #7E8288;
  position: relative;
}
.navdoor.orange { background: #D4622A; }
.navdoor:hover { text-decoration: none; transform: translateY(-2px); }
.navdoor.active { box-shadow: inset 0 -3px 0 #2C2E33, 0 0 0 2px #2C2E33; }
.navdoor .keyhole {
  width: 6px; height: 9px; border-radius: 3px 3px 4px 4px;
  background: #F6F3EA; margin-right: 8px;
}
.navo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #FBF9F2;
  background: #D4622A;
  padding: 10px 18px;
  border-radius: 20px;
  border: 2px solid #2C2E33;
}
.navo:hover { text-decoration: none; background: #b45224; }
.brule {
  height: 6px;
  background:
    repeating-linear-gradient(90deg, #7E8288 0 22px, transparent 22px 27px),
    #7E8288;
  background-size: auto;
}
.brule.buck { background: #2C2E33; height: 3px; }

.navtoggle {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #FBF9F2;
  background: #D4622A;
  border: 2px solid #2C2E33;
  border-radius: 6px;
  padding: 9px 14px;
}
@media (max-width: 760px) {
  .navtoggle { display: block; }
  .navlinks {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    gap: 6px;
    padding: 10px 0;
  }
  .navlinks.open { display: flex; }
}
.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; overflow: hidden;
  border: 0; clip: rect(0 0 0 0);
}

/* =========================================================
   HERO : DEPOT BAY
   ========================================================= */
.depotbay {
  background: #F6F3EA;
  padding: 30px 0 0;
}
.scene-stage {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 40px;
}
.eyebrow {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: #26262A;
  background: #E3DED1;
  padding: 6px 12px;
  border-radius: 3px;
  border-left: 4px solid #D4622A;
  margin-bottom: 16px;
}
/* locker wall */
.lockerwall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 760px;
  margin: 0 0 0 auto;
  padding: 16px;
  background: #2C2E33;
  border-radius: 8px;
}
.lockerwall .l {
  height: 74px;
  border-radius: 5px;
  background: #7E8288;
  position: relative;
}
.lockerwall .l.o { background: #D4622A; }
.lockerwall .l .parcel {
  position: absolute;
  inset: 14px 0;
  margin: auto;
  width: 20px; height: 34px;
  background: #FBF9F2;
  border-radius: 2px;
  box-shadow: inset -4px 0 0 #E3DED1;
}
.lockerwall .l .knob {
  position: absolute; bottom: 8px; left: 9px;
  width: 7px; height: 10px; border-radius: 3px;
  background: #2C2E33;
}
.lockerwall .l.o .knob { background: #2C2E33; }
.lockerwall .l.lg { }
.lockerkick {
  max-width: 760px;
  margin: 12px 0 0 auto;
  padding: 6px 12px;
  background: #26262A;
  color: #FBF9F2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: right;
}

/* hero copy + counters */
.herogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 900px) { .herogrid { grid-template-columns: 1fr; } }
.herocopy h1 {
  font-size: 44px;
  color: #26262A;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 700px) { .herocopy h1 { font-size: 32px; flex-direction: column; } }
.herocopy h1 .stamp {
  flex: 0 0 auto;
  width: 70px; height: 70px;
  border-radius: 50%;
  border: 3px dashed #D4622A;
  color: #D4622A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-7deg);
  margin-top: 8px;
}
.herocopy .lead {
  font-size: 18px;
  margin: 18px 0 14px;
  max-width: 44ch;
}
.notice { font-size: 15px; color: #53565c; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.btn {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 15px;
  padding: 13px 22px;
  border-radius: 7px;
}
.btn:hover { text-decoration: none; }
.btn.solid { background: #D4622A; color: #FBF9F2; }
.btn.solid:hover { background: #b45224; }
.btn.outline { background: transparent; color: #26262A; border: 2px solid #26262A; }
.btn.outline:hover { background: #26262A; color: #FBF9F2; }
.btn.white { background: #FBF9F2; color: #26262A; border: 2px solid #26262A; }
.btn.white:hover { background: #E3DED1; }

/* stats kick strip */
.statkick {
  background: #2C2E33;
  padding: 26px 0;
  margin-top: 40px;
}
.statkick .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  text-align: center;
  color: #FBF9F2;
}
@media (max-width: 700px) { .statkick .stats { grid-template-columns: 1fr; } }
.statkick .n {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #D4622A;
}
.statkick .lbl {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E3DED1;
}
.statkick .st { position: relative; padding: 0 24px; }
.statkick .st + .st::before {
  content: "";
  position: absolute;
  left: -14px; top: 6px; bottom: 6px;
  width: 2px; background: #D4622A;
}
@media (max-width: 700px) { .statkick .st + .st::before { display: none; } }

/* =========================================================
   INTRO STRIP
   ========================================================= */
.introband { padding: 56px 0 12px; }
.introband .cols {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 34px;
  align-items: start;
}
@media (max-width: 800px) { .introband .cols { grid-template-columns: 1fr; } }
.introband h2 { font-size: 30px; border-left: 6px solid #D4622A; padding-left: 16px; }
.kicker {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 2px;
  color: #D4622A;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

/* =========================================================
   ROUTE SHEET ROWS
   ========================================================= */
.routesheet { padding: 48px 0 20px; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: 32px; }
.section-title p { max-width: 62ch; margin: 10px auto 0; }
.waybill {
  display: grid;
  grid-template-columns: 70px 1fr 150px;
  gap: 20px;
  align-items: center;
  background: #FBF9F2;
  border: 1px solid #D8D3C4;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto 18px;
  max-width: 1100px;
  position: relative;
  box-shadow: 0 2px 0 #D8D3C4;
}
.waybill:nth-child(even) { transform: translateX(40px); }
@media (max-width: 800px) {
  .waybill { grid-template-columns: 1fr; }
  .waybill:nth-child(even) { transform: none; }
}
.waybill .edge {
  align-self: stretch;
  border-right: 2px dashed #C9C4B6;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.waybill .stamp {
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 3px solid #D4622A;
  color: #D4622A;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-6deg);
  background: #FBF9F2;
}
.waybill .body h3 {
  font-size: 21px;
  color: #26262A;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.waybill .body h3 .lcode {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #FBF9F2;
  background: #7E8288;
  padding: 2px 7px;
  border-radius: 3px;
}
.waybill .body p { margin: 10px 0 0; color: #3a3c42; font-size: 15px; }
.waybill .meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}
.waybill .meta .more {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #26262A;
  background: #E3DED1;
  border: 2px solid #7E8288;
  padding: 8px 14px;
  border-radius: 20px;
}
.waybill .meta .more:hover { background: #D4622A; color: #FBF9F2; border-color: #26262A; text-decoration: none; }
.barcode {
  width: 96px; height: 22px;
  border-radius: 3px;
  background:
    linear-gradient(90deg, #26262A 0 6%, #FBF9F2 6% 10%, #26262A 10% 32%, #FBF9F2 32% 35%, #26262A 35% 45%, #FBF9F2 45% 52%, #26262A 52% 74%, #FBF9F2 74% 80%, #26262A 80% 100%);
}
.waybill .dock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FBF9F2;
  background: #D4622A;
  width: 34px; height: 46px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* =========================================================
   STATEMENT STRIP (orange)
   ========================================================= */
.statement {
  background: #D4622A;
  color: #FBF9F2;
  padding: 60px 0;
  margin: 44px 0 0;
}
.statement .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 760px) { .statement .inner { grid-template-columns: 1fr; } }
.statement .fig {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 90px;
  line-height: 1;
}
.statement .fig span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FBF9F2;
}
.statement p { font-size: 19px; margin-top: 10px; }
.statement h2 { font-size: 28px; margin-bottom: 10px; color: #FBF9F2; }

/* =========================================================
   ROUND TRIP (the delivery loop)
   ========================================================= */
.roundtrip {
  background: #7E8288;
  padding: 56px 0;
  color: #F6F3EA;
}
.roundtrip .rt-title { text-align: center; margin-bottom: 10px; color: #F6F3EA; }
.roundtrip .rt-title h2 { font-size: 30px; color: #F6F3EA; }
.roundtrip .rt-title .kicker { color: #F6F3EA; }
.rt-label { text-align: center; color: #F6F3EA; margin-bottom: 8px; }
.rt-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  max-width: 1100px;
  margin: 30px auto 0;
  position: relative;
}
@media (max-width: 820px) { .rt-track { grid-template-columns: 1fr 1fr; } .rt-track .stop:last-child { grid-column: 1 / -1; } }
.rt-track .stop { text-align: center; padding: 10px 6px; }
.rt-track .chip {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  background: #D4622A;
  color: #FBF9F2;
  font-size: 15px;
  letter-spacing: 1px;
  border: 3px solid #FBF9F2;
  padding: 8px 12px;
  border-radius: 6px;
}
.rt-track .stop.end .chip { background: #26262A; color: #F6F3EA; border-color: #D4622A; }
.rt-track .dash {
  height: 3px;
  background: #F6F3EA;
  margin: 14px auto;
  width: 80%;
  position: relative;
}
.rt-track .dash::after {
  content: "";
  position: absolute; left: 20px; right: 0; top: -1px;
  height: 4px;
  background:
    linear-gradient(90deg,
      transparent 0 4px, #26262A 4px 12px, transparent 12px 16px);
  background-repeat: repeat-x;
}
.rt-track .stop p { font-size: 14px; color: #F6F3EA; margin-top: 4px; }
.rt-track .stop.end p { color: #F6F3EA; }

/* =========================================================
   BOOKING ACCENT STRIP
   ========================================================= */
.bookstrip {
  background: #D4622A;
  color: #FBF9F2;
  padding: 40px 0;
}
.bookstrip .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.bookstrip h2 { font-size: 26px; color: #FBF9F2; }
.bookstrip p { font-size: 17px; }
.bookstrip .slots {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  border: 3px dashed #FBF9F2;
  color: #FBF9F2;
  padding: 8px 14px;
  transform: rotate(-3deg);
  display: inline-block;
  margin-top: 8px;
}

/* =========================================================
   FOOTER : CHARGE BAY
   ========================================================= */
.chargebay { margin-top: 60px; }
.railband {
  background: #2C2E33;
  color: #F6F3EA;
  padding: 34px 0;
}
.railband .rail {
  border-top: 5px solid #FBF9F2;
  padding-top: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 3px;
  text-align: center;
  color: #D4622A;
  font-size: 15px;
}
.footercols {
  background: #7E8288;
  padding: 0;
}
.footercols .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 40px 0;
  color: #F6F3EA;
}
@media (max-width: 760px) { .footercols .grid { grid-template-columns: 1fr; } }
.footercols h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #26262A;
  background: #E3DED1;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 14px;
}
.footercols a { color: #F6F3EA; display: inline-block; margin: 6px 0; }
.footercols a:hover { color: #D4622A; }
.footercols li { margin: 6px 0; }
.baseplate {
  background: #FBF9F2;
  color: #26262A;
  padding: 30px 0;
  border-top: 4px solid #D4622A;
}
.baseplate .plate {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  font-size: 14px;
}
@media (max-width: 700px) { .baseplate .plate { grid-template-columns: 1fr; } }
.baseplate .firm { font-family: Arial, Helvetica, sans-serif; font-weight: 800; font-size: 16px; }
.baseplate a { color: #26262A; }
.copyright {
  margin-top: 18px;
  font-size: 13px;
  color: #D4622A;
  font-family: Arial, Helvetica, sans-serif;
}

/* scroll reveal (safe fallback) */
.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
