/* ============================================================
   NDF INVESTMENTS LIMITED — MAZE PLAN SHEET theme
   DARK: DUSK HEDGE body, HEDGE PAPER text, ELECTRIC MAUVE accent
   No rgba(), no opacity, no gradients on text.
   ============================================================ */

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

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

body {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
  color: #eaede6;
  background-color: #20242e;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
dl,
figure {
  margin: 0;
}

a {
  color: #a821de;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

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

/* ---------- Layout helpers ---------- */

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

.eyebrow {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a821de;
  margin-bottom: 14px;
}

/* ---------- Scroll reveal (safe without JS) ---------- */

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-enabled .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PLAN COMPASS HEADER (not sticky)
   ============================================================ */

.plan-compass {
  background-color: #20242e;
  border-bottom: 2px solid #2a3038;
  position: relative;
}

.plan-compass-rule {
  height: 14px;
  background-color: #161922;
  background-image: repeating-linear-gradient(
    to right,
    #4e7a5e 0,
    #4e7a5e 1px,
    #161922 1px,
    #161922 16px
  );
}

.plan-compass-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.plan-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.plan-brand-plate {
  background-color: #a821de;
  color: #161922;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  padding: 8px 14px 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.plan-compass-rose {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  background-color: #161922;
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}

.plan-brand-name {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #eaede6;
}

.plan-annotations {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.plan-annotation {
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #eaede6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.plan-annotation:hover,
.plan-annotation:focus {
  color: #a821de;
  text-decoration: none;
}

.plan-index-square {
  width: 10px;
  height: 10px;
  background-color: #a821de;
  display: inline-block;
}

.plan-cta-chip {
  background-color: #a821de;
  color: #161922;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 16px;
  display: inline-block;
}

.plan-cta-chip:hover,
.plan-cta-chip:focus {
  background-color: #eaede6;
  color: #161922;
  text-decoration: none;
}

/* ============================================================
   PLAN BLACK SHEET — holds every parcel
   ============================================================ */

.plan-sheet {
  background-color: #161922;
  position: relative;
  padding: 40px 0 0;
  border-top: 1px solid #2a3038;
  border-bottom: 1px solid #2a3038;
}

.plan-register-mark {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: #a821de;
  border-style: solid;
  border-width: 0;
  pointer-events: none;
}

.plan-reg-tl {
  top: 18px;
  left: 18px;
  border-top-width: 3px;
  border-left-width: 3px;
}

.plan-reg-tr {
  top: 18px;
  right: 18px;
  border-top-width: 3px;
  border-right-width: 3px;
}

.plan-reg-bl {
  bottom: 18px;
  left: 18px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}

.plan-reg-br {
  bottom: 18px;
  right: 18px;
  border-bottom-width: 3px;
  border-right-width: 3px;
}

/* ---------- Survey tag parcel headers ---------- */

.parcel {
  padding: 54px 0 58px;
}

.parcel-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.parcel-flag {
  background-color: #a821de;
  color: #161922;
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
}

.parcel-rule {
  flex: 1;
  height: 0;
  border-top: 2px dotted #4e7a5e;
  min-width: 60px;
}

.parcel-rule-solid {
  height: 0;
  border-top: 2px solid #4e7a5e;
  width: 70px;
}

/* ============================================================
   P1 THE PLAN — drawn maze + legend row below
   ============================================================ */

.parcel-plan {
  padding-top: 44px;
}

.plan-maze-stage {
  background-color: #161922;
  border: 1px solid #2a3038;
  padding: 22px;
}

.plan-maze {
  position: relative;
  width: 100%;
  height: 430px;
  background-color: #161922;
  background-image: repeating-linear-gradient(
    to right,
    #2a3038 0,
    #2a3038 1px,
    #161922 1px,
    #161922 46px
  ),
  repeating-linear-gradient(
    to bottom,
    #2a3038 0,
    #2a3038 1px,
    #161922 1px,
    #161922 46px
  );
  overflow: hidden;
}

.hedge-band {
  position: absolute;
  background-color: #4e7a5e;
  border-radius: 3px;
}

.hedge-h1 { top: 34px; left: 4%; width: 92%; height: 20px; }
.hedge-h2 { top: 96px; left: 4%; width: 62%; height: 20px; }
.hedge-h3 { top: 158px; left: 22%; width: 74%; height: 20px; }
.hedge-h4 { top: 220px; left: 4%; width: 58%; height: 20px; }
.hedge-h5 { top: 282px; left: 12%; width: 84%; height: 20px; }
.hedge-h6 { top: 344px; left: 4%; width: 66%; height: 20px; }

.hedge-v1 { top: 34px; left: 4%; width: 20px; height: 330px; }
.hedge-v2 { top: 96px; left: 40%; width: 20px; height: 200px; }
.hedge-v3 { top: 34px; left: 62%; width: 20px; height: 150px; }
.hedge-v4 { top: 158px; left: 80%; width: 20px; height: 206px; }
.hedge-v5 { top: 282px; left: 30%; width: 20px; height: 82px; }

.route-line {
  position: absolute;
  background-color: #a821de;
  border-radius: 0;
}

.route-a1 { top: 76px; left: 0; width: 40%; height: 4px; }
.route-a2 { top: 76px; left: 40%; width: 4px; height: 82px; }
.route-a3 { top: 154px; left: 40%; width: 34%; height: 4px; }
.route-a4 { top: 154px; left: 72%; width: 4px; height: 50px; }

.route-b1 { top: 238px; left: 56%; width: 44%; height: 4px; }
.route-b2 { top: 190px; left: 56%; width: 4px; height: 52px; }
.route-b3 { top: 190px; left: 46%; width: 10%; height: 4px; }

.route-c1 { top: 372px; left: 0; width: 26%; height: 4px; }
.route-c2 { top: 300px; left: 26%; width: 4px; height: 76px; }
.route-c3 { top: 300px; left: 26%; width: 40%; height: 4px; }
.route-c4 { top: 300px; left: 64%; width: 4px; height: 60px; }

.plan-gazebo {
  position: absolute;
  top: 198px;
  left: 46%;
  width: 58px;
  height: 58px;
  background-color: #a821de;
  transform: rotate(45deg);
  border: 5px solid #161922;
  box-shadow: 0 0 0 3px #a821de;
}

.plan-gazebo-flag {
  position: absolute;
  top: 168px;
  left: 47.6%;
  width: 3px;
  height: 34px;
  background-color: #eaede6;
  z-index: 2;
}

.plan-gazebo-flag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 22px;
  height: 14px;
  background-color: #a821de;
}

/* ---------- Legend row BELOW the sheet ---------- */

.plan-legend-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 34px 0 26px;
}

.plan-legend-copy {
  flex: 1 1 440px;
}

.plan-legend-title {
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.1;
  color: #eaede6;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  font-weight: 700;
}

.plan-legend-title .mauve-word {
  color: #a821de;
}

.plan-lead {
  font-size: 17px;
  color: #eaede6;
  max-width: 58ch;
  margin-bottom: 22px;
}

.plan-legend-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.btn-solid {
  background-color: #a821de;
  color: #161922;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 22px;
  display: inline-block;
}

.btn-solid:hover,
.btn-solid:focus {
  background-color: #eaede6;
  color: #161922;
  text-decoration: none;
}

.btn-outline {
  background-color: #161922;
  color: #eaede6;
  border: 2px solid #eaede6;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 12px 20px;
  display: inline-block;
}

.btn-outline:hover,
.btn-outline:focus {
  border-color: #a821de;
  color: #a821de;
  text-decoration: none;
}

.legend-chips {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.legend-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #eaede6;
}

.legend-swatch {
  width: 26px;
  height: 12px;
  display: inline-block;
}

.sw-route { background-color: #a821de; }
.sw-hedge { background-color: #4e7a5e; }
.sw-gate { background-color: #8a5a34; }

.plan-legend-note {
  flex: 0 1 280px;
  background-color: #2a3038;
  padding: 22px;
  border-left: 5px solid #4e7a5e;
}

.plan-legend-note h3 {
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #eaede6;
  margin-bottom: 10px;
}

.plan-legend-note p {
  font-size: 14px;
  color: #eaede6;
}

/* ---------- Kick strip closes P1 ---------- */

.plan-kick {
  background-color: #161922;
  border-top: 1px solid #2a3038;
  padding: 20px 0;
  margin-top: 8px;
}

.plan-kick-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #eaede6;
}

.kick-flag {
  color: #a821de;
  font-weight: 700;
}

/* ============================================================
   P2 THE PARCEL RUN — two offset columns
   ============================================================ */

.parcel-run {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 46px;
  align-items: flex-start;
}

.run-col {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.run-col-offset {
  padding-top: 62px;
}

.walk-panel {
  background-color: #2a3038;
  padding: 30px 28px 32px;
  border-left: 6px solid #4e7a5e;
  position: relative;
}

.walk-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -6px;
  right: 12px;
  height: 12px;
  background-image: repeating-linear-gradient(
    to right,
    #4e7a5e 0,
    #4e7a5e 10px,
    #2a3038 10px,
    #2a3038 18px
  );
  border-radius: 6px 6px 0 0;
}

.walk-a { min-height: 210px; }
.walk-b { min-height: 250px; }
.walk-c { min-height: 200px; }
.walk-d { min-height: 245px; }
.walk-e { min-height: 205px; }
.walk-f { min-height: 235px; }

.walk-label {
  font-size: 22px;
  font-weight: 700;
  color: #eaede6;
  margin-bottom: 10px;
  display: block;
}

.walk-label a {
  color: #eaede6;
}

.walk-label a:hover,
.walk-label a:focus {
  color: #a821de;
  text-decoration: none;
}

.walk-meta {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a821de;
  margin-bottom: 12px;
}

.walk-panel p {
  font-size: 15px;
  color: #eaede6;
}

/* ============================================================
   P3 THE ROUTE NOTE
   ============================================================ */

.route-note-grid {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}

.route-prose {
  flex: 1 1 460px;
  max-width: 62ch;
  font-size: 16px;
  color: #eaede6;
}

.route-prose p + p {
  margin-top: 16px;
}

.route-diagram {
  flex: 1 1 380px;
  position: relative;
  height: 360px;
  background-color: #2a3038;
  border: 1px solid #4e7a5e;
  padding: 20px;
}

.route-thread {
  position: absolute;
  background-color: #a821de;
}

.rt-1 { top: 40px; left: 30px; width: 4px; height: 280px; }
.rt-2 { bottom: 40px; left: 30px; width: 300px; height: 4px; }
.rt-3 { top: 40px; left: 326px; width: 4px; height: 280px; }

.gate-marker {
  position: absolute;
  background-color: #8a5a34;
  color: #161922;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 4px 7px;
  white-space: nowrap;
}

.gate-1 { top: 24px; left: 22px; }
.gate-2 { top: 130px; left: 66px; }
.gate-3 { bottom: 24px; left: 210px; }

.gate-4 {
  top: 130px;
  right: 20px;
  background-color: #a821de;
  color: #161922;
}

.route-flag {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 3px;
  height: 52px;
  background-color: #eaede6;
}

.route-flag::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 30px;
  height: 20px;
  background-color: #a821de;
}

/* ============================================================
   P4 THE REGISTRAR DESK
   ============================================================ */

.registrar-grid {
  display: flex;
  gap: 44px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.registrar-form-sheet {
  flex: 1 1 480px;
  background-color: #2a3038;
  border: 1px solid #4e7a5e;
  padding: 34px 30px 36px;
  position: relative;
}

.registrar-clip {
  position: absolute;
  top: -14px;
  left: 34px;
  width: 74px;
  height: 14px;
  background-color: #a821de;
}

.registrar-stamp {
  position: absolute;
  top: 22px;
  right: 20px;
  border: 3px solid #a821de;
  color: #a821de;
  font-family: "Courier New", Courier, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 8px;
  transform: rotate(-9deg);
}

.registrar-form-sheet h3 {
  font-size: 24px;
  color: #eaede6;
  margin-bottom: 8px;
}

.registrar-form-sheet .form-intro {
  font-size: 14px;
  color: #eaede6;
  margin-bottom: 22px;
  max-width: 46ch;
}

.field-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.field-group {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field-group-full {
  flex: 1 1 100%;
}

.field-group label {
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a821de;
}

.field-group input,
.field-group textarea {
  font-family: inherit;
  font-size: 15px;
  color: #eaede6;
  background-color: #161922;
  border: 1px solid #4e7a5e;
  padding: 11px 12px;
  width: 100%;
}

.field-group input:focus,
.field-group textarea:focus {
  outline: 2px solid #a821de;
  border-color: #a821de;
}

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

.form-actions {
  margin-top: 20px;
}

.form-status {
  margin-top: 14px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #eaede6;
}

.boundary-plate {
  flex: 0 1 300px;
  background-color: #161922;
  border: 3px solid #8a5a34;
  padding: 28px 24px 30px;
}

.boundary-plate h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8a5a34;
  margin-bottom: 16px;
}

.boundary-plate p {
  font-size: 14px;
  color: #eaede6;
  margin-bottom: 8px;
}

.boundary-plate a {
  color: #a821de;
}

.boundary-plate .plate-hours {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #2a3038;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* ============================================================
   ACCENT BAND — ELECTRIC MAUVE SEASON LEDGER
   ============================================================ */

.season-ledger {
  background-color: #a821de;
  color: #161922;
  padding: 44px 0;
}

.season-ledger-inner {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

.season-stamp {
  font-family: "Courier New", Courier, monospace;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 4px solid #161922;
  padding: 10px 16px;
  color: #161922;
  white-space: nowrap;
}

.season-copy {
  flex: 1 1 420px;
}

.season-copy h2 {
  font-size: 24px;
  color: #161922;
  margin-bottom: 8px;
}

.season-copy p {
  font-size: 16px;
  color: #161922;
  max-width: 62ch;
}

.btn-black {
  background-color: #161922;
  color: #eaede6;
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 15px 24px;
  display: inline-block;
  white-space: nowrap;
}

.btn-black:hover,
.btn-black:focus {
  background-color: #eaede6;
  color: #161922;
  text-decoration: none;
}

/* ============================================================
   FOOTER — THE BOUNDARY STONE
   ============================================================ */

.boundary-stone {
  background-color: #161922;
  position: relative;
}

.stone-course {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 0 24px;
}

.stone-block {
  height: 26px;
  background-color: #2a3038;
  border: 1px solid #4e7a5e;
  flex: 0 1 150px;
}

.stone-block.lift-1 { transform: translateY(-6px); }
.stone-block.lift-2 { transform: translateY(4px); }
.stone-block.lift-3 { transform: translateY(-3px); }

.boundary-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 34px 24px 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.boundary-links a {
  color: #eaede6;
}

.boundary-links a:hover,
.boundary-links a:focus {
  color: #a821de;
}

.boundary-text {
  text-align: center;
  padding: 14px 24px 46px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #eaede6;
}

.boundary-text p {
  margin-bottom: 6px;
}

.boundary-text .boundary-company {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a821de;
  font-size: 12px;
  margin-bottom: 10px;
}

.watermark-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  background-image: repeating-linear-gradient(
    to right,
    #20242e 0,
    #20242e 1px,
    #161922 1px,
    #161922 60px
  );
  pointer-events: none;
}

/* ============================================================
   GO TO TOP
   ============================================================ */

.go-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  background-color: #a821de;
  color: #161922;
  border: none;
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.go-top:hover,
.go-top:focus {
  background-color: #eaede6;
}

/* ============================================================
   INNER PAGES (services / contact) shared plan bits
   ============================================================ */

.page-hero {
  background-color: #2a3038;
  border-bottom: 2px solid #4e7a5e;
  padding: 52px 0 46px;
}

.page-hero h1 {
  font-size: clamp(30px, 4.2vw, 46px);
  color: #eaede6;
  line-height: 1.12;
  margin-bottom: 14px;
}

.page-hero h1 .mauve-word {
  color: #a821de;
}

.page-hero p {
  font-size: 17px;
  color: #eaede6;
  max-width: 66ch;
}

.service-detail {
  padding: 46px 0;
  border-bottom: 1px solid #2a3038;
}

.service-detail h2 {
  font-size: 24px;
  color: #eaede6;
  margin-bottom: 12px;
}

.service-detail h2 .svc-index {
  color: #a821de;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  letter-spacing: 0.14em;
  margin-right: 10px;
}

.service-detail p {
  font-size: 16px;
  color: #eaede6;
  max-width: 74ch;
}

.service-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  max-width: 74ch;
}

.service-points li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #eaede6;
}

.service-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  background-color: #a821de;
}

.contact-faq {
  padding: 46px 0 20px;
}

.contact-faq h2 {
  font-size: 24px;
  color: #eaede6;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #2a3038;
  border-left: 5px solid #a821de;
  padding: 20px 22px;
  margin-bottom: 16px;
}

.faq-item h3 {
  font-size: 17px;
  color: #eaede6;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 15px;
  color: #eaede6;
}

.info-split {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 46px 0 24px;
}

.info-block {
  flex: 1 1 300px;
  background-color: #2a3038;
  padding: 26px 24px;
  border-top: 5px solid #4e7a5e;
}

.info-block h2 {
  font-size: 19px;
  color: #eaede6;
  margin-bottom: 12px;
}

.info-block p {
  font-size: 15px;
  color: #eaede6;
  margin-bottom: 7px;
}

.info-block a {
  color: #a821de;
}

/* ---------- small-screen adjustments ---------- */

@media (max-width: 760px) {
  .plan-maze {
    height: 320px;
  }

  .plan-gazebo {
    top: 150px;
  }

  .plan-gazebo-flag {
    top: 120px;
  }

  .route-diagram {
    height: 320px;
  }

  .rt-2 { width: 240px; }
  .rt-3 { left: 266px; }

  .run-col-offset {
    padding-top: 0;
  }
}
