/* webbing.css - JUKMO belts catalogue. Palette from brand banner:
   coal slate + navy webbing + coyote tan hardware. */

:root {
  --coal: #14181d;
  --slate: #222932;
  --steel: #37414e;
  --seamgrey: #d7dbe0;
  --fog: #eef0f2;
  --paper: #ffffff;
  --inktext: #1b2129;
  --dimtext: #5a6472;
  --coyote: #b08d57;
  --coyote-deep: #92703e;
  --navyband: #2b3a5c;
  --good: #2e7d4f;
  --head: 'Rajdhani', 'Arial Narrow', sans-serif;
  --body: 'IBM Plex Sans', 'Segoe UI', sans-serif;
}

@font-face {
  font-family: 'Rajdhani';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url(rajdhani-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url(rajdhani-700.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal; font-weight: 400 600; font-stretch: 100%; font-display: swap;
  src: url(plexsans.woff2) format('woff2');
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-size: 16px; line-height: 1.6;
  color: var(--inktext);
  background: var(--fog);
}
img { max-width: 100%; display: block; }
a { color: var(--navyband); }
a:hover { color: var(--coyote-deep); }
[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.webbing { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ---------- top strip ---------- */
.cinch {
  background: var(--coal);
  color: #aab3bf;
  font-size: .78rem;
}
.cinch .webbing {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 32px; gap: 12px;
}
.cinch-note { letter-spacing: .04em; }
.cinch-links { display: flex; gap: 16px; white-space: nowrap; }
.cinch-links a { color: #cfd6de; text-decoration: none; }
.cinch-links a:hover { color: var(--coyote); }

/* ---------- header: burger / centered brand / fit button ---------- */
.buckle {
  background: var(--slate);
}
.buckle .webbing {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 16px;
  min-height: 80px;
}
.hasp {
  grid-column: 1; justify-self: start;
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; padding: 8px 4px; cursor: pointer;
}
.hasp span { display: block; width: 24px; height: 2px; background: #dfe4ea; }
.buckle-brand {
  grid-column: 2;
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none; text-align: center;
}
.buckle-brand b {
  font-family: var(--head); font-weight: 700;
  font-size: 2.05rem; letter-spacing: .2em; line-height: 1.05;
  color: #fff; text-transform: uppercase;
  margin-right: -.2em; /* компенсация трекинга для честного центра */
}
.buckle-brand span {
  font-size: .64rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--coyote); margin-right: -.26em;
}
.buckle-fit {
  grid-column: 3; justify-self: end;
  font-family: var(--head); font-weight: 600; font-size: .98rem;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--coal); background: var(--coyote);
  text-decoration: none; padding: 8px 16px;
}
.buckle-fit:hover { background: #c9a76f; color: var(--coal); }

/* ---------- category band under the header ---------- */
.chape { background: var(--coyote); }
.keeper ul {
  list-style: none;
  display: flex; justify-content: center; flex-wrap: wrap;
}
.keeper a {
  display: block; padding: 10px 16px;
  font-family: var(--head); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--coal); text-decoration: none;
}
.keeper a:hover, .keeper a.is-here { background: var(--coyote-deep); color: #fff; }

/* ---------- hero ---------- */
.harness {
  background:
    repeating-linear-gradient(-55deg,
      rgba(255,255,255,.028) 0 14px, rgba(255,255,255,0) 14px 28px),
    linear-gradient(115deg, var(--coal) 0%, var(--slate) 58%, var(--navyband) 130%);
  color: #e8ebef;
  padding: 54px 0 46px;
}
.harness-core { text-align: center; }
.harness-kick {
  font-family: var(--head); font-weight: 600; font-size: .95rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--coyote);
  margin-bottom: 10px;
}
.harness h1 {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  color: #fff;
}
.harness-accent { color: var(--coyote); }
.harness-lede { max-width: 56ch; margin: 16px auto 24px; color: #c3cad3; }
.harness-cta { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* лента топ-5 под hero */
.tiprail-wrap { margin-top: 42px; }
.tiprail-lead {
  font-family: var(--head); font-weight: 600; font-size: .88rem;
  letter-spacing: .2em; text-transform: uppercase; color: #9aa4b0;
  text-align: center; margin-bottom: 14px;
}
.tiprail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.tipcard {
  background: var(--paper); padding: 12px;
  border: 1px solid transparent;
  text-decoration: none; color: var(--inktext);
  display: flex; flex-direction: column; gap: 6px;
}
.tipcard:hover { border-color: var(--coyote); color: var(--inktext); }
.tipcard img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.tip-t { font-size: .78rem; line-height: 1.35; }
.tip-p { font-family: var(--head); font-weight: 700; font-size: 1.05rem; margin-top: auto; }
.tip-p em {
  font-family: var(--body); font-style: normal; font-weight: 600;
  font-size: .76rem; color: var(--coyote-deep); margin-left: 4px;
}
.studline {
  display: flex; gap: 26px; flex-wrap: wrap;
  margin-top: 34px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.studline b {
  display: block; font-family: var(--head); font-weight: 700;
  font-size: 1.55rem; color: var(--coyote); line-height: 1.1;
}
.studline span { font-size: .8rem; color: #9aa4b0; letter-spacing: .03em; }

/* ---------- buttons ---------- */
.tang, .tang-ghost {
  display: inline-block;
  font-family: var(--head); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 11px 24px; text-decoration: none;
  border: 1px solid transparent; cursor: pointer;
}
.tang { background: var(--coyote); color: var(--coal); }
.tang:hover { background: #c9a76f; color: var(--coal); }
.tang-ghost { background: transparent; color: #e8ebef; border-color: #5a6472; }
.tang-ghost:hover { border-color: var(--coyote); color: var(--coyote); }
.tang-buy {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%;
  font-family: var(--head); font-weight: 600; font-size: 1.05rem;
  letter-spacing: .07em; text-transform: uppercase;
  background: var(--inktext); color: #fff;
  border: none; padding: 12px 18px; cursor: pointer;
}
.tang-buy:hover { background: var(--coyote-deep); }
.tang-buy svg { width: 17px; height: 17px; flex-shrink: 0; }

/* ---------- sections ---------- */
.ply { padding: 44px 0; }
.ply-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 14px; margin-bottom: 22px; flex-wrap: wrap;
}
.ply-head h2 { font-size: 1.65rem; }
.ply-head a { font-size: .88rem; white-space: nowrap; }
.ply-sub { color: var(--dimtext); max-width: 68ch; margin: -14px 0 22px; }
.ply--dark { background: var(--slate); color: #dfe4ea; }
.ply--dark h2 { color: #fff; }
.ply--seam { background: var(--paper); border-block: 1px solid var(--seamgrey); }
.ply-head--mid { display: block; text-align: center; margin-bottom: 26px; }
.ply-head--mid h2 { font-size: 1.9rem; }
.ply-head--mid p { color: var(--dimtext); max-width: 62ch; margin: 8px auto 0; }

/* ---------- product cards ---------- */
.loop-grid {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.loop {
  background: var(--paper);
  border: 1px solid var(--seamgrey);
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color .15s, transform .15s;
}
.loop:hover { border-color: var(--coyote); transform: translateY(-3px); }
.eyelet {
  aspect-ratio: 1; overflow: hidden;
  background: #fff; padding: 14px;
}
.eyelet img { width: 100%; height: 100%; object-fit: contain; }
.stud {
  position: absolute; top: 10px; left: 10px;
  background: var(--coal); color: var(--coyote);
  font-size: .74rem; font-weight: 600;
  padding: 3px 8px; letter-spacing: .03em;
}
.loop-body {
  padding: 12px 14px 14px;
  display: flex; flex-direction: column; gap: 8px; flex: 1;
  border-top: 1px solid var(--seamgrey);
}
.loop-cat {
  font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--dimtext);
}
.loop-name {
  font-family: var(--head); font-weight: 600; font-size: 1.1rem;
  line-height: 1.25; text-transform: uppercase; letter-spacing: .02em;
}
.loop-name a { color: var(--inktext); text-decoration: none; }
.loop-name a::after { content: ''; position: absolute; inset: 0; }
.loop-name a:hover { color: var(--coyote-deep); }
.rivet {
  margin-top: auto;
  display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
}
.rivet b { font-family: var(--head); font-weight: 700; font-size: 1.32rem; }
.rivet span { font-size: .76rem; color: var(--dimtext); }
.loop .tang-buy { position: relative; z-index: 1; }

/* ---------- breadcrumbs ---------- */
.threadline { font-size: .8rem; color: var(--dimtext); padding: 16px 0 0; }
.threadline ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; }
.threadline li + li::before { content: '/'; margin: 0 6px; color: #aab3bf; }
.threadline a { color: var(--dimtext); text-decoration: none; }
.threadline a:hover { color: var(--coyote-deep); }

/* ---------- product page ---------- */
.holdfast {
  display: grid; grid-template-columns: minmax(320px, 520px) 1fr;
  gap: 40px; padding: 28px 0 12px; align-items: start;
}
.holdfast-shot {
  background: var(--paper); border: 1px solid var(--seamgrey); padding: 26px;
}
.holdfast-info h1 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  margin-bottom: 8px;
}
.holdfast-fam { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--dimtext); margin-bottom: 4px; }
.holdfast-score { display: flex; align-items: center; gap: 8px; margin: 8px 0 14px; font-size: .9rem; }
.holdfast-score .nub { color: var(--coyote-deep); font-size: 1rem; letter-spacing: 2px; }
.holdfast-score span { color: var(--dimtext); }
.rivetbar {
  background: var(--paper); border: 1px solid var(--seamgrey);
  padding: 18px; margin: 18px 0;
}
.rivetbar-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.rivetbar-price b { font-family: var(--head); font-weight: 700; font-size: 2rem; }
.rivetbar-price span { font-size: .8rem; color: var(--good); font-weight: 600; }
.girth-note { font-size: .74rem; color: var(--dimtext); margin-top: 10px; line-height: 1.45; }
.holdfast-copy { margin: 14px 0; }
.holdfast-copy p { margin-bottom: 12px; }

/* colour siblings */
.shadeply { margin: 18px 0; }
.shadeply h3 { font-size: .82rem; letter-spacing: .1em; color: var(--dimtext); margin-bottom: 8px; }
.shadeply ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.shadeply a, .shadeply b {
  display: inline-block; padding: 6px 12px;
  font-size: .82rem; text-decoration: none;
  border: 1px solid var(--seamgrey); background: var(--paper); color: var(--inktext);
}
.shadeply b { border-color: var(--coal); background: var(--coal); color: #fff; font-weight: 400; }
.shadeply a:hover { border-color: var(--coyote); color: var(--coyote-deep); }

/* feature pairs */
.featply { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; margin: 10px 0; }
.featply div { background: var(--paper); border: 1px solid var(--seamgrey); padding: 16px; }
.featply h3 { font-size: 1.02rem; margin-bottom: 6px; }
.featply p { font-size: .9rem; color: var(--dimtext); }

/* size table */
.waistband { margin: 24px 0; }
.waistband h2 { font-size: 1.3rem; margin-bottom: 12px; }
.waistband-scroll { overflow-x: auto; }
.waistband table { border-collapse: collapse; width: 100%; background: var(--paper); font-size: .9rem; }
.waistband th, .waistband td { border: 1px solid var(--seamgrey); padding: 9px 13px; text-align: left; white-space: nowrap; }
.waistband th { background: var(--slate); color: #dfe4ea; font-family: var(--head); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; font-size: .85rem; }
.waistband caption { caption-side: bottom; text-align: left; font-size: .78rem; color: var(--dimtext); padding-top: 8px; }

/* review quotes */
.loopquote-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.loopquote { background: var(--paper); border: 1px solid var(--seamgrey); border-left: 3px solid var(--coyote); padding: 16px; }
.loopquote .nub { color: var(--coyote-deep); letter-spacing: 2px; font-size: .9rem; }
.loopquote h3 { font-size: 1rem; margin: 6px 0; text-transform: none; letter-spacing: 0; font-family: var(--body); font-weight: 600; }
.loopquote p { font-size: .88rem; color: var(--dimtext); }
.loopquote footer { font-size: .76rem; color: var(--dimtext); margin-top: 10px; }
.ply--dark .loopquote { background: var(--coal); border-color: var(--steel); }
.ply--dark .loopquote h3 { color: #fff; }
.ply--dark .loopquote p, .ply--dark .loopquote footer { color: #aab3bf; }

/* ---------- fit finder ---------- */
.grommet {
  background: var(--paper); border: 1px solid var(--seamgrey);
  padding: 26px; max-width: 620px; margin: 8px 0 30px;
}
.grommet label { display: block; font-weight: 600; margin-bottom: 8px; }
.grommet-row { display: flex; gap: 10px; flex-wrap: wrap; }
.grommet input[type=number] {
  font: inherit; padding: 10px 14px; width: 130px;
  border: 1px solid var(--seamgrey);
}
.grommet input[type=number]:focus { outline: 2px solid var(--coyote); border-color: var(--coyote); }
.grommet-hint { font-size: .8rem; color: var(--dimtext); margin-top: 10px; }
.grommet-out { margin-top: 8px; }
.grommet-out .verdict { font-weight: 600; margin-bottom: 14px; }
.fitrow {
  display: flex; align-items: center; gap: 14px;
  background: var(--paper); border: 1px solid var(--seamgrey);
  padding: 10px 14px; margin-bottom: 10px;
}
.fitrow img { width: 54px; height: 54px; object-fit: contain; flex-shrink: 0; }
.fitrow .fitname { flex: 1; min-width: 0; }
.fitrow .fitname a { font-weight: 600; text-decoration: none; color: var(--inktext); font-size: .92rem; }
.fitrow .fitname a:hover { color: var(--coyote-deep); }
.fitrow .fitname span { display: block; font-size: .78rem; color: var(--dimtext); }
.fitrow .fitsize {
  font-family: var(--head); font-weight: 700; font-size: 1.05rem;
  background: var(--coal); color: var(--coyote);
  padding: 4px 12px; white-space: nowrap;
}

/* ---------- guides / prose ---------- */
.readply { max-width: 760px; }
.readply h1 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 14px; }
.readply h2 { font-size: 1.35rem; margin: 28px 0 10px; }
.readply h3 { font-size: 1.08rem; margin: 20px 0 8px; }
.readply p, .readply li { margin-bottom: 12px; color: #2c3440; }
.readply ul, .readply ol { padding-left: 22px; margin-bottom: 14px; }
.readply table { border-collapse: collapse; width: 100%; background: var(--paper); font-size: .9rem; margin: 14px 0; }
.readply th, .readply td { border: 1px solid var(--seamgrey); padding: 8px 12px; text-align: left; }
.readply th { background: var(--slate); color: #dfe4ea; }
.guide-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.guide-loop { background: var(--paper); border: 1px solid var(--seamgrey); padding: 20px; position: relative; }
.guide-loop:hover { border-color: var(--coyote); }
.guide-loop h3 { font-size: 1.1rem; margin-bottom: 8px; }
.guide-loop a { color: var(--inktext); text-decoration: none; }
.guide-loop a::after { content: ''; position: absolute; inset: 0; }
.guide-loop p { font-size: .88rem; color: var(--dimtext); }

/* ---------- index: USP strip ---------- */
.ferrule { background: var(--paper); border-bottom: 1px solid var(--seamgrey); }
.ferrule-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding-block: 20px;
}
.ferrule-item { display: flex; align-items: center; gap: 12px; font-size: .87rem; line-height: 1.35; }
.ferrule-item svg { flex-shrink: 0; width: 26px; height: 26px; color: var(--coyote-deep); }

/* ---------- index: chips band ---------- */
.punchband { background: var(--slate); padding: 32px 0 36px; }
.punch-lead {
  font-family: var(--head); font-weight: 700; font-size: 1.4rem;
  letter-spacing: .06em; text-transform: uppercase; color: #fff;
  text-align: center; margin-bottom: 16px;
}
.punchrow { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.punchrow a {
  display: inline-block; padding: 9px 18px;
  border: 1px solid #4c5866; color: #dfe4ea;
  font-size: .88rem; text-decoration: none;
}
.punchrow a:hover { border-color: var(--coyote); color: var(--coyote); }

/* ---------- index: category tiles ---------- */
.hideply { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.hidecard {
  display: block; text-decoration: none;
  background: var(--paper); border: 1px solid var(--seamgrey);
}
.hidecard:hover { border-color: var(--coyote); }
.hidecard img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; padding: 10px; }
.hide-overlay { display: block; background: var(--coal); padding: 10px 12px; }
.hide-overlay b {
  display: block;
  font-family: var(--head); font-weight: 600; font-size: 1.02rem;
  letter-spacing: .04em; text-transform: uppercase; color: #fff;
}
.hide-overlay i { font-style: normal; font-size: .76rem; color: #9aa4b0; }

/* ---------- index: promo duo ---------- */
.concho-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.concho { display: block; padding: 34px 30px; text-decoration: none; }
.concho--coal { background: linear-gradient(120deg, var(--coal), var(--slate)); color: #c3cad3; }
.concho--coal h3 { color: #fff; }
.concho--tan { background: linear-gradient(120deg, var(--coyote-deep), var(--coyote)); color: var(--coal); }
.concho h3 { font-size: 1.45rem; margin: 8px 0 10px; }
.concho p { font-size: .92rem; }
.concho-eyebrow {
  font-family: var(--head); font-weight: 600; font-size: .82rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.concho--coal .concho-eyebrow { color: var(--coyote); }
.concho--tan .concho-eyebrow { color: #43310f; }
.concho-cta {
  display: inline-block; margin-top: 14px;
  font-family: var(--head); font-weight: 600; font-size: .95rem;
  letter-spacing: .07em; text-transform: uppercase;
  border-bottom: 2px solid currentColor;
}
.concho:hover .concho-cta { border-bottom-color: transparent; }

/* ---------- index: stats band ---------- */
.studband { background: var(--coal); color: #9aa4b0; }
.studband .studline {
  border-top: none; margin: 0; padding-block: 34px;
  justify-content: center; gap: 64px; text-align: center;
}
.studband .studline b { font-size: 2rem; }

/* ---------- index: comparison table (holes vs buckles) ---------- */
.awlply { max-width: 940px; margin: 0 auto; overflow-x: auto; }
.awlply table { border-collapse: collapse; width: 100%; background: var(--paper); font-size: .92rem; }
.awlply th, .awlply td { border: 1px solid var(--seamgrey); padding: 12px 16px; text-align: left; vertical-align: top; }
.awlply thead th {
  background: var(--slate); color: #dfe4ea;
  font-family: var(--head); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; font-size: .9rem;
}
.awlply thead th:last-child { background: var(--coyote-deep); color: #fff; }
.awlply tbody td:first-child {
  font-family: var(--head); font-weight: 600; font-size: .98rem;
  letter-spacing: .03em; text-transform: uppercase;
  background: var(--fog); white-space: nowrap;
}
.awlply tbody td:nth-child(2) { color: var(--dimtext); }
.awlply tbody td:last-child { background: #faf6ef; }

/* ---------- index: fit guide columns ---------- */
.creaser-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.creaser-steps h3, .creaser-table h3 { font-size: 1.15rem; margin-bottom: 14px; }
.creaser-steps ol { list-style: none; counter-reset: crease; }
.creaser-steps li {
  counter-increment: crease;
  position: relative; padding-left: 46px; margin-bottom: 16px;
}
.creaser-steps li::before {
  content: counter(crease);
  position: absolute; left: 0; top: 2px;
  width: 30px; height: 30px; display: grid; place-items: center;
  background: var(--coal); color: var(--coyote);
  font-family: var(--head); font-weight: 700; font-size: 1.05rem;
}
.creaser-steps li b { display: block; }
.creaser-table table { border-collapse: collapse; width: 100%; background: var(--paper); font-size: .9rem; }
.creaser-table th, .creaser-table td { border: 1px solid var(--seamgrey); padding: 9px 13px; text-align: left; }
.creaser-table th {
  background: var(--slate); color: #dfe4ea;
  font-family: var(--head); font-weight: 600; letter-spacing: .05em;
  text-transform: uppercase; font-size: .85rem;
}
.creaser-cta { margin-top: 18px; }

/* ---------- index: flagship spotlight ---------- */
.burnish {
  display: grid; grid-template-columns: minmax(280px, 440px) 1fr;
  gap: 40px; align-items: center;
}
.burnish-shot { background: var(--paper); border: 1px solid var(--seamgrey); padding: 26px; }
.burnish-text h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 6px 0 10px; }
.burnish .concho-eyebrow { color: var(--coyote-deep); }
.burnish-score { color: var(--dimtext); font-size: .92rem; margin-bottom: 12px; }
.burnish-score .nub { color: var(--coyote-deep); letter-spacing: 2px; }
.burnish-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.burnish-price { font-family: var(--head); font-weight: 700; font-size: 1.9rem; }
.burnish .tang-buy { width: auto; padding: 12px 26px; }
.burnish-more { font-size: .88rem; white-space: nowrap; }

/* ---------- index: closing CTA band ---------- */
.snapband {
  background: linear-gradient(115deg, var(--coal), var(--slate));
  color: #aab3bf; text-align: center; padding: 52px 0;
}
.snapband h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 12px; }
.snapband p { max-width: 62ch; margin: 0 auto 22px; }

/* ---------- footer ---------- */
.billet { background: var(--coal); color: #9aa4b0; margin-top: 0; font-size: .88rem; }
.billet-grid {
  display: grid; gap: 30px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 42px 0 30px;
}
.billet h3 { color: #dfe4ea; font-size: .95rem; letter-spacing: .08em; margin-bottom: 12px; }
.billet ul { list-style: none; }
.billet li { margin-bottom: 7px; }
.billet a { color: #9aa4b0; text-decoration: none; }
.billet a:hover { color: var(--coyote); }
.billet-brand b { font-family: var(--head); font-weight: 700; font-size: 1.4rem; letter-spacing: .09em; color: #fff; text-transform: uppercase; }
.billet-brand p { margin-top: 10px; max-width: 40ch; }
.billet-foot {
  border-top: 1px solid #262e38;
  padding: 16px 0; font-size: .76rem;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
}

/* ---------- misc ---------- */
.nub { font-style: normal; }
.pagepad { padding: 10px 0 30px; }
.pagepad h1 { font-size: clamp(1.7rem, 3.4vw, 2.3rem); margin-bottom: 16px; }

/* ---------- mobile ---------- */
@media (max-width: 860px) {
  .buckle .webbing { min-height: 64px; }
  .hasp { display: flex; }
  .buckle-brand b { font-size: 1.6rem; }
  .buckle-fit { font-size: .88rem; padding: 7px 12px; }
  .chape { display: none; }
  body.unbuckled .chape { display: block; }
  .keeper ul { flex-direction: column; }
  .keeper a { border-bottom: 1px solid var(--coyote-deep); padding: 11px 20px; }
  .tiprail { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .tipcard { min-width: 150px; }
  .ferrule-grid { grid-template-columns: 1fr 1fr; }
  .hideply { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  .concho-duo, .creaser-cols { grid-template-columns: 1fr; }
  .burnish { grid-template-columns: 1fr; gap: 22px; }
  .studband .studline { gap: 28px; }
  .holdfast { grid-template-columns: 1fr; gap: 22px; }
  .billet-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .cinch-note { display: none; }
  .cinch .webbing { justify-content: center; }
  .loop-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .loop-body { padding: 10px; }
  .harness { padding: 38px 0 32px; }
  .ferrule-grid { grid-template-columns: 1fr; gap: 10px; }
  .concho { padding: 26px 20px; }
  .studband .studline { gap: 20px; }
  .studband .studline b { font-size: 1.55rem; }
  .billet-grid { grid-template-columns: 1fr; gap: 22px; }
  .waistband th, .waistband td { padding: 7px 9px; font-size: .82rem; }
  .awlply th, .awlply td { padding: 8px 10px; font-size: .84rem; }
  .awlply tbody td:first-child { white-space: normal; }
}
