

@font-face {
  font-family: 'Saira Condensed';
  src: url('saira-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Saira Condensed';
  src: url('saira-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('sarabun-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('sarabun-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}

:root {
  --ink: #0A0A0B;
  --ink-soft: #23242A;
  --gold: #D4A02C;
  --gold-lit: #EFCB6A;
  --amber: #A9760F;
  --turf: #4E8B33;
  --track: #8E3A2F;
  --cream: #F6F3EC;
  --cream-deep: #EBE5D8;
  --line: #D8D0BF;
  --line-dark: #34353C;
  --body: #2C2C31;
  --mute: #6A6A72;
  --mute-dark: #A6A49C;
  --head: 'Saira Condensed', 'Arial Narrow', system-ui, sans-serif;
  --text: 'Sarabun', system-ui, -apple-system, sans-serif;
  --rail: 1220px;
  --pad: 26px;
}

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

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--body);
  font-family: var(--text);
  font-size: 17px;
  line-height: 1.62;
}

img { max-width: 100%; display: block; }

a { color: var(--amber); }
a:hover { color: var(--track); }

h1, h2, h3, h4 {
  font-family: var(--head);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.005em;
  margin: 0 0 14px;
}
h1 { font-size: clamp(32px, 4.4vw, 54px); }
h2 { font-size: clamp(26px, 3.2vw, 38px); }
h3 { font-size: clamp(19px, 2vw, 24px); }
p { margin: 0 0 15px; }

.sockline {
  max-width: var(--rail);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.topcut {
  position: absolute; left: -9999px;
  background: var(--ink); color: var(--cream);
  padding: 10px 16px; z-index: 99;
}
.topcut:focus { left: 12px; top: 12px; }

.needlerow { background: var(--gold); color: var(--ink); }
.needlerow-in {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 34px; padding-top: 5px; padding-bottom: 5px;
  font-family: var(--head); font-weight: 600; font-size: 13.5px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.needlerow-note { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.needlerow-links { margin: 0; display: flex; gap: 20px; flex: 0 0 auto; }
.needlerow-links a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(10,10,11,.45); }
.needlerow-links a:hover { border-bottom-color: var(--ink); }

.millrail {
  background: var(--ink);
  color: var(--cream);
  border-bottom: 1px solid var(--line-dark);
  position: sticky; top: 0; z-index: 40;
}
.millrail-in {
  display: flex; align-items: center; gap: 26px;
  min-height: 74px;
}

.millmark {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--cream);
  flex: 0 0 auto;
}
.millmark img { width: 35px; height: 41px; }
.millmark-word {
  display: block; line-height: 1;
  font-family: var(--head); font-weight: 700;
  font-size: 29px; letter-spacing: 0.12em; text-transform: uppercase;
}
.millmark-word em {
  display: block; font-style: normal; margin-top: 4px;
  font-weight: 600; font-size: 10.5px; letter-spacing: 0.22em;
  color: var(--gold);
}
.millmark:hover .millmark-word { color: var(--gold-lit); }
.stackmark {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--cream);
  font-family: var(--head); font-weight: 700;
  font-size: 27px; letter-spacing: 0.10em;
  text-transform: uppercase;
  flex: 0 0 auto;
}
.stackmark:hover { color: var(--gold-lit); }

.stackmark img { width: 26px; height: 30px; }
.stackmark span { line-height: 1; }

.risenav { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.risenav-deck {
  display: flex; align-items: center; gap: 22px;
  list-style: none; margin: 0; padding: 0;
}
.risenav-deck a {
  color: var(--cream); text-decoration: none;
  font-family: var(--head); font-weight: 600;
  font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 6px 0; border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.risenav-deck a:hover, .risenav-deck a[aria-current] {
  color: var(--gold-lit); border-bottom-color: var(--gold);
}

.risenav-tick {
  font-size: 11px; font-weight: 600; color: var(--gold);
  margin-left: 4px; vertical-align: super; letter-spacing: 0;
}
.risenav-latch {
  display: none; background: none; border: 1px solid #4A4B52;
  color: var(--cream); font-family: var(--head); font-size: 15px;
  letter-spacing: 0.07em; text-transform: uppercase;
  padding: 8px 13px; cursor: pointer; border-radius: 3px;
}

.storepull {
  background: none; color: var(--gold-lit); border: 2px solid var(--gold);
  font-family: var(--head); font-weight: 700; font-size: 15px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 3px; cursor: pointer;
  white-space: nowrap;
}
.storepull:hover { background: var(--gold); color: var(--ink); }

.floorplain, .floortint, .floordark { padding: 62px 0; }
.floorplain { background: var(--cream); }
.floortint { background: var(--cream-deep); }
.floordark { background: var(--ink); color: #DAD6CC; }
.floordark h2, .floordark h3 { color: var(--cream); }

.floordark a:not(.pushgold):not(.pushline) { color: var(--gold-lit); }

.bandhead { max-width: 760px; margin: 0 0 34px; }
.bandhead p { color: var(--mute); font-size: 18px; margin: 0; }
.floordark .bandhead p { color: var(--mute-dark); }
.bandhead-kick {
  font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--amber); margin: 0 0 8px;
}
.floordark .bandhead-kick { color: var(--gold); }

.gaugefloor {
  background: var(--ink);
  color: #DAD6CC;
  padding: 58px 0 54px;
  border-bottom: 1px solid var(--line-dark);
}
.gaugefloor-in { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 52px; align-items: center; }
.gaugefloor-copy h1 { color: var(--cream); margin-bottom: 16px; }
.threadkick {
  font-family: var(--head); font-weight: 600; font-size: 13.5px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 14px;
}
.gaugefloor-lead { font-size: 19px; color: #C6C2B8; margin-bottom: 26px; max-width: 33em; }
.gaugefloor-acts { display: flex; flex-wrap: wrap; gap: 12px; }

.loomtally {
  list-style: none; margin: 30px 0 0; padding: 22px 0 0;
  border-top: 1px solid var(--line-dark);
  display: flex; gap: 40px; flex-wrap: wrap;
}
.loomtally b {
  display: block; font-family: var(--head); font-weight: 700;
  font-size: 30px; line-height: 1; color: var(--gold-lit);
}
.loomtally span { display: block; margin-top: 5px; font-size: 13px; color: var(--mute-dark); }

.riseladder { min-width: 0; }
.riseladder-head {
  font-family: var(--head); font-weight: 600; font-size: 13px;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 16px;
}
.riseladder-row {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; align-items: end;
}
.riseladder-rung { display: block; text-decoration: none; min-width: 0; }
.riseladder-shot {
  display: block; background: #fff; border-radius: 4px 4px 0 0; overflow: hidden;
  border-bottom: 3px solid var(--gold);
}
.riseladder-shot img { display: block; width: 100%; height: 100%; object-fit: cover; }

.rung-1 .riseladder-shot { height: 130px; }
.rung-2 .riseladder-shot { height: 180px; }
.rung-3 .riseladder-shot { height: 230px; }
.riseladder-name {
  display: block; margin-top: 10px;
  font-family: var(--head); font-weight: 600; font-size: 15px;
  letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.riseladder-tick { display: block; margin-top: 2px; font-size: 12.5px; color: var(--mute-dark); }
.riseladder-rung:hover .riseladder-name { color: var(--gold-lit); }
.woolseam { margin: 20px 0 0; font-size: 14.5px; color: var(--mute-dark); }
.woolseam a { color: var(--gold-lit); }

.pushgold, .pushline {
  display: inline-block; text-decoration: none;
  font-family: var(--head); font-weight: 700; font-size: 16px;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 24px; border-radius: 3px; border: 2px solid transparent;
  cursor: pointer;
}
.pushgold { background: var(--gold); color: var(--ink); }
.pushgold:hover { background: var(--gold-lit); color: var(--ink); }
.pushline { border-color: #55565D; color: var(--cream); background: none; }
.pushline:hover { border-color: var(--gold); color: var(--gold-lit); }

.gaugegrid { width: 100%; border-collapse: collapse; font-size: 15px; }
.gaugegrid th, .gaugegrid td {
  border: 1px solid var(--line); padding: 12px 14px; text-align: left;
}
.gaugegrid thead th {
  background: var(--ink); color: var(--cream);
  font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.09em; text-transform: uppercase;
}
.gaugegrid tbody th {
  background: var(--cream-deep);
  font-family: var(--head); font-weight: 600; font-size: 16px; color: var(--ink);
}
.gaugegrid td { background: #fff; text-align: center; }
.gaugegrid td a {
  display: block; text-decoration: none; color: var(--ink);
  font-family: var(--head); font-weight: 700; font-size: 25px; line-height: 1.1;
}
.gaugegrid td a span {
  display: block; font-family: var(--text); font-weight: 400;
  font-size: 12px; color: var(--mute); letter-spacing: 0.02em; margin-top: 3px;
}
.gaugegrid td a:hover { color: var(--amber); }
.gaugegrid .is-empty { color: var(--mute); font-size: 22px; font-family: var(--head); }
.gaugegrid-note { margin: 14px 0 0; font-size: 15px; color: var(--mute); }

.pairgrid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
}

.pilegroup + .pilegroup { margin-top: 46px; padding-top: 40px; border-top: 1px solid var(--line); }
.pilegroup > h2 { font-size: clamp(21px, 2.2vw, 27px); margin: 0 0 6px; }
.pilegroup .swatchrow-lead { margin-bottom: 20px; }
.terrycard {
  background: #fff; border: 1px solid var(--line); border-radius: 5px;
  display: flex; flex-direction: column; overflow: hidden;
}
.terrycard:hover { border-color: var(--gold); }
.terryface { display: flex; flex-direction: column; text-decoration: none; color: var(--body); padding: 0 0 12px; }
.terryshot {
  display: block; position: relative; width: 100%;
  aspect-ratio: 1 / 1; min-height: 0;
  background: #fff; border-bottom: 1px solid var(--line);
}
.terryshot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.terrycard-name {
  font-family: var(--head); font-weight: 600; font-size: 18px; line-height: 1.22;
  color: var(--ink); padding: 13px 14px 0;
}
.terryface:hover .terrycard-name { color: var(--amber); }
.terrycard-meta { font-size: 13px; color: var(--mute); padding: 6px 14px 0; }
.terrycard-fit {
  font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.06em; color: var(--turf); padding: 5px 14px 0;
}
.terrycard-price {
  font-family: var(--head); font-weight: 700; font-size: 19px;
  color: var(--ink); padding: 8px 14px 0;
}
.terrygo {
  margin: auto 12px 12px; background: var(--ink); color: var(--cream);
  border: 0; border-radius: 3px; cursor: pointer;
  font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 11px 10px;
}
.terrygo:hover { background: var(--amber); }

.numstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.numstrip div { text-align: center; }
.numstrip b {
  display: block; font-family: var(--head); font-weight: 700;
  font-size: clamp(34px, 4.4vw, 52px); color: var(--gold); line-height: 1;
}
.numstrip span { display: block; margin-top: 8px; font-size: 15px; color: var(--mute-dark); }

.loopwall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.loopwall div {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--gold); border-radius: 4px; padding: 24px 22px;
}
.loopwall svg { width: 34px; height: 34px; margin-bottom: 12px; }
.loopwall h3 { margin: 0 0 8px; font-size: 20px; }
.loopwall p { margin: 0; font-size: 15px; color: var(--mute); }

.wearpanel { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.stepline { list-style: none; counter-reset: st; margin: 0; padding: 0; }
.stepline li {
  counter-increment: st; position: relative;
  padding: 0 0 20px 56px; margin: 0 0 20px;
  border-bottom: 1px solid var(--line);
}
.stepline li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.stepline li::before {
  content: counter(st); position: absolute; left: 0; top: -4px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ink); color: var(--gold);
  font-family: var(--head); font-weight: 700; font-size: 21px;
  display: flex; align-items: center; justify-content: center;
}

.chartsheet { width: 100%; border-collapse: collapse; font-size: 15px; }
.chartsheet caption {
  text-align: left; font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber);
  padding-bottom: 10px;
}
.chartsheet th, .chartsheet td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.chartsheet thead th {
  background: var(--ink); color: var(--cream);
  font-family: var(--head); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.chartsheet tbody th { background: var(--cream-deep); font-family: var(--head); font-weight: 600; }
.chartsheet td { background: #fff; }
.chartsheet-note { margin: 12px 0 0; font-size: 14px; color: var(--mute); }

.spotslab { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: center; }
.spotslab-shot {
  position: relative; width: 100%; aspect-ratio: 1 / 1; min-height: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 5px;
}
.spotslab-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.spotslab-meta {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  margin: 0 0 18px; font-size: 15px; color: var(--mute);
}
.spotslab-price { font-family: var(--head); font-weight: 700; font-size: 27px; color: var(--ink); }
.spotslab-acts { display: flex; flex-wrap: wrap; gap: 12px; }
.spotslab .pushline { border-color: var(--line); color: var(--ink); }
.spotslab .pushline:hover { border-color: var(--amber); color: var(--amber); }

.starrow { color: var(--gold); letter-spacing: 0.08em; font-size: 15px; }
.starrow b { color: var(--ink); font-family: var(--head); font-size: 17px; margin-left: 6px; }
.floordark .starrow b { color: var(--cream); }

.careduo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.careduo section {
  background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 26px 24px;
}
.careduo section:first-child { border-top: 3px solid var(--turf); }
.careduo section:last-child { border-top: 3px solid var(--track); }
.careduo h3 { margin: 0 0 14px; font-size: 20px; }
.careduo ul { margin: 0; padding: 0; list-style: none; }
.careduo li { position: relative; padding: 0 0 11px 28px; font-size: 15px; }
.careduo li:last-child { padding-bottom: 0; }
.careduo li::before {
  position: absolute; left: 0; top: 0; font-family: var(--head);
  font-weight: 700; font-size: 17px;
}
.careduo section:first-child li::before { content: '+'; color: var(--turf); }
.careduo section:last-child li::before { content: '\00d7'; color: var(--track); }

.missionslab { max-width: 800px; }
.missionslab p { font-size: 18px; color: #C6C2B8; margin: 0; }

.seonote { display: grid; grid-template-columns: 1.25fr 1fr; gap: 44px; align-items: start; }
.seonote-prose p { font-size: 16px; }
.seonote-facts { list-style: none; margin: 18px 0 0; padding: 0; }
.seonote-facts li {
  position: relative; padding: 0 0 10px 24px; font-size: 15px; color: var(--mute);
}
.seonote-facts li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 9px; height: 9px; background: var(--gold); border-radius: 2px;
}
.seonote-start {
  margin: 22px 0 0; padding: 18px 20px;
  background: var(--cream-deep); border-left: 4px solid var(--amber); border-radius: 3px;
  font-size: 16px;
}
.seonote-start p { margin: 0; }
.seonote-side .chartsheet { margin-bottom: 26px; }

.quotestack { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quotestack figure {
  margin: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 5px; padding: 24px 22px;
  display: flex; flex-direction: column;
}
.quotestack blockquote { margin: 0 0 14px; font-size: 15px; line-height: 1.6; }
.quotestack .starrow { margin-bottom: 12px; }
.quotestack figcaption {
  margin-top: auto; font-family: var(--head); font-weight: 600;
  font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute);
}

.endband { text-align: center; max-width: 760px; margin: 0 auto; }
.endband p { font-size: 18px; color: #C6C2B8; margin: 0 0 24px; }
.endband-acts { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.noterun { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.notecard {
  display: flex; flex-direction: column; text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 5px; overflow: hidden;
  color: var(--body);
}
.notecard:hover { border-color: var(--gold); }
.notecard-shot { position: relative; width: 100%; aspect-ratio: 3 / 2; min-height: 0; background: #fff; }
.notecard-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 14px; }
.notecard-body { padding: 16px 18px 20px; border-top: 1px solid var(--line); }
.notecard-kick {
  font-family: var(--head); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin: 0 0 7px;
}
.notecard-body h3 { font-size: 19px; margin: 0 0 8px; }
.notecard:hover h3 { color: var(--amber); }
.notecard-body p { margin: 0; font-size: 14px; color: var(--mute); }

.needlerun { max-width: 780px; }
.needlerun h2 { margin-top: 42px; }
.needlerun p { font-size: 17px; }

.needlerun .needlerun-deck {
  font-size: 20px; line-height: 1.52; color: var(--ink);
  border-left: 4px solid var(--gold); padding-left: 20px; margin: 0 0 32px;
}
.needlerun .needlerun-close {
  margin: 36px 0 0; padding: 20px 22px;
  background: var(--cream-deep); border-radius: 4px;
  font-family: var(--head); font-size: 20px; line-height: 1.35; color: var(--ink);
}

.crumbrun { font-size: 14px; color: var(--mute); padding: 18px 0 0; }
.crumbrun ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.crumbrun li::after { content: '\203a'; margin-left: 8px; color: var(--line); }
.crumbrun li:last-child::after { content: ''; }
.crumbrun a { color: var(--mute); text-decoration: none; }
.crumbrun a:hover { color: var(--amber); text-decoration: underline; }

.lastwall { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 46px; align-items: start; padding: 34px 0 0; }
.lastwall-shot {
  position: relative; width: 100%; aspect-ratio: 1 / 1; min-height: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 5px;
}
.lastwall-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.lastwall h1 { font-size: clamp(27px, 3.2vw, 40px); }
.lastwall-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin: 0 0 16px; font-size: 15px; color: var(--mute); }
.lastwall-price { font-family: var(--head); font-weight: 700; font-size: 32px; color: var(--ink); margin: 0 0 4px; }
.lastwall-each { font-size: 14px; color: var(--mute); margin: 0 0 18px; }
.lastwall-intro { font-size: 17px; margin-bottom: 20px; }
.lastwall-acts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.lastwall .pushline { border-color: var(--line); color: var(--ink); }
.lastwall .pushline:hover { border-color: var(--amber); color: var(--amber); }

.partnernote { font-size: 13px; color: var(--mute); margin: 12px 0 0; }

.specsheet { width: 100%; border-collapse: collapse; font-size: 15px; margin: 0 0 8px; }
.specsheet th, .specsheet td { border-bottom: 1px solid var(--line); padding: 10px 4px; text-align: left; }
.specsheet th { font-family: var(--head); font-weight: 600; color: var(--mute); width: 40%; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; }

.heelpocket { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.heelpocket li { background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 18px 20px; }
.heelpocket h3 { margin: 0 0 6px; font-size: 18px; }
.heelpocket p { margin: 0; font-size: 15px; color: var(--mute); }

.swatchrow { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); }
.swatchrow a {
  display: block; text-decoration: none; color: var(--body);
  background: #fff; border: 1px solid var(--line); border-radius: 4px; overflow: hidden;
}
.swatchrow a:hover { border-color: var(--gold); }
.swatchrow-shot { position: relative; width: 100%; aspect-ratio: 1 / 1; min-height: 0; }
.swatchrow-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.swatchrow span { display: block; padding: 8px 10px 11px; font-size: 13px; border-top: 1px solid var(--line); }
.swatchrow-lead { margin: 0 0 14px; font-family: var(--head); font-weight: 600; font-size: 15px; letter-spacing: 0.09em; text-transform: uppercase; color: var(--amber); }

.swatchrow + .swatchrow-lead { margin-top: 34px; }

.pickform {
  background: #fff; border: 1px solid var(--line); border-radius: 5px;
  padding: 28px 26px; margin: 0 0 34px;
}
.sizerow { border: 0; margin: 0 0 24px; padding: 0; }
.sizerow:last-of-type { margin-bottom: 0; }
.sizerow legend {
  font-family: var(--head); font-weight: 700; font-size: 18px; color: var(--ink);
  padding: 0; margin: 0 0 12px;
}

.pickhint { font-size: 15px; color: var(--mute); margin: -6px 0 12px; }

.pickselect {
  font: inherit; font-size: 16px; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); border-radius: 3px;
  padding: 10px 13px; min-width: 190px; max-width: 100%; cursor: pointer;
}
.pickselect:hover { border-color: var(--gold); }
.sizerow-opts { display: flex; flex-wrap: wrap; gap: 10px; }
.sizerow label {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 3px;
  padding: 9px 14px; font-size: 15px; cursor: pointer; background: var(--cream);
}
.sizerow label:hover { border-color: var(--gold); }
.sizerow input { accent-color: var(--amber); margin: 0; }
.sizerow input:checked + span { font-weight: 600; color: var(--ink); }

.pickout { min-height: 120px; }
.pickout:empty::after {
  content: 'The size finder needs JavaScript. Without it, the three section pages list every colourway by size.';
  display: block; font-size: 16px; color: var(--mute); max-width: 460px;
}

.pickout-verdict {
  font-family: var(--head); font-weight: 700; font-size: 23px;
  color: var(--ink); margin: 0 0 18px;
}
.pickout-none { color: var(--track); }
.pickout-note { font-size: 16px; margin: -8px 0 20px; color: var(--mute); }

.ribtop { padding: 40px 0 0; max-width: 820px; }
.ribtop h1 { margin-bottom: 12px; }
.ribtop-lead { font-size: 19px; color: var(--mute); margin: 0; }

.yarnband { max-width: 820px; padding: 30px 0 66px; }
.yarnband h2 { margin-top: 36px; font-size: 26px; }
.yarnband ul, .yarnband ol { padding-left: 22px; }
.yarnband li { margin-bottom: 9px; }
.yarnband address { font-style: normal; }

.archband {
  background: var(--cream-deep); border-left: 4px solid var(--amber);
  border-radius: 3px; padding: 18px 22px; margin: 24px 0;
}
.archband p:last-child { margin-bottom: 0; }

.denierwall { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 22px 0; }
.denierwall div {
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  padding: 30px 32px; min-height: 210px;
  display: flex; flex-direction: column;
}
.denierwall div:first-child {
  background: var(--ink); border-color: var(--ink); color: var(--cream-deep);
}
.denierwall div:first-child h3 { color: var(--cream); }
.denierwall div:first-child p { color: var(--mute-dark); }
.denierwall h3 { margin: 0 0 10px; font-size: clamp(20px, 1.9vw, 24px); line-height: 1.2; }
.denierwall p { margin: 0 0 20px; font-size: 15px; color: var(--mute); }

.denierwall p:last-child { margin: auto 0 0; }

.pilewall { display: grid; gap: 16px; margin: 24px 0; }
.pilewall details {
  background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 16px 20px;
}
.pilewall summary {
  font-family: var(--head); font-weight: 600; font-size: 18px;
  color: var(--ink); cursor: pointer;
}
.pilewall p { margin: 12px 0 0; font-size: 15px; }

.tonebar {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 30px;
}
.tonebar a {
  text-decoration: none; background: #fff; border: 1px solid var(--line);
  border-radius: 3px; padding: 9px 15px; font-size: 15px; color: var(--body);
}
.tonebar a:hover, .tonebar a[aria-current] { border-color: var(--gold); color: var(--ink); background: var(--cream-deep); }

.footweld {
  background: var(--ink); color: #9C9A93;
  border-top: 3px solid var(--gold); padding: 52px 0 30px; font-size: 15px;
}
.footweld-cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; }
.footweld h4 {
  font-family: var(--head); font-weight: 600; font-size: 14px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px;
}
.footweld ul { list-style: none; margin: 0; padding: 0; }
.footweld li { margin-bottom: 9px; }
.footweld a { color: #9C9A93; text-decoration: none; }
.footweld a:hover { color: var(--cream); }
.footweld-brand { max-width: 30em; }
.footweld-brand .stackmark { margin-bottom: 14px; font-size: 24px; }
.footweld-brand p { margin: 0 0 12px; }
.footweld-base {
  margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between;
  font-size: 13px; color: #74736D;
}

@media (max-width: 980px) {
  :root { --pad: 20px; }
  .gaugefloor-in, .wearpanel, .seonote, .spotslab, .lastwall { grid-template-columns: 1fr; gap: 32px; }
  .loopwall, .quotestack, .noterun { grid-template-columns: 1fr 1fr; }
  .footweld-cols { grid-template-columns: 1fr 1fr; }
  .risenav-latch { display: block; }
  .risenav { margin-left: auto; }
  .risenav-deck {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    background: var(--ink); border-bottom: 3px solid var(--gold);
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--pad) 16px;
  }
  .risenav-deck.is-open { display: flex; }
  .risenav-deck li { border-bottom: 1px solid var(--line-dark); }
  .risenav-deck a { display: block; padding: 13px 0; border-bottom: 0; }
  .needlerow-note { white-space: normal; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .floorplain, .floortint, .floordark { padding: 46px 0; }
  .loopwall, .quotestack, .noterun, .careduo, .denierwall { grid-template-columns: 1fr; }
  .numstrip { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footweld-cols { grid-template-columns: 1fr; gap: 26px; }
  .pairgrid { grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); gap: 14px; }
  .storepull { display: none; }
  .millrail-in { min-height: 62px; }
  .millmark img { width: 29px; height: 34px; }
  .millmark-word { font-size: 24px; }
  .gaugefloor { padding: 40px 0 40px; }
  .gaugefloor-lead { font-size: 17px; }
  .loomtally { gap: 26px; margin-top: 24px; padding-top: 18px; }
  .loomtally b { font-size: 25px; }
  
  .riseladder-row { gap: 10px; }
  .rung-1 .riseladder-shot { height: 88px; }
  .rung-2 .riseladder-shot { height: 122px; }
  .rung-3 .riseladder-shot { height: 156px; }
  .riseladder-name { font-size: 13px; letter-spacing: 0.03em; }

  
  .gaugegrid { font-size: 13px; }
  .gaugegrid th, .gaugegrid td { padding: 8px 5px; }
  .gaugegrid thead th { font-size: 11px; letter-spacing: 0.04em; }
  .gaugegrid tbody th { font-size: 13px; }
  .gaugegrid td a { font-size: 20px; }
  .gaugegrid td a span { font-size: 10px; }

  .chartsheet { font-size: 13px; }
  .chartsheet th, .chartsheet td { padding: 8px 6px; }
  .chartsheet thead th { font-size: 11px; letter-spacing: 0.03em; }

  .stepline li { padding-left: 46px; }
  .stepline li::before { width: 34px; height: 34px; font-size: 18px; }
  .needlerun-deck { font-size: 18px; padding-left: 15px; }
  .pickform { padding: 20px 18px; }
  .sizerow-opts { gap: 8px; }
  .sizerow label { padding: 8px 11px; font-size: 14px; }
}
