/* ============================================================
   MEANS MINDSET — Granite Crag Guide Book theme
   Palette (light granite-morning):
     guide-stone   #F1F0E9  page background
     pitch-ink     #2B2D2B  body text
     flag-magenta  #A63A6E  accent
     crag-slate    #333B3C  wells / dark panels
     page-cream    #FAF7EC  guide cards
     granite-khaki #CFC7B4  rock bands
     chalk-white   #FFFFFF  chalk dots
     hold-rust     #B0623A  painted holds ONLY
     hold-moss     #6B7A45  painted holds ONLY
   No rgba, no opacity, no gradients on text.
   ============================================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.65;
  color: #2B2D2B;
  background-color: #F1F0E9;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.25;
  margin: 0 0 0.5em 0;
  color: #2B2D2B;
}

p {
  margin: 0 0 1em 0;
}

a {
  color: #A63A6E;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #333B3C;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #333B3C;
  color: #FAF7EC;
  padding: 10px 18px;
  z-index: 50;
}

.skip-link:focus {
  left: 0;
}

/* ---------------- PITCH LINE HEADER ---------------- */

.pitchline {
  background-color: #333B3C;
  padding: 18px 0 0 0;
}

.pitchline-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 20px 24px;
}

.pitchline-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.brandplate {
  background-color: #FAF7EC;
  border: 3px solid #CFC7B4;
  border-radius: 3px;
  padding: 10px 16px 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-1.2deg);
}

.brandflag {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #A63A6E;
  border: 3px solid #FAF7EC;
  box-shadow: 0 0 0 1px #333B3C;
  display: inline-block;
  flex: 0 0 auto;
}

.brandname {
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-size: 1.02rem;
  color: #2B2D2B;
  text-transform: uppercase;
}

.brandsub {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: #333B3C;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

.navtoggle {
  display: none;
  background-color: #FAF7EC;
  color: #2B2D2B;
  border: 2px solid #CFC7B4;
  border-radius: 3px;
  font-size: 0.9rem;
  padding: 9px 15px;
  cursor: pointer;
  font-family: Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pitchledge {
  background-color: #CFC7B4;
  border-top: 3px solid #FAF7EC;
  border-bottom: 3px solid #333B3C;
  padding: 14px 12px 16px 12px;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: flex-start;
}

.pitchtag {
  background-color: #FAF7EC;
  border: 2px solid #2B2D2B;
  border-radius: 2px;
  padding: 8px 13px 8px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  box-shadow: 2px 2px 0 #333B3C;
  transition: transform 0.15s ease;
}

.pitchtag:nth-child(1) { transform: rotate(-2.4deg); }
.pitchtag:nth-child(2) { transform: rotate(1.6deg); }
.pitchtag:nth-child(3) { transform: rotate(-1deg); }
.pitchtag:nth-child(4) { transform: rotate(2.2deg); }
.pitchtag:nth-child(5) { transform: rotate(-1.7deg); }

.pitchtag:hover,
.pitchtag:focus {
  transform: rotate(0deg) translateY(-3px);
}

.pitchtag .chip {
  background-color: #A63A6E;
  color: #FAF7EC;
  font-size: 0.72rem;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-family: Georgia, serif;
}

.pitchtag .taglabel {
  color: #2B2D2B;
  font-size: 0.86rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pitchtag.current {
  border-color: #A63A6E;
  border-width: 3px;
}

.pitchtag.current .taglabel {
  color: #A63A6E;
}

/* ---------------- ROUTE WALL HERO ---------------- */

.cragline {
  background-color: #CFC7B4;
  position: relative;
  overflow: hidden;
  border-bottom: 8px solid #333B3C;
  min-height: 560px;
  padding: 40px 24px 56px 24px;
}

.cragrock {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rockband {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #B9B09A;
}

.rockband.two {
  height: 1px;
  background-color: #C2BAA6;
}

.routelinedots {
  position: absolute;
  inset: 0;
}

.routedot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #A63A6E;
}

.boltdot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333B3C;
  box-shadow: 0 0 0 3px #FAF7EC;
}

.paintedhold {
  position: absolute;
}

.hold-rust-a {
  width: 30px;
  height: 20px;
  border-radius: 60% 40% 55% 45%;
  background-color: #B0623A;
  transform: rotate(18deg);
}

.hold-moss-a {
  width: 26px;
  height: 24px;
  border-radius: 40% 60% 45% 55%;
  background-color: #6B7A45;
  transform: rotate(-12deg);
}

.hold-rust-b {
  width: 20px;
  height: 28px;
  border-radius: 45% 45% 40% 60%;
  background-color: #B0623A;
  transform: rotate(24deg);
}

.hold-moss-b {
  width: 32px;
  height: 18px;
  border-radius: 55% 45% 50% 50%;
  background-color: #6B7A45;
  transform: rotate(-20deg);
}

.cragrope {
  position: absolute;
  top: 0;
  right: 24%;
  width: 4px;
  height: 320px;
  background-color: #FAF7EC;
  border-left: 1px solid #B9B09A;
  border-right: 1px solid #B9B09A;
}

.chalkbag {
  position: absolute;
  top: 312px;
  right: calc(24% - 24px);
  width: 52px;
  height: 56px;
  border-radius: 8px 8px 22px 22px;
  background-color: #FFFFFF;
  border: 3px solid #333B3C;
}

.chalkbag:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 12px;
  width: 26px;
  height: 12px;
  border-top: 3px solid #333B3C;
  border-left: 3px solid #333B3C;
  border-right: 3px solid #333B3C;
  border-radius: 8px 8px 0 0;
}

.guidelabel {
  position: relative;
  z-index: 4;
  background-color: #FAF7EC;
  border: 3px solid #2B2D2B;
  border-radius: 2px;
  max-width: 520px;
  padding: 30px 32px 28px 32px;
  box-shadow: 6px 6px 0 #333B3C;
  transform: rotate(-0.8deg);
}

.guidelabel .label-tag {
  display: inline-block;
  background-color: #333B3C;
  color: #FAF7EC;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 16px;
}

.cragheadline {
  font-size: 2.5rem;
  margin: 0 0 14px 0;
  color: #2B2D2B;
}

.cragheadline .mag {
  color: #A63A6E;
}

.guidelabel p {
  font-size: 1rem;
  color: #2B2D2B;
  margin: 0;
}

.ledgertray {
  position: relative;
  z-index: 4;
  margin: 34px 0 0 auto;
  max-width: 480px;
  background-color: #333B3C;
  border-radius: 3px;
  padding: 22px 24px 24px 24px;
  box-shadow: 5px 5px 0 #A63A6E;
}

.ledgertray p {
  color: #FAF7EC;
  font-size: 0.95rem;
  margin: 0 0 18px 0;
}

.trayactions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.routeflagpin {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #A63A6E;
  color: #FAF7EC;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: 3px solid #FAF7EC;
}

.routeflagpin:hover,
.routeflagpin:focus {
  background-color: #FAF7EC;
  color: #A63A6E;
  border-color: #A63A6E;
}

.routeflagpin .pinflag {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FAF7EC;
  display: inline-block;
}

.routeflagpin:hover .pinflag,
.routeflagpin:focus .pinflag {
  background-color: #A63A6E;
}

.seecards {
  color: #FAF7EC;
  font-size: 0.9rem;
  text-decoration: underline;
}

.seecards:hover,
.seecards:focus {
  color: #CFC7B4;
}

/* ---------------- ROUTE CARDS ZIGZAG ---------------- */

.routeline {
  padding: 70px 0 60px 0;
  background-color: #F1F0E9;
}

.section-intro {
  max-width: 720px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.section-intro .eyebrow {
  display: inline-block;
  color: #A63A6E;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-intro h2 {
  font-size: 2rem;
  margin-bottom: 14px;
}

.section-intro p {
  color: #2B2D2B;
}

.zigspread {
  position: relative;
}

.routecard {
  position: relative;
  width: 62%;
  background-color: #FAF7EC;
  border: 2px solid #333B3C;
  border-radius: 3px;
  padding: 26px 28px 24px 28px;
  box-shadow: 5px 5px 0 #CFC7B4;
  margin-bottom: 46px;
}

.routecard.side-left {
  margin-left: 0;
  margin-right: auto;
}

.routecard.side-right {
  margin-left: auto;
  margin-right: 0;
}

.routecard .trailtrail {
  position: absolute;
  border-left: 3px dotted #2B2D2B;
  width: 0;
}

.trail-left {
  left: 31%;
  bottom: -46px;
  height: 46px;
  transform: rotate(24deg);
}

.trail-right {
  right: 31%;
  bottom: -46px;
  height: 46px;
  transform: rotate(-24deg);
}

.routehead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.routenumber {
  background-color: #A63A6E;
  color: #FAF7EC;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 0.95rem;
  padding: 6px 12px;
  border-radius: 2px;
  letter-spacing: 0.06em;
}

.routecard h3 {
  font-size: 1.28rem;
  margin: 0;
  flex: 1 1 auto;
}

.gradechip {
  display: inline-block;
  width: 34px;
  height: 22px;
  border-radius: 55% 45% 50% 50%;
  border: 2px solid #2B2D2B;
  flex: 0 0 auto;
}

.gradechip.g-rust { background-color: #B0623A; }
.gradechip.g-moss { background-color: #6B7A45; }

.routecard p {
  font-size: 0.96rem;
  margin: 0;
  color: #2B2D2B;
}

.sentit {
  position: absolute;
  top: 14px;
  right: -12px;
  border: 3px solid #A63A6E;
  color: #A63A6E;
  font-size: 0.72rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  transform: rotate(7deg);
  background-color: #FAF7EC;
  border-radius: 2px;
}

.cardlink {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.88rem;
  font-weight: bold;
  color: #A63A6E;
}

/* ---------------- FIRST ASCENT REGISTER STRIP ---------------- */

.firstascent {
  background-color: #333B3C;
  border-top: 6px solid #CFC7B4;
  border-bottom: 6px solid #CFC7B4;
  padding: 26px 24px;
}

.firstascent-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.registerbook {
  background-color: #FAF7EC;
  border: 2px solid #2B2D2B;
  border-radius: 2px;
  padding: 12px 16px;
  flex: 0 0 auto;
  position: relative;
}

.registerbook .rule {
  height: 2px;
  background-color: #B9B09A;
  margin: 7px 0;
}

.registerbook .rule.short { width: 62%; }
.registerbook .rule.mid { width: 82%; }

.penstring {
  position: absolute;
  right: -46px;
  top: 22px;
  width: 46px;
  height: 3px;
  background-color: #A63A6E;
}

.penbody {
  position: absolute;
  right: -58px;
  top: 15px;
  width: 14px;
  height: 6px;
  background-color: #333B3C;
  border-radius: 3px;
  transform: rotate(20deg);
}

.firstascent p {
  color: #FAF7EC;
  font-size: 1.05rem;
  margin: 0;
  flex: 1 1 300px;
}

.firstascent .ascentlink {
  color: #CFC7B4;
  font-weight: bold;
  text-decoration: underline;
}

.firstascent .ascentlink:hover,
.firstascent .ascentlink:focus {
  color: #FAF7EC;
}

/* ---------------- SHARED CONTENT BLOCKS ---------------- */

.page-intro {
  background-color: #333B3C;
  padding: 46px 24px;
}

.page-intro-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-intro h1 {
  color: #FAF7EC;
  font-size: 2.1rem;
  margin-bottom: 14px;
}

.page-intro p {
  color: #CFC7B4;
  font-size: 1.02rem;
  margin: 0;
}

.contentband {
  padding: 56px 0;
  background-color: #F1F0E9;
}

.contentband.cream {
  background-color: #FAF7EC;
}

.contentband.slate {
  background-color: #333B3C;
}

.contentband.slate h2,
.contentband.slate h3 {
  color: #FAF7EC;
}

.contentband.slate p {
  color: #CFC7B4;
}

.contentband.khaki {
  background-color: #CFC7B4;
}

.richtext {
  max-width: 820px;
  margin: 0 auto;
}

.richtext h2 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 14px;
}

.richtext h3 {
  font-size: 1.22rem;
  margin-top: 26px;
  margin-bottom: 8px;
}

.richtext p {
  font-size: 1rem;
}

.richtext ul {
  margin: 0 0 1em 0;
  padding-left: 22px;
}

.richtext li {
  margin-bottom: 8px;
}

/* ---------------- SERVICES DETAIL ---------------- */

.servicedetail {
  max-width: 900px;
  margin: 0 auto 44px auto;
  background-color: #FAF7EC;
  border-left: 8px solid #A63A6E;
  border-top: 1px solid #CFC7B4;
  border-right: 1px solid #CFC7B4;
  border-bottom: 1px solid #CFC7B4;
  padding: 26px 30px;
}

.servicedetail h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.servicedetail p {
  font-size: 0.98rem;
  margin: 0 0 10px 0;
}

.servicedetail p:last-child {
  margin-bottom: 0;
}

.processsteps {
  max-width: 900px;
  margin: 0 auto;
}

.processrow {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 2px dotted #333B3C;
}

.processrow:last-child {
  border-bottom: none;
}

.stepnum {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #333B3C;
  color: #FAF7EC;
  font-family: Georgia, serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.processrow h3 {
  margin: 0 0 6px 0;
  font-size: 1.12rem;
}

.processrow p {
  margin: 0;
  font-size: 0.96rem;
}

/* ---------------- CTA PANEL ---------------- */

.ctaband {
  background-color: #A63A6E;
  padding: 50px 24px;
}

.ctaband-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ctaband h2 {
  color: #FAF7EC;
  font-size: 1.9rem;
  margin-bottom: 14px;
}

.ctaband p {
  color: #FAF7EC;
  font-size: 1.02rem;
  margin-bottom: 24px;
}

.ctabutton {
  display: inline-block;
  background-color: #FAF7EC;
  color: #A63A6E;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 30px;
  border-radius: 40px;
  border: 3px solid #333B3C;
  letter-spacing: 0.04em;
}

.ctabutton:hover,
.ctabutton:focus {
  background-color: #333B3C;
  color: #FAF7EC;
  border-color: #FAF7EC;
}

/* ---------------- CONTACT ---------------- */

.contactgrid {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1080px;
  margin: 0 auto;
}

.contactformwrap {
  flex: 1 1 420px;
  background-color: #FAF7EC;
  border: 2px solid #333B3C;
  border-radius: 3px;
  padding: 30px 30px 32px 30px;
  box-shadow: 5px 5px 0 #CFC7B4;
}

.contactformwrap h2 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.contactformwrap .formnote {
  font-size: 0.9rem;
  color: #333B3C;
  margin-bottom: 20px;
}

.fieldrow {
  margin-bottom: 16px;
}

.fieldrow label {
  display: block;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2B2D2B;
  margin-bottom: 6px;
}

.fieldrow input,
.fieldrow select,
.fieldrow textarea {
  width: 100%;
  font-size: 1rem;
  font-family: inherit;
  padding: 11px 13px;
  border: 2px solid #333B3C;
  border-radius: 2px;
  background-color: #FFFFFF;
  color: #2B2D2B;
}

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

.fieldrow input:focus,
.fieldrow select:focus,
.fieldrow textarea:focus {
  outline: 3px solid #A63A6E;
  outline-offset: 1px;
}

.formsubmit {
  background-color: #A63A6E;
  color: #FAF7EC;
  border: 3px solid #333B3C;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  padding: 13px 28px;
  cursor: pointer;
  letter-spacing: 0.04em;
}

.formsubmit:hover,
.formsubmit:focus {
  background-color: #333B3C;
  border-color: #A63A6E;
}

.formstatus {
  margin-top: 16px;
  font-size: 0.92rem;
  color: #A63A6E;
  font-weight: bold;
}

.contactinfo {
  flex: 1 1 320px;
}

.infocard {
  background-color: #333B3C;
  border-radius: 3px;
  padding: 24px 26px;
  margin-bottom: 20px;
}

.infocard h3 {
  color: #FAF7EC;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.infocard p {
  color: #CFC7B4;
  font-size: 0.95rem;
  margin: 0 0 6px 0;
}

.infocard a {
  color: #FAF7EC;
}

.infocard a:hover,
.infocard a:focus {
  color: #CFC7B4;
}

.hoursrow {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
  color: #CFC7B4;
  padding: 5px 0;
  border-bottom: 1px dotted #5A6162;
}

.hoursrow:last-child {
  border-bottom: none;
}

.faqblock {
  max-width: 860px;
  margin: 0 auto;
}

.faqitem {
  background-color: #FAF7EC;
  border: 2px solid #333B3C;
  border-radius: 3px;
  margin-bottom: 14px;
  overflow: hidden;
}

.faqq {
  width: 100%;
  text-align: left;
  background-color: #FAF7EC;
  border: none;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  font-weight: bold;
  color: #2B2D2B;
  padding: 16px 20px;
  cursor: pointer;
}

.faqq:hover,
.faqq:focus {
  background-color: #CFC7B4;
}

.faqa {
  padding: 0 20px 18px 20px;
  font-size: 0.96rem;
  color: #2B2D2B;
}

.faqa p {
  margin: 0;
}

/* ---------------- VALUES / LEDGER ROWS ---------------- */

.ledgerrow {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 20px 22px;
  background-color: #FAF7EC;
  border: 1px solid #CFC7B4;
  margin-bottom: 14px;
}

.ledgerrow .ledgermark {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A63A6E;
  margin-top: 8px;
}

.ledgerrow h3 {
  margin: 0 0 5px 0;
  font-size: 1.1rem;
}

.ledgerrow p {
  margin: 0;
  font-size: 0.95rem;
}

/* ---------------- SCROLL REVEAL ---------------- */

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

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

/* ---------------- GEAR ROOM FOOTER ---------------- */

.gearroom {
  background-color: #333B3C;
  padding-top: 64px;
  position: relative;
}

.gearracks {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  height: 46px;
}

.ropecoilloop {
  position: absolute;
  left: 0;
  top: -58px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 7px solid #CFC7B4;
  background-color: #333B3C;
}

.ropecoilloop:before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 6px solid #FAF7EC;
}

.helmet {
  position: absolute;
  top: -46px;
  width: 58px;
  height: 44px;
  background-color: #FAF7EC;
  border-radius: 29px 29px 8px 8px;
  border: 3px solid #2B2D2B;
}

.helmet:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  height: 4px;
  background-color: #333B3C;
  border-radius: 2px;
}

.helmet:after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 18px;
  width: 5px;
  height: 14px;
  background-color: #333B3C;
  border-radius: 3px;
}

.helmet.h-one { left: 40%; }
.helmet.h-two { left: 56%; }

.gearroom-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
}

.gearplate {
  background-color: #FAF7EC;
  border-radius: 3px;
  padding: 30px 34px;
  max-width: 720px;
  margin: 8px auto 34px auto;
  text-align: center;
}

.gearplate .gearname {
  font-family: Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1.05rem;
  color: #2B2D2B;
  margin-bottom: 12px;
}

.gearplate p {
  color: #2B2D2B;
  font-size: 0.95rem;
  margin: 0;
}

.gearlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.geartag {
  background-color: #CFC7B4;
  color: #2B2D2B;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 2px;
  border: 2px solid #2B2D2B;
}

.geartag:hover,
.geartag:focus {
  background-color: #A63A6E;
  color: #FAF7EC;
  border-color: #FAF7EC;
}

.plinth {
  background-color: #CFC7B4;
  padding: 20px 24px;
}

.plinth-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: #2B2D2B;
}

.plinth-inner a {
  color: #2B2D2B;
}

.plinth-inner a:hover,
.plinth-inner a:focus {
  color: #A63A6E;
}

.plinthflag {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A63A6E;
  display: inline-block;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 860px) {
  .navtoggle {
    display: inline-block;
  }

  .pitchledge {
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .pitchledge.open {
    display: flex;
  }

  .pitchtag {
    transform: none !important;
    width: 100%;
  }

  .routecard {
    width: 100%;
  }

  .routecard.side-right {
    margin-left: 0;
  }

  .trail-left,
  .trail-right {
    display: none;
  }

  .cragrope,
  .chalkbag {
    display: none;
  }

  .cragheadline {
    font-size: 1.9rem;
  }
}
