@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("../fonts/manrope-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/barlow-condensed-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --cream: #f6f2e9;
  --ink: #242822;
  --terra: #a5422b;
  --sun: #e8b963;
  --olive: #606749;
  --muted: #66675e;
  --line: #dad7ca;
  --heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 400 15px/1.75 var(--body);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
svg {
  flex-shrink: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a,
button {
  touch-action: manipulation;
}
a:hover {
  color: var(--terra);
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.7;
}
p {
  margin: 0 0 1em;
}
h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0.45em;
}
h1 {
  font-size: clamp(46px, 5.8vw, 82px);
  letter-spacing: -0.02em;
}
h2 {
  font-size: clamp(36px, 4.2vw, 60px);
  letter-spacing: -0.018em;
}
h3 {
  font-size: 32px;
}
em {
  font-style: normal;
  color: var(--terra);
}
:focus-visible {
  outline: 3px solid var(--terra);
  outline-offset: 5px;
}
.shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 88px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.eyebrow {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
}
.section-number {
  color: var(--terra);
  margin-right: 12px;
}
.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2000;
  padding: 16px;
  background: white;
}
.topline {
  background: var(--ink);
  color: var(--cream);
  font-size: 9px;
  letter-spacing: 1.4px;
}
.topline .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.topline .icon {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  color: var(--sun);
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  min-height: 100px;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  color: var(--terra);
  width: 51px;
  height: 51px;
}
.brand-type {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 18px;
  line-height: 0.98;
  letter-spacing: 2px;
}
.brand-type > span {
  display: block;
  font-size: 35px;
  letter-spacing: 3px;
}
.brand-dot {
  color: var(--terra);
}
.custom-logo {
  max-height: 70px;
  width: auto;
}
.primary-nav ul {
  display: flex;
  gap: 34px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav li {
  position: relative;
}
.primary-nav a {
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding: 12px 0;
}
.primary-nav .current-menu-item > a {
  color: var(--terra);
}
.primary-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: var(--cream);
  padding: 14px;
  box-shadow: 0 10px 24px #24282220;
}
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu {
  display: block;
}
.primary-nav .sub-menu a {
  padding: 10px;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--terra);
  padding-block: 9px;
  color: var(--terra);
  font-weight: 700;
  font-size: 11px;
}
.header-cta .icon {
  width: 19px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  background: var(--ink);
  color: var(--cream);
}
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-image {
  object-position: center 57%;
}
.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, #141b16c4 0%, #151b1766 38%, transparent 75%),
    linear-gradient(0deg, #171b1955, transparent 30%);
}
.hero-content {
  padding-block: 52px 66px;
}
.hero-eyebrow {
  color: #f1dfb9;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 9px;
}
.hero-eyebrow > span {
  display: block;
  width: 25px;
  height: 1px;
  background: var(--sun);
}
.hero h1 {
  font-size: clamp(76px, 7.6vw, 114px);
  line-height: 0.88;
  letter-spacing: -1px;
  margin-bottom: 24px;
  max-width: 600px;
}
.hero h1 em {
  color: var(--sun);
}
.hero-description {
  font-size: 12px;
  line-height: 1.9;
  color: #f2f0e5;
  max-width: 420px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: var(--terra);
  border: 1px solid transparent;
  border-radius: 2px;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 16px 23px;
  line-height: 1.5;
  min-height: 48px;
}
.button:hover {
  background: #813922;
  color: white;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button-sun {
  background: var(--sun);
  color: var(--ink);
}
.button-sun:hover {
  background: #f3c878;
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: white;
}
.hero-secondary {
  color: var(--cream);
  font-size: 11px;
  border-bottom: 1px solid #ffffff66;
  padding: 8px 0;
}
.hero-secondary:hover {
  color: var(--sun);
}
.hero-secondary span {
  margin-left: 9px;
}
.hero-caption {
  position: absolute;
  right: 30px;
  bottom: 18px;
  font-size: 8px;
  color: #fff;
  letter-spacing: 0.4px;
  background: #1821199e;
  padding: 3px 9px;
}
.route-strip {
  border-bottom: 1px solid var(--line);
  background: #ece9de;
}
.route-strip .shell {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  padding-block: 20px;
}
.route-strip span {
  display: flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  font-size: 9px;
}
.route-strip .icon {
  color: var(--olive);
  width: 21px;
  height: 21px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > div:last-child {
  justify-self: end;
  max-width: 360px;
  font-size: 12px;
  color: var(--muted);
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 11px;
  font-weight: 700;
  color: var(--terra);
  padding-bottom: 4px;
  border-bottom: 1px solid #a5422b66;
}
.text-link .icon {
  width: 18px;
}
.territory-board {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  background: #ede9dd;
  border: 1px solid var(--line);
}
.territory-intro {
  padding: 34px 40px;
  border-right: 1px solid var(--line);
  position: relative;
}
.round-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #777b655c;
  border-radius: 50%;
  color: var(--olive);
  margin-bottom: 22px;
}
.territory-intro .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--olive);
}
.territory-intro h3 {
  font-size: 44px;
  margin-bottom: 18px;
}
.territory-intro > p:last-child {
  font-size: 11px;
  color: var(--muted);
  max-width: 265px;
  margin: 0;
}
.territory-list {
  padding: 10px 36px;
  display: flex;
  flex-direction: column;
}
.territory-list > div {
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  column-gap: 18px;
  flex: 1;
  padding: 25px 0;
  position: relative;
}
.territory-list > div + div {
  border-top: 1px solid #cfcaba;
}
.territory-list > div > span {
  grid-row: 1/3;
  font-size: 10px;
  color: var(--terra);
}
.territory-list strong {
  font: 700 40px/1.2 var(--heading);
}
.territory-list small {
  grid-column: 2;
  color: var(--muted);
  font-size: 10px;
}
.territory-list .icon {
  grid-column: 3;
  grid-row: 1/3;
  color: var(--olive);
}
.equipment-section {
  padding-block: 78px;
  background: var(--ink);
  color: var(--cream);
}
.equipment-section .section-heading > div:last-child {
  color: #c5c8bc;
}
.equipment-section h2 em,
.equipment-section .text-link,
.equipment-section .section-number {
  color: var(--sun);
}
.equipment-section .text-link {
  border-color: #e8b96366;
}
.equipment-topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.equipment-topics > div {
  padding: 30px;
  background: #31362d;
  border: 1px solid #ffffff1a;
  position: relative;
}
.equipment-topics .icon {
  width: 36px;
  height: 36px;
  color: var(--sun);
  margin-bottom: 32px;
}
.equipment-topics span {
  position: absolute;
  right: 26px;
  top: 29px;
  color: #afbaa2;
  font-size: 10px;
}
.equipment-topics h3 {
  font-size: 29px;
}
.equipment-topics p {
  color: #c5c8bc;
  font-size: 11px;
  margin-bottom: 0;
}
.section-note {
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 10px;
  color: #c5c8bc;
}
.editorial-promise {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.big-quote {
  font: 700 clamp(34px, 4vw, 56px)/1.06 var(--heading);
  margin: 0;
}
.editorial-promise > div {
  font-size: 12px;
  color: var(--muted);
}
.editorial-promise h3 {
  color: var(--ink);
  font-size: 32px;
}
.editorial-promise .eyebrow {
  color: var(--terra);
}
.manifesto {
  background: var(--sun);
  padding: 39px 0;
}
.manifesto .shell {
  display: flex;
  align-items: center;
  gap: 36px;
}
.manifesto > .shell > .icon {
  height: 54px;
  width: 54px;
}
.manifesto p {
  font: 700 35px/1 var(--heading);
  margin: 0;
}
.manifesto p span {
  font-size: 26px;
  color: #66512f;
}
.manifesto .button {
  margin-left: auto;
}
.site-footer {
  background: #1e241f;
  color: #dedfd4;
  padding-top: 55px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 64px;
  padding-bottom: 40px;
}
.footer-brand {
  font: 700 32px/1 var(--heading);
  color: var(--cream);
}
.footer-brand span {
  color: var(--sun);
}
.footer-main p {
  font-size: 11px;
  color: #b6beae;
  line-height: 1.9;
  margin-top: 17px;
}
.footer-main .eyebrow {
  font-size: 9px;
  color: var(--sun);
  margin-top: 0;
  margin-bottom: 18px;
}
.footer-main > div > a:not(.footer-brand) {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}
.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.footer-main li {
  margin-bottom: 8px;
}
.site-footer a:hover {
  color: var(--sun);
}
.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #a5afa0;
  font-size: 9px;
}
.page-heading {
  margin-bottom: 45px;
  max-width: 900px;
}
.page-heading > .eyebrow {
  color: var(--terra);
}
.page-heading > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
}
.article-heading {
  max-width: 940px;
  margin: 0 auto 35px;
  text-align: center;
}
.article-heading h1 {
  margin-top: 14px;
}
.entry-meta {
  font-size: 11px;
  color: var(--muted);
}
.article-image {
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  margin-bottom: 44px;
}
.article-content {
  max-width: 760px;
  margin-inline: auto;
}
.prose {
  overflow-wrap: anywhere;
}
.prose a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prose h2 {
  font-size: 38px;
  margin-top: 1.4em;
}
.prose h3 {
  font-size: 29px;
  margin-top: 1.2em;
}
.prose ul,
.prose ol {
  padding-left: 24px;
}
.prose blockquote {
  margin: 30px 0;
  border-left: 3px solid var(--terra);
  padding: 12px 25px;
  font-size: 19px;
}
.prose table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
.prose td,
.prose th {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}
.wp-block-table {
  overflow-x: auto;
}
.prose .alignwide {
  max-width: 100%;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.entry-card,
.ride-card,
.product-card {
  min-width: 0;
}
.card-image {
  display: block;
  aspect-ratio: 10/7;
  overflow: hidden;
  background: #e8e3d5;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.entry-card:hover .card-image img,
.ride-card:hover .card-image img {
  transform: scale(1.035);
}
.card-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    30deg,
    transparent,
    transparent 28px,
    #78835e10 29px,
    #78835e10 30px
  );
}
.card-placeholder .icon {
  width: 70px;
  height: 70px;
  color: var(--olive);
}
.card-body {
  padding-block: 22px;
}
.card-body > .eyebrow {
  font-size: 9px;
  color: var(--terra);
  letter-spacing: 1px;
}
.card-body h2,
.card-body h3 {
  font-size: 30px;
}
.card-body > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-size: 9px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.empty-state {
  padding: 50px;
  background: #ede9dd;
  border: 1px solid var(--line);
}
.empty-state > .icon {
  color: var(--olive);
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.empty-state h2 {
  font-size: 35px;
}
.empty-state p {
  max-width: 650px;
  color: var(--muted);
  margin: 0;
}
.pagination {
  margin-top: 40px;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.page-numbers {
  padding: 8px 15px;
  border: 1px solid var(--line);
}
.page-numbers.current {
  background: var(--terra);
  color: white;
}
.search-form {
  max-width: 760px;
  margin-block: 20px;
}
.search-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}
.search-form > div {
  display: flex;
  gap: 10px;
}
.search-form input {
  width: 100%;
  min-width: 0;
}
.search-form .button {
  flex-shrink: 0;
}
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  max-width: 100%;
  padding: 11px 13px;
  border: 1px solid #bfc0b3;
  background: #fffdf7;
  color: var(--ink);
  border-radius: 2px;
}
textarea {
  width: 100%;
}
.comment-form {
  max-width: 760px;
  margin: auto;
}
.comments-area {
  max-width: 760px;
  margin: 45px auto;
}
.comment-list {
  padding-left: 20px;
}
.comment-form label {
  display: block;
}
.comment-form-cookies-consent label {
  display: inline;
}
.form-submit input {
  background: var(--terra) !important;
  color: white !important;
  cursor: pointer;
}
.ride-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 18px;
  margin: 0 0 35px;
  padding: 23px;
  background: #ede9dd;
}
.ride-filters label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ride-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
}
.ride-layout .article-content {
  max-width: 100%;
  margin: 0;
}
.ride-facts {
  background: #ede9dd;
  border-top: 3px solid var(--terra);
  padding: 28px;
  height: fit-content;
}
.ride-facts h2 {
  font-size: 30px;
}
.ride-facts dl {
  margin: 0;
}
.ride-facts dt {
  font-size: 10px;
  color: var(--muted);
  margin-top: 18px;
}
.ride-facts dd {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.route-status {
  display: inline-block;
  background: #e5e6d5;
  color: #4c553a;
  padding: 4px 10px;
  font-size: 10px;
}
.route-note {
  font-size: 12px;
  color: var(--muted);
  background: #ede9dd;
  padding: 20px;
  border-left: 3px solid var(--olive);
  margin-block: 24px;
}
.ride-steps {
  list-style: none;
  padding-left: 0 !important;
  counter-reset: steps;
}
.ride-steps li {
  position: relative;
  border-top: 1px solid var(--line);
  padding: 22px 0 22px 50px;
}
.ride-steps li:before {
  counter-increment: steps;
  content: counter(steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 23px;
  color: var(--terra);
  font-size: 12px;
  font-weight: 700;
}
.ride-steps h3 {
  margin: 0 0 8px;
}
.ride-steps p {
  font-size: 13px;
  margin-bottom: 10px;
}
.source-details {
  padding: 20px;
  background: #ede9dd;
  font-size: 12px;
  margin-top: 30px;
}
.source-details summary {
  cursor: pointer;
  font-weight: 700;
}
.source-details p {
  margin-top: 12px;
}
.product-image {
  background: #ece9e0;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.2;
}
.product-image img {
  max-height: 300px;
  object-fit: contain;
}
.equipment-section .product-card {
  background: var(--cream);
  color: var(--ink);
}
.equipment-section .product-card .card-body {
  padding: 24px;
}
.equipment-section .product-card .text-link {
  color: var(--terra);
}
.affiliate-notice {
  font-size: 11px;
  line-height: 1.7;
  padding: 17px 0;
  border-top: 1px solid #8886;
  margin-top: 25px;
}
.affiliate-notice a {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .hero {
    min-height: 730px;
  }
  .hero-content {
    padding-top: 73px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 25px;
  }
  .header-cta {
    font-size: 10px;
  }
  .primary-nav ul {
    gap: 22px;
  }
  .hero {
    min-height: 600px;
  }
  .hero h1 {
    font-size: 95px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    gap: 35px;
  }
  .ride-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}
@media (max-width: 850px) {
  .header-cta {
    display: none;
  }
  .hero-shade {
    background: linear-gradient(90deg, #141b16d4, #141b1688 45%, #141b1622);
  }
  .hero-image {
    object-position: 64% center;
  }
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .equipment-topics {
    gap: 14px;
  }
  .equipment-topics > div {
    padding: 24px 19px;
  }
  .equipment-topics h3 {
    font-size: 25px;
  }
  .equipment-topics span {
    right: 18px;
  }
  .territory-intro {
    padding: 28px;
  }
  .territory-list {
    padding-inline: 26px;
  }
  .territory-list strong {
    font-size: 33px;
  }
  .editorial-promise {
    gap: 35px;
  }
  .footer-main {
    gap: 35px;
  }
  .ride-layout {
    grid-template-columns: 1fr;
  }
  .ride-facts {
    grid-row: 1;
  }
  .ride-facts dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 25px;
  }
  .ride-facts dt {
    margin-top: 8px;
  }
  .ride-facts dd {
    align-self: end;
  }
  .hero-actions {
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .shell {
    width: calc(100% - 40px);
  }
  .topline .shell {
    height: 29px;
    justify-content: center;
  }
  .topline .shell > span:last-child {
    display: none;
  }
  .header-inner {
    min-height: 79px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .brand-type {
    font-size: 15px;
  }
  .brand-type > span {
    font-size: 27px;
  }
  .primary-nav {
    width: 100%;
  }
  .primary-nav ul {
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 12px;
  }
  .primary-nav a {
    font-size: 11px;
  }
  .js .menu-toggle {
    display: flex;
    align-items: center;
    gap: 14px;
    background: none;
    border: 1px solid var(--line);
    padding: 10px 12px;
    font-size: 11px;
  }
  .menu-bars,
  .menu-bars:before,
  .menu-bars:after {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--ink);
    position: relative;
  }
  .menu-bars:before,
  .menu-bars:after {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
  }
  .menu-bars:after {
    top: 5px;
  }
  .js .primary-nav {
    display: none;
  }
  .js .primary-nav.is-open {
    display: block;
    padding-block: 14px;
    border-top: 1px solid var(--line);
  }
  .js .primary-nav ul {
    display: block;
  }
  .js .primary-nav a {
    padding: 12px 2px;
    font-size: 13px;
  }
  .primary-nav .sub-menu {
    position: static;
    box-shadow: none;
    padding-left: 15px !important;
    display: block !important;
  }
  .hero {
    min-height: 630px;
  }
  .hero-content {
    padding-top: 48px;
    padding-bottom: 75px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .hero-eyebrow {
    font-size: 7px;
    letter-spacing: 1.3px;
    gap: 8px;
    margin-bottom: 25px;
  }
  .hero-image {
    object-position: 68% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #151b18d9, #151b1899 60%, #151b1844),
      linear-gradient(0deg, #151b1833, transparent);
  }
  .hero-description {
    font-size: 11px;
    line-height: 1.95;
    max-width: 310px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .hero-actions .button {
    padding: 16px 20px;
  }
  .hero-caption {
    font-size: 7px;
    right: 15px;
    left: 15px;
    bottom: 12px;
    width: fit-content;
  }
  .route-strip .shell {
    gap: 10px;
    padding-block: 16px;
    justify-content: space-between;
  }
  .route-strip span {
    font-size: 7px;
    letter-spacing: 0.4px;
    gap: 6px;
    max-width: 95px;
  }
  .route-strip .icon {
    width: 19px;
    height: 19px;
  }
  .section {
    padding-block: 51px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 27px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .section-heading > div:last-child {
    justify-self: start;
    max-width: 100%;
    font-size: 12px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 13px;
  }
  .territory-board {
    grid-template-columns: 1fr;
  }
  .territory-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 26px;
  }
  .territory-intro h3 {
    font-size: 39px;
  }
  .territory-intro h3 br {
    display: none;
  }
  .territory-intro .round-icon {
    position: absolute;
    right: 24px;
    top: 21px;
    width: 35px;
    height: 35px;
  }
  .territory-intro > .eyebrow {
    max-width: 210px;
    font-size: 7px;
    margin-bottom: 18px;
  }
  .territory-intro h3 {
    max-width: 230px;
  }
  .territory-intro > p:last-child {
    max-width: 100%;
  }
  .territory-list > div {
    padding: 22px 0;
  }
  .territory-list strong {
    font-size: 32px;
  }
  .territory-list small {
    font-size: 9px;
  }
  .equipment-section {
    padding-block: 49px;
  }
  .equipment-topics {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .equipment-topics > div {
    padding: 25px 25px 25px 85px;
    min-height: 130px;
  }
  .equipment-topics .icon {
    position: absolute;
    left: 26px;
    top: 31px;
    width: 30px;
    height: 30px;
  }
  .equipment-topics span {
    font-size: 8px;
    top: 13px;
    right: 15px;
  }
  .equipment-topics h3 {
    font-size: 28px;
    padding-right: 10px;
  }
  .equipment-topics p {
    font-size: 11px;
  }
  .editorial-promise {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 30px 0;
  }
  .big-quote {
    font-size: 45px;
  }
  .editorial-promise h3 {
    font-size: 32px;
  }
  .manifesto .shell {
    flex-wrap: wrap;
    gap: 22px;
  }
  .manifesto > .shell > .icon {
    width: 38px;
    height: 38px;
  }
  .manifesto p {
    font-size: 29px;
  }
  .manifesto p span {
    font-size: 23px;
  }
  .manifesto .button {
    margin: 0;
    width: 100%;
  }
  .site-footer {
    padding-top: 36px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  .footer-main > div:first-child {
    grid-column: 1/-1;
  }
  .footer-main p {
    font-size: 10px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    font-size: 8px;
    gap: 8px 20px;
  }
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .card-image {
    aspect-ratio: 1.65;
  }
  .article-heading {
    text-align: left;
  }
  .article-heading h1 {
    font-size: 46px;
  }
  .entry-meta {
    font-size: 10px;
  }
  .article-image {
    margin-bottom: 27px;
  }
  .prose {
    font-size: 14px;
  }
  .prose h2 {
    font-size: 34px;
  }
  .empty-state {
    padding: 27px;
  }
  .search-form > div {
    flex-direction: column;
  }
  .ride-filters {
    padding: 18px;
    gap: 13px;
  }
  .ride-filters > div {
    flex: 1;
    min-width: 120px;
  }
  .ride-filters select {
    width: 100%;
  }
  .ride-filters .button {
    width: 100%;
  }
  .ride-facts {
    padding: 23px;
  }
  .ride-facts dl {
    display: block;
  }
  .ride-facts dt {
    margin-top: 14px;
  }
  .ride-layout {
    gap: 25px;
  }
}
@media (max-width: 640px) {
  .hero-image {
    object-position: 85% center;
  }
  .hero-description {
    font-size: 12px;
  }
  .territory-intro h3 br {
    display: initial;
  }
  .big-quote {
    font-size: 39px;
  }
  .equipment-topics p,
  .territory-intro > p:last-child,
  .editorial-promise > div,
  .card-body > p:not(.eyebrow) {
    font-size: 13px;
  }
  .section-heading > div:last-child {
    font-size: 13px;
  }
}
[hidden] {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
