:root {
  --ws-paper: #f7f3ed;
  --ws-paper-deep: #eee5d8;
  --ws-ink: #171412;
  --ws-muted: #70685f;
  --ws-green: #25463b;
  --ws-red: #9d3f2f;
  --ws-brass: #a77a3c;
  --ws-bluegray: #596a73;
  --ws-line: rgba(23, 20, 18, 0.16);
}

body {
  background: var(--ws-paper);
  color: var(--ws-ink);
}

.navbar-brand img {
  width: 220px;
  max-height: 42px;
}

#masthead {
  border-bottom: 1px solid var(--ws-line);
}

#nav-main .nav-link {
  color: var(--ws-ink);
  font-weight: 700;
}

#nav-main .nav-link:hover,
#nav-main .nav-link:focus {
  color: var(--ws-green);
}

.ws-site {
  background: var(--ws-paper);
  color: var(--ws-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: clip;
}

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

.ws-site h1,
.ws-site h2,
.ws-site h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.ws-site p {
  color: var(--ws-muted);
  line-height: 1.72;
}

.ws-hero,
.ws-page-hero,
.ws-band {
  width: 100%;
  padding: 88px max(24px, calc((100vw - 1180px) / 2));
}

.ws-hero {
  min-height: 720px;
  position: relative;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--ws-line);
}

.ws-hero-photo {
  min-height: clamp(660px, calc(100vh - 150px), 820px);
  padding-top: 96px;
  padding-bottom: 82px;
  background:
    linear-gradient(90deg, rgba(247, 243, 237, 0.94) 0%, rgba(247, 243, 237, 0.76) 34%, rgba(247, 243, 237, 0.20) 62%, rgba(23, 20, 18, 0.28) 100%),
    url("../img/hero/mountain-path-hero.jpg") center / cover no-repeat;
}

.ws-hero-copy {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.ws-hero h1 {
  margin: 18px 0 20px;
  font-size: 92px;
  line-height: 0.98;
}

.ws-hero-quote {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 82px;
  max-width: 220px;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 255, 255, 0.78);
}

.ws-hero-quote p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.ws-lede,
.ws-page-hero p {
  max-width: 680px;
  font-size: 19px;
}

.ws-page-hero {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid var(--ws-line);
  background: var(--ws-paper-deep);
}

.ws-page-hero h1 {
  margin: 18px 0 14px;
  font-size: 68px;
  line-height: 1.02;
}

.ws-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: fit-content;
  padding: 0 10px;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  color: var(--ws-green);
  background: rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 700;
}

.ws-actions,
.ws-map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.ws-button,
.ws-site button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--ws-green);
  border-radius: 8px;
  background: var(--ws-green);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.ws-button:hover,
.ws-button:focus {
  color: #fff;
  background: #183429;
}

.ws-button-light,
.ws-site button {
  background: transparent;
  color: var(--ws-green);
}

.ws-button-light:hover,
.ws-button-light:focus,
.ws-site button.is-selected {
  background: var(--ws-green);
  color: #fff;
}

.ws-map-card {
  margin: 0;
  border: 1px solid var(--ws-line);
  background: #fbf8f3;
  overflow: hidden;
}

.ws-us-map-card {
  background:
    linear-gradient(135deg, rgba(247, 243, 237, 0.86), rgba(251, 248, 243, 0.96)),
    #fbf8f3;
}

.ws-route-strip {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--ws-line);
  background: #f3eee5;
}

.ws-route-strip-intro {
  padding: 48px max(24px, calc((100vw - 1180px) / 2)) 48px max(24px, calc((100vw - 1180px) / 2));
}

.ws-route-strip-intro span {
  color: var(--ws-brass);
  font-size: 13px;
  font-weight: 800;
}

.ws-route-strip-intro h2 {
  margin: 16px 0 10px;
  max-width: 360px;
  font-size: 36px;
  line-height: 1.12;
}

.ws-route-strip-intro a,
.ws-journal-list a,
.ws-archive-grid a {
  color: var(--ws-brass);
  font-weight: 800;
  text-decoration: none;
}

.ws-route-strip-map .ws-map-card {
  height: 100%;
  border-top: 0;
  border-bottom: 0;
}

.ws-generated-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #f7f1e7;
}

.ws-generated-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 243, 237, 0.06), transparent 18%, transparent 82%, rgba(247, 243, 237, 0.22)),
    linear-gradient(180deg, rgba(247, 243, 237, 0.18), transparent 26%, transparent 82%, rgba(247, 243, 237, 0.12));
}

.ws-generated-map-img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.ws-map-overlay-title,
.ws-map-label,
.ws-map-terminal,
.ws-generated-map-legend {
  position: absolute;
  z-index: 2;
}

.ws-map-overlay-title {
  left: 5%;
  top: 6%;
  display: grid;
  gap: 4px;
}

.ws-map-overlay-title span {
  color: var(--ws-brass);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ws-map-overlay-title strong {
  color: var(--ws-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.ws-map-label {
  min-width: 150px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 20, 18, 0.14);
  border-radius: 6px;
  background: rgba(255, 252, 246, 0.90);
  box-shadow: 0 10px 30px rgba(23, 20, 18, 0.06);
  opacity: 0.54;
  transform: translate(-50%, -50%);
}

.ws-map-label.is-active {
  opacity: 1;
}

.ws-map-label strong,
.ws-map-label span {
  display: block;
}

.ws-map-label strong {
  color: var(--ws-ink);
  font-size: 15px;
  font-weight: 850;
}

.ws-map-label span {
  margin-top: 3px;
  color: var(--ws-muted);
  font-size: 12px;
  font-weight: 700;
}

.ws-map-label-pct {
  left: 37%;
  top: 42%;
}

.ws-map-label-cdt {
  left: 55%;
  top: 47%;
}

.ws-map-label-at {
  left: 75%;
  top: 54%;
}

.ws-map-terminal {
  color: var(--ws-ink);
  font-size: 13px;
  font-weight: 850;
  text-shadow: 0 1px 0 rgba(255, 252, 246, 0.96);
}

.ws-map-terminal-pct-south {
  left: 13%;
  bottom: 18%;
}

.ws-map-terminal-cdt-south {
  left: 39%;
  bottom: 12%;
}

.ws-map-terminal-at-south {
  right: 18%;
  bottom: 20%;
}

.ws-generated-map-legend {
  left: 5%;
  bottom: 6%;
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 20, 18, 0.10);
  border-radius: 6px;
  background: rgba(255, 252, 246, 0.68);
}

.ws-generated-map-legend span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ws-ink);
  font-size: 12px;
  font-weight: 800;
}

.ws-generated-map-legend i {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 99px;
}

.ws-generated-map-legend .ws-legend-pct {
  background: var(--ws-green);
}

.ws-generated-map-legend .ws-legend-cdt {
  background: var(--ws-red);
}

.ws-generated-map-legend .ws-legend-at {
  background: var(--ws-bluegray);
}

.ws-route-strip-map .ws-route-map {
  min-height: 430px;
}

.ws-map-card figcaption {
  padding: 14px 18px 18px;
  color: var(--ws-muted);
  font-size: 14px;
}

.ws-route-map {
  display: block;
  width: 100%;
  min-height: 380px;
}

.ws-route-map-us {
  min-height: 460px;
}

.ws-map-paper {
  fill: rgba(247, 243, 237, 0.80);
}

.ws-map-title-card {
  fill: var(--ws-ink);
}

.ws-map-kicker {
  fill: var(--ws-brass);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ws-map-title-text {
  fill: var(--ws-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.ws-us-shadow {
  fill: rgba(23, 20, 18, 0.06);
  transform: translate(8px, 10px);
}

.ws-us-outline {
  fill: url("#ws-map-land-wash");
  stroke: rgba(23, 20, 18, 0.34);
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.ws-us-relief {
  fill: url("#ws-map-relief");
  opacity: 0.95;
  pointer-events: none;
}

.ws-us-coast,
.ws-us-region {
  fill: none;
  stroke: rgba(23, 20, 18, 0.18);
  stroke-linecap: round;
  stroke-width: 1.6;
}

.ws-us-coast {
  stroke: rgba(23, 20, 18, 0.28);
  stroke-width: 2;
}

.ws-us-region {
  stroke-dasharray: 5 9;
}

.ws-map-lakes path {
  fill: rgba(247, 243, 237, 0.88);
  stroke: rgba(23, 20, 18, 0.16);
  stroke-width: 1;
}

.ws-map-state-lines path {
  fill: none;
  stroke: rgba(23, 20, 18, 0.12);
  stroke-dasharray: 2 7;
  stroke-linecap: round;
  stroke-width: 1.2;
}

.ws-map-region-label {
  fill: rgba(23, 20, 18, 0.38);
  font-size: 17px;
  font-style: italic;
  font-weight: 650;
}

.ws-map-land {
  fill: #efe6d8;
  stroke: rgba(23, 20, 18, 0.22);
  stroke-width: 2;
}

.ws-map-grid {
  fill: none;
  stroke: rgba(23, 20, 18, 0.10);
  stroke-width: 1.5;
}

.ws-route {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.22;
  transition: opacity 180ms ease, stroke-width 180ms ease;
}

.ws-route.is-active {
  opacity: 1;
  stroke-width: 10;
}

.ws-route-halo {
  fill: none;
  stroke: rgba(251, 248, 243, 0.92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 17;
  opacity: 0.88;
}

.ws-route-pct {
  stroke: var(--ws-green);
}

.ws-route-cdt {
  stroke: var(--ws-red);
}

.ws-route-at {
  stroke: var(--ws-bluegray);
}

.ws-map-pin {
  opacity: 0.38;
  transition: opacity 180ms ease;
}

.ws-map-pin.is-active {
  opacity: 1;
}

.ws-map-pin circle {
  fill: var(--ws-ink);
  stroke: #fbf8f3;
  stroke-width: 3;
}

.ws-map-pin text {
  fill: var(--ws-ink);
  font-size: 15px;
  font-weight: 700;
}

.ws-route-label {
  opacity: 0.48;
  transition: opacity 180ms ease;
}

.ws-route-label.is-active {
  opacity: 1;
}

.ws-route-label rect {
  fill: rgba(255, 252, 246, 0.92);
  stroke: rgba(23, 20, 18, 0.18);
}

.ws-route-label text {
  fill: var(--ws-ink);
  font-size: 15px;
  font-weight: 800;
}

.ws-route-label text + text {
  fill: var(--ws-muted);
  font-size: 12px;
  font-weight: 600;
}

.ws-map-legend-title {
  fill: var(--ws-brass);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ws-map-legend line,
.ws-map-scale line {
  fill: none;
  stroke-linecap: round;
  stroke-width: 5;
}

.ws-map-legend text {
  fill: var(--ws-ink);
  font-size: 13px;
  font-weight: 700;
}

.ws-legend-pct {
  stroke: var(--ws-green);
}

.ws-legend-cdt {
  stroke: var(--ws-red);
}

.ws-legend-at {
  stroke: var(--ws-bluegray);
}

.ws-map-scale line {
  stroke: rgba(23, 20, 18, 0.36);
  stroke-width: 2;
}

.ws-map-scale text,
.ws-map-compass text {
  fill: rgba(23, 20, 18, 0.52);
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
  text-transform: uppercase;
}

.ws-map-compass path {
  fill: rgba(23, 20, 18, 0.08);
  stroke: rgba(23, 20, 18, 0.34);
  stroke-width: 1.2;
}

.ws-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 56px;
  border-bottom: 1px solid var(--ws-line);
}

.ws-monk-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.86fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid var(--ws-line);
}

.ws-monk-copy {
  max-width: 540px;
}

.ws-monk-copy span,
.ws-side-title span,
.ws-exhibit-band > div > span {
  color: var(--ws-brass);
  font-size: 13px;
  font-weight: 800;
}

.ws-monk-copy h2 {
  margin: 18px 0 30px;
  font-size: 52px;
  line-height: 1.12;
}

.ws-portrait-frame {
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ws-line);
  background:
    radial-gradient(circle at center, rgba(167, 122, 60, 0.10), transparent 54%),
    rgba(255, 255, 255, 0.30);
}

.ws-portrait-line {
  width: 120px;
  height: 140px;
  border: 2px solid rgba(23, 20, 18, 0.26);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  border-bottom: 0;
  position: relative;
}

.ws-portrait-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 26px;
  width: 56px;
  height: 56px;
  transform: translateX(-50%);
  border: 2px solid rgba(23, 20, 18, 0.26);
  border-radius: 50%;
  background: var(--ws-paper);
}

.ws-two-col h2,
.ws-section-head h2 {
  margin: 14px 0 0;
  font-size: 42px;
  line-height: 1.12;
}

.ws-section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.ws-section-head span,
.ws-trail-card span,
.ws-gallery-grid span,
.ws-writing-list span {
  color: var(--ws-brass);
  font-size: 13px;
  font-weight: 800;
}

.ws-trail-grid,
.ws-gallery-grid,
.ws-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ws-trail-card,
.ws-gallery-grid article,
.ws-values article,
.ws-writing-list article,
.ws-section-list article {
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.36);
}

.ws-trails-home {
  background: #f8f5ef;
}

.ws-trails-home .ws-section-head {
  margin-bottom: 22px;
}

.ws-trail-card {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  grid-template-rows: 1fr auto;
  gap: 12px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.34);
}

.ws-trail-card h3 {
  margin: 12px 0;
  font-size: 44px;
}

.ws-trail-card dl {
  margin: 16px 0 0;
}

.ws-trail-card dt {
  color: var(--ws-brass);
  font-size: 13px;
  font-weight: 800;
}

.ws-trail-card dd {
  margin: 3px 0 10px;
  color: var(--ws-muted);
  font-size: 14px;
}

.ws-trail-card > a {
  grid-column: 1 / -1;
}

.ws-trail-card-map {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-route-fragment {
  width: 150px;
  height: 170px;
}

.ws-route-fragment-land {
  fill: rgba(238, 229, 216, 0.70);
  stroke: rgba(23, 20, 18, 0.10);
}

.ws-route-fragment-line {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
}

.ws-route-fragment-pct .ws-route-fragment-line {
  stroke: var(--ws-green);
}

.ws-route-fragment-cdt .ws-route-fragment-line {
  stroke: var(--ws-red);
}

.ws-route-fragment-at .ws-route-fragment-line {
  stroke: var(--ws-bluegray);
}

.ws-trail-card a,
.ws-quote a,
.ws-site .ws-section-list a {
  color: var(--ws-green);
  font-weight: 800;
}

.ws-exhibit-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
  background: #171412;
}

.ws-exhibit-band h2,
.ws-exhibit-band p {
  color: #fff;
}

.ws-exhibit-band h2 {
  margin: 14px 0 22px;
  font-size: 50px;
}

.ws-exhibit-date {
  font-size: 20px;
  color: #f4eadb !important;
}

.ws-button-dark {
  border-color: var(--ws-brass);
  color: #f4eadb;
  background: transparent;
}

.ws-photo-wall {
  min-height: 440px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.ws-photo-mosaic {
  min-height: 430px;
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.ws-img-tile {
  display: block;
  min-height: 140px;
  background-color: rgba(238, 229, 216, 0.42);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ws-img-1 { background-image: url("../img/gallery/tiles/trail-1.jpg"); }
.ws-img-2 { background-image: url("../img/gallery/tiles/trail-2.jpg"); }
.ws-img-3 { background-image: url("../img/gallery/tiles/trail-3.jpg"); }
.ws-img-4 { background-image: url("../img/gallery/tiles/trail-4.jpg"); }
.ws-img-5 { background-image: url("../img/gallery/tiles/trail-5.jpg"); }
.ws-img-6 { background-image: url("../img/gallery/tiles/trail-6.jpg"); }

.ws-exhibit-mosaic .ws-img-1 {
  grid-row: 1 / span 2;
}

.ws-journal-band,
.ws-archive-band {
  display: grid;
  grid-template-columns: minmax(160px, 0.25fr) minmax(0, 1fr);
  gap: 54px;
  border-bottom: 1px solid var(--ws-line);
}

.ws-journal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid var(--ws-line);
}

.ws-journal-list article {
  min-height: 220px;
  padding: 0 34px;
  border-right: 1px solid var(--ws-line);
}

.ws-journal-list time {
  color: var(--ws-muted);
  font-size: 13px;
}

.ws-journal-list h3 {
  margin: 18px 0 14px;
  font-size: 27px;
}

.ws-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.ws-archive-grid article {
  border-left: 1px solid var(--ws-line);
  padding-left: 30px;
}

.ws-archive-grid h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.ws-mini-gallery {
  height: 210px;
  display: grid;
  grid-template-columns: 1.1fr 0.85fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  margin: 16px 0 14px;
}

.ws-mini-gallery span:first-child {
  grid-row: 1 / span 2;
}

.ws-photo-wall span {
  display: block;
  min-height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    #2d3029;
}

.ws-photo-wall span:nth-child(2) {
  grid-row: span 2;
  background-color: #38433b;
}

.ws-photo-wall span:nth-child(3) {
  background-color: #4b4035;
}

.ws-quote {
  border-left: 3px solid var(--ws-brass);
  padding-left: 24px;
}

.ws-trail-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 34px;
  align-items: start;
}

.ws-facts {
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.42);
}

.ws-facts dl {
  margin: 20px 0;
}

.ws-facts dt {
  margin-top: 14px;
  color: var(--ws-brass);
  font-weight: 800;
}

.ws-facts dd {
  margin: 2px 0 0;
  color: var(--ws-muted);
}

.ws-section-list,
.ws-writing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ws-section-list article span {
  color: var(--ws-brass);
  font-weight: 900;
}

.ws-section-list h3,
.ws-writing-list h2,
.ws-gallery-grid h2 {
  margin: 10px 0;
}

.ws-comparison {
  overflow-x: auto;
}

.ws-comparison table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.36);
}

.ws-comparison th,
.ws-comparison td {
  padding: 18px;
  border: 1px solid var(--ws-line);
  vertical-align: top;
}

.ws-comparison th {
  color: var(--ws-green);
  text-align: left;
}

.ws-event-details p {
  margin: 0 0 14px;
}

.ws-note {
  padding: 16px;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  background: rgba(167, 122, 60, 0.08);
  color: var(--ws-ink);
}

.ws-site .ws-checklist {
  display: grid;
  gap: 10px;
}

.ws-site .ws-checklist p {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.36);
  color: var(--ws-ink);
}

.ws-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.ws-source-list a {
  display: block;
  padding: 18px;
  border: 1px solid var(--ws-line);
  border-radius: 8px;
  color: var(--ws-green);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 960px) {
  .ws-hero,
  .ws-two-col,
  .ws-exhibit-band,
  .ws-trail-overview,
  .ws-route-strip,
  .ws-monk-intro,
  .ws-journal-band,
  .ws-archive-band {
    grid-template-columns: 1fr;
  }

  .ws-hero {
    min-height: auto;
  }

  .ws-hero-photo {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(247, 243, 237, 0.96) 0%, rgba(247, 243, 237, 0.84) 42%, rgba(23, 20, 18, 0.10) 100%),
      url("../img/hero/mountain-path-hero.jpg") center bottom / cover no-repeat;
  }

  .ws-hero h1 {
    font-size: 64px;
  }

  .ws-hero-quote {
    display: none;
  }

  .ws-page-hero h1 {
    font-size: 52px;
  }

  .ws-trail-grid,
  .ws-gallery-grid,
  .ws-values,
  .ws-section-list,
  .ws-writing-list,
  .ws-source-list,
  .ws-journal-list,
  .ws-archive-grid {
    grid-template-columns: 1fr;
  }

  .ws-journal-list,
  .ws-archive-grid article {
    border-left: 0;
  }

  .ws-journal-list article {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ws-line);
  }

  .ws-photo-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .ws-exhibit-mosaic .ws-img-1 {
    grid-row: auto;
  }

  .ws-map-overlay-title {
    left: 4%;
    top: 5%;
  }

  .ws-map-overlay-title strong {
    font-size: 20px;
  }

  .ws-generated-map-legend {
    display: none;
  }

  .ws-map-label {
    min-width: 126px;
    padding: 9px 10px;
  }

  .ws-map-label strong {
    font-size: 13px;
  }

  .ws-map-label span {
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  .ws-hero,
  .ws-page-hero,
  .ws-band {
    padding: 56px 18px;
  }

  .ws-hero h1 {
    font-size: 48px;
  }

  .ws-hero-photo {
    min-height: 660px;
    padding-top: 72px;
    padding-bottom: 280px;
  }

  .ws-route-strip-intro,
  .ws-route-strip-map .ws-map-card figcaption {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ws-route-map-us {
    min-height: 300px;
  }

  .ws-generated-map {
    min-height: 300px;
  }

  .ws-generated-map-img {
    min-height: 300px;
    object-position: center;
  }

  .ws-map-overlay-title,
  .ws-map-terminal {
    display: none;
  }

  .ws-map-label {
    min-width: 92px;
    padding: 7px 8px;
    border-radius: 4px;
    transform: translate(-50%, -50%) scale(0.86);
    transform-origin: center;
  }

  .ws-map-label-pct {
    left: 33%;
    top: 42%;
  }

  .ws-map-label-cdt {
    left: 53%;
    top: 48%;
  }

  .ws-map-label-at {
    left: 73%;
    top: 56%;
  }

  .ws-map-title-card,
  .ws-map-region-label,
  .ws-map-pin text,
  .ws-route-label,
  .ws-map-legend,
  .ws-map-scale {
    display: none;
  }

  .ws-monk-copy h2 {
    font-size: 38px;
  }

  .ws-portrait-frame {
    min-height: 260px;
  }

  .ws-trail-card {
    grid-template-columns: 1fr;
  }

  .ws-trail-card-map {
    justify-content: flex-start;
  }

  .ws-exhibit-band h2 {
    font-size: 40px;
  }

  .ws-photo-mosaic,
  .ws-mini-gallery {
    min-height: 300px;
  }

  .ws-page-hero h1 {
    font-size: 42px;
  }

  .ws-lede,
  .ws-page-hero p {
    font-size: 17px;
  }
}
