:root {
  --ps-black: #0b0d0c;
  --ps-black-2: #151817;
  --ps-graphite: #242826;
  --ps-bone: #f2efe7;
  --ps-paper: #faf9f5;
  --ps-orange: #ff5a17;
  --ps-orange-dark: #d94100;
  --ps-acid: #d7ef43;
  --ps-steel: #69716d;
  --ps-line: #c9c6bd;
  --ps-soft-line: #e2dfd7;
  --ps-white: #ffffff;
  --ps-green: #247449;
  --ps-red: #aa3029;
  --ps-container: 1320px;
  --ps-display: "Arial Narrow", "Aptos Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
  --ps-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ps-black);
  background: var(--ps-paper);
  font-family: var(--ps-body);
  font-size: 16px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ps-orange); }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--ps-container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.section { padding: 84px 0; }
.section-cream { background: var(--ps-bone); }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid #1c6fff;
  outline-offset: 3px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--ps-paper);
  border-bottom: 1px solid var(--ps-black);
  transition: box-shadow .2s ease, transform .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.topline { background: var(--ps-black); color: #d9ddd9; min-height: 34px; }
.topline-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.topline-left { display: flex; align-items: center; gap: 24px; }
.topline-left span { position: relative; }
.topline-left span + span:before { content: "/"; position: absolute; left: -14px; color: var(--ps-orange); }
.topline-location { color: var(--ps-acid); }
.topline-phone { color: #fff; text-decoration: none; }
.topline-phone:hover { color: var(--ps-acid); }
.main-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 280px minmax(300px, 1fr) auto;
  align-items: center;
  gap: 34px;
}
.site-branding { display: flex; align-items: center; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ps-black);
  text-decoration: none;
}
.brand-mark:hover { color: var(--ps-black); }
.brand-slash {
  display: grid;
  place-items: center;
  width: 55px;
  height: 46px;
  background: var(--ps-orange);
  color: #fff;
  font-family: var(--ps-display);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.08em;
  transform: skewX(-10deg);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.brand-copy { display: grid; line-height: .88; }
.brand-copy strong {
  font-family: var(--ps-display);
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -.045em;
}
.brand-copy small {
  margin-top: 7px;
  color: var(--ps-steel);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .28em;
}
.custom-logo { max-height: 60px; width: auto; }
.header-search {
  min-height: 45px;
  display: grid;
  grid-template-columns: 1fr 47px;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.header-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 15px;
  color: var(--ps-black);
  outline: 0;
  font-size: 13px;
}
.header-search input::placeholder { color: #757a77; }
.header-search button {
  border: 0;
  border-left: 1px solid var(--ps-black);
  background: var(--ps-acid);
  color: var(--ps-black);
  font-weight: 950;
  cursor: pointer;
  font-size: 18px;
}
.header-search button:hover { background: var(--ps-orange); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-call {
  display: grid;
  padding-right: 18px;
  border-right: 1px solid var(--ps-line);
  text-decoration: none;
  line-height: 1.08;
}
.header-call small { color: var(--ps-steel); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.header-call strong { margin-top: 5px; font-size: 12px; letter-spacing: .05em; }
.cart-link {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.cart-count {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  background: var(--ps-black);
  color: #fff;
  font-size: 10px;
}
.menu-toggle { display: none; border: 0; background: none; padding: 7px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; background: var(--ps-black); margin: 5px 0; }
.nav-row { border-top: 1px solid var(--ps-line); background: #fff; }
.nav-row-inner { min-height: 45px; display: grid; grid-template-columns: auto 1fr auto; align-items: stretch; }
.shop-all-link, .quote-link {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 45px;
  padding: 0 18px;
  background: var(--ps-black);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}
.shop-all-link:hover { color: var(--ps-acid); }
.shop-grid-icon { color: var(--ps-acid); font-size: 17px; }
.quote-link { background: var(--ps-orange); }
.quote-link:hover { background: var(--ps-orange-dark); color: #fff; }
.quote-link span { font-size: 16px; }
.primary-nav { align-self: stretch; }
.primary-nav > ul { height: 100%; display: flex; align-items: stretch; justify-content: flex-start; gap: 0; margin: 0; padding: 0; list-style: none; }
.primary-nav li { display: flex; align-items: stretch; }
.primary-nav a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-decoration: none;
  border-right: 1px solid #ece9e1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.primary-nav a:hover, .primary-nav .current-menu-item > a { background: var(--ps-bone); color: var(--ps-black); }

/* Reusable controls */
.ps-button, .button, .wp-element-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.ps-button:hover, .button:hover { transform: translateY(-2px); }
.ps-button--signal, .button-primary { background: var(--ps-orange); color: #fff; }
.ps-button--signal:hover, .button-primary:hover { background: var(--ps-orange-dark); color: #fff; }
.ps-button--ghost-light { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.ps-button--ghost-light:hover { background: #fff; color: var(--ps-black); }
.ps-button--dark, .button-dark { background: var(--ps-black); color: #fff; }
.ps-button--dark:hover, .button-dark:hover { background: var(--ps-graphite); color: #fff; }
.signal-label {
  display: inline-flex;
  margin: 0 0 22px;
  color: var(--ps-acid);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.signal-label--dark { color: #59650f; }
.hazard-rule {
  height: 12px;
  background: repeating-linear-gradient(120deg, var(--ps-orange) 0 24px, var(--ps-black) 24px 48px);
}
.section-cap {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ps-line);
}
.section-cap > div:first-child { display: flex; align-items: center; gap: 12px; }
.section-cap > div:first-child span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--ps-black);
  color: var(--ps-acid);
  font-size: 9px;
  font-weight: 950;
}
.section-cap p { margin: 0; font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.section-cap h2 {
  margin: 0;
  font-family: var(--ps-display);
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 950;
  letter-spacing: -.045em;
  line-height: .92;
  text-transform: uppercase;
}
.section-cap > a { font-size: 10px; font-weight: 950; letter-spacing: .09em; text-decoration: none; }
.section-cap--stacked { grid-template-columns: 1fr; gap: 14px; }
.section-cap--stacked > div:first-child { width: fit-content; }
.section-cap--stacked h2 { max-width: 760px; }
.section-cap--light { border-color: rgba(255,255,255,.16); color: #fff; }
.section-cap--light > div:first-child span { background: var(--ps-acid); color: var(--ps-black); }
.section-cap--light > a { color: #fff; }
.section-cap--light > a:hover { color: var(--ps-acid); }

/* Home hero */
.home-hero { position: relative; overflow: hidden; background: var(--ps-black); color: #fff; }
.hero-grid-lines {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to right, rgba(0,0,0,.9), rgba(0,0,0,.2));
}
.home-hero-grid {
  position: relative;
  min-height: 625px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: stretch;
}
.hero-copy-block { padding: 68px 58px 62px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-index {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255,255,255,.17);
  color: #969d98;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
}
.hero-copy-block h1 {
  max-width: 790px;
  margin: 0;
  font-family: var(--ps-display);
  font-size: clamp(58px, 7.1vw, 104px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .78;
  text-transform: uppercase;
}
.hero-copy-block h1::first-line { color: #fff; }
.hero-deck { max-width: 690px; margin: 30px 0 0; color: #bbc1bd; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-trust-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0;
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,.15);
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.hero-trust-grid > div { min-height: 70px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; padding: 0 16px 0 0; border-right: 1px solid rgba(255,255,255,.15); }
.hero-trust-grid > div:last-child { border-right: 0; padding-left: 16px; }
.hero-trust-grid > div:nth-child(2) { padding-left: 16px; }
.hero-trust-grid strong { color: var(--ps-orange); font-size: 10px; }
.hero-trust-grid span { color: #e0e3e1; font-size: 11px; font-weight: 750; }
.hero-product-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--ps-bone);
  color: var(--ps-black);
  border-left: 1px solid rgba(255,255,255,.12);
}
.hero-product-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(255,90,23,.16), transparent 33%), linear-gradient(145deg, transparent 0 62%, rgba(11,13,12,.06) 62% 63%, transparent 63%);
}
.stage-mark {
  position: absolute;
  top: 23px;
  right: -4px;
  z-index: 1;
  color: rgba(11,13,12,.055);
  font-family: var(--ps-display);
  font-size: 125px;
  font-weight: 950;
  letter-spacing: -.08em;
  line-height: 1;
  transform: rotate(-5deg);
}
.stage-cross { position: absolute; z-index: 2; font-size: 25px; font-weight: 200; color: var(--ps-orange); }
.stage-cross--a { top: 44px; left: 38px; }
.stage-cross--b { right: 36px; bottom: 150px; }
.hero-product-image {
  position: relative;
  z-index: 2;
  min-height: 455px;
  display: grid;
  place-items: center;
  padding: 45px 38px 18px;
  text-decoration: none;
}
.hero-product-image img {
  width: 100%;
  max-height: 410px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 24px rgba(0,0,0,.18));
}
.hero-product-data {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 8px;
  padding: 20px 24px;
  background: rgba(255,255,255,.94);
  border-top: 1px solid var(--ps-black);
}
.product-data-kicker { color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.hero-product-data > a { max-width: 520px; color: var(--ps-black); text-decoration: none; font-family: var(--ps-display); font-size: 23px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.hero-product-data > div { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--ps-soft-line); padding-top: 12px; }
.hero-product-data strong { font-size: 17px; }
.hero-product-data > div span { color: var(--ps-steel); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.fallback-machine { position: relative; z-index: 2; min-height: 455px; transform: translateY(30px); }
.fm-cab { position: absolute; width: 165px; height: 150px; left: 31%; top: 25%; border: 24px solid var(--ps-orange); border-bottom-width: 35px; transform: skewX(-8deg); }
.fm-arm { position: absolute; width: 240px; height: 28px; left: 51%; top: 42%; background: var(--ps-orange); transform: rotate(14deg); transform-origin: left center; }
.fm-tool { position: absolute; width: 150px; height: 95px; right: 6%; top: 51%; background: var(--ps-orange); clip-path: polygon(0 0,100% 18%,80% 100%,8% 84%); }
.fm-track { position: absolute; bottom: 19%; width: 205px; height: 68px; border: 22px solid var(--ps-graphite); border-radius: 50%; }
.fm-track--one { left: 20%; }
.fm-track--two { left: 43%; }

/* Catalog jump */
.catalog-jump { padding: 66px 0 78px; background: var(--ps-paper); }
.machine-tabs { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--ps-black); }
.machine-tabs a {
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-right: 1px solid var(--ps-black);
  background: #fff;
  color: var(--ps-black);
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.machine-tabs a:last-child { border-right: 0; }
.machine-tabs a:hover { background: var(--ps-black); color: #fff; transform: translateY(-6px); }
.machine-tabs a > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ps-bone);
  color: var(--ps-black);
  font-size: 9px;
  font-weight: 950;
}
.machine-tabs a:hover > span { background: var(--ps-acid); }
.machine-tabs strong { max-width: 170px; font-family: var(--ps-display); font-size: 27px; font-weight: 950; letter-spacing: -.035em; line-height: .93; text-transform: uppercase; }
.machine-tabs small { color: var(--ps-steel); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.machine-tabs a:hover small { color: #d0d5d1; }

/* Job finder */
.job-finder { padding: 84px 0 92px; }
.job-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.job-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
  background: var(--ps-black);
  color: #fff;
  text-decoration: none;
  border-top: 5px solid var(--ps-orange);
}
.job-card:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255,255,255,.1);
  transform: rotate(45deg);
  transition: transform .25s ease, background .25s ease;
}
.job-card:hover { color: #fff; }
.job-card:hover:after { transform: rotate(25deg) scale(1.2); background: rgba(215,239,67,.1); }
.job-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.3);
  color: var(--ps-acid);
  font-size: 29px;
}
.job-card strong { margin-top: 55px; font-family: var(--ps-display); font-size: 42px; font-weight: 950; letter-spacing: -.04em; line-height: .85; }
.job-card p { margin: 15px 0 22px; color: #b7bdb9; font-size: 12px; line-height: 1.55; }
.job-card small { margin-top: auto; color: var(--ps-acid); font-size: 9px; font-weight: 950; letter-spacing: .09em; }

/* Home inventory */
.live-inventory { padding: 88px 0 96px; background: var(--ps-black-2); }
.home-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.home-product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(255,255,255,.1);
  transition: transform .2s ease;
}
.home-product-card:hover { transform: translateY(-5px); }
.home-product-media {
  position: relative;
  aspect-ratio: 1.12/1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #ece9e2;
  text-decoration: none;
}
.home-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 13px; mix-blend-mode: multiply; transition: transform .25s ease; }
.home-product-card:hover .home-product-media img { transform: scale(1.035); }
.home-stock-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 8px;
  background: var(--ps-black);
  color: var(--ps-acid);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
}
.product-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #c0bdb5; font-family: var(--ps-display); font-size: 60px; font-weight: 950; }
.home-product-info { padding: 16px 16px 15px; }
.home-product-info > span { color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.home-product-info h3 { min-height: 49px; margin: 7px 0 14px; font-family: var(--ps-display); font-size: 21px; font-weight: 900; line-height: 1.02; text-transform: uppercase; }
.home-product-info h3 a { text-decoration: none; color: var(--ps-black); }
.home-product-info > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--ps-soft-line); }
.home-product-info > div strong { font-size: 14px; }
.home-product-info > div a { display: grid; place-items: center; width: 30px; height: 30px; background: var(--ps-black); color: #fff; text-decoration: none; }
.home-product-info > div a:hover { background: var(--ps-orange); }
.catalog-empty { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; min-height: 150px; padding: 24px; border: 1px solid rgba(255,255,255,.22); color: #fff; }
.catalog-empty-mark { color: var(--ps-acid); font-family: var(--ps-display); font-size: 42px; font-weight: 950; }
.catalog-empty strong { font-family: var(--ps-display); font-size: 28px; text-transform: uppercase; }
.catalog-empty p { margin: 7px 0 0; color: #aeb5b0; font-size: 13px; }
.catalog-empty a { color: var(--ps-acid); font-size: 10px; font-weight: 950; text-decoration: none; }

/* Fitment */
.fitment-desk { background: var(--ps-orange); color: var(--ps-black); }
.fitment-grid { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; }
.fitment-title { padding: 72px 58px 72px 0; border-right: 1px solid rgba(0,0,0,.3); }
.fitment-title h2 { max-width: 680px; margin: 0; font-family: var(--ps-display); font-size: clamp(48px,5.7vw,82px); font-weight: 950; line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.fitment-title p { max-width: 650px; margin: 26px 0 30px; font-size: 15px; line-height: 1.55; }
.fitment-board { display: grid; grid-template-columns: 1fr 1fr; }
.fitment-board > div { min-height: 260px; padding: 35px; border-right: 1px solid rgba(0,0,0,.22); border-bottom: 1px solid rgba(0,0,0,.22); }
.fitment-board > div:nth-child(2n) { border-right: 0; }
.fitment-board > div:nth-child(n+3) { border-bottom: 0; }
.fitment-board span { font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.fitment-board strong { display: block; margin-top: 78px; font-family: var(--ps-display); font-size: 36px; font-weight: 950; line-height: .9; text-transform: uppercase; }
.fitment-board p { max-width: 260px; margin: 11px 0 0; font-size: 12px; }

/* Buyer notes */
.buyer-notes { padding: 86px 0 96px; }
.buyer-notes-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.note-list { border-top: 1px solid var(--ps-black); }
.note-list article { display: grid; grid-template-columns: 80px 280px 1fr; gap: 28px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--ps-black); }
.note-list article > span { color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.note-list h3 { margin: 0; font-family: var(--ps-display); font-size: 27px; line-height: .96; text-transform: uppercase; }
.note-list p { margin: 0; color: #5f6662; font-size: 13px; }
.final-cta { padding: 60px 0; background: var(--ps-black); color: #fff; }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-cta-inner > div:first-child > span { color: var(--ps-acid); font-size: 9px; font-weight: 950; letter-spacing: .15em; }
.final-cta h2 { max-width: 840px; margin: 12px 0 0; font-family: var(--ps-display); font-size: clamp(46px,5.2vw,76px); font-weight: 950; line-height: .82; letter-spacing: -.05em; text-transform: uppercase; }
.final-cta-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* Generic pages */
.page-hero { padding: 72px 0 58px; background: var(--ps-bone); border-bottom: 1px solid var(--ps-black); }
.page-hero--inventory { background: var(--ps-black); color: #fff; }
.page-hero--policy { background: var(--ps-bone); }
.eyebrow { margin: 0 0 15px; color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.page-hero h1, .single-summary h1, .error-page h1 { margin: 0; font-family: var(--ps-display); font-size: clamp(52px,6vw,88px); font-weight: 950; line-height: .82; letter-spacing: -.05em; text-transform: uppercase; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: var(--ps-steel); font-size: 16px; }
.page-hero--inventory p:not(.eyebrow) { color: #b7bdb9; }
.entry-content { font-size: 16px; }
.entry-content h2 { margin: 44px 0 14px; font-family: var(--ps-display); font-size: 34px; font-weight: 900; line-height: 1; text-transform: uppercase; }
.entry-content h3 { margin: 32px 0 12px; font-size: 20px; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 19px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content a { color: var(--ps-orange-dark); }
.policy-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 70px; align-items: start; }
.policy-content { max-width: 830px; }
.sticky-card { position: sticky; top: 190px; padding: 24px; background: var(--ps-black); color: #fff; border-top: 5px solid var(--ps-orange); }
.sticky-card h2 { margin: 0 0 10px; font-family: var(--ps-display); font-size: 26px; text-transform: uppercase; }
.sticky-card p { color: #b9bfbb; font-size: 13px; }
.fine-print { color: var(--ps-steel); font-size: 11px !important; line-height: 1.55; }
.inventory-filter { display: flex; align-items: end; gap: 12px; margin-bottom: 30px; padding: 16px; border: 1px solid var(--ps-black); background: #fff; }
.inventory-filter label { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.inventory-filter select { min-width: 260px; min-height: 47px; border: 1px solid var(--ps-black); border-radius: 0; background: #fff; padding: 0 12px; }
.equipment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.equipment-card { background: #fff; border: 1px solid var(--ps-black); }
.equipment-thumb { aspect-ratio: 1.2/1; display: grid; place-items: center; overflow: hidden; background: #ece9e1; text-decoration: none; }
.equipment-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 14px; mix-blend-mode: multiply; }
.placeholder-art { display: grid; place-items: center; width: 100%; height: 100%; background: #e3e0d8; color: #bbb8b0; font-family: var(--ps-display); font-size: 46px; font-weight: 950; }
.equipment-body { padding: 17px; }
.equipment-kicker { margin: 0 0 7px; color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.equipment-card h3 { margin: 0 0 10px; font-family: var(--ps-display); font-size: 23px; line-height: 1; text-transform: uppercase; }
.equipment-card h3 a { text-decoration: none; }
.equipment-excerpt { color: var(--ps-steel); font-size: 12px; }
.equipment-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--ps-soft-line); }
.circle-link { display: grid; place-items: center; width: 32px; height: 32px; background: var(--ps-black); color: #fff; text-decoration: none; }
.pagination { margin-top: 35px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--ps-black); text-decoration: none; }
.page-numbers.current { background: var(--ps-black); color: #fff; }
.empty-state { padding: 54px 28px; border: 1px solid var(--ps-black); background: #fff; text-align: center; }
.single-equipment { padding-top: 40px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--ps-steel); font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.single-equipment-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: start; }
.single-media { overflow: hidden; background: #e9e6df; border: 1px solid var(--ps-black); }
.single-media img { width: 100%; aspect-ratio: 4/3; object-fit: contain; }
.placeholder-art--large { aspect-ratio: 4/3; }
.single-summary { padding-top: 12px; }
.single-lede { margin: 20px 0; color: var(--ps-steel); }
.spec-list { margin: 26px 0; border-top: 1px solid var(--ps-black); }
.spec-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--ps-line); }
.spec-list dt { color: var(--ps-steel); font-size: 11px; }
.spec-list dd { margin: 0; font-size: 12px; font-weight: 900; text-align: right; }
.single-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.single-content-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 16px; margin-top: 54px; }
.content-card { padding: 30px; background: #fff; border: 1px solid var(--ps-black); }
.content-card > h2:first-child { margin-top: 0; }
.check-list { list-style: none; padding: 0 !important; }
.check-list li { position: relative; margin: 13px 0; padding-left: 26px; }
.check-list li:before { content: "+"; position: absolute; left: 0; color: var(--ps-orange); font-weight: 950; }
.inquiry-panel { margin-top: 20px; padding: 36px; background: var(--ps-bone); border-top: 5px solid var(--ps-orange); }
.inquiry-panel h2 { font-family: var(--ps-display); font-size: 42px; line-height: .95; text-transform: uppercase; }
.proskid-form { margin-top: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.proskid-form p { margin: 0 0 15px; }
.proskid-form label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.proskid-form input, .proskid-form textarea, .proskid-form select { width: 100%; border: 1px solid var(--ps-black); border-radius: 0; background: #fff; padding: 12px; }
.proskid-form textarea { resize: vertical; }
.form-hp { position: absolute !important; left: -9999px !important; }
.form-consent { color: var(--ps-steel); font-size: 11px; }
.notice-success, .notice-error { margin-bottom: 18px; padding: 13px 15px; border: 1px solid; font-weight: 750; }
.notice-success { background: #e4f2e8; color: #174e2c; }
.notice-error { background: #f9e7e4; color: #7d2a25; }
.content-list { display: grid; gap: 15px; }
.post-card { padding: 24px; background: #fff; border: 1px solid var(--ps-black); }
.post-card h2 { margin: 0 0 12px; font-family: var(--ps-display); font-size: 30px; line-height: 1; text-transform: uppercase; }
.post-card h2 a { text-decoration: none; }
.post-featured { margin-bottom: 30px; overflow: hidden; }
.error-page { min-height: 62vh; display: grid; align-items: center; }

/* WooCommerce */
.commerce-main { background: var(--ps-paper); }
.commerce-hero { padding: 58px 0 0; background: var(--ps-black); color: #fff; }
.commerce-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; padding-bottom: 44px; }
.commerce-hero h1 { margin: 0; font-family: var(--ps-display); font-size: clamp(58px,7vw,102px); font-weight: 950; line-height: .8; letter-spacing: -.055em; text-transform: uppercase; }
.commerce-hero-note { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.22); }
.commerce-hero-note strong { color: var(--ps-acid); font-size: 10px; letter-spacing: .1em; }
.commerce-hero-note p { margin: 10px 0 0; color: #b6bcb8; font-size: 13px; }
.commerce-shell { padding: 52px 0 90px; }
.commerce-shell--single { padding-top: 46px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 24px; color: var(--ps-steel); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.woocommerce .woocommerce-breadcrumb a { color: var(--ps-black); text-decoration: none; }
.woocommerce .woocommerce-result-count { margin: 0 0 22px; color: var(--ps-steel); font-size: 11px; }
.woocommerce .woocommerce-ordering { margin: 0 0 22px; }
.woocommerce .woocommerce-ordering select { min-height: 43px; border: 1px solid var(--ps-black); border-radius: 0; background: #fff; padding: 0 11px; font-size: 11px; }
.woocommerce ul.products,
.woocommerce-page ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin: 0 !important; clear: both; }
.woocommerce ul.products:before, .woocommerce ul.products:after { display: none !important; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 0 14px !important;
  background: #fff;
  border: 1px solid var(--ps-black);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: 9px 9px 0 rgba(11,13,12,.08); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: block; color: var(--ps-black); text-decoration: none; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1.08 / 1; margin: 0 0 0 !important; padding: 12px; object-fit: contain; background: #ece9e1; mix-blend-mode: multiply; }
.woocommerce ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  left: auto;
  min-width: 0;
  min-height: 0;
  line-height: 1;
  padding: 7px 8px;
  border-radius: 0;
  background: var(--ps-orange);
  color: #fff;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ps-stock-flag {
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
  padding: 6px 8px;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ps-stock-flag.is-in-stock { background: var(--ps-black); color: var(--ps-acid); }
.ps-stock-flag.is-out-of-stock { background: #fff; color: var(--ps-red); border: 1px solid var(--ps-red); }
.ps-product-kicker { padding: 14px 14px 0; color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 56px; margin: 0; padding: 7px 14px 4px; font-family: var(--ps-display); font-size: 21px; font-weight: 900; line-height: 1.02; text-transform: uppercase; }
.woocommerce ul.products li.product .price { min-height: 24px; margin: 0 14px 11px; color: var(--ps-black); font-size: 14px; font-weight: 900; }
.woocommerce ul.products li.product .price del { color: var(--ps-steel); opacity: .75; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .button {
  width: calc(100% - 28px);
  min-height: 42px;
  margin: 0 14px !important;
  padding: 0 12px;
  border-radius: 0;
  background: var(--ps-black);
  color: #fff;
  clip-path: none;
  font-size: 9px;
  text-align: center;
}
.woocommerce ul.products li.product .button:hover { background: var(--ps-orange); color: #fff; }
.woocommerce nav.woocommerce-pagination { margin-top: 34px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin-right: 5px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid var(--ps-black); color: var(--ps-black); }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover { background: var(--ps-black); color: #fff; }

/* Woo single product */
.woocommerce div.product { display: block; }
.woocommerce div.product div.images { width: 55%; }
.woocommerce div.product div.summary { width: 40%; padding-top: 8px; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border: 1px solid var(--ps-black); background: #eeece5; }
.woocommerce div.product div.images .woocommerce-product-gallery__image img { background: #eeece5; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin-top: 8px !important; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto !important; float: none !important; border: 1px solid var(--ps-line); }
.woocommerce div.product .product_title { margin: 0 0 16px; font-family: var(--ps-display); font-size: clamp(44px,4.7vw,72px); font-weight: 950; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ps-black); font-size: 25px; font-weight: 900; }
.woocommerce-product-details__short-description { margin: 22px 0; color: var(--ps-steel); font-size: 14px; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 13px; padding: 20px 0; border-top: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 16px; }
.woocommerce div.product form.cart .variations th { padding: 7px 10px 7px 0; text-align: left; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.woocommerce div.product form.cart .variations td { padding: 7px 0; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 44px; border: 1px solid var(--ps-black); border-radius: 0; background: #fff; padding: 0 10px; }
.woocommerce .quantity .qty { width: 66px; min-height: 46px; border: 1px solid var(--ps-black); border-radius: 0; }
.woocommerce div.product form.cart .button { min-height: 46px; flex: 1; border-radius: 0; background: var(--ps-orange); color: #fff; clip-path: none; }
.woocommerce div.product form.cart .button:hover { background: var(--ps-orange-dark); }
.woocommerce div.product .stock { color: var(--ps-green); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.woocommerce div.product .out-of-stock { color: var(--ps-red); }
.woocommerce div.product .product_meta { margin-top: 22px; padding: 15px; background: var(--ps-bone); color: var(--ps-steel); font-size: 10px; line-height: 1.8; }
.woocommerce div.product .product_meta a { color: var(--ps-black); text-decoration: none; }
.ps-fitment-note { margin-top: 17px; padding: 18px; background: var(--ps-black); color: #fff; border-left: 5px solid var(--ps-acid); }
.ps-fitment-note strong { display: block; color: var(--ps-acid); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.ps-fitment-note span { display: block; margin: 7px 0 11px; color: #c1c6c3; font-size: 11px; }
.ps-fitment-note a { color: #fff; font-size: 10px; font-weight: 900; text-decoration: none; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 58px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 0; padding: 0; margin: 0; border-bottom: 1px solid var(--ps-black); }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 17px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--ps-black); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 30px 0; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-family: var(--ps-display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.woocommerce .related.products { clear: both; padding-top: 50px; }
.woocommerce .related.products > h2 { margin-bottom: 25px; font-family: var(--ps-display); font-size: 42px; text-transform: uppercase; }
.woocommerce table.shop_table { border: 1px solid var(--ps-black); border-radius: 0; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--ps-soft-line); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0; background: var(--ps-black); color: #fff; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--ps-orange); color: #fff; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; max-width: 540px; margin-left: auto; }
.woocommerce-checkout #payment { border-radius: 0; background: var(--ps-bone); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { border: 1px solid var(--ps-black); border-radius: 0; padding: 11px; background: #fff; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ps-orange); background: var(--ps-bone); }
.woocommerce-message:before, .woocommerce-info:before { color: var(--ps-orange); }

/* Footer */
.site-footer { background: var(--ps-black); color: #d8ddda; }
.footer-hazard { height: 9px; background: repeating-linear-gradient(120deg, var(--ps-acid) 0 22px, var(--ps-black) 22px 44px); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 52px; padding-top: 62px; padding-bottom: 48px; }
.brand-mark--footer { color: #fff; }
.brand-mark--footer:hover { color: #fff; }
.brand-mark--footer .brand-copy small { color: #949c96; }
.footer-brand > p { max-width: 400px; margin: 24px 0; color: #aeb5b0; font-size: 13px; }
.footer-contact-card { display: grid; gap: 6px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-contact-card a { color: var(--ps-acid); font-family: var(--ps-display); font-size: 25px; font-weight: 900; text-decoration: none; }
.footer-contact-card span { max-width: 380px; color: #9fa6a1; font-size: 11px; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 9px; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.footer-links, .site-footer .menu { margin: 0; padding: 0; list-style: none; }
.footer-links li, .site-footer .menu li { margin: 0 0 9px; }
.footer-links a, .site-footer .menu a { color: #bcc2be; font-size: 12px; text-decoration: none; }
.footer-links a:hover, .site-footer .menu a:hover { color: var(--ps-acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom p { margin: 0; color: #828a84; font-size: 9px; letter-spacing: .04em; }

/* Responsive */
@media (max-width: 1180px) {
  .main-header { grid-template-columns: 245px 1fr auto; gap: 20px; }
  .header-call { display: none; }
  .home-hero-grid { grid-template-columns: 1fr .85fr; }
  .hero-copy-block { padding-right: 40px; }
  .hero-copy-block h1 { font-size: clamp(56px,7.5vw,86px); }
  .job-grid { grid-template-columns: repeat(3,1fr); }
  .job-card:nth-child(n+4) { min-height: 270px; }
  .home-product-grid, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3,1fr); }
  .buyer-notes-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 32px), var(--ps-container)); }
  .topline-left span:nth-child(n+2) { display: none; }
  .main-header { min-height: 75px; grid-template-columns: 230px 1fr auto; gap: 14px; }
  .header-search { max-width: 480px; }
  .menu-toggle { display: block; }
  .cart-link > span:first-child { display: none; }
  .nav-row-inner { grid-template-columns: 1fr auto; }
  .shop-all-link { justify-self: start; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 118px;
    left: 16px;
    right: 16px;
    z-index: 20;
    background: #fff;
    border: 1px solid var(--ps-black);
    box-shadow: 10px 12px 0 rgba(0,0,0,.12);
  }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { display: grid; height: auto; }
  .primary-nav li { display: block; }
  .primary-nav a { min-height: 49px; border-right: 0; border-bottom: 1px solid var(--ps-soft-line); padding: 0 15px; }
  .quote-link { grid-column: 2; }
  .home-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy-block { padding: 60px 0 50px; }
  .hero-index { margin-bottom: 42px; }
  .hero-product-stage { min-height: 520px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .machine-tabs { grid-template-columns: repeat(3,1fr); }
  .machine-tabs a:nth-child(3) { border-right: 0; }
  .machine-tabs a:nth-child(n+4) { border-top: 1px solid var(--ps-black); }
  .machine-tabs a:nth-child(4) { border-right: 1px solid var(--ps-black); }
  .job-grid { grid-template-columns: repeat(2,1fr); }
  .home-product-grid, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2,1fr); }
  .fitment-grid { grid-template-columns: 1fr; }
  .fitment-title { padding-right: 0; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.3); }
  .note-list article { grid-template-columns: 70px 230px 1fr; }
  .commerce-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
  .woocommerce div.product div.summary { margin-top: 35px; }
  .policy-layout, .single-equipment-grid { grid-template-columns: 1fr; }
  .sticky-card { position: static; }
  .single-content-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 24px), var(--ps-container)); }
  .topline-inner { justify-content: center; }
  .topline-left { display: none; }
  .main-header { min-height: 70px; grid-template-columns: 1fr auto; }
  .header-search { grid-column: 1 / -1; grid-row: 2; margin-bottom: 10px; }
  .site-header { position: relative; }
  .brand-slash { width: 46px; height: 40px; font-size: 20px; }
  .brand-copy strong { font-size: 21px; }
  .header-actions { justify-self: end; }
  .nav-row { display: none; }
  .primary-nav { top: 144px; }
  .hero-copy-block { padding: 48px 0 42px; }
  .hero-index { margin-bottom: 32px; }
  .hero-index span:last-child { display: none; }
  .hero-copy-block h1 { font-size: clamp(52px,15vw,76px); line-height: .8; }
  .hero-deck { font-size: 15px; }
  .hero-trust-grid { grid-template-columns: 1fr; }
  .hero-trust-grid > div, .hero-trust-grid > div:nth-child(2), .hero-trust-grid > div:last-child { min-height: 51px; padding: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .hero-trust-grid > div:last-child { border-bottom: 0; }
  .hero-product-stage { min-height: 430px; }
  .hero-product-image, .fallback-machine { min-height: 330px; }
  .stage-mark { font-size: 86px; }
  .fm-cab { width: 125px; height: 115px; left: 24%; border-width: 18px; border-bottom-width: 28px; }
  .fm-arm { width: 175px; height: 21px; left: 49%; }
  .fm-tool { width: 105px; height: 68px; right: 3%; }
  .fm-track { width: 150px; height: 55px; border-width: 18px; }
  .fm-track--one { left: 14%; }
  .fm-track--two { left: 42%; }
  .section-cap { grid-template-columns: 1fr; gap: 12px; align-items: start; }
  .section-cap h2 { font-size: 38px; }
  .machine-tabs { grid-template-columns: 1fr 1fr; }
  .machine-tabs a, .machine-tabs a:nth-child(3), .machine-tabs a:nth-child(4) { min-height: 150px; border-right: 1px solid var(--ps-black); border-top: 1px solid var(--ps-black); }
  .machine-tabs a:nth-child(odd) { border-left: 0; }
  .machine-tabs a:nth-child(even) { border-right: 0; }
  .machine-tabs a:first-child, .machine-tabs a:nth-child(2) { border-top: 0; }
  .machine-tabs a:last-child { grid-column: 1 / -1; border-right: 0; }
  .machine-tabs strong { font-size: 23px; }
  .job-grid, .home-product-grid, .woocommerce ul.products, .woocommerce-page ul.products, .equipment-grid { grid-template-columns: 1fr; }
  .job-card { min-height: 250px; }
  .job-card strong { margin-top: 34px; }
  .fitment-title { padding: 52px 0; }
  .fitment-title h2 { font-size: 53px; }
  .fitment-board { grid-template-columns: 1fr; }
  .fitment-board > div { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(0,0,0,.22) !important; }
  .fitment-board > div:last-child { border-bottom: 0 !important; }
  .fitment-board strong { margin-top: 42px; }
  .note-list article { grid-template-columns: 55px 1fr; gap: 16px; }
  .note-list p { grid-column: 2; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta h2 { font-size: 53px; }
  .commerce-hero { padding-top: 45px; }
  .commerce-hero h1 { font-size: 58px; }
  .commerce-shell { padding-top: 34px; }
  .woocommerce div.product .product_title { font-size: 48px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { width: 100%; }
  .inventory-filter { align-items: stretch; flex-direction: column; }
  .inventory-filter select { min-width: 0; width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .catalog-empty { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 440px) {
  .brand-copy small { display: none; }
  .cart-link { display: none; }
  .hero-actions, .final-cta-actions { display: grid; width: 100%; }
  .ps-button { width: 100%; }
  .machine-tabs { grid-template-columns: 1fr; }
  .machine-tabs a, .machine-tabs a:nth-child(n) { border-right: 0; border-top: 1px solid var(--ps-black); }
  .machine-tabs a:first-child { border-top: 0; }
  .machine-tabs a:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Legacy button aliases used by the non-Woo equipment templates. */
.button-secondary { border-color: var(--ps-black); background: transparent; color: var(--ps-black); }
.button-secondary:hover { background: var(--ps-black); color: #fff; }
.button-light { background: #fff; color: var(--ps-black); }
.button-light:hover { background: var(--ps-acid); color: var(--ps-black); }

/* v3 brand lockup: source artwork is intentionally cropped before the legacy
   MACHINES line; EQUIPMENT is rendered as live, accessible site text. */
.brand-lockup {
  width: 102px;
  display: inline-grid;
  justify-items: center;
  gap: 3px;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.brand-lockup:hover { color: inherit; }
.brand-logo-window {
  width: 96px;
  height: 70px;
  display: block;
  overflow: hidden;
  background: #f5edcf;
}
.brand-logo-window img {
  width: 96px;
  height: 96px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 0;
}
.brand-equipment-label {
  width: 96px;
  padding: 3px 5px 2px;
  background: var(--ps-black);
  color: var(--ps-acid);
  font-family: var(--ps-display);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .22em;
  text-align: center;
  text-indent: .22em;
}
.brand-lockup--footer { width: 120px; }
.brand-lockup--footer .brand-logo-window { width: 116px; height: 85px; }
.brand-lockup--footer .brand-logo-window img { width: 116px; height: 116px; }
.brand-lockup--footer .brand-equipment-label { width: 116px; background: var(--ps-acid); color: var(--ps-black); }

/* About + contact pages */
.entry-content--wide { max-width: none; }
.page-hero--brand,
.page-hero--contact { padding: 62px 0 52px; }
.page-hero--contact { background: var(--ps-black); color: #fff; }
.page-hero--contact p:not(.eyebrow) { color: #b8beb9; }
.brand-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: end;
  gap: 70px;
}
.brand-page-hero-grid > p { margin: 0 0 3px !important; padding-left: 24px; border-left: 1px solid currentColor; }
.about-intro-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 86px;
  align-items: start;
  padding-bottom: 62px;
  border-bottom: 1px solid var(--ps-black);
}
.about-statement h2,
.contact-command-copy h2 {
  margin: 0;
  font-family: var(--ps-display);
  font-size: clamp(43px, 5.1vw, 74px);
  font-weight: 950;
  letter-spacing: -.05em;
  line-height: .86;
  text-transform: uppercase;
}
.about-lede { padding-top: 38px; color: var(--ps-steel); font-size: 17px; }
.about-lede p:last-child { margin-bottom: 0; }
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 70px;
  border-left: 1px solid var(--ps-black);
}
.about-values-grid article {
  min-height: 300px;
  padding: 28px 25px;
  border-right: 1px solid var(--ps-black);
  border-bottom: 1px solid var(--ps-black);
}
.about-values-grid article > span { color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.about-values-grid h3 { margin: 80px 0 12px; font-family: var(--ps-display); font-size: 30px; line-height: .95; text-transform: uppercase; }
.about-values-grid p { margin: 0; color: var(--ps-steel); font-size: 12px; }
.about-operating-board {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  background: var(--ps-black);
  color: #fff;
  border-top: 7px solid var(--ps-orange);
}
.about-operating-board > div:first-child { padding: 56px 54px; }
.about-operating-board > div:first-child h2 { margin: 0; color: #fff; font-size: clamp(42px, 4.7vw, 68px); letter-spacing: -.045em; }
.about-operating-board > div:first-child > p:last-child { max-width: 730px; margin: 26px 0 0; color: #b6bcb8; }
.about-data-panel { border-left: 1px solid rgba(255,255,255,.18); }
.about-data-panel > div { display: grid; gap: 7px; padding: 22px 26px; border-bottom: 1px solid rgba(255,255,255,.18); }
.about-data-panel > div:last-child { border-bottom: 0; }
.about-data-panel small,
.contact-info-block small { color: var(--ps-acid); font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.about-data-panel strong { color: #fff; font-size: 12px; line-height: 1.45; }
.about-data-panel a { color: #fff; text-decoration: none; }
.about-data-panel a:hover { color: var(--ps-acid); }
.about-cta-strip {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 18px;
  padding: 36px 40px;
  background: var(--ps-bone);
  border: 1px solid var(--ps-black);
}
.about-cta-strip span:first-child { font-size: 9px; font-weight: 950; letter-spacing: .13em; }
.about-cta-strip h2 { margin: 8px 0 0; font-size: 38px; }

.contact-command-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.contact-command-copy { padding: 48px 48px 44px; }
.contact-command-copy > p:not(.signal-label) { max-width: 760px; margin: 24px 0 0; color: var(--ps-steel); }
.contact-direct-grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; border-top: 1px solid var(--ps-black); border-left: 1px solid var(--ps-black); }
.contact-direct-grid a { position: relative; min-height: 112px; display: grid; align-content: center; gap: 7px; padding: 18px; border-right: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); text-decoration: none; }
.contact-direct-grid a:hover { background: var(--ps-bone); color: var(--ps-black); }
.contact-direct-grid small { font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.contact-direct-grid strong { overflow-wrap: anywhere; font-size: 14px; }
.contact-direct-grid a > span { position: absolute; top: 16px; right: 16px; color: var(--ps-orange); font-weight: 950; }
.contact-prep-card { padding: 42px 38px; background: var(--ps-orange); color: var(--ps-black); border-left: 1px solid var(--ps-black); }
.contact-prep-index { font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.contact-prep-card h3 { margin: 30px 0 25px; font-family: var(--ps-display); font-size: 39px; line-height: .9; text-transform: uppercase; }
.contact-prep-card ul { margin: 0; padding: 0; list-style: none; }
.contact-prep-card li { position: relative; margin: 0; padding: 12px 0 12px 26px; border-top: 1px solid rgba(0,0,0,.25); font-size: 12px; font-weight: 800; }
.contact-prep-card li:before { content: "+"; position: absolute; left: 2px; color: var(--ps-black); font-weight: 950; }
.contact-main-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; margin-top: 18px; }
.contact-form-panel { padding: 42px; border: 1px solid var(--ps-black); background: var(--ps-bone); }
.contact-form-panel .section-cap { margin-bottom: 28px; }
.contact-info-rail { background: var(--ps-black); color: #fff; border-top: 6px solid var(--ps-acid); }
.contact-info-block { display: grid; gap: 8px; padding: 24px 26px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-info-block strong { font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.contact-info-block a { color: #fff; text-decoration: none; }
.contact-info-block a:hover { color: var(--ps-acid); }
.contact-info-note { padding: 28px 26px; }
.contact-info-note strong { color: var(--ps-acid); font-family: var(--ps-display); font-size: 27px; text-transform: uppercase; }
.contact-info-note p { margin: 8px 0 0; color: #aeb5b0; font-size: 12px; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.footer-socials a { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 10px 0 6px; border: 1px solid rgba(255,255,255,.2); color: #d7dcd8; font-size: 10px; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.footer-socials a span { display: grid; place-items: center; width: 20px; height: 20px; background: var(--ps-acid); color: var(--ps-black); font-size: 7px; font-weight: 950; }
.footer-socials a:hover { border-color: var(--ps-acid); color: var(--ps-acid); }

@media (max-width: 980px) {
  .brand-page-hero-grid, .about-intro-grid, .about-operating-board, .contact-command-grid, .contact-main-grid { grid-template-columns: 1fr; }
  .brand-page-hero-grid { gap: 25px; }
  .brand-page-hero-grid > p { padding-left: 0; border-left: 0; }
  .about-values-grid { grid-template-columns: 1fr 1fr; }
  .about-values-grid article:nth-child(2n) { border-right: 1px solid var(--ps-black); }
  .about-data-panel { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .contact-prep-card { border-left: 0; border-top: 1px solid var(--ps-black); }
}

@media (max-width: 700px) {
  .brand-lockup { width: 90px; }
  .brand-logo-window { width: 86px; height: 63px; }
  .brand-logo-window img { width: 86px; height: 86px; }
  .brand-equipment-label { width: 86px; font-size: 8px; }
  .brand-page-content { padding-top: 48px; padding-bottom: 56px; }
  .about-intro-grid { gap: 30px; padding-bottom: 42px; }
  .about-lede { padding-top: 0; font-size: 15px; }
  .about-values-grid { grid-template-columns: 1fr; margin-bottom: 46px; }
  .about-values-grid article { min-height: 220px; }
  .about-values-grid h3 { margin-top: 45px; }
  .about-operating-board > div:first-child, .contact-command-copy { padding: 35px 26px; }
  .about-cta-strip { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .contact-direct-grid { grid-template-columns: 1fr; }
  .contact-prep-card { padding: 34px 26px; }
  .contact-form-panel { padding: 28px 22px; }
}

/* ========================================================================== 
   v4 — Catalog control, checkout system, motion + mobile navigation
   ========================================================================== */

/* Motion: purposeful, short and disabled for reduced-motion preferences. */
.ps-js .ps-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .62s cubic-bezier(.2,.8,.2,1) var(--ps-reveal-delay, 0ms), transform .62s cubic-bezier(.2,.8,.2,1) var(--ps-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.ps-js .ps-reveal.is-visible { opacity: 1; transform: none; will-change: auto; }
.ps-page-ready .home-hero .hero-copy-block h1 { animation: ps-title-in .8s cubic-bezier(.16,.84,.2,1) both; }
.ps-page-ready .home-hero .hero-deck { animation: ps-fade-up .7s .16s cubic-bezier(.16,.84,.2,1) both; }
.ps-page-ready .home-hero .hero-actions { animation: ps-fade-up .7s .26s cubic-bezier(.16,.84,.2,1) both; }
.ps-page-ready .hero-product-stage { animation: ps-stage-in .9s .08s cubic-bezier(.16,.84,.2,1) both; }
.hazard-rule, .footer-hazard { animation: ps-hazard-drift 12s linear infinite; }
.ps-button > span:last-child, .quote-link > span:last-child, .ps-filter-apply > span:last-child { transition: transform .2s ease; }
.ps-button:hover > span:last-child, .quote-link:hover > span:last-child, .ps-filter-apply:hover > span:last-child { transform: translate(3px,-3px); }
@keyframes ps-title-in { from { opacity: 0; transform: translate3d(0,42px,0) skewY(1deg); } to { opacity: 1; transform: none; } }
@keyframes ps-fade-up { from { opacity: 0; transform: translate3d(0,20px,0); } to { opacity: 1; transform: none; } }
@keyframes ps-stage-in { from { opacity: .15; transform: translate3d(34px,0,0); } to { opacity: 1; transform: none; } }
@keyframes ps-hazard-drift { to { background-position: 192px 0; } }

/* Real off-canvas mobile menu. It is independent of the desktop nav row. */
.mobile-nav-drawer { display: none; }
@media (max-width: 980px) {
  .primary-nav { display: none !important; }
  .mobile-nav-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1400;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-nav-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(11,13,12,.72);
    opacity: 0;
    cursor: pointer;
    transition: opacity .3s ease;
  }
  .mobile-nav-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(430px, 90vw);
    height: 100%;
    overflow-y: auto;
    background: var(--ps-paper);
    border-left: 1px solid var(--ps-black);
    transform: translate3d(100%,0,0);
    transition: transform .36s cubic-bezier(.18,.82,.2,1);
    box-shadow: -20px 0 50px rgba(0,0,0,.18);
  }
  body.menu-open .mobile-nav-drawer { visibility: visible; pointer-events: auto; }
  body.menu-open .mobile-nav-overlay { opacity: 1; }
  body.menu-open .mobile-nav-panel { transform: none; }
  .mobile-nav-head {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 24px 22px;
    background: var(--ps-black);
    color: #fff;
    border-bottom: 7px solid var(--ps-orange);
  }
  .mobile-nav-head > div { display: grid; gap: 6px; }
  .mobile-nav-head small { color: var(--ps-acid); font-size: 8px; font-weight: 950; letter-spacing: .15em; }
  .mobile-nav-head strong { font-family: var(--ps-display); font-size: 28px; line-height: .9; text-transform: uppercase; }
  .mobile-nav-close {
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.36);
    background: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }
  .mobile-primary-nav > ul { margin: 0; padding: 0; list-style: none; }
  .mobile-primary-nav li { margin: 0; }
  .mobile-primary-nav a {
    min-height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid var(--ps-line);
    color: var(--ps-black);
    text-decoration: none;
    font-family: var(--ps-display);
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .mobile-primary-nav a::after { content: "↗"; color: var(--ps-orange); font-family: var(--ps-body); font-size: 14px; }
  .mobile-primary-nav a:hover { background: var(--ps-bone); color: var(--ps-black); }
  .mobile-nav-actions { display: grid; padding: 18px 24px 30px; }
  .mobile-nav-actions a {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    min-height: 67px;
    gap: 13px;
    border-bottom: 1px solid var(--ps-black);
    color: var(--ps-black);
    text-decoration: none;
  }
  .mobile-nav-actions small { color: var(--ps-orange); font-size: 8px; font-weight: 950; }
  .mobile-nav-actions strong { font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
  .mobile-nav-actions > a > span { font-weight: 950; }
  body.overlay-open { overflow: hidden; }
}
@media (max-width: 700px) {
  .nav-row { display: none; }
  .mobile-nav-panel { width: min(390px, 94vw); }
}

/* Shop layout + industrial filter rail. */
.commerce-shell--catalog { padding-top: 34px; }
.ps-shop-layout {
  display: grid;
  grid-template-columns: 276px minmax(0,1fr);
  gap: 28px;
  align-items: start;
}
.ps-shop-results { min-width: 0; }
.ps-shop-results .woocommerce-breadcrumb { padding-top: 2px; }
.ps-shop-results .woocommerce-result-count {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 12px;
  border: 1px solid var(--ps-line);
  background: #fff;
  color: var(--ps-graphite);
  font-weight: 850;
}
.ps-shop-results .woocommerce-ordering { display: none !important; }
.ps-shop-results ul.products,
.woocommerce-page .ps-shop-results ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.shop-mobile-tools { display: none; }
.ps-shop-overlay { display: none; }
.ps-shop-sidebar {
  position: sticky;
  top: 184px;
  border: 1px solid var(--ps-black);
  background: #fff;
  box-shadow: 7px 7px 0 var(--ps-bone);
}
.ps-filter-head {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 18px 17px;
  background: var(--ps-black);
  color: #fff;
  border-bottom: 6px solid var(--ps-orange);
}
.ps-filter-head > div { display: grid; gap: 5px; }
.ps-filter-head small { color: var(--ps-acid); font-size: 8px; font-weight: 950; letter-spacing: .15em; }
.ps-filter-head strong { font-family: var(--ps-display); font-size: 27px; line-height: .9; text-transform: uppercase; }
.ps-filter-head button {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.34);
  background: transparent;
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}
.ps-filter-form { display: block; }
.ps-filter-group { margin: 0; padding: 18px; border: 0; border-bottom: 1px solid var(--ps-soft-line); }
.ps-filter-group > label:first-child,
.ps-filter-group > legend,
.ps-filter-group > label:not(.ps-filter-stock label) {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  color: var(--ps-steel);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ps-filter-group select,
.ps-filter-group input[type="search"],
.ps-filter-group input[type="number"] {
  width: 100%;
  min-height: 43px;
  border: 1px solid var(--ps-black);
  border-radius: 0;
  background: var(--ps-paper);
  color: var(--ps-black);
  padding: 0 10px;
  outline: none;
  font-size: 11px;
}
.ps-filter-group select:focus,
.ps-filter-group input:focus { box-shadow: inset 0 -3px 0 var(--ps-orange); }
.ps-filter-searchbox { position: relative; }
.ps-filter-searchbox input { padding-right: 35px !important; }
.ps-filter-searchbox > span { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); color: var(--ps-orange); font-weight: 950; pointer-events: none; }
.ps-filter-stock { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ps-filter-stock legend { grid-column: 1 / -1; }
.ps-filter-stock label { position: relative; margin: 0; cursor: pointer; }
.ps-filter-stock input { position: absolute; opacity: 0; pointer-events: none; }
.ps-filter-stock span {
  min-height: 39px;
  display: grid;
  place-items: center;
  padding: 5px 8px;
  border: 1px solid var(--ps-line);
  background: var(--ps-paper);
  font-size: 9px;
  font-weight: 850;
  text-align: center;
}
.ps-filter-stock input:checked + span { border-color: var(--ps-black); background: var(--ps-black); color: var(--ps-acid); }
.ps-filter-stock label:first-of-type { grid-column: 1 / -1; }
.ps-price-range { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ps-price-range label { display: grid; gap: 5px; }
.ps-price-range label span { color: var(--ps-steel); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.ps-sale-toggle {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ps-soft-line);
  cursor: pointer;
}
.ps-sale-toggle input { width: 18px; height: 18px; accent-color: var(--ps-orange); }
.ps-sale-toggle > span { display: grid; gap: 3px; }
.ps-sale-toggle small { color: var(--ps-orange); font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.ps-sale-toggle strong { font-size: 10px; }
.ps-filter-actions { display: grid; gap: 10px; padding: 18px; }
.ps-filter-apply {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: var(--ps-orange);
  color: #fff;
  padding: 0 14px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.ps-filter-apply:hover { background: var(--ps-orange-dark); }
.ps-filter-actions > a { color: var(--ps-steel); font-size: 9px; font-weight: 850; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }
.ps-filter-actions > a:hover { color: var(--ps-orange); }
.ps-filter-help { padding: 19px 18px 20px; background: var(--ps-bone); border-top: 1px solid var(--ps-black); }
.ps-filter-help small { color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.ps-filter-help strong { display: block; margin-top: 6px; font-family: var(--ps-display); font-size: 22px; text-transform: uppercase; }
.ps-filter-help p { margin: 8px 0 11px; color: var(--ps-steel); font-size: 10px; line-height: 1.45; }
.ps-filter-help a { font-size: 9px; font-weight: 950; text-decoration: none; text-transform: uppercase; }

/* Product cards — data-forward rather than generic ecommerce tiles. */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 0 !important;
  background: #fff;
  border: 1px solid #a9ada9;
  box-shadow: none;
  overflow: hidden;
  transition: transform .26s cubic-bezier(.2,.8,.2,1), box-shadow .26s ease, border-color .26s ease;
}
.woocommerce ul.products li.product::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--ps-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
  z-index: 6;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  border-color: var(--ps-black);
  box-shadow: 10px 12px 0 rgba(11,13,12,.08);
}
.woocommerce ul.products li.product:hover::after { transform: scaleX(1); }
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { height: auto; color: var(--ps-black); text-decoration: none; }
.woocommerce ul.products li.product a img {
  aspect-ratio: 1.18 / 1;
  padding: 20px;
  border-bottom: 1px solid var(--ps-line);
  background-color: #efede6;
  background-image: linear-gradient(rgba(11,13,12,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,13,12,.045) 1px, transparent 1px);
  background-size: 26px 26px;
  mix-blend-mode: normal;
  transition: transform .38s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
.woocommerce ul.products li.product:hover a img { transform: scale(1.035); filter: contrast(1.02); }
.ps-stock-flag { top: 12px; left: 12px; padding: 7px 9px; box-shadow: 3px 3px 0 rgba(11,13,12,.12); }
.woocommerce ul.products li.product .onsale { top: 12px; right: 12px; padding: 8px 9px; box-shadow: 3px 3px 0 rgba(11,13,12,.12); }
.ps-product-kicker {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 15px 0;
  color: var(--ps-orange);
  font-size: 7px;
  letter-spacing: .1em;
}
.ps-product-kicker span:last-child { color: #8a908b; white-space: nowrap; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 63px;
  padding: 7px 15px 7px;
  font-size: 23px;
  line-height: .98;
  letter-spacing: -.025em;
}
.woocommerce ul.products li.product .star-rating { margin: 0 15px 8px; font-size: 10px; color: var(--ps-orange); }
.ps-card-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 4px 15px 12px;
  border: 1px solid var(--ps-soft-line);
  background: var(--ps-paper);
}
.ps-card-specs > div { min-width: 0; display: grid; gap: 4px; padding: 8px 9px; }
.ps-card-specs > div + div { border-left: 1px solid var(--ps-soft-line); }
.ps-card-specs small { color: var(--ps-steel); font-size: 6px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.ps-card-specs span { overflow: hidden; color: var(--ps-graphite); font-size: 9px; font-weight: 850; white-space: nowrap; text-overflow: ellipsis; }
.woocommerce ul.products li.product .price {
  min-height: 32px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 15px 13px;
  color: var(--ps-black);
  font-family: var(--ps-display);
  font-size: 20px;
  font-weight: 950;
}
.woocommerce ul.products li.product .button {
  width: 100%;
  min-height: 48px;
  margin: 0 !important;
  justify-content: space-between;
  padding: 0 15px;
  border: 0;
  border-top: 1px solid var(--ps-black);
  background: var(--ps-black);
  font-size: 8px;
  letter-spacing: .08em;
}
.woocommerce ul.products li.product .button::after { content: "↗"; margin-left: auto; color: var(--ps-acid); font-size: 13px; }
.woocommerce ul.products li.product .button:hover { background: var(--ps-orange); }
.woocommerce ul.products li.product .button:hover::after { color: #fff; }
.woocommerce ul.products li.product .added_to_cart { display: block; padding: 10px 15px 13px; background: var(--ps-acid); color: var(--ps-black); font-size: 9px; font-weight: 950; text-align: center; text-decoration: none; text-transform: uppercase; }

/* Checkout — classic shortcode checkout. */
.commerce-main--checkout { background: #ece9e1; }
.checkout-hero { padding: 46px 0 0; background: var(--ps-black); color: #fff; }
.checkout-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; padding-bottom: 38px; }
.checkout-kicker { display: block; margin-bottom: 13px; color: var(--ps-acid); font-size: 8px; font-weight: 950; letter-spacing: .17em; }
.checkout-hero-copy h1 { max-width: 760px; margin: 0; font-family: var(--ps-display); font-size: clamp(47px,5.4vw,76px); font-weight: 950; line-height: .87; letter-spacing: -.045em; text-transform: uppercase; }
.checkout-hero-copy p { max-width: 720px; margin: 19px 0 0; color: #adb4af; font-size: 12px; }
.checkout-route { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.22); }
.checkout-route li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.22); opacity: .52; }
.checkout-route li.is-current { opacity: 1; }
.checkout-route > li > span { color: var(--ps-orange); font-size: 8px; font-weight: 950; }
.checkout-route li div { display: grid; gap: 2px; }
.checkout-route small { color: #8f9791; font-size: 7px; font-weight: 950; letter-spacing: .12em; }
.checkout-route strong { font-size: 10px; text-transform: uppercase; }
.commerce-shell--checkout { max-width: 1240px; padding-top: 34px; }
.ps-checkout-support {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 18px;
  border: 1px solid var(--ps-black);
  background: var(--ps-bone);
}
.ps-checkout-support > div { min-height: 78px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: center; padding: 13px 16px; }
.ps-checkout-support > div + div { border-left: 1px solid var(--ps-black); }
.ps-checkout-support > div > span { color: var(--ps-orange); font-size: 8px; font-weight: 950; }
.ps-checkout-support p { display: grid; gap: 3px; margin: 0; }
.ps-checkout-support strong { font-size: 10px; text-transform: uppercase; }
.ps-checkout-support small { color: var(--ps-steel); font-size: 9px; }
.ps-checkout-support small a { color: var(--ps-black); font-weight: 900; text-decoration: none; }
.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr);
  grid-template-areas:
    "label review-title"
    "customer review";
  gap: 0 22px;
  align-items: start;
}
.ps-checkout-column-label {
  grid-area: label;
  min-height: 78px;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 20px;
  background: var(--ps-orange);
  color: var(--ps-black);
  border: 1px solid var(--ps-black);
  border-bottom: 0;
}
.ps-checkout-column-label > span { font-size: 8px; font-weight: 950; }
.ps-checkout-column-label > div { display: grid; gap: 3px; }
.ps-checkout-column-label small { font-size: 7px; font-weight: 950; letter-spacing: .13em; }
.ps-checkout-column-label strong { font-family: var(--ps-display); font-size: 24px; line-height: 1; text-transform: uppercase; }
.woocommerce-checkout form.checkout #customer_details {
  grid-area: customer;
  float: none;
  width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.woocommerce-checkout form.checkout #customer_details .col-1,
.woocommerce-checkout form.checkout #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-checkout form.checkout #customer_details .col-2 { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--ps-soft-line); }
.woocommerce-checkout #customer_details h3 {
  margin: 0 0 18px;
  font-family: var(--ps-display);
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce-checkout form .form-row { margin: 0 0 14px; padding: 0; }
.woocommerce-checkout form .form-row label { margin-bottom: 6px; color: var(--ps-graphite); font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-checkout form .form-row .required { color: var(--ps-orange); }
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid #999e99;
  background: var(--ps-paper);
  padding: 11px 12px;
  font-size: 12px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.woocommerce-checkout form .form-row input.input-text:focus,
.woocommerce-checkout form .form-row textarea:focus,
.woocommerce-checkout form .form-row select:focus { border-color: var(--ps-black); background: #fff; box-shadow: inset 0 -3px 0 var(--ps-orange); outline: 0; }
.woocommerce-checkout .select2-container--default .select2-selection--single { padding: 0; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 46px; padding-left: 12px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce-checkout #order_review_heading {
  grid-area: review-title;
  min-height: 78px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 16px 20px;
  border: 1px solid var(--ps-black);
  border-bottom: 0;
  background: var(--ps-black);
  color: #fff;
  font-family: var(--ps-display);
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.woocommerce-checkout #order_review {
  grid-area: review;
  position: sticky;
  top: 184px;
  float: none;
  width: 100%;
  margin: 0;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.woocommerce-checkout #order_review table.shop_table { margin: 0; border: 0; }
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td { padding: 13px 15px; border-bottom: 1px solid var(--ps-soft-line); font-size: 10px; }
.woocommerce-checkout #order_review table.shop_table thead th { background: var(--ps-bone); color: var(--ps-steel); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce-checkout #order_review table.shop_table tfoot th { text-transform: uppercase; font-size: 8px; }
.woocommerce-checkout #order_review table.shop_table .order-total th,
.woocommerce-checkout #order_review table.shop_table .order-total td { border-top: 2px solid var(--ps-black); background: var(--ps-bone); font-size: 13px; }
.woocommerce-checkout #payment { margin: 0; border-radius: 0; background: var(--ps-bone); }
.woocommerce-checkout #payment ul.payment_methods { padding: 16px; border-bottom: 1px solid var(--ps-black); }
.woocommerce-checkout #payment ul.payment_methods li { margin-bottom: 8px; font-size: 11px; }
.woocommerce-checkout #payment div.payment_box { border-radius: 0; background: #fff; color: var(--ps-steel); font-size: 10px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce-checkout #payment div.form-row { padding: 16px; }
.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 58px;
  margin: 0;
  border: 0;
  background: var(--ps-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.woocommerce-checkout #payment #place_order:hover { background: var(--ps-orange-dark); }
.ps-checkout-policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 11px; padding-top: 12px; color: var(--ps-steel); font-size: 7px; text-align: center; text-transform: uppercase; letter-spacing: .05em; }
.ps-checkout-policy-links span { flex-basis: 100%; }
.ps-checkout-policy-links a { color: var(--ps-black); font-weight: 900; }
.woocommerce-checkout .woocommerce-privacy-policy-text { color: var(--ps-steel); font-size: 9px; line-height: 1.45; }

/* Checkout blocks — style the current Woo block checkout too. */
.commerce-shell--checkout .wc-block-checkout { max-width: 1180px; margin-inline: auto; }
.commerce-shell--checkout .wc-block-checkout__main { padding-right: 26px; }
.commerce-shell--checkout .wc-block-checkout__sidebar {
  padding: 0;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.commerce-shell--checkout .wc-block-components-sidebar-layout .wc-block-components-main { padding-right: 26px; }
.commerce-shell--checkout .wc-block-components-sidebar { margin-top: 0; }
.commerce-shell--checkout .wc-block-components-checkout-step {
  margin-bottom: 14px;
  padding: 22px;
  border: 1px solid var(--ps-black);
  background: #fff;
}
.commerce-shell--checkout .wc-block-components-checkout-step__heading { margin-bottom: 15px; }
.commerce-shell--checkout .wc-block-components-title { font-family: var(--ps-display); font-size: 27px; text-transform: uppercase; }
.commerce-shell--checkout .wc-block-components-text-input input,
.commerce-shell--checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input { border-radius: 0; }
.commerce-shell--checkout .wc-block-components-button:not(.is-link) { min-height: 56px; border-radius: 0; background: var(--ps-orange); color: #fff; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.commerce-shell--checkout .wc-block-components-order-summary { padding: 14px; }

@media (max-width: 1180px) {
  .ps-shop-layout { grid-template-columns: 245px minmax(0,1fr); gap: 20px; }
  .ps-shop-results ul.products,
  .woocommerce-page .ps-shop-results ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 980px) {
  .commerce-shell--catalog { padding-top: 20px; }
  .shop-mobile-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
  }
  .shop-filter-toggle {
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid var(--ps-black);
    background: var(--ps-black);
    color: #fff;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .shop-filter-toggle > span { color: var(--ps-acid); }
  .shop-mobile-tools > a { font-size: 9px; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .ps-shop-layout { display: block; }
  .ps-shop-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1500;
    width: min(370px, 92vw);
    overflow-y: auto;
    box-shadow: 18px 0 50px rgba(0,0,0,.2);
    transform: translate3d(-102%,0,0);
    visibility: hidden;
    transition: transform .36s cubic-bezier(.18,.82,.2,1), visibility .36s step-end;
  }
  .ps-filter-head button { display: block; }
  .ps-shop-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1490;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(11,13,12,.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s step-end;
  }
  body.filters-open .ps-shop-sidebar { transform: none; visibility: visible; transition: transform .36s cubic-bezier(.18,.82,.2,1), visibility 0s; }
  body.filters-open .ps-shop-overlay { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .28s ease, visibility 0s; }

  .checkout-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .checkout-route { display: grid; grid-template-columns: repeat(3,1fr); }
  .checkout-route li { grid-template-columns: 26px 1fr; border-right: 1px solid rgba(255,255,255,.22); }
  .checkout-route li:last-child { border-right: 0; }
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    grid-template-areas: "label" "customer" "review-title" "review";
    gap: 0;
  }
  .woocommerce-checkout #order_review_heading { margin-top: 20px; }
  .woocommerce-checkout #order_review { position: static; }
  .ps-checkout-support { grid-template-columns: 1fr; }
  .ps-checkout-support > div + div { border-left: 0; border-top: 1px solid var(--ps-black); }
  .commerce-shell--checkout .wc-block-components-sidebar-layout { flex-direction: column; }
  .commerce-shell--checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  .commerce-shell--checkout .wc-block-checkout__main { width: 100%; padding-right: 0; }
  .commerce-shell--checkout .wc-block-components-sidebar,
  .commerce-shell--checkout .wc-block-checkout__sidebar { width: 100%; margin-top: 18px; }
}

@media (max-width: 700px) {
  .ps-shop-results ul.products,
  .woocommerce-page .ps-shop-results ul.products { grid-template-columns: 1fr; gap: 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: 25px; }
  .woocommerce ul.products li.product a img { aspect-ratio: 1.28 / 1; }
  .checkout-hero { padding-top: 34px; }
  .checkout-hero-copy h1 { font-size: 49px; }
  .checkout-route { grid-template-columns: 1fr; }
  .checkout-route li { border-right: 0; }
  .commerce-shell--checkout { padding-top: 20px; }
  .woocommerce-checkout form.checkout #customer_details { padding: 18px; }
  .ps-checkout-column-label, .woocommerce-checkout #order_review_heading { min-height: 70px; padding: 14px 16px; }
  .ps-checkout-column-label strong, .woocommerce-checkout #order_review_heading { font-size: 21px; }
  .commerce-shell--checkout .wc-block-components-checkout-step { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .ps-js .ps-reveal { opacity: 1 !important; transform: none !important; }
}

/* === v5 catalog hierarchy + checkout polish === */
.ps-filter-categories { padding-bottom: 14px; }
.ps-filter-categories > legend,
.ps-filter-sort > legend {
  display: block;
  width: 100%;
  margin: 0 0 11px;
  padding: 0;
  color: var(--ps-steel);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ps-category-tree { border: 1px solid var(--ps-line); background: #fff; }
.ps-category-level { margin: 0; padding: 0; list-style: none; }
.ps-category-level-1 > .ps-category-node + .ps-category-node { border-top: 1px solid var(--ps-soft-line); }
.ps-category-row { min-height: 42px; display: grid; grid-template-columns: minmax(0,1fr) 38px; align-items: stretch; }
.ps-category-choice { position: relative; min-width: 0; display: block; margin: 0 !important; cursor: pointer; }
.ps-category-choice input { position: absolute; opacity: 0; pointer-events: none; }
.ps-category-choice > span {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  color: var(--ps-graphite);
  transition: background .16s ease, color .16s ease, box-shadow .16s ease;
}
.ps-category-choice b { overflow: hidden; font-size: 9px; font-weight: 850; line-height: 1.2; text-overflow: ellipsis; }
.ps-category-choice em { flex: 0 0 auto; color: #8b918d; font-size: 7px; font-style: normal; font-weight: 900; letter-spacing: .05em; }
.ps-category-choice:hover > span { background: var(--ps-bone); }
.ps-category-choice input:focus-visible + span { outline: 2px solid var(--ps-orange); outline-offset: -2px; }
.ps-category-choice input:checked + span { background: var(--ps-black); color: #fff; box-shadow: inset 4px 0 0 var(--ps-orange); }
.ps-category-choice input:checked + span em { color: var(--ps-acid); }
.ps-category-all { display: block; border-bottom: 1px solid var(--ps-black); }
.ps-category-all > span { min-height: 45px; }
.ps-category-toggle {
  width: 38px;
  min-height: 42px;
  border: 0;
  border-left: 1px solid var(--ps-soft-line);
  background: var(--ps-paper);
  color: var(--ps-black);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.ps-category-toggle span { display: block; transition: transform .18s ease; }
.ps-category-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.ps-category-toggle:hover { background: var(--ps-acid); }
.ps-category-children[hidden] { display: none; }
.ps-category-level-2 { border-top: 1px solid var(--ps-soft-line); background: #f5f3ec; }
.ps-category-level-2 > .ps-category-node + .ps-category-node { border-top: 1px solid #e2dfd6; }
.ps-category-level-2 .ps-category-choice > span { padding-left: 22px; }
.ps-category-level-3 { border-top: 1px solid #dedbd2; background: #ebe8df; }
.ps-category-level-3 > .ps-category-node + .ps-category-node { border-top: 1px solid #d9d5cb; }
.ps-category-level-3 .ps-category-row { grid-template-columns: 1fr; }
.ps-category-level-3 .ps-category-choice > span { min-height: 38px; padding-left: 36px; }
.ps-category-level-3 .ps-category-choice b { font-size: 8px; }
.ps-category-depth-note { margin: 9px 2px 0; color: #858b87; font-size: 7px; line-height: 1.45; }

.ps-sort-options { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.ps-sort-options label { position: relative; margin: 0 !important; cursor: pointer; }
.ps-sort-options input { position: absolute; opacity: 0; pointer-events: none; }
.ps-sort-options span {
  min-height: 38px;
  display: grid;
  place-items: center start;
  padding: 7px 9px;
  border: 1px solid var(--ps-line);
  background: var(--ps-paper);
  color: var(--ps-graphite);
  font-size: 8px;
  font-weight: 850;
  line-height: 1.2;
}
.ps-sort-options input:checked + span { border-color: var(--ps-black); background: var(--ps-black); color: var(--ps-acid); }
.ps-sort-options input:focus-visible + span { outline: 2px solid var(--ps-orange); outline-offset: 1px; }

/* Keep product-card actions visually stable; hover is an accent, not a full-color jump. */
.woocommerce ul.products li.product .button:hover {
  background: #151917;
  color: #fff;
  box-shadow: inset 5px 0 0 var(--ps-orange);
}
.woocommerce ul.products li.product .button:hover::after { color: var(--ps-acid); transform: translate(2px,-2px); }
.woocommerce ul.products li.product .button::after { transition: color .18s ease, transform .18s ease; }

/* Order-review footer now lives after #payment instead of inside Woo's place-order row. */
.woocommerce-checkout #payment div.form-row.place-order {
  float: none;
  width: 100%;
  margin: 0 !important;
  padding: 18px !important;
}
.woocommerce-checkout #payment #place_order { float: none; display: flex; align-items: center; justify-content: center; }
.woocommerce-checkout #payment #place_order.ps-payment-required,
.woocommerce-checkout #payment #place_order:disabled {
  background: #d6d2c8;
  color: #686d69;
  cursor: not-allowed;
  opacity: 1;
}
.woocommerce-checkout #payment ul.payment_methods { margin: 0; }
.woocommerce-checkout #payment ul.payment_methods > li { margin: 0; }
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info,
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 49px;
  border: 1px solid #c8c3b7;
  border-top: 4px solid var(--ps-orange);
  background: #fff;
  color: #555b57;
  font-size: 10px;
  line-height: 1.5;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info::before,
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice::before {
  content: "!";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ps-orange);
  color: var(--ps-orange);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info::after,
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice::after { display: none; }
.woocommerce-checkout #order_review.ps-no-payment-methods #payment { background: #f1eee7; }
.woocommerce-checkout #order_review.ps-no-payment-methods #payment ul.payment_methods { padding-bottom: 12px; }
.ps-checkout-policy-links {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ps-black);
  background: #fff;
  text-align: left;
}
.ps-checkout-policy-links span {
  grid-column: 1 / -1;
  padding: 10px 14px;
  border-bottom: 1px solid var(--ps-soft-line);
  color: var(--ps-steel);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .07em;
}
.ps-checkout-policy-links a {
  min-height: 37px;
  display: grid;
  place-items: center;
  padding: 7px;
  color: var(--ps-black);
  font-size: 7px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
}
.ps-checkout-policy-links a + a { border-left: 1px solid var(--ps-soft-line); }
.ps-checkout-policy-links a:hover { background: var(--ps-acid); }
.woocommerce-checkout .woocommerce-privacy-policy-text { margin-bottom: 13px; }

@media (max-width: 520px) {
  .ps-sort-options { grid-template-columns: 1fr; }
  .ps-checkout-policy-links { grid-template-columns: 1fr 1fr; }
  .ps-checkout-policy-links span { grid-column: 1 / -1; }
  .ps-checkout-policy-links a:nth-of-type(3) { border-left: 0; border-top: 1px solid var(--ps-soft-line); }
  .ps-checkout-policy-links a:nth-of-type(4) { border-top: 1px solid var(--ps-soft-line); }
}

/* ========================================================================== 
   v7 — Shop control readability + centered product-card actions
   ========================================================================== */

/* Give the catalog rail enough room for genuinely readable controls. */
@media (min-width: 1181px) {
  .ps-shop-layout {
    grid-template-columns: 310px minmax(0,1fr);
    gap: 30px;
  }
}

.ps-filter-head {
  min-height: 96px;
  padding: 20px 20px 19px;
}
.ps-filter-head > div { gap: 7px; }
.ps-filter-head small {
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: .16em;
}
.ps-filter-head strong {
  font-size: 31px;
  line-height: .92;
}

.ps-filter-group {
  padding: 21px 20px;
}
.ps-filter-group > label:first-child,
.ps-filter-group > legend,
.ps-filter-group > label:not(.ps-filter-stock label),
.ps-filter-categories > legend,
.ps-filter-sort > legend {
  margin-bottom: 13px;
  color: #6f7671;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .11em;
}

.ps-filter-group input[type="search"],
.ps-filter-group input[type="number"] {
  min-height: 50px;
  padding: 0 13px;
  font-size: 15px;
  line-height: 1.2;
}
.ps-filter-searchbox input { padding-right: 45px !important; }
.ps-filter-searchbox > span {
  right: 15px;
  font-size: 19px;
}

.ps-category-row {
  min-height: 50px;
  grid-template-columns: minmax(0,1fr) 46px;
}
.ps-category-choice > span {
  min-height: 50px;
  gap: 12px;
  padding: 10px 13px;
}
.ps-category-choice b {
  font-size: 12px;
  line-height: 1.25;
}
.ps-category-choice em {
  font-size: 10px;
  line-height: 1;
}
.ps-category-all > span { min-height: 54px; }
.ps-category-toggle {
  width: 46px;
  min-height: 50px;
  font-size: 22px;
}
.ps-category-level-2 .ps-category-choice > span { padding-left: 25px; }
.ps-category-level-3 .ps-category-row { grid-template-columns: 1fr; }
.ps-category-level-3 .ps-category-choice > span {
  min-height: 46px;
  padding-left: 39px;
}
.ps-category-level-3 .ps-category-choice b { font-size: 11px; }
.ps-category-depth-note {
  margin: 11px 3px 0;
  font-size: 10px;
  line-height: 1.5;
}

.ps-filter-stock {
  gap: 9px;
}
.ps-filter-stock span {
  min-height: 47px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.15;
}

.ps-price-range {
  gap: 10px;
}
.ps-price-range label { gap: 7px; }
.ps-price-range label span {
  font-size: 10px;
  line-height: 1.15;
  letter-spacing: .08em;
}

.ps-sort-options {
  gap: 8px;
}
.ps-sort-options span {
  min-height: 46px;
  padding: 9px 11px;
  font-size: 11px;
  line-height: 1.25;
}

.ps-sale-toggle {
  min-height: 76px;
  gap: 13px;
  padding: 16px 20px;
}
.ps-sale-toggle input {
  width: 20px;
  height: 20px;
}
.ps-sale-toggle > span { gap: 4px; }
.ps-sale-toggle small {
  font-size: 9px;
  line-height: 1.1;
}
.ps-sale-toggle strong {
  font-size: 12px;
  line-height: 1.25;
}

.ps-filter-actions {
  gap: 12px;
  padding: 20px;
}
.ps-filter-apply {
  min-height: 52px;
  padding: 0 16px;
  font-size: 11px;
}
.ps-filter-actions > a {
  font-size: 10px;
  line-height: 1.2;
}
.ps-filter-help {
  padding: 22px 20px 23px;
}
.ps-filter-help small { font-size: 10px; }
.ps-filter-help strong {
  margin-top: 8px;
  font-size: 25px;
  line-height: 1;
}
.ps-filter-help p {
  margin: 10px 0 13px;
  font-size: 12px;
  line-height: 1.5;
}
.ps-filter-help a { font-size: 11px; }

/* Center the label and arrow together instead of pinning the arrow to the edge. */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 10px;
  text-align: center;
}
.woocommerce ul.products li.product .button::after,
.woocommerce-page ul.products li.product .button::after {
  flex: 0 0 auto;
  margin-left: 0;
  font-size: 14px;
}

/* Keep the denser desktop catalog balanced after widening the filter rail. */
@media (max-width: 1320px) and (min-width: 981px) {
  .ps-shop-layout {
    grid-template-columns: 290px minmax(0,1fr);
    gap: 22px;
  }
  .ps-shop-results ul.products,
  .woocommerce-page .ps-shop-results ul.products {
    gap: 14px;
  }
}

/* The mobile drawer can support slightly larger controls without wasting space. */
@media (max-width: 980px) {
  .ps-filter-head strong { font-size: 29px; }
  .ps-filter-group { padding: 20px 18px; }
  .ps-filter-help { padding-left: 18px; padding-right: 18px; }
}

/* ================================================================
   v9 — fitment-first commerce system
   ================================================================ */

.brand-equipment-label { letter-spacing: .16em; }

.home-hero--v9 .hero-copy-block { padding-bottom: 52px; }
.hero-actions--primary { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 760px; }
.hero-actions--primary .ps-button { justify-content: space-between; }
.hero-specialist-call {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2px 18px;
  max-width: 560px;
  margin-top: 28px;
  padding: 16px 0 2px;
  border-top: 1px solid rgba(255,255,255,.22);
  color: #fff;
  text-decoration: none;
}
.hero-specialist-call small { grid-column: 1; color: #a7afa9; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.hero-specialist-call strong { grid-column: 1; font-family: var(--ps-display); font-size: clamp(26px,2.6vw,38px); line-height: 1; }
.hero-specialist-call span { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--ps-acid); font-size: 26px; }
.hero-specialist-call:hover strong { color: var(--ps-acid); }

.home-trust-rail { background: #f6f4ee; border-bottom: 1px solid var(--ps-line); }
.home-trust-grid-v9 { display: grid; grid-template-columns: 1fr 1.25fr 1.6fr 1.25fr; }
.home-trust-grid-v9 > * { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid var(--ps-line); color: var(--ps-black); text-decoration: none; }
.home-trust-grid-v9 > *:first-child { border-left: 1px solid var(--ps-line); }
.home-trust-grid-v9 small { color: var(--ps-steel); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.home-trust-grid-v9 strong { margin-top: 7px; font-size: 12px; line-height: 1.35; }
.home-trust-grid-v9 a:hover { background: var(--ps-black); color: #fff; }
.home-trust-grid-v9 a:hover small { color: var(--ps-acid); }

.catalog-jump--v9 { padding-top: 82px; padding-bottom: 82px; }
.machine-grid-v9 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ps-black); border-left: 1px solid var(--ps-black); }
.machine-grid-v9 > a { min-height: 180px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-right: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); color: var(--ps-black); text-decoration: none; transition: background .2s ease,color .2s ease,transform .2s ease; }
.machine-grid-v9 > a > span { position: absolute; top: 20px; left: 22px; color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.machine-grid-v9 strong { max-width: 300px; font-family: var(--ps-display); font-size: clamp(28px,2.3vw,40px); line-height: .94; text-transform: uppercase; }
.machine-grid-v9 small { margin-top: 15px; color: var(--ps-steel); font-size: 9px; font-weight: 850; letter-spacing: .05em; }
.machine-grid-v9 > a:hover { z-index: 2; background: var(--ps-black); color: #fff; transform: translateY(-3px); }
.machine-grid-v9 > a:hover small { color: var(--ps-acid); }
.machine-disclaimer { max-width: 900px; margin: 18px 0 0; color: var(--ps-steel); font-size: 11px; line-height: 1.55; }

.attachment-finder { padding: 78px 0 86px; }
.attachment-grid-v9 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--ps-line); border-left: 1px solid var(--ps-line); }
.attachment-grid-v9 a { min-height: 132px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; padding: 18px 20px; border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); color: var(--ps-black); text-decoration: none; }
.attachment-grid-v9 small { color: var(--ps-orange); font-size: 8px; font-weight: 950; }
.attachment-grid-v9 strong { grid-column: 1; align-self: end; font-family: var(--ps-display); font-size: 24px; line-height: .96; text-transform: uppercase; }
.attachment-grid-v9 span { grid-column: 2; grid-row: 1 / span 2; align-self: end; font-size: 20px; }
.attachment-grid-v9 a:hover { background: var(--ps-orange); color: #fff; }
.attachment-grid-v9 a:hover small { color: #fff; }

.home-product-eyebrow { display: flex; justify-content: space-between; gap: 10px; color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.home-product-eyebrow span:last-child { color: var(--ps-steel); text-align: right; }
.live-inventory--v9 { padding-top: 78px; padding-bottom: 86px; }
.fitment-desk--v9 .hero-actions { display: flex; flex-wrap: wrap; }
.ps-button--ghost-dark { border: 1px solid rgba(0,0,0,.45); background: transparent; color: var(--ps-black); }
.ps-button--ghost-dark:hover { background: var(--ps-black); color: #fff; }

.buyer-notes--v9 { padding: 84px 0; background: #111412; color: #fff; }
.buyer-notes--v9 .note-list article { border-color: rgba(255,255,255,.14); }
.buyer-notes--v9 .note-list h3 { color: #fff; }
.buyer-notes--v9 .note-list p { color: #aeb5b0; }
.buyer-notes--v9 .note-list span { color: var(--ps-acid); }

.home-resources { padding: 82px 0 90px; }
.resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ps-black); border-left: 1px solid var(--ps-black); }
.resource-grid article { min-height: 260px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); }
.resource-grid small { color: var(--ps-steel); font-size: 9px; font-weight: 850; }
.resource-grid h3 { margin: 28px 0 12px; font-family: var(--ps-display); font-size: 30px; line-height: .98; text-transform: uppercase; }
.resource-grid h3 a { color: inherit; text-decoration: none; }
.resource-grid p { color: var(--ps-steel); font-size: 12px; line-height: 1.55; }
.resource-grid > article > a:last-child { margin-top: auto; color: var(--ps-orange); font-size: 10px; font-weight: 950; text-decoration: none; }

.final-cta--v9 .final-cta-actions { flex-wrap: wrap; }

/* Forms — lead capture designed for jobsite/mobile use. */
.proskid-lead-form { max-width: 1040px; }
.proskid-lead-form .form-grid--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.proskid-lead-form input,
.proskid-lead-form textarea,
.proskid-lead-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--ps-black);
  border-radius: 0;
  background: #fff;
  color: var(--ps-black);
  padding: 10px 13px;
  font: inherit;
  font-size: 14px;
}
.proskid-lead-form textarea { min-height: 150px; resize: vertical; }
.proskid-lead-form select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#111 50%),linear-gradient(135deg,#111 50%,transparent 50%); background-position: calc(100% - 18px) 22px,calc(100% - 12px) 22px; background-size: 6px 6px,6px 6px; background-repeat: no-repeat; padding-right: 42px; }
.proskid-lead-form label { display: block; color: var(--ps-steel); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.proskid-lead-form label input,
.proskid-lead-form label textarea,
.proskid-lead-form label select { margin-top: 8px; text-transform: none; letter-spacing: 0; }
.form-section-title { display: flex; gap: 16px; align-items: flex-start; margin: 30px 0 16px; padding-top: 20px; border-top: 1px solid var(--ps-line); }
.form-section-title > span { color: var(--ps-orange); font-size: 9px; font-weight: 950; }
.form-section-title small { display: block; color: var(--ps-steel); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.form-section-title strong { display: block; margin-top: 5px; font-family: var(--ps-display); font-size: 25px; line-height: 1; text-transform: uppercase; }
.ps-form-product-context { margin: 0 0 22px; padding: 15px 18px; border-left: 4px solid var(--ps-orange); background: var(--ps-bone); }
.ps-form-product-context small { display: block; color: var(--ps-steel); font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.ps-form-product-context strong { display: block; margin-top: 6px; font-size: 14px; }
.ps-form-product-context span { display: block; margin-top: 3px; color: var(--ps-steel); font-size: 10px; }
.lead-page-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; margin-bottom: 34px; padding-bottom: 30px; border-bottom: 1px solid var(--ps-black); }
.lead-page-intro h2 { margin: 0; font-family: var(--ps-display); font-size: clamp(42px,5vw,70px); line-height: .9; text-transform: uppercase; }
.lead-page-intro > p { align-self: end; max-width: 570px; color: var(--ps-steel); font-size: 14px; line-height: 1.6; }

/* Shop filter optional structured taxonomies. */
.ps-filter-options .ps-filter-option-list { display: grid; gap: 2px; }
.ps-filter-options .ps-filter-option-list label { cursor: pointer; }
.ps-filter-options .ps-filter-option-list input { position: absolute; opacity: 0; pointer-events: none; }
.ps-filter-options .ps-filter-option-list span { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; border: 1px solid var(--ps-line); color: var(--ps-black); font-size: 11px; font-weight: 850; }
.ps-filter-options .ps-filter-option-list small { color: var(--ps-steel); font-size: 9px; }
.ps-filter-options .ps-filter-option-list input:checked + span { border-color: var(--ps-black); background: var(--ps-black); color: #fff; }
.ps-filter-options .ps-filter-option-list input:checked + span small { color: var(--ps-acid); }

/* Quote-only / zero-price safeguards. */
.ps-quote-price { color: var(--ps-orange); font-weight: 950; text-transform: uppercase; }
.ps-price-note { display: block; margin-top: 4px; color: var(--ps-steel); font-size: 9px; font-weight: 750; line-height: 1.3; }
.woocommerce ul.products li.product .price .ps-price-note { font-size: 8px; }
.woocommerce ul.products li.product .button.ps-request-price { background: var(--ps-orange); }
.woocommerce ul.products li.product .button.ps-request-price:hover { background: var(--ps-black); }
.ps-quote-only-box { margin: 18px 0 4px; padding: 18px; border: 1px solid var(--ps-orange); background: #fff4ed; }
.ps-quote-only-box > small { color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.ps-quote-only-box > strong { display: block; margin-top: 7px; font-family: var(--ps-display); font-size: 24px; line-height: 1; text-transform: uppercase; }
.ps-quote-only-box p { margin: 9px 0 15px; color: var(--ps-steel); font-size: 11px; line-height: 1.5; }
.ps-quote-variation { color: var(--ps-orange) !important; }

/* Product identity and human-sales actions. */
.ps-product-identity { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 16px; }
.ps-product-identity > span { min-width: 105px; padding: 8px 10px; border: 1px solid var(--ps-line); background: #fff; }
.ps-product-identity small { display: block; color: var(--ps-steel); font-size: 7px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.ps-product-identity strong { display: block; margin-top: 4px; font-size: 10px; line-height: 1.25; }
.ps-product-assist-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 12px; border-top: 1px solid var(--ps-black); border-left: 1px solid var(--ps-black); }
.ps-assist-action { min-height: 92px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 12px 30px 12px 12px; border-right: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); color: var(--ps-black); text-decoration: none; }
.ps-assist-action small { color: var(--ps-steel); font-size: 7px; font-weight: 950; letter-spacing: .1em; }
.ps-assist-action strong { margin-top: 5px; font-family: var(--ps-display); font-size: 17px; line-height: .95; text-transform: uppercase; }
.ps-assist-action > span { position: absolute; right: 10px; top: 10px; color: var(--ps-orange); }
.ps-assist-action:hover,.ps-assist-action--fitment { background: var(--ps-black); color: #fff; }
.ps-assist-action:hover small,.ps-assist-action--fitment small { color: var(--ps-acid); }

.ps-product-buying-board { clear: both; margin-top: 58px; padding-top: 44px; border-top: 1px solid var(--ps-black); }
.ps-buying-head { display: grid; grid-template-columns: .45fr 1fr; gap: 30px; align-items: end; margin-bottom: 24px; }
.ps-buying-head small { color: var(--ps-orange); font-size: 9px; font-weight: 950; letter-spacing: .1em; }
.ps-buying-head h2 { margin: 0; font-family: var(--ps-display); font-size: clamp(34px,4vw,56px); line-height: .9; text-transform: uppercase; }
.ps-product-specs dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0 0 26px; border-top: 1px solid var(--ps-line); border-left: 1px solid var(--ps-line); }
.ps-product-specs dl > div { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 58px; border-right: 1px solid var(--ps-line); border-bottom: 1px solid var(--ps-line); }
.ps-product-specs dt,.ps-product-specs dd { margin: 0; padding: 13px 14px; font-size: 11px; line-height: 1.35; }
.ps-product-specs dt { color: var(--ps-steel); font-weight: 850; text-transform: uppercase; }
.ps-product-specs dd { border-left: 1px solid var(--ps-line); font-weight: 850; }
.ps-buying-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--ps-black); border-left: 1px solid var(--ps-black); }
.ps-buying-card { min-height: 280px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--ps-black); border-bottom: 1px solid var(--ps-black); }
.ps-buying-card > small { color: var(--ps-orange); font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.ps-buying-card h2 { max-width: 520px; margin: 36px 0 12px; font-family: var(--ps-display); font-size: 34px; line-height: .95; text-transform: uppercase; }
.ps-buying-card p { max-width: 620px; color: var(--ps-steel); font-size: 12px; line-height: 1.55; }
.ps-buying-card > a { margin-top: auto; color: var(--ps-orange); font-size: 10px; font-weight: 950; text-decoration: none; }
.ps-buying-card--fitment { background: var(--ps-black); color: #fff; }
.ps-buying-card--fitment p { color: #b5bbb7; }
.ps-buying-card--fitment > a { color: var(--ps-acid); }
.ps-shipping-facts { display: grid; gap: 4px; margin: 0 0 12px; }
.ps-shipping-facts > div { display: flex; justify-content: space-between; gap: 16px; padding: 6px 0; border-bottom: 1px solid var(--ps-line); font-size: 10px; }
.ps-shipping-facts dt { color: var(--ps-steel); }
.ps-shipping-facts dd { margin: 0; font-weight: 850; text-align: right; }

.ps-mobile-sales-bar { display: none; }

/* Footer v9: one useful destination per column, no duplicated policy menu. */
.footer-grid--v9 { grid-template-columns: 1.35fr .8fr .9fr .65fr .9fr; gap: 34px; }
.footer-contact-card .footer-email { color: #fff; font-family: inherit; font-size: 11px; }

@media (max-width: 1180px) {
  .hero-actions--primary { grid-template-columns: 1fr 1fr; }
  .home-trust-grid-v9 { grid-template-columns: 1fr 1fr; }
  .home-trust-grid-v9 > *:nth-child(3) { border-left: 1px solid var(--ps-line); }
  .machine-grid-v9 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .attachment-grid-v9 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid--v9 { grid-template-columns: 1.4fr repeat(2,1fr); }
}

@media (max-width: 980px) {
  .lead-page-intro { grid-template-columns: 1fr; gap: 18px; }
  .proskid-lead-form .form-grid--three { grid-template-columns: 1fr 1fr; }
  .ps-product-assist-actions { grid-template-columns: 1fr; }
  .ps-assist-action { min-height: 74px; }
  .ps-product-specs dl,.ps-buying-grid { grid-template-columns: 1fr; }
  .ps-buying-head { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 700px) {
  .hero-actions--primary { grid-template-columns: 1fr; }
  .home-trust-grid-v9,.machine-grid-v9,.attachment-grid-v9,.resource-grid { grid-template-columns: 1fr; }
  .home-trust-grid-v9 > * { min-height: 76px; border-left: 1px solid var(--ps-line); }
  .machine-grid-v9 > a { min-height: 145px; }
  .attachment-grid-v9 a { min-height: 104px; }
  .proskid-lead-form .form-grid--three { grid-template-columns: 1fr; }
  .ps-product-specs dl > div { grid-template-columns: 1fr; }
  .ps-product-specs dd { border-left: 0; border-top: 1px solid var(--ps-line); }
  .ps-buying-card { min-height: 240px; }
  body.single-product { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .ps-mobile-sales-bar {
    position: fixed;
    z-index: 9997;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--ps-black);
    box-shadow: 0 -6px 20px rgba(0,0,0,.18);
  }
  .ps-mobile-sales-bar a { min-height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-right: 1px solid rgba(255,255,255,.16); color: #fff; text-decoration: none; }
  .ps-mobile-sales-bar a:last-child { border-right: 0; }
  .ps-mobile-sales-bar span { color: var(--ps-acid); font-size: 14px; }
  .ps-mobile-sales-bar strong { font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
  .footer-grid--v9 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .footer-grid--v9 { grid-template-columns: 1fr; }
}

/* v9 catalog autocomplete */
.header-search { position: relative; }
.header-search-suggestions {
  position: absolute;
  z-index: 120;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  border: 1px solid var(--ps-ink);
  box-shadow: 8px 8px 0 rgba(8,13,10,.16);
  max-height: min(62vh, 470px);
  overflow: auto;
}
.header-search-suggestions.is-open { display: block; }
.header-search-suggestion {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 20px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 12px 14px;
  color: var(--ps-ink);
  text-decoration: none;
  border-bottom: 1px solid #dedbd2;
  background: #fff;
}
.header-search-suggestion:last-child { border-bottom: 0; }
.header-search-suggestion:hover,
.header-search-suggestion:focus-visible { background: #f4f1e8; outline: 3px solid var(--ps-orange); outline-offset: -3px; }
.header-search-suggestion__main { min-width: 0; display: grid; gap: 4px; }
.header-search-suggestion__main strong { font-size: 12px; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-search-suggestion__main small { color: #747b76; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.header-search-suggestion__price { font-family: var(--ps-display); font-size: 14px; white-space: nowrap; }
.header-search-suggestion__arrow { color: var(--ps-orange); font-size: 17px; font-weight: 900; }

@media (max-width: 700px) {
  .header-search-suggestions { position: fixed; left: 12px; right: 12px; top: 128px; max-height: 55vh; }
  .header-search-suggestion { grid-template-columns: minmax(0,1fr) 18px; }
  .header-search-suggestion__price { display: none; }
}

/* ================================================================
   v10 — remediation / trust / product-information refinements
   ================================================================ */
.ps-inquiry-topic{border:0;margin:0 0:24px;padding:0}.ps-inquiry-topic legend{display:block;margin:0 0 12px;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ps-inquiry-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--line,#d8d4ca)}.ps-inquiry-topic-grid label{position:relative;display:block;margin:0;border-right:1px solid var(--line,#d8d4ca);border-bottom:1px solid var(--line,#d8d4ca);cursor:pointer}.ps-inquiry-topic-grid label:nth-child(2n){border-right:0}.ps-inquiry-topic-grid label:nth-last-child(-n+2){border-bottom:0}.ps-inquiry-topic-grid label:last-child:nth-child(odd){grid-column:1/-1;border-right:0}.ps-inquiry-topic-grid input{position:absolute;opacity:0;pointer-events:none}.ps-inquiry-topic-grid span{display:flex;align-items:center;min-height:54px;padding:12px 15px;font-size:13px;font-weight:800;line-height:1.25;background:#fff;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.ps-inquiry-topic-grid input:checked+span{background:var(--ink,#070b09);color:#fff;box-shadow:inset 5px 0 0 var(--signal,#ff5b1a)}.ps-inquiry-topic-grid input:focus-visible+span{outline:3px solid var(--signal,#ff5b1a);outline-offset:-3px}.ps-inquiry-topic-help{margin:10px 0 0!important;font-size:13px!important;color:#69716d}.contact-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:28px 0;border-top:1px solid var(--line,#d8d4ca);border-left:1px solid var(--line,#d8d4ca)}.contact-path-grid span{padding:12px 14px;border-right:1px solid var(--line,#d8d4ca);border-bottom:1px solid var(--line,#d8d4ca);font-size:11px;font-weight:900;letter-spacing:.07em}.contact-response-note{padding:11px 13px;border-left:4px solid var(--signal,#ff5b1a);background:#f3f0e8}.about-order-flow{margin-top:56px}.about-order-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line,#d8d4ca);border-left:1px solid var(--line,#d8d4ca)}.about-order-flow-grid article{padding:24px;border-right:1px solid var(--line,#d8d4ca);border-bottom:1px solid var(--line,#d8d4ca)}.about-order-flow-grid article>span{font-size:11px;font-weight:900;color:var(--signal,#ff5b1a)}.about-order-flow-grid h3{margin:10px 0 8px;font-size:20px}.about-order-flow-grid p{margin:0;color:#5c625f;font-size:14px;line-height:1.6}.ps-verified-product-details{margin:34px 0 0;padding:32px;border:1px solid var(--line,#d8d4ca);background:#f6f3eb}.ps-verified-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px;border-top:1px solid var(--line,#d8d4ca);border-left:1px solid var(--line,#d8d4ca)}.ps-verified-detail-grid article{padding:22px;border-right:1px solid var(--line,#d8d4ca);border-bottom:1px solid var(--line,#d8d4ca);background:#fff}.ps-verified-detail-grid article small{display:block;margin-bottom:8px;font-size:10px;font-weight:900;letter-spacing:.1em;color:#6e7772}.ps-verified-detail-grid p,.ps-verified-detail-grid li{font-size:14px;line-height:1.6}.ps-verified-detail-grid ul{margin:0;padding-left:18px}.ps-verified-detail-grid a{display:inline-block;margin-top:12px;font-size:12px;font-weight:900;letter-spacing:.06em}.ps-category-assistance{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:30px;margin:42px 0 12px;padding:28px;border:1px solid var(--line,#d8d4ca);border-top:6px solid var(--signal,#ff5b1a);background:#f6f3eb}.ps-category-assistance small{font-size:10px;font-weight:900;letter-spacing:.1em;color:#69716d}.ps-category-assistance h2{margin:8px 0 10px;font-size:28px}.ps-category-assistance p{margin:0;max-width:760px;font-size:14px;line-height:1.65;color:#545c58}.ps-category-assistance-actions{display:grid;align-content:center;gap:8px}.ps-category-assistance-actions a{display:flex;justify-content:space-between;gap:16px;padding:13px 14px;background:var(--ink,#070b09);color:#fff;font-size:11px;font-weight:900;letter-spacing:.05em;text-decoration:none}.ps-category-assistance-actions a:hover{background:var(--signal,#ff5b1a)}
@media (max-width:900px){.contact-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-order-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-category-assistance{grid-template-columns:1fr}.ps-verified-product-details{padding:22px}}
@media (max-width:620px){.ps-inquiry-topic-grid,.ps-verified-detail-grid,.about-order-flow-grid,.contact-path-grid{grid-template-columns:1fr}.ps-inquiry-topic-grid label,.ps-inquiry-topic-grid label:nth-child(2n),.ps-inquiry-topic-grid label:nth-last-child(-n+2),.ps-inquiry-topic-grid label:last-child:nth-child(odd){grid-column:auto;border-right:0;border-bottom:1px solid var(--line,#d8d4ca)}.ps-inquiry-topic-grid label:last-child{border-bottom:0}.ps-verified-product-details,.ps-category-assistance{padding:18px}.ps-category-assistance h2{font-size:23px}}
