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

html,
body {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

a {
  color: #8A6238;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

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

/* ---------------------------------------------------------------
   RAIL PLATE NAV
---------------------------------------------------------------- */
.railplate-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #F1EEE5;
  border-bottom: none;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  padding-top: 12px;
}

.nav-bay {
  position: relative;
  overflow: visible;
}

.nav-crossrule {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 5px;
  border-top: 2px solid #8A6238;
}

.nav-crossrule::after {
  content: "";
  position: absolute;
  top: -1px;
  height: 3px;
  width: 100%;
  background: repeating-linear-gradient(
    to right,
    transparent 0 22px,
    #84807A 22px 26px
  );
  opacity: 1;
}

.brand-plate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 8px;
  background-color: #8A6238;
  border-radius: 2px 2px 14px 2px;
  color: #F1EEE5;
  text-decoration: none;
}

.brand-plate:hover {
  background-color: #8A6238;
  text-decoration: none;
}

.wheel-glyph {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.wheel-glyph .ring {
  fill: none;
  stroke: #F1EEE5;
  stroke-width: 2;
}

.wheel-glyph .rim {
  fill: none;
  stroke: #F1EEE5;
  stroke-width: 1.5;
}

.wheel-glyph .spk {
  stroke: #F1EEE5;
  stroke-width: 2.4;
}

.wheel-glyph .hub {
  fill: #F1EEE5;
}

.wheel-glyph .bolt {
  fill: #2B2A28;
}

.brand-text-wrap {
  display: inline-block;
  text-align: left;
}

.brand-text {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.1;
  color: #F1EEE5;
}

.brand-sub {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E2DCCB;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tie-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 12px 18px 10px;
  background-color: #84807A;
  border-radius: 3px 3px 10px 10px;
  color: #F1EEE5;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 0 #2F2B24;
}

.tie-tab:hover {
  background-color: #8A6238;
  color: #F1EEE5;
  text-decoration: none;
}

.tie-tab::before,
.tie-tab::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #F1EEE5;
}

.tie-tab::before {
  left: 7px;
}

.tie-tab::after {
  right: 7px;
}

.cta-chip {
  display: inline-block;
  padding: 11px 16px;
  background-color: #8A6238;
  color: #F1EEE5;
  border-radius: 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.cta-chip:hover {
  background-color: #2F2B24;
  color: #E2DCCB;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  background-color: #8A6238;
  color: #F1EEE5;
  border: none;
  padding: 10px 16px;
  border-radius: 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.drawer-menu {
  display: none;
}

.nav-drawer {
  display: none;
  width: 100%;
  background-color: #2F2B24;
  padding: 14px 0 20px;
}

.nav-drawer.open {
  display: block;
}

.nav-drawer a {
  display: block;
  color: #E2DCCB;
  padding: 9px 24px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-drawer a:hover {
  background-color: #8A6238;
  color: #F1EEE5;
  text-decoration: none;
}

@media (max-width: 780px) {
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }
  .nav-inner {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .brand-plate {
    margin-right: auto;
  }
}

/* reveal default visible (noscript safe) */
.reveal {
  opacity: 1;
  transform: none;
}

/* ---------------------------------------------------------------
   WEIGHBRIDGE HERO
---------------------------------------------------------------- */
.weighbridge {
  background-color: #F1EEE5;
  padding: 0 0 0;
}

.yard-band {
  position: relative;
  background-color: #E2DCCB;
  border-top: 3px solid #84807A;
  border-bottom: 3px solid #2F2B24;
  padding: 40px 0 6px;
}

.yard-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.weighbridge-deck {
  position: relative;
  height: 150px;
  border-radius: 3px;
}

.tie-timber {
  position: absolute;
  top: 46px;
  height: 46px;
  background-color: #84807A;
  background-image: linear-gradient(
    90deg,
    #84807A 0 82%,
    #2F2B24 82% 100%
  );
  border-radius: 3px;
  border-bottom: 3px solid #2F2B24;
}

.tie-1 {
  left: 4%;
  width: 18%;
}

.tie-2 {
  left: 26%;
  width: 18%;
}

.tie-3 {
  left: 48%;
  width: 18%;
}

.tie-4 {
  left: 70%;
  width: 17%;
}

.rail-plate {
  position: absolute;
  top: 34px;
  height: 14px;
  background-color: #8A6238;
  border-radius: 2px;
  box-shadow: 0 3px 0 #E2DCCB;
}

.rail-plate::before,
.rail-plate::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #2F2B24;
  border-radius: 1px;
}

.rail-plate::before {
  top: 4px;
  left: 6%;
}

.rail-plate::after {
  top: 4px;
  left: 88%;
}

.rail-left {
  left: 6%;
  width: 88%;
  top: 26px;
}

.rail-right {
  left: 10%;
  width: 80%;
  top: 70px;
}

.pit-shadow {
  position: absolute;
  left: 16%;
  right: 16%;
  top: 88px;
  height: 12px;
  background-color: #2F2B24;
  opacity: 1;
}

.gravel {
  position: absolute;
  left: 2%;
  right: 2%;
  top: 108px;
  height: 22px;
  background-image: radial-gradient(circle at 8px 6px, #84807A 1.6px, transparent 2px);
  background-size: 22px 16px;
  opacity: 1;
}

.truck-unit {
  position: absolute;
  left: 9%;
  top: 30px;
  width: 210px;
  height: 88px;
}

.truck-cab {
  position: absolute;
  left: 0;
  top: 26px;
  width: 92px;
  height: 60px;
  background-color: #84807A;
  border-radius: 6px 6px 0 0;
}

.truck-cab::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  bottom: 20px;
  width: 30px;
  background-color: #E2DCCB;
}

.truck-box {
  position: absolute;
  left: 100px;
  top: 12px;
  width: 150px;
  height: 76px;
  background-color: #8A6238;
  border-radius: 4px;
  border-right: 6px solid #2F2B24;
}

.truck-box::after {
  content: "";
  position: absolute;
  left: -38px;
  top: 40px;
  width: 34px;
  height: 20px;
  background-color: #2F2B24;
  border-radius: 4px 0 0 4px;
}

.wheel-black {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #2B2A28;
  border: 4px solid #84807A;
}

.truck-wheel-1 {
  left: 14px;
  bottom: -6px;
}

.truck-wheel-2 {
  left: 118px;
  bottom: -6px;
}

.truck-wheel-3 {
  left: 210px;
  bottom: -6px;
}

.office-wheel {
  position: absolute;
  right: 6%;
  top: 8px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #8A6238;
  border: 9px solid #2F2B24;
}

.office-wheel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -160px;
  height: 190px;
  width: 3px;
  background-color: #84807A;
  transform: translateX(-50%);
}

.office-wheel::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background-color: #2F2B24;
  border: 5px solid #E2DCCB;
}

.office-wheel .spoke-1,
.office-wheel .spoke-2,
.office-wheel .spoke-3,
.office-wheel .spoke-4 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 40px;
  background-color: #F1EEE5;
}

.office-wheel .spoke-1 {
  transform: translateX(-50%) rotate(0deg);
  margin-top: -20px;
}

.office-wheel .spoke-2 {
  transform: translateX(-50%) rotate(45deg);
  margin-top: -20px;
}

.office-wheel .spoke-3 {
  transform: translateX(-50%) rotate(90deg);
  margin-top: -20px;
}

.office-wheel .spoke-4 {
  transform: translateX(-50%) rotate(135deg);
  margin-top: -20px;
}

.ticket-printer {
  position: absolute;
  right: 22%;
  top: -12px;
  width: 190px;
}

.printer-post {
  position: absolute;
  right: 26px;
  top: -10px;
  width: 8px;
  height: 84px;
  background-color: #2F2B24;
  border-radius: 3px;
}

.printer-box {
  position: absolute;
  right: 60px;
  top: 14px;
  width: 108px;
  height: 58px;
  background-color: #84807A;
  border-radius: 4px;
  border: 3px solid #2F2B24;
}

.printer-box::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 30px;
  height: 8px;
  background-color: #8A6238;
}

.printer-box::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  width: 46px;
  height: 10px;
  background-color: #2F2B24;
}

.printing-slip {
  position: absolute;
  right: 150px;
  top: 86px;
  width: 120px;
  height: 10px;
  background-color: #FAF8F0;
  border: 1px solid #84807A;
  transform: rotate(-6deg);
}

.office-slab {
  background-color: #E2DCCB;
  padding-top: 6px;
}

.office-card {
  background-color: #FAF8F0;
  padding: 46px 60px 48px;
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 2px;
  border-top: 4px solid #8A6238;
  box-shadow: 8px 8px 0 #84807A;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8A6238;
  margin: 0 0 10px;
}

.stamp-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px dashed #8A6238;
  background-color: #FAF8F0;
  color: #8A6238;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  transform: rotate(-8deg);
}

.hero-h {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1.05;
  color: #2B2A28;
  margin: 0 0 20px;
  font-weight: 900;
}

.hero-h .accent-bronze {
  color: #8A6238;
}

.ticket-stamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8A6238;
  transform: translateY(-4px);
}

.hero-lede {
  font-size: 19px;
  color: #2B2A28;
  max-width: 720px;
  margin: 0 0 30px;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 28px;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  background-color: #8A6238;
  color: #F1EEE5;
  border: 2px solid #8A6238;
}

.btn-primary:hover {
  background-color: #2F2B24;
  border-color: #2F2B24;
  color: #E2DCCB;
  text-decoration: none;
}

.btn-outline {
  background-color: transparent;
  color: #2F2B24;
  border: 2px solid #2B2A28;
}

.btn-outline:hover {
  background-color: #2F2B24;
  color: #E2DCCB;
  text-decoration: none;
}

.btn-snow {
  background-color: #FAF8F0;
  color: #8A6238;
  border: 2px solid #FAF8F0;
}

.btn-snow:hover {
  background-color: #2F2B24;
  color: #E2DCCB;
  border-color: #2F2B24;
  text-decoration: none;
}

.tally-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 260px;
}

.tally-label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #84807A;
}

.tally-num {
  font-size: 30px;
  font-weight: 900;
  color: #2B2A28;
  font-family: Georgia, serif;
  line-height: 1;
}

.tally-count-bump {
  display: inline-block;
  min-width: 30px;
}

.kick-strip {
  background-color: #2F2B24;
  padding: 26px 0;
}

.kick-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.kick-stat {
  text-align: center;
  min-width: 200px;
  padding: 0 22px;
  border-right: 2px solid #8A6238;
}

.kick-stat:last-child {
  border-right: none;
}

.kick-figure {
  display: block;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 900;
  color: #FAF8F0;
  line-height: 1.1;
}

.kick-word {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E2DCCB;
  margin-top: 4px;
}

/* ---------------------------------------------------------------
   TICKET ROWS + WEIGH RUN
---------------------------------------------------------------- */
.ticket-section {
  background-color: #F1EEE5;
  padding: 84px 0 20px;
}

.section-head {
  max-width: 1180px;
  margin: 0 auto 50px;
  padding: 0 24px;
}

.head-kicker {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8A6238;
  margin: 0 0 12px;
}

.head-title {
  font-size: 40px;
  font-weight: 900;
  color: #2B2A28;
  font-family: Georgia, "Times New Roman", serif;
  margin: 0 0 14px;
  line-height: 1.1;
}

.head-desc {
  max-width: 760px;
  font-size: 18px;
  color: #2B2A28;
  margin: 0;
}

.ticketrows {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 24px 20px;
}

.ticketrow {
  position: relative;
  background-color: #FAF8F0;
  border: 1px solid #E2DCCB;
  border-radius: 2px;
  padding: 30px 30px 30px 52px;
  margin-bottom: 30px;
  box-shadow: 8px 10px 0 #E2DCCB;
}

.ticketrow.offset-b {
  transform: translateX(40px);
}

.ticketrow.offset-c {
  transform: translateX(-40px);
}

.ticketrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 1px;
  background-image: repeating-linear-gradient(
    to bottom,
    #84807A 0 8px,
    transparent 8px 16px
  );
}

.ticketrow .row-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.circle-stamp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px dashed #8A6238;
  background-color: #F1EEE5;
  color: #8A6238;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.row-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  color: #2B2A28;
  margin: 0;
  font-weight: 900;
}

.chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #E2DCCB;
  color: #2B2A28;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 6px;
}

.chip-bronze {
  background-color: #8A6238;
  color: #F1EEE5;
}

.ticketrow p {
  font-size: 16px;
  color: #35332f;
  line-height: 1.75;
  margin: 12px 0 10px;
}

.details-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8A6238;
  border-bottom: 2px solid #8A6238;
}

.statement-band {
  background-color: #8A6238;
  padding: 60px 24px;
  margin-top: 30px;
}

.statement-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.stat-mega {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 0.9;
  color: #F1EEE5;
  margin: 0 0 10px;
}

.stat-tons {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #E2DCCB;
  margin-bottom: 18px;
}

.stat-pledge {
  font-size: 22px;
  color: #F1EEE5;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.5;
}

.weigh-run {
  background-color: #84807A;
  margin-top: 10px;
  padding: 70px 24px;
}

.run-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.run-title {
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 34px;
  color: #F1EEE5;
  margin: 0 0 10px;
}

.run-sub {
  text-align: center;
  color: #F1EEE5;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 50px;
}

.run-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.run-nodes .run-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 20px;
  color: #2F2B24;
  color: #F1EEE5;
  margin: 14px 0 8px;
}

.run-nodes .node-glyph {
  background-color: #2F2B24;
  border-radius: 50%;
  border: 2px solid #8A6238;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F1EEE5;
}

.node-glyph svg {
  max-width: 100%;
  max-height: 100%;
}

.node-glyph img {
  max-width: 70%;
  max-height: 70%;
}

.run-station {
  text-align: center;
}

.run-station .cap {
  display: block;
  font-size: 14px;
  color: #F1EEE5;
  line-height: 1.7;
  max-width: 220px;
  margin: 0 auto;
  min-height: 80px;
}

.filed-mark {
  font-size: 11px;
  letter-spacing: 1px;
}

@media (min-width: 720px) {
  .run-nodes {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 719px) {
  .run-nodes {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------------------------------------------------------------
   CALIBRATION BAND
---------------------------------------------------------------- */
.booking-call {
  background-color: #8A6238;
  padding: 44px 0;
  margin-top: 10px;
}

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

.booking-left {
  max-width: 640px;
}

.cal-stamp {
  display: inline-block;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #8A6238;
  background-color: #FAF8F0;
  padding: 4px 12px;
  margin-bottom: 10px;
  border: 2px solid #2F2B24;
}

.booking-h {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 900;
  color: #F1EEE5;
  margin: 0 0 10px;
  line-height: 1.15;
}

.booking-line {
  font-size: 18px;
  color: #E2DCCB;
  margin: 0;
}

/* ---------------------------------------------------------------
   ABOUT / INTRO SECTIONS
---------------------------------------------------------------- */
.what-section {
  background-color: #FAF8F0;
  padding: 84px 0;
}

.what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.what-body h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 900;
  color: #2B2A28;
  margin: 0 0 16px;
}

.what-body p {
  font-size: 17px;
  color: #2B2A28;
  line-height: 1.8;
  margin: 0 0 16px;
}

.what-panel {
  background-color: #E2DCCB;
  padding: 34px;
  border-left: 6px solid #8A6238;
}

.what-panel h3 {
  font-family: Georgia, serif;
  font-size: 22px;
  color: #2F2B24;
  margin: 0 0 12px;
}

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

.what-panel ul li {
  padding: 10px 0 10px 24px;
  position: relative;
  border-bottom: 1px dashed #84807A;
  font-size: 16px;
  color: #2F2B24;
}

.what-panel ul li:last-child {
  border-bottom: none;
}

.what-panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 6px;
  background-color: #84807A;
  border-radius: 1px;
}

@media (max-width: 860px) {
  .what-grid {
    grid-template-columns: 1fr;
  }
}

/* spotlight list band */
.guide-section {
  background-color: #F1EEE5;
  padding: 84px 0;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.guide-card {
  background-color: #FAF8F0;
  padding: 28px;
  border-top: 4px solid #8A6238;
  box-shadow: 6px 8px 0 #E2DCCB;
}

.guide-card h3 {
  font-family: Georgia, serif;
  font-size: 21px;
  color: #2B2A28;
  margin: 0 0 10px;
  font-weight: 900;
}

.guide-card p {
  font-size: 15px;
  color: #35332f;
  line-height: 1.75;
  margin: 0;
}

@media (max-width: 820px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

/* why bay */
.why-section {
  background-color: #2F2B24;
  padding: 84px 0;
}

.why-title {
  text-align: center;
  font-family: Georgia, serif;
  font-weight: 900;
  font-size: 38px;
  color: #E2DCCB;
  margin: 0 0 14px;
}

.why-title .why-bronze {
  color: #8A6238;
}

.why-sub {
  text-align: center;
  color: #E2DCCB;
  font-size: 17px;
  max-width: 720px;
  margin: 0 auto 44px;
}

.why-list {
  max-width: 1000px;
  margin: 0 auto;
}

.why-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px dashed #8A6238;
  align-items: start;
}

.why-item .yr {
  font-family: Verdana, sans-serif;
  color: #8A6238;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
}

.why-item .why-body h4 {
  font-family: Georgia, serif;
  color: #E2DCCB;
  font-size: 22px;
  margin: 0 0 6px;
}

.why-item .why-body p {
  color: #E2DCCB;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .why-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* lead-in copy block */
.lede-band {
  background-color: #E2DCCB;
  padding: 66px 0;
}

.lede-inner {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.lede-inner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  color: #2F2B24;
  margin: 0 0 18px;
  line-height: 1.15;
}

.lede-inner p {
  font-size: 18px;
  color: #2F2B24;
  line-height: 1.85;
  margin: 0 0 16px;
}

.lede-inner p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------
   SERVICES PAGE EXTRA
---------------------------------------------------------------- */
.svc-glance {
  background-color: #FAF8F0;
  padding: 70px 0;
}

.svc-table-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #E2DCCB;
  border: 1px solid #84807A;
}

.svc-row {
  display: grid;
  grid-template-columns: 200px 1fr 60px;
  gap: 20px;
  padding: 16px 18px;
  align-items: center;
  border-bottom: 1px dashed #84807A;
}

.svc-row:last-child {
  border-bottom: none;
}

.svc-name {
  font-family: Georgia, serif;
  font-weight: 900;
  color: #2F2B24;
  font-size: 18px;
}

.svc-note {
  color: #2F2B24;
  font-size: 14px;
}

.svc-code {
  text-align: center;
  font-family: Verdana, sans-serif;
  font-weight: 700;
  color: #8A6238;
  background-color: #FAF8F0;
  border: 1px solid #8A6238;
  padding: 6px 8px;
  border-radius: 2px;
}

@media (max-width: 720px) {
  .svc-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .svc-code {
    text-align: left;
    max-width: 120px;
  }
}

/* ---------------------------------------------------------------
   6-service zone (services page + extras)
---------------------------------------------------------------- */
.svc-zone {
  background-color: #F1EEE5;
  padding: 80px 0 40px;
}

.svc-list {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}

.svc-block {
  background-color: #FAF8F0;
  border-left: 6px solid #8A6238;
  padding: 30px 34px;
  margin-bottom: 26px;
  box-shadow: 8px 10px 0 #E2DCCB;
}

.svc-block h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  color: #2B2A28;
  margin: 0 0 12px;
  font-weight: 900;
}

.svc-block p {
  font-size: 16px;
  color: #35332f;
  margin: 0 0 12px;
  line-height: 1.8;
}

.svc-block .chip {
  margin-top: 6px;
}

.svc-block ul {
  padding-left: 20px;
  color: #35332f;
  margin: 8px 0 0;
}

.svc-block ul li {
  margin-bottom: 6px;
}

/* process overview */
.process-band {
  background-color: #84807A;
  padding: 84px 0;
}

.process-inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
}

.process-title {
  text-align: center;
  color: #F1EEE5;
  font-family: Georgia, serif;
  font-weight: 900;
  font-size: 38px;
  margin: 0 0 44px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.p-step {
  background-color: #2F2B24;
  padding: 24px;
  border-top: 4px solid #8A6238;
}

.p-step .ps-num {
  font-family: Verdana, sans-serif;
  font-weight: 900;
  color: #8A6238;
  font-size: 34px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.p-step h4 {
  color: #F1EEE5;
  font-family: Georgia, serif;
  font-size: 19px;
  margin: 0 0 8px;
}

.p-step p {
  color: #E2DCCB;
  font-size: 14px;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 860px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* wide CTA band reused on services/contact */
.cta-band {
  background-color: #8A6238;
  padding: 60px 0;
}

.cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}

.cta-h {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 40px;
  color: #F1EEE5;
  margin: 0 0 14px;
}

.cta-p {
  color: #E2DCCB;
  font-size: 19px;
  max-width: 720px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.cta-inner .btn-row {
  justify-content: center;
}

/* ---------------------------------------------------------------
   CONTACT PAGE
---------------------------------------------------------------- */
.contact-section {
  background-color: #F1EEE5;
  padding: 80px 0;
}

.field-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.field-wrap h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  color: #2B2A28;
  margin: 0 0 10px;
  font-weight: 900;
}

.field-wrap p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  color: #35332f;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: start;
}

.form-card {
  background-color: #FAF8F0;
  padding: 30px 34px;
  border-top: 5px solid #8A6238;
  box-shadow: 10px 12px 0 #E2DCCB;
}

.form-card h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  color: #2B2A28;
  margin: 0 0 18px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8A6238;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #84807A;
  background-color: #F1EEE5;
  color: #2B2A28;
  font-family: Georgia, serif;
  font-size: 16px;
  border-radius: 2px;
}

.form-group textarea {
  min-height: 140px;
}

.form-note {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #84807A;
  margin-top: 14px;
}

.detail-card {
  background-color: #E2DCCB;
  padding: 28px;
  border-bottom: 5px solid #2F2B24;
}

.detail-card h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #2F2B24;
  margin: 0 0 14px;
}

.detail-row {
  padding: 12px 0;
  border-bottom: 1px dashed #84807A;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-row .dl {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8A6238;
  margin-bottom: 2px;
}

.detail-row .ddl {
  font-size: 17px;
  color: #2F2B24;
  font-weight: 700;
}

@media (max-width: 860px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.faq-section {
  background-color: #FAF8F0;
  padding: 60px 0 90px;
}

.faq-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: 34px;
  color: #2B2A28;
  text-align: center;
  margin: 0 0 40px;
}

.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-item {
  margin-bottom: 14px;
  border: 1px solid #E2DCCB;
  background-color: #F1EEE5;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 16px 18px;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  color: #2B2A28;
  cursor: pointer;
}

.faq-q .faq-arrow {
  font-size: 18px;
  color: #8A6238;
  flex: 0 0 auto;
  margin-left: 12px;
}

.faq-a {
  display: none;
  padding: 0 18px 18px;
  color: #35332f;
  font-size: 15px;
  line-height: 1.7;
}

.faq-item.open .faq-a {
  display: block;
}

/* ---------------------------------------------------------------
   CROSSTIE FOOTER
---------------------------------------------------------------- */
.crosstie-footer {
  background-color: #2F2B24;
  color: #E2DCCB;
  padding-top: 0;
}

.ct-tie-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-color: #2F2B24;
  padding: 22px 24px;
  flex-wrap: wrap;
}

.tie-plate-mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tie-plate-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #84807A;
  padding: 6px 12px;
  border-radius: 3px;
  color: #F1EEE5;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tie-plate-item i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8A6238;
}

.ct-motto {
  font-family: Verdana, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8A6238;
  font-weight: 700;
  font-size: 13px;
}

.ct-motto span {
  color: #E2DCCB;
}

.ct-columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 30px;
}

.ct-col h4 {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8A6238;
  margin: 0 0 16px;
}

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

.ct-col ul li {
  margin-bottom: 10px;
}

.ct-col ul a {
  color: #E2DCCB;
}

.ct-col ul a:hover {
  color: #F1EEE5;
}

.ct-col p {
  font-size: 15px;
  margin: 0 0 8px;
  color: #E2DCCB;
}

@media (max-width: 820px) {
  .ct-columns {
    grid-template-columns: 1fr;
  }
}

.ticket-base {
  position: relative;
  z-index: 1;
  background-color: #FAF8F0;
  color: #2B2A28;
  padding: 26px 0 20px;
  border-top: 3px solid #8A6238;
}

.ticket-base .tbase-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.ticket-base .tbase-meta {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}

.ticket-base .tbase-meta .sep {
  color: #8A6238;
  margin: 0 8px;
}

.ticket-base .tbase-addr {
  font-size: 15px;
  color: #2B2A28;
  margin: 0 0 6px;
}

.ticket-base .tbase-contact a {
  color: #8A6238;
  font-weight: 700;
}

.tbase-copy {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: #8A6238;
  margin-top: 12px;
  letter-spacing: 1px;
}

@media (max-width: 520px) {
  .brand-plate {
    max-width: 100%;
  }
  .ticketrow.offset-b,
  .ticketrow.offset-c {
    transform: none;
  }
  .office-card {
    padding: 30px 22px;
  }
  .hero-h {
    font-size: 34px;
  }
  .stat-mega {
    font-size: 72px;
  }
}
