/* ==========================================================================
   XOVENTA GLOBAL LTD — dispatch string board stylesheet
   Dark night dispatch office: navy wall, line-cream text, signal-mint route.
   ========================================================================== */

:root {
  --navy: #1E2732;
  --cream: #F2ECDA;
  --mint: #7FC9A8;
  --copper: #B06A3E;
  --board: #F0E8D2;
  --desk: #161C24;
  --steel: #2C3844;
  --navy-ink: #1E2732;
}

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

html {
  scroll-behavior: smooth;
  background: #1E2732;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.7;
  color: #F2ECDA;
  background: #1E2732;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #7FC9A8;
  text-decoration: none;
}

a:hover {
  color: #F2ECDA;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   PIN HEAD NAV — top rail of the string board
   -------------------------------------------------------------------------- */

.pinrail {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #161C24;
  border-bottom: 3px solid #7FC9A8;
  box-shadow: 0 6px 0 #10151b;
}

.pinrail-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pinrail-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #2C3844;
  border: 1px solid #4a5a6b;
  border-radius: 4px;
  padding: 8px 16px 8px 10px;
  position: relative;
}

.pinrail-brand::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #7FC9A8;
  border: 2px solid #F0E8D2;
  flex: none;
}

.pinrail-brand-name {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1rem;
  color: #F2ECDA;
  line-height: 1.2;
}

.pinrail-brand-sub {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.62rem;
  letter-spacing: 3px;
  color: #7FC9A8;
}

.pinrail-nav {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.pinhead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding-bottom: 0;
}

.pinhead-cap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #F0E8D2;
  border: 4px solid #B06A3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1E2732;
  box-shadow: 0 3px 0 #10151b;
}

.pinhead-label {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 1px;
  color: #F2ECDA;
  margin-top: 5px;
  text-transform: uppercase;
}

.pinhead:hover .pinhead-cap {
  background: #7FC9A8;
  color: #161C24;
}

.pinhead:hover .pinhead-label {
  color: #7FC9A8;
}

.pinhead--t1 .pinhead-cap { margin-bottom: 14px; }
.pinhead--t2 .pinhead-cap { margin-bottom: 6px; }
.pinhead--t3 .pinhead-cap { margin-bottom: 20px; }
.pinhead--t4 .pinhead-cap { margin-bottom: 10px; }
.pinhead--t5 .pinhead-cap { margin-bottom: 16px; }

.pinrail-toggle {
  display: none;
  background: #2C3844;
  border: 1px solid #7FC9A8;
  color: #F2ECDA;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 9px 14px;
  border-radius: 4px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   Shared shells
   -------------------------------------------------------------------------- */

.shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.band {
  padding: 68px 0;
}

.band--desk {
  background: #161C24;
}

.band--navy {
  background: #1E2732;
}

.band--steel {
  background: #2C3844;
}

.band--board {
  background: #F0E8D2;
  color: #1E2732;
}

.band--board h2,
.band--board h3,
.band--board p {
  color: #1E2732;
}

.eyebrow {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #7FC9A8;
  margin-bottom: 14px;
}

.band--board .eyebrow {
  color: #7a3f1c;
}

.section-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #F2ECDA;
  margin-bottom: 16px;
  letter-spacing: 0.4px;
}

.band--board .section-title {
  color: #1E2732;
}

.section-lede {
  font-size: 1.04rem;
  color: #F2ECDA;
  max-width: 720px;
  margin-bottom: 30px;
}

.band--board .section-lede {
  color: #2b3542;
}

/* --------------------------------------------------------------------------
   HERO — TAUT LINE MAP
   -------------------------------------------------------------------------- */

.mapwall {
  background: #1E2732;
  padding: 58px 0 66px;
  border-bottom: 3px solid #2C3844;
}

.mapwall-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 44px;
  align-items: center;
}

.mapwall-copy h1 {
  font-size: 3rem;
  line-height: 1.12;
  color: #F2ECDA;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.mapwall-copy h1 .tword {
  color: #7FC9A8;
  border-bottom: 4px solid #7FC9A8;
}

.mapwall-copy p {
  font-size: 1.08rem;
  color: #F2ECDA;
  max-width: 620px;
  margin-bottom: 26px;
}

.mapwall-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-mint {
  display: inline-block;
  background: #7FC9A8;
  color: #161C24;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.82rem;
  padding: 14px 22px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 0 #b9e2ce;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-mint:hover {
  background: #F2ECDA;
  color: #161C24;
  text-decoration: none;
}

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #F2ECDA;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.82rem;
  padding: 14px 22px;
  border: 2px solid #B06A3E;
  border-radius: 4px;
  box-shadow: 0 4px 0 #10151b;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-ghost:hover {
  background: #2C3844;
  color: #F2ECDA;
  text-decoration: none;
}

/* string board hero panel */
.stringboard {
  position: relative;
  background: #241a15;
  background-image:
    radial-gradient(#3a2a20 1px, transparent 1px);
  background-size: 19px 19px;
  border: 12px solid #3a2a20;
  border-radius: 6px;
  min-height: 430px;
  box-shadow: inset 0 0 0 2px #161C24, 0 12px 0 #10151b;
}

.sb-legend {
  position: absolute;
  left: 14px;
  top: 14px;
  background: #F0E8D2;
  color: #1E2732;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.58rem;
  letter-spacing: 1px;
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid #B06A3E;
  line-height: 1.5;
}

.sb-legend b {
  color: #1f5e42;
}

.sb-term {
  position: absolute;
  width: 84px;
  background: #F0E8D2;
  color: #1E2732;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  padding: 7px 4px;
  border-radius: 3px;
  box-shadow: 0 2px 0 #b7aa8c;
}

.sb-term span {
  display: block;
  font-size: 0.54rem;
  font-weight: 400;
  color: #5c6470;
  letter-spacing: 0;
}

.sb-term--1 { left: 22px;  top: 78px; }
.sb-term--2 { left: 128px; top: 150px; }
.sb-term--3 { right: 30px; top: 64px; }
.sb-term--4 { right: 74px; top: 206px; }
.sb-term--5 { left: 44px;  bottom: 96px; }
.sb-term--6 { right: 40px; bottom: 62px; }

.sb-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F2ECDA;
  border: 3px solid #B06A3E;
  z-index: 4;
  box-shadow: 0 2px 0 #10151b;
}

.sb-pin::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B06A3E;
}

.sb-pin--a { left: 62px;  top: 88px; }
.sb-pin--b { left: 168px; top: 160px; }
.sb-pin--c { right: 70px; top: 74px; }
.sb-pin--d { right: 112px; top: 216px; }
.sb-pin--e { left: 84px;  bottom: 106px; }
.sb-pin--f { right: 78px; bottom: 72px; }
.sb-pin--g { left: 50%;  top: 44%; }
.sb-pin--h { left: 30%;  top: 68%; }

.sb-line {
  position: absolute;
  height: 2px;
  transform-origin: 0 50%;
  z-index: 2;
}

.sb-line--mint {
  background: #7FC9A8;
  box-shadow: 0 0 6px #3f6f59;
}

.sb-line--cream {
  background: #F2ECDA;
  box-shadow: 0 0 6px #6b6455;
}

.sb-l1 { left: 62px;  top: 90px;  width: 250px; transform: rotate(16deg); }
.sb-l2 { left: 168px; top: 162px; width: 230px; transform: rotate(-22deg); }
.sb-l3 { left: 84px;  bottom: 108px; width: 300px; transform: rotate(-9deg); }
.sb-l4 { right: 70px; top: 76px;  width: 210px; transform: rotate(38deg); transform-origin: 100% 50%; }
.sb-l5 { left: 50%;  top: 44%;  width: 180px; transform: rotate(52deg); }
.sb-l6 { left: 30%;  top: 68%;  width: 210px; transform: rotate(-33deg); }

.sb-route {
  position: absolute;
  background: #F0E8D2;
  border: 1px solid #B06A3E;
  border-left: 6px solid #7FC9A8;
  color: #1E2732;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.58rem;
  letter-spacing: 0.5px;
  padding: 5px 8px;
  border-radius: 3px;
  z-index: 5;
  box-shadow: 0 2px 0 #b7aa8c;
}

.sb-route--1 { left: 96px;  top: 118px; }
.sb-route--2 { right: 44px; top: 262px; }
.sb-route--3 { left: 116px; bottom: 48px; }

.sb-compass {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #B06A3E;
  background: #161C24;
  color: #7FC9A8;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  text-align: center;
  line-height: 1.1;
}

.sb-compass span {
  display: block;
  color: #F2ECDA;
  font-size: 0.8rem;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   ROUTE THREAD LANES
   -------------------------------------------------------------------------- */

.lanerows {
  padding: 56px 0 24px;
}

.lane {
  position: relative;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: stretch;
  margin-bottom: 26px;
  border: 2px solid #2C3844;
  border-radius: 5px;
  overflow: hidden;
  background: #1E2732;
}

.lane:nth-child(even) {
  transform: skewX(-1deg);
}

.lane:nth-child(odd) {
  transform: skewX(1deg);
  margin-left: 14px;
  margin-right: 20px;
}

.lane--shallow {
  min-height: 168px;
}

.lane--deep {
  min-height: 200px;
}

.lane--mint {
  border-color: #7FC9A8;
  background: #7FC9A8;
}

.lane-pin {
  background: #2C3844;
  border-right: 3px solid #161C24;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.lane--mint .lane-pin {
  background: #5f9d82;
  border-right-color: #2f5c49;
}

.lane-pin-cap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F0E8D2;
  border: 4px solid #B06A3E;
  box-shadow: 0 3px 0 #10151b;
}

.lane-pin-code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F2ECDA;
}

.lane--mint .lane-pin-code {
  color: #161C24;
}

.lane-gauge {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.6rem;
  letter-spacing: 1px;
  color: #7FC9A8;
}

.lane--mint .lane-gauge {
  color: #1E2732;
}

.lane-detail {
  background: #F0E8D2;
  color: #1E2732;
  padding: 26px 30px;
  position: relative;
}

.lane--dark .lane-detail {
  background: #232f3b;
  color: #F2ECDA;
}

.lane--mint .lane-detail {
  background: #dff3e8;
  color: #1E2732;
}

.lane-detail h3 {
  font-size: 1.42rem;
  color: #1E2732;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.lane--dark .lane-detail h3 {
  color: #F2ECDA;
}

.lane-detail p {
  font-size: 0.98rem;
  color: #2b3542;
  max-width: 880px;
  margin-bottom: 14px;
}

.lane--dark .lane-detail p {
  color: #e2dccb;
}

.lane-link {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  letter-spacing: 1px;
  color: #6b3a1b;
  font-weight: 700;
}

.lane--dark .lane-link {
  color: #7FC9A8;
}

.lane-link:hover {
  text-decoration: underline;
}

.lane-chips {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-top: 8px;
}

.chip {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.64rem;
  letter-spacing: 1px;
  background: #2C3844;
  color: #F2ECDA;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #B06A3E;
}

.lane--dark .chip,
.lane--mint .chip {
  background: #1E2732;
}

.chip-stub {
  width: 26px;
  height: 2px;
  background: #7FC9A8;
  display: inline-block;
}

.lane-thread {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #7FC9A8;
  z-index: 3;
  pointer-events: none;
}

.lane--dark .lane-thread {
  background: #F2ECDA;
}

.lane--mint .lane-thread {
  background: #1E2732;
}

.lane-thread::before,
.lane-thread::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F0E8D2;
  border: 3px solid #B06A3E;
}

.lane-thread::before { left: 6px; }
.lane-thread::after { right: 6px; }

.lane-thread--1 { top: 22%; transform: rotate(0.7deg); }
.lane-thread--2 { top: 32%; transform: rotate(-0.8deg); }
.lane-thread--3 { top: 26%; transform: rotate(0.5deg); }
.lane-thread--4 { top: 36%; transform: rotate(-0.6deg); }
.lane-thread--5 { top: 24%; transform: rotate(0.9deg); }
.lane-thread--6 { top: 30%; transform: rotate(-0.7deg); }

.lane-gauge-tag {
  position: absolute;
  right: 14px;
  top: 12px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.58rem;
  letter-spacing: 1px;
  background: #161C24;
  color: #7FC9A8;
  border: 1px solid #B06A3E;
  padding: 3px 7px;
  border-radius: 3px;
  z-index: 5;
}

.lane--dark .lane-gauge-tag {
  background: #F0E8D2;
  color: #1E2732;
}

/* --------------------------------------------------------------------------
   CUTOFF NOTICE STRIP
   -------------------------------------------------------------------------- */

.cutoff {
  background: #7FC9A8;
  color: #161C24;
  padding: 26px 0;
  border-top: 3px solid #161C24;
  border-bottom: 3px solid #161C24;
}

.cutoff-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.cutoff-inner p {
  color: #161C24;
  font-size: 1.02rem;
  font-weight: 700;
  max-width: 900px;
}

.cutoff-pin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F0E8D2;
  border: 4px solid #B06A3E;
  flex: none;
}

.cutoff-line {
  flex: 1;
  height: 2px;
  background: #161C24;
  min-width: 40px;
}

/* --------------------------------------------------------------------------
   Generic content helpers
   -------------------------------------------------------------------------- */

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

.prose-block p {
  margin-bottom: 16px;
}

.prose-block h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #7FC9A8;
}

.band--board .prose-block h3 {
  color: #1E2732;
}

.board-note {
  background: #161C24;
  border-left: 6px solid #B06A3E;
  padding: 24px 26px;
  border-radius: 4px;
}

.board-note h4 {
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #7FC9A8;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.board-note ul {
  list-style: none;
}

.board-note li {
  padding: 7px 0 7px 20px;
  position: relative;
  color: #F2ECDA;
  font-size: 0.96rem;
  border-bottom: 1px solid #2C3844;
}

.board-note li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7FC9A8;
  border: 2px solid #B06A3E;
}

.stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.stat-strip .stat {
  background: #232f3b;
  border: 1px solid #3a4a5a;
  border-radius: 4px;
  padding: 14px 20px;
  min-width: 150px;
  flex: 1;
}

.stat-num {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7FC9A8;
}

.stat-cap {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.66rem;
  letter-spacing: 1px;
  color: #F2ECDA;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Services / process extras
   -------------------------------------------------------------------------- */

.process-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.process-step {
  background: #232f3b;
  border-top: 5px solid #7FC9A8;
  border-radius: 4px;
  padding: 20px 18px;
}

.process-step:nth-child(even) {
  background: #2C3844;
  transform: translateY(14px);
}

.process-step .step-code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.68rem;
  letter-spacing: 2px;
  color: #B06A3E;
  margin-bottom: 8px;
  display: block;
}

.process-step h4 {
  color: #F2ECDA;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.process-step p {
  font-size: 0.9rem;
  color: #e2dccb;
}

.cta-band {
  background: #161C24;
  border-top: 4px solid #7FC9A8;
  padding: 54px 0;
}

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

.cta-inner h2 {
  font-size: 1.9rem;
  color: #F2ECDA;
  margin-bottom: 14px;
}

.cta-inner p {
  color: #F2ECDA;
  margin-bottom: 24px;
  font-size: 1.02rem;
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.form-panel {
  background: #F0E8D2;
  border-radius: 5px;
  padding: 30px;
  color: #1E2732;
}

.form-panel h3 {
  color: #1E2732;
  margin-bottom: 18px;
  font-size: 1.3rem;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1E2732;
  margin-bottom: 6px;
}

.field input,
.field textarea {
  width: 100%;
  font-family: Georgia, serif;
  font-size: 0.98rem;
  padding: 11px 12px;
  border: 2px solid #2C3844;
  border-radius: 4px;
  background: #fbf7ec;
  color: #161C24;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-status {
  margin-top: 14px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.78rem;
  color: #6b3a1b;
}

.info-panel {
  background: #232f3b;
  border-left: 6px solid #7FC9A8;
  border-radius: 4px;
  padding: 26px 26px 30px;
}

.info-panel h3 {
  color: #F2ECDA;
  margin-bottom: 14px;
}

.info-panel p {
  color: #F2ECDA;
  margin-bottom: 12px;
  font-size: 0.97rem;
}

.info-panel a {
  color: #7FC9A8;
  font-weight: 700;
}

.hours-list {
  list-style: none;
  margin-top: 10px;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #2C3844;
  padding: 7px 0;
  font-size: 0.92rem;
  color: #F2ECDA;
}

.hours-list li span:last-child {
  color: #7FC9A8;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.78rem;
}

.faq-item {
  background: #232f3b;
  border: 1px solid #2C3844;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  text-align: left;
  background: #232f3b;
  color: #F2ECDA;
  border: none;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.faq-q:hover {
  background: #2C3844;
}

.faq-q .faq-mark {
  color: #7FC9A8;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 18px;
}

.faq-a p {
  color: #e2dccb;
  padding: 4px 0 18px;
  font-size: 0.95rem;
}

.faq-item.is-open .faq-a {
  max-height: 300px;
}

.faq-item.is-open .faq-mark {
  color: #F2ECDA;
}

/* --------------------------------------------------------------------------
   DEPOT BOARD FOOTER
   -------------------------------------------------------------------------- */

.depotbase {
  background: #161C24;
  color: #F2ECDA;
  position: relative;
  padding-top: 26px;
  margin-top: 0;
}

.depot-stringline {
  position: relative;
  height: 3px;
  background: #7FC9A8;
  margin: 0 0 34px;
}

.depot-stringline::before,
.depot-stringline::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F2ECDA;
  border: 4px solid #B06A3E;
}

.depot-stringline::before { left: 26px; }
.depot-stringline::after { right: 26px; }

.depot-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px 8px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
}

.depot-plate {
  background: #2C3844;
  border: 1px solid #4a5a6b;
  border-radius: 4px;
  padding: 20px 20px 22px;
}

.depot-plate .depot-brand {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 700;
  letter-spacing: 2px;
  color: #F2ECDA;
  font-size: 0.98rem;
  margin-bottom: 10px;
}

.depot-plate .depot-brand span {
  display: block;
  color: #7FC9A8;
  font-size: 0.62rem;
  letter-spacing: 3px;
}

.depot-plate p {
  font-size: 0.88rem;
  color: #e2dccb;
}

.depot-col h4 {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: #7FC9A8;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.depot-col h4::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #F0E8D2;
  border: 2px solid #B06A3E;
  flex: none;
}

.depot-col a,
.depot-col p {
  display: block;
  color: #F2ECDA;
  font-size: 0.9rem;
  margin-bottom: 7px;
}

.depot-col a:hover {
  color: #7FC9A8;
}

.depot-base {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 18px 24px 22px;
  border-top: 1px solid #2C3844;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.depot-base p {
  font-size: 0.82rem;
  color: #cfc9b8;
}

.depot-compass {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.72rem;
  color: #7FC9A8;
  letter-spacing: 1px;
}

.depot-compass-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #B06A3E;
  background: #1E2732;
  color: #F2ECDA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.7rem;
}

/* --------------------------------------------------------------------------
   Reveal animation
   -------------------------------------------------------------------------- */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

.reveal-pre {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 980px) {
  .mapwall-inner {
    grid-template-columns: 1fr;
  }
  .mapwall-copy h1 {
    font-size: 2.4rem;
  }
  .split,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .process-rail {
    grid-template-columns: 1fr 1fr;
  }
  .depot-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .pinrail-toggle {
    display: block;
  }
  .pinrail-nav {
    display: none;
    width: 100%;
    justify-content: center;
    padding-top: 8px;
    flex-wrap: wrap;
  }
  .pinrail-nav.is-open {
    display: flex;
  }
  .lane {
    grid-template-columns: 1fr;
  }
  .lane:nth-child(even),
  .lane:nth-child(odd) {
    transform: none;
    margin-left: 0;
    margin-right: 0;
  }
  .process-rail {
    grid-template-columns: 1fr;
  }
  .depot-inner {
    grid-template-columns: 1fr;
  }
  .mapwall-copy h1 {
    font-size: 2rem;
  }
  .stringboard {
    min-height: 360px;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .sb-l4,
  .sb-l5,
  .sb-l6 {
    display: none;
  }
}
