/* IWANTSTRAUNTS.COM — STYLES */
/* TODO: clean up before launch (never) */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #f2ede4;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.3;
}

a { color: #0000ee; }
a:visited { color: #551a8b; }

/* ============ HEADER ============ */

header.site-head {
  background: #fff;
  border-bottom: 6px solid #000;
  padding: 24px 32px 20px 32px;
  position: relative;
}

.logo {
  font-family: "Courier New", Courier, monospace;
  font-weight: 900;
  font-size: 62px;
  letter-spacing: -3px;
  text-transform: none;
  margin: 0;
  line-height: 0.88;
  color: #000;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.logo .dotcom {
  color: #c41e3a;
}

.logo:visited { color: #000; }

.tagline {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 30px;
  margin: 6px 0 0 0;
  color: #c41e3a;
  font-weight: bold;
  transform: rotate(-1.2deg);
  display: inline-block;
}

.corner-stamp {
  position: absolute;
  top: 18px;
  right: 24px;
  border: 3px solid #c41e3a;
  color: #c41e3a;
  padding: 6px 10px;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(8deg);
  background: #fff8e7;
  letter-spacing: 1px;
}

/* ============ NAV ============ */

nav.primary {
  background: #000;
  color: #fff;
  border-top: 4px solid #ffd100;
  border-bottom: 4px solid #ffd100;
}

nav.primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

nav.primary li {
  border-right: 2px solid #fff;
}

nav.primary li:last-child {
  border-right: none;
}

nav.primary a {
  color: #fff;
  text-decoration: underline;
  padding: 14px 26px;
  display: block;
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
}

nav.primary a:hover {
  background: #ffd100;
  color: #000;
}

nav.primary a.active {
  background: #c41e3a;
  color: #fff;
}

/* ============ ANNOUNCEMENT BAR ============ */

.marquee-bar {
  background: #ffd100;
  border-bottom: 4px solid #000;
  padding: 6px 0;
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/* ============ LAYOUT ============ */

main {
  padding: 28px 32px;
}

.controls {
  background: #fff;
  border: 4px solid #000;
  padding: 18px 20px;
  margin-bottom: 22px;
  box-shadow: 8px 8px 0 #000;
}

.controls h2 {
  margin: 0 0 12px 0;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
}

.control-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.control-field {
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.control-field label {
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 4px;
}

.control-field input,
.control-field select {
  font-family: "Times New Roman", serif;
  font-size: 17px;
  padding: 8px 10px;
  border: 3px solid #000;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button.big-btn {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 22px;
  background: #c41e3a;
  color: #fff;
  border: 3px solid #000;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 4px 4px 0 #000;
}

button.big-btn:hover {
  background: #ffd100;
  color: #000;
}

button.big-btn:active {
  box-shadow: 0 0 0 #000;
  transform: translate(4px, 4px);
}

button.link-btn {
  background: none;
  border: none;
  color: #0000ee;
  text-decoration: underline;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}

/* ============ MAP + RESULTS ============ */

.workspace {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
}

#map, .map-box {
  width: 100%;
  height: 560px;
  border: 4px solid #000;
  background: #e5e0d3;
  background-image:
    linear-gradient(#c8c2b2 1px, transparent 1px),
    linear-gradient(90deg, #c8c2b2 1px, transparent 1px);
  background-size: 40px 40px;
  position: relative;
  overflow: hidden;
}

.map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: "Courier New", monospace;
}

.map-fallback .big {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px dashed #000;
  padding: 10px 18px;
  background: #fff8e7;
}

.map-fallback .small {
  margin-top: 14px;
  font-size: 13px;
  max-width: 360px;
  line-height: 1.4;
}

.results-panel {
  border: 4px solid #000;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 560px;
  overflow: hidden;
}

.results-header {
  background: #000;
  color: #fff;
  padding: 10px 14px;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  flex: 1;
}

.results-list li {
  border-bottom: 2px solid #000;
  padding: 14px 16px;
  cursor: pointer;
}

.results-list li:hover {
  background: #ffd100;
}

.results-list li .idx {
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}

.results-list li .name {
  font-weight: bold;
  font-size: 19px;
}

.results-list li .meta {
  font-size: 13px;
  color: #555;
  font-family: "Courier New", monospace;
  margin-top: 4px;
}

/* Alf ratings — replaces stars. One alf = one rating point, rounded to half. */
.alf-rating {
  display: block;
  margin: 8px 0 4px 0;
}
.alf-eyebrow {
  display: block;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  margin-bottom: 4px;
}
.alf-row {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.alf-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  border: 1px solid #00000022;
}
.alf-half-wrap {
  width: 25px;
  height: 50px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.alf-half-wrap .alf-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.rating-unrated {
  font-style: italic;
  color: #777;
  font-family: "Courier New", monospace;
  font-size: 13px;
}

/* Loading state for AI-generated text (blurbs, rows, narratives) */
@keyframes ai-pulse {
  0%, 100% { opacity: 0.40; }
  50%      { opacity: 0.95; }
}
.ai-loading {
  animation: ai-pulse 1.4s ease-in-out infinite;
  color: #888;
  font-style: italic;
}

.results-list li .blurb {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 14px;
  color: #222;
  margin: 10px 0 0 0;
  padding: 4px 0 4px 10px;
  border-left: 3px solid #c41e3a;
  line-height: 1.35;
}

.empty-state {
  padding: 22px;
  font-style: italic;
  color: #555;
}

/* ============ DISCLAIMERS ============ */

.disclaimer-strip {
  background: #fff8e7;
  border: 3px dashed #000;
  padding: 12px 16px;
  margin-top: 24px;
  font-size: 14px;
}

.disclaimer-strip strong {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
}

/* ============ FOOTER ============ */

footer.site-foot {
  margin-top: 40px;
  padding: 24px 32px 60px 32px;
  background: #000;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 13px;
}

footer.site-foot a { color: #ffd100; }

.hit-counter {
  display: inline-block;
  background: #000;
  color: #00ff00;
  border: 3px inset #888;
  padding: 4px 10px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 8px;
}

.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 16px;
}

.foot-grid h4 {
  text-transform: uppercase;
  color: #ffd100;
  margin: 0 0 8px 0;
  border-bottom: 2px solid #ffd100;
  padding-bottom: 4px;
  font-size: 13px;
}

.foot-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot-grid li {
  padding: 2px 0;
}

.last-updated {
  color: #888;
  font-size: 11px;
  margin-top: 18px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

/* ============ DUAL SEARCH (axe throwing vasectomies) ============ */

.dual-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 8px;
}
@media (min-width: 1000px) {
  .dual-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }
}
.dual-map {
  height: 420px;
}
@media (min-width: 1000px) {
  .dual-map {
    height: 100%;
    min-height: 560px;
    position: sticky;
    top: 16px;
  }
}
.dual-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dual-right .dual-cards { margin-top: 0; }
.dual-right .itinerary-card { margin-top: 0; }

.dual-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 720px) {
  .dual-cards { grid-template-columns: 1fr; }
}

.dual-card {
  border: 4px solid #000;
  background: #fff;
  padding: 0;
  box-shadow: 8px 8px 0 #c41e3a;
}

.dual-card:nth-child(2) {
  box-shadow: 8px 8px 0 #ffd100;
}

.dual-card .card-head {
  background: #000;
  color: #fff;
  padding: 10px 14px;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.dual-card .card-body {
  padding: 18px 18px 22px 18px;
}

.dual-card .place-name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px 0;
}

.dual-card .place-meta {
  font-family: "Courier New", monospace;
  font-size: 13px;
  color: #333;
  margin: 0;
}

.itinerary-card {
  border: 4px solid #000;
  background: #ffd100;
  padding: 18px 20px;
  margin-top: 20px;
  box-shadow: 8px 8px 0 #000;
}

.itinerary-card h3 {
  margin: 0 0 10px 0;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-size: 22px;
}

.itinerary-row {
  font-family: "Courier New", monospace;
  font-size: 15px;
  padding: 4px 0;
}

/* ============ UNDER CONSTRUCTION ============ */

.construction-note {
  display: inline-block;
  background: repeating-linear-gradient(
    45deg,
    #ffd100,
    #ffd100 14px,
    #000 14px,
    #000 28px
  );
  padding: 4px;
  margin: 12px 0;
}

.construction-note span {
  display: block;
  background: #fff;
  padding: 8px 14px;
  font-family: "Courier New", monospace;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

/* ============ PAGE-SPECIFIC WONKINESS ============ */

/* On Axe Throwing the tagline tilts the other way, because why not */
body.page-axe .tagline { transform: rotate(1.8deg); color: #1a5f3f; }
body.page-vaso .tagline { color: #4a4a8f; transform: rotate(-0.4deg); }
body.page-jawb .tagline { color: #ff2d2d; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }

/* ============ GET A JAWB (gyms) ============ */

body.page-jawb {
  background: #0d0d0d;
  color: #f5f5f5;
}
body.page-jawb main {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
body.page-jawb .site-head,
body.page-jawb .primary,
body.page-jawb .controls,
body.page-jawb .results-panel,
body.page-jawb .site-foot {
  background: #161616;
  color: #f5f5f5;
  border-color: #ff2d2d;
}
body.page-jawb .logo,
body.page-jawb .controls h2,
body.page-jawb .results-header,
body.page-jawb .site-foot h4 {
  color: #f5f5f5;
}
body.page-jawb .controls h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ff2d2d;
}
body.page-jawb .results-header {
  background: #ff2d2d;
  color: #000;
}
body.page-jawb .big-btn {
  background: #ff2d2d;
  color: #000;
  border-color: #ff2d2d;
  text-transform: uppercase;
  letter-spacing: 2px;
}
body.page-jawb .big-btn:hover {
  background: #fff;
  color: #000;
}
body.page-jawb input[type="text"] {
  background: #000;
  color: #fff;
  border-color: #ff2d2d;
}
body.page-jawb .link-btn { color: #ff2d2d; }
body.page-jawb .results-list li {
  background: #161616;
  color: #f5f5f5;
  border-color: #ff2d2d;
}
body.page-jawb .results-list li .meta { color: #aaa; }
body.page-jawb .results-list li .blurb {
  color: #fff;
  font-style: normal;
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 1.5;
}
body.page-jawb .alf-eyebrow { color: #888; }
body.page-jawb .map-box { border-color: #ff2d2d; }
body.page-jawb .marquee-bar { border-bottom: 4px solid #ff2d2d; }
body.page-jawb a { color: #ff2d2d; }
body.page-jawb a:hover { color: #fff; }
body.page-jawb .primary a.active { background: #ff2d2d; color: #000; }
body.page-jawb .corner-stamp { background: #161616; }
body.page-jawb .last-updated { color: #888; }
body.page-jawb .hit-counter { color: #ff2d2d; }
body.page-jawb .disclaimer-strip { background: #161616; color: #f5f5f5; border-color: #ff2d2d; }

.jawb-intro {
  font-family: "Courier New", monospace;
  font-size: 15px;
  margin: 0 0 12px 0;
  line-height: 1.55;
}
.jawb-creed {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #ff2d2d;
  background: #000;
  color: #ddd;
}
body.page-axvaso .tagline { color: #000; background: #ffd100; padding: 2px 8px; transform: rotate(-2.5deg); }

body.page-vaso main { font-family: Georgia, "Times New Roman", serif; }

/* ============ STRAUNT JAUNTS (road trips) ============ */

.jaunt-intro {
  font-family: "Courier New", monospace;
  font-size: 14px;
  margin: 0 0 14px 0;
}

.jaunt-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 8px;
}
@media (min-width: 1000px) {
  .jaunt-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: start;
  }
}
.jaunt-map {
  height: 500px;
}
@media (min-width: 1000px) {
  .jaunt-map {
    height: 100%;
    min-height: 580px;
    position: sticky;
    top: 16px;
  }
}

.jaunt-timeline {
  margin-top: 0;
  /* room for the offset box-shadow on stop cards (8px right + a little air) */
  padding-right: 12px;
}

.jaunt-stop {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  padding: 20px 22px;
  border: 4px solid #000;
  background: #fff;
  margin-bottom: 14px;
  box-shadow: 8px 8px 0 #000;
  position: relative;
}

.jaunt-stop:nth-child(even) { box-shadow: 8px 8px 0 #c41e3a; }
.jaunt-stop:nth-child(3n) { box-shadow: 8px 8px 0 #ffd100; }

.jaunt-stop .time {
  font-family: "Courier New", monospace;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
}

.jaunt-stop .stop-num {
  font-family: "Courier New", monospace;
  font-size: 12px;
  margin-top: 6px;
  color: #555;
}

.jaunt-stop .category {
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  font-size: 11px;
  background: #000;
  color: #ffd100;
  display: inline-block;
  padding: 3px 9px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.jaunt-stop .name {
  font-size: 24px;
  font-weight: bold;
  margin: 4px 0 6px 0;
  line-height: 1.15;
}

.jaunt-stop .addr {
  font-family: "Courier New", monospace;
  font-size: 13px;
  color: #333;
  margin: 0;
}

.jaunt-stop .rating {
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #555;
  margin-top: 6px;
}

.jaunt-stop .blurb {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 15px;
  color: #222;
  margin: 12px 0 0 0;
  padding: 6px 0 6px 12px;
  border-left: 4px solid #c41e3a;
  line-height: 1.35;
}

.jaunt-leg {
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #555;
  margin: 0 0 14px 24px;
  padding: 4px 0 4px 18px;
  border-left: 4px dashed #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jaunt-empty {
  padding: 30px;
  text-align: center;
  font-style: italic;
  background: #fff;
  border: 4px dashed #000;
  margin-top: 20px;
}

@media (max-width: 860px) {
  .workspace { grid-template-columns: 1fr; }
  .logo { font-size: 40px; letter-spacing: -2px; }
  .dual-cards { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .jaunt-stop { grid-template-columns: 1fr; gap: 8px; }
  .jaunt-stop .time { font-size: 30px; }
}

/* ============================================================
   CHAOS MODE — colorblind designer aesthetic.
   Puke greens (olive, yellow-green), fuchsia, MS-DOS CGA blue,
   mustard, maroon, system silver, sickly teal. The palette of a
   1995 corporate intranet that never got a redesign.
   JAWB page is excluded via :not(.page-jawb).

   Anchor palette:
     #008080  Windows 95 desktop teal
     #0000aa  MS-DOS / CGA blue
     #800000  Maroon (the system "warning" color)
     #808000  Olive (puke)
     #9acd32  Yellow-green (sickly)
     #ff00ff  Fuchsia / pure magenta
     #ccaa00  Mustard
     #c0c0c0  System silver (Win95 button face)
     #ffff00  Pure yellow (warning sign)
     #cc0000  Stop-sign red
   ============================================================ */

body:not(.page-jawb) {
  background-color: #008080;
  background-image:
    repeating-linear-gradient(0deg,
      transparent 0, transparent 24px,
      rgba(0,0,0,0.06) 24px, rgba(0,0,0,0.06) 25px),
    repeating-linear-gradient(90deg,
      transparent 0, transparent 24px,
      rgba(0,0,0,0.06) 24px, rgba(0,0,0,0.06) 25px);
}

body:not(.page-jawb) header.site-head {
  background: #0000aa;
  border-bottom: 6px solid #ff00ff;
  color: #ffff00;
}
body:not(.page-jawb) .logo { color: #ffff00; text-shadow: 3px 3px 0 #cc0000; }
body:not(.page-jawb) .logo:visited { color: #ffff00; }
body:not(.page-jawb) .logo .dotcom { color: #00ffff; text-shadow: 3px 3px 0 #800000; }

body:not(.page-jawb) .marquee-bar {
  background: #cc0000;
  color: #00ffff;
  border-bottom: 4px solid #ccaa00;
}

body:not(.page-jawb) nav.primary {
  background: #008080;
  border-top: 4px solid #ff00ff;
  border-bottom: 4px solid #ccaa00;
}
body:not(.page-jawb) nav.primary li { border-right-color: #ccaa00; }

/* Nth-child rotation gives each link a distinct background. All backgrounds
   are dark; all text is bright — every label stays readable at rest. */
body:not(.page-jawb) nav.primary li:nth-child(6n+1) a { background: #800000; color: #ffff00; }
body:not(.page-jawb) nav.primary li:nth-child(6n+2) a { background: #0000aa; color: #ccaa00; }
body:not(.page-jawb) nav.primary li:nth-child(6n+3) a { background: #5d3a4a; color: #9acd32; }
body:not(.page-jawb) nav.primary li:nth-child(6n+4) a { background: #006666; color: #ff00ff; }
body:not(.page-jawb) nav.primary li:nth-child(6n+5) a { background: #4a2d00; color: #ffff00; }
body:not(.page-jawb) nav.primary li:nth-child(6n+6) a { background: #800040; color: #ccaa00; }

/* Hover + active need higher specificity than the nth-child rules above to win.
   Adding :nth-child(n) (which matches every li) bumps specificity by one
   pseudo-class without changing what's matched. */
body:not(.page-jawb) nav.primary li:nth-child(n) a:hover {
  background: #ff00ff;
  color: #ffff00;
  outline: 4px solid #ffff00;
  outline-offset: -4px;
  text-shadow: 2px 2px 0 #000;
}
body:not(.page-jawb) nav.primary li:nth-child(n) a.active {
  background: #ffff00;
  color: #cc0000;
  outline: 4px solid #cc0000;
  outline-offset: -4px;
  text-shadow: 1px 1px 0 #ffffff;
}

body:not(.page-jawb) .controls {
  background: #c0c0c0;
  border: 3px outset #c0c0c0;
  box-shadow: 6px 6px 0 #ff00ff;
}
body:not(.page-jawb) .controls h2 {
  color: #cc0000;
  border-bottom: 3px solid #0000aa;
}

body:not(.page-jawb) .control-field label { color: #800000; }
body:not(.page-jawb) .control-field input,
body:not(.page-jawb) .control-field select {
  border: 2px inset #c0c0c0;
  background: #ffffe0;
  color: #000;
}

body:not(.page-jawb) button.big-btn {
  background: #ff00ff;
  color: #ffff00;
  border: 4px solid #000;
  padding: 14px 28px;
  font-size: 19px;
  letter-spacing: 2px;
  box-shadow: 6px 6px 0 #0000aa;
  text-shadow: 2px 2px 0 #000;
}
body:not(.page-jawb) button.big-btn:hover {
  background: #ffff00;
  color: #cc0000;
  box-shadow: 6px 6px 0 #008080;
  text-shadow: 1px 1px 0 #ffffff;
}
body:not(.page-jawb) button.big-btn:active {
  box-shadow: 0 0 0 #000;
  transform: translate(6px, 6px);
}
body:not(.page-jawb) button.link-btn { color: #800000; }

body:not(.page-jawb) #map,
body:not(.page-jawb) .map-box {
  border: 4px ridge #800000;
  box-shadow: 6px 6px 0 #808000;
}

body:not(.page-jawb) .results-panel {
  border: 4px ridge #0000aa;
  box-shadow: 6px 6px 0 #ff00ff;
  background: #ffffe0;
}
body:not(.page-jawb) .results-header {
  background: #0000aa;
  color: #ffff00;
}
body:not(.page-jawb) .results-list li:nth-child(5n+1) { background: #c0c0c0; }
body:not(.page-jawb) .results-list li:nth-child(5n+2) { background: #ffffe0; }
body:not(.page-jawb) .results-list li:nth-child(5n+3) { background: #d8d8e6; }
body:not(.page-jawb) .results-list li:nth-child(5n+4) { background: #d2e8c4; }
body:not(.page-jawb) .results-list li:nth-child(5n+5) { background: #ffd1dc; }
body:not(.page-jawb) .results-list li { border-bottom-color: #ff00ff; color: #000; }
body:not(.page-jawb) .results-list li:hover {
  background: #ff00ff;
  color: #ffff00;
}

body:not(.page-jawb) .results-list li .blurb {
  background: #ffffe0;
  border-left: 3px solid #800000;
  color: #0000aa;
}

body:not(.page-jawb) .alf-eyebrow { color: #800000; }
body:not(.page-jawb) .alf-icon { border: 1px solid #800000; }

body:not(.page-jawb) .dual-card {
  border: 4px ridge #0000aa;
  box-shadow: 8px 8px 0 #ff00ff;
  background: #c0c0c0;
}
body:not(.page-jawb) .dual-card:nth-child(2) {
  border-color: #800000;
  box-shadow: 8px 8px 0 #9acd32;
}
body:not(.page-jawb) .dual-card .card-head {
  background: #800000;
  color: #ccaa00;
}

body:not(.page-jawb) .itinerary-card {
  background: #9acd32;
  border: 4px ridge #800000;
  box-shadow: 8px 8px 0 #0000aa;
  color: #000;
}

body:not(.page-jawb) .jaunt-stop {
  background: #c0c0c0;
  border: 4px ridge #800000;
  box-shadow: 8px 8px 0 #0000aa;
}
body:not(.page-jawb) .jaunt-stop:nth-child(even) { border-color: #ff00ff; box-shadow: 8px 8px 0 #808000; background: #d8d8e6; }
body:not(.page-jawb) .jaunt-stop:nth-child(3n) { border-color: #ccaa00; box-shadow: 8px 8px 0 #800000; background: #d2e8c4; }
body:not(.page-jawb) .jaunt-stop:nth-child(5n) { border-color: #008080; box-shadow: 8px 8px 0 #ff00ff; background: #ffffe0; }

body:not(.page-jawb) .construction-note {
  background: repeating-linear-gradient(
    45deg, #cc0000, #cc0000 14px, #ccaa00 14px, #ccaa00 28px
  );
  color: #000;
}

body:not(.page-jawb) .disclaimer-strip {
  background: #800000;
  color: #ccaa00;
  border-color: #ff00ff;
}

body:not(.page-jawb) footer.site-foot {
  background: #008080;
  color: #ffff00;
  border-top: 6px ridge #800000;
}
body:not(.page-jawb) footer.site-foot h4 {
  color: #ff00ff;
  text-shadow: 2px 2px 0 #000080;
}
body:not(.page-jawb) footer.site-foot a { color: #ccaa00; font-weight: bold; }
body:not(.page-jawb) footer.site-foot a:visited { color: #9acd32; }
body:not(.page-jawb) .hit-counter {
  color: #00ff00;
  background: #000;
  padding: 4px 10px;
  font-family: "Courier New", monospace;
  border: 2px inset #c0c0c0;
  display: inline-block;
}
body:not(.page-jawb) .last-updated { color: #ffd1dc; }
body:not(.page-jawb) .corner-stamp { background: #800000; color: #ffff00; border-color: #ff00ff; }

body:not(.page-jawb) a { color: #800000; }
body:not(.page-jawb) a:visited { color: #008080; }
body:not(.page-jawb) a:hover { color: #ffff00; background: #ff00ff; }
