/* A single task-led landing route that follows the JRGL21 visual language. */
.route-map {
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(390px, 48vw, 560px);
  padding: clamp(42px, 6.5vw, 78px) clamp(20px, 6vw, 88px) clamp(34px, 5vw, 64px) !important;
  background:
    radial-gradient(circle at 88% 15%, rgba(163, 215, 195, .62), transparent 19rem),
    linear-gradient(135deg, #fffdf7 0%, #e4f3eb 100%) !important;
  color: #10392d !important;
}

.route-map::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .42;
  background-image: linear-gradient(120deg, transparent 0 46%, rgba(15, 86, 63, .09) 46% 47%, transparent 47% 100%);
  background-size: 310px 180px;
  pointer-events: none;
}

.route-map-copy {
  position: relative;
  z-index: 2;
  max-width: 500px;
}

.route-map-kicker {
  margin: 0 0 11px;
  color: #946315 !important;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.route-map h1 {
  margin: 0;
  max-width: 12ch;
  color: #10392d !important;
  font: 600 clamp(2.2rem, 4.5vw, 4.1rem)/.98 "Playfair Display", Georgia, serif !important;
  letter-spacing: -.05em;
}

.route-map-copy > p:last-child {
  max-width: 39ch;
  margin: 18px 0 0;
  color: #47685b !important;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.55;
}

.route-map-art {
  position: absolute;
  z-index: 0;
  right: -3%;
  bottom: 46px;
  width: min(980px, 82vw);
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.route-map-fairway { fill: rgba(63, 137, 91, .24); }
.route-map-trail { fill: none; stroke: #c9942d; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 3 18; }
.route-map-ball { fill: #fffdf7; stroke: #10392d; stroke-width: 5; }
.route-map-flag { fill: none; stroke: #0b563f; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.route-map-target { fill: #f5ce63; stroke: #fffdf7; stroke-width: 7; }

.route-map-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(960px, 100%);
  margin: clamp(46px, 7vw, 86px) 0 0 auto;
}

.route-tile {
  display: grid;
  grid-template-columns: 40px 1fr 18px;
  align-items: center;
  gap: 13px;
  min-height: 103px;
  padding: 18px 19px;
  border: 1px solid rgba(16, 57, 45, .2);
  border-radius: 20px;
  background: rgba(255, 253, 247, .88);
  box-shadow: 0 12px 30px rgba(15, 60, 43, .08);
  color: #10392d !important;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.route-tile > svg:first-child {
  width: 24px;
  height: 24px;
  padding: 8px;
  border-radius: 14px;
  background: #dcefe4;
  color: #0b563f;
}

.route-tile > svg:last-child { width: 18px; height: 18px; color: #796230; }
.route-tile span { display: grid; gap: 4px; }
.route-tile strong { color: #10392d; font-size: 1rem; font-weight: 800; }
.route-tile small { color: #597367; font-size: .78rem; }
.route-tile:hover, .route-tile:focus-visible { transform: translateY(-4px); border-color: #0b563f; box-shadow: 0 19px 37px rgba(15, 60, 43, .16); }
.route-tile:focus-visible { outline: 3px solid #c9942d; outline-offset: 3px; }

.route-tile-primary {
  border-color: #b88527;
  background: #0b563f;
  box-shadow: 0 18px 34px rgba(11, 86, 63, .24);
}
.route-tile-primary > svg:first-child { background: #f5d77e; color: #0b563f; }
.route-tile-primary > svg:last-child { color: #f5d77e; }
.route-tile-primary strong { color: #fffdf7; }
.route-tile-primary small { color: #dcefe4; }
.route-tile-primary:hover, .route-tile-primary:focus-visible { border-color: #f5d77e; box-shadow: 0 22px 42px rgba(11, 86, 63, .32); }

@media (max-width: 760px) {
  .route-map { min-height: 0; padding-block: 42px 36px !important; }
  .route-map-art { right: -56%; bottom: 8px; width: 860px; opacity: .76; }
  .route-map-actions { grid-template-columns: 1fr; margin-top: 42px; }
  .route-tile { min-height: 82px; border-radius: 17px; }
}
