:root{--ynd-ink:#0e1219;--ynd-ink-soft:#1a212d;--ynd-chalk:#ffffff;--ynd-chalk-dim:#eef1f5;--ynd-cloth:#6f7a89;--ynd-thread:#14707f;--ynd-thread-lit:#1d97a8;--ynd-tack:#2f6fb3;--ynd-rule:rgba(14,18,25,.13);--ynd-rule-dark:rgba(255,255,255,.16);--ynd-display:'Funnel Display', system-ui, sans-serif;--ynd-text:'Rethink Sans', system-ui, sans-serif;}

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

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body.boltwrap {
  margin: 0;
  background: var(--ynd-chalk);
  color: var(--ynd-ink);
  font-family: var(--ynd-text);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;

  font-variant-ligatures: none;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

[hidden] { display: none !important; }

:focus-visible { outline: 2px solid var(--ynd-thread-lit); outline-offset: 2px; }

.boltrow { width: min(1200px, 100% - 48px); margin-inline: auto; }

.boltmain { display: block; }

.lapelskip {
  position: absolute; left: -9999px; top: 0; z-index: 50;
  background: var(--ynd-ink); color: var(--ynd-chalk);
  padding: 12px 20px; text-decoration: none; font-weight: 600;
}
.lapelskip:focus { left: 12px; top: 12px; }

.bolthead {
  position: sticky; top: 0; z-index: 40;
  background: var(--ynd-ink); color: var(--ynd-chalk);
  border-bottom: 1px solid var(--ynd-rule-dark);
}
.bolthead a { text-decoration: none; }

.bolttop { background: var(--ynd-ink-soft); border-bottom: 1px solid var(--ynd-rule-dark); }
.bolttop .boltrow {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  min-height: 38px; font-size: 13px; letter-spacing: .03em; color: var(--ynd-chalk-dim);
}
.bolttop span { display: inline-flex; align-items: center; gap: 9px; }

.bolttop span::before {
  content: ""; flex: none; width: 5px; height: 5px;
  background: var(--ynd-thread-lit); transform: rotate(45deg);
}
.bolttop a { margin-left: auto; color: var(--ynd-chalk); border-bottom: 1px solid var(--ynd-thread-lit); }
.bolttop a:hover { color: var(--ynd-thread-lit); }

.boltbar .boltrow {
  display: flex; align-items: center; gap: 26px; min-height: 72px; flex-wrap: wrap;
}

.lapelbrand { height: 34px; width: auto; display: block; color: var(--ynd-chalk); }

.lapelmenu { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; margin-right: auto; }
.lapelmenu a {
  font-family: var(--ynd-display);
  font-size: 15px; font-weight: 500; letter-spacing: .02em;
  color: var(--ynd-chalk-dim);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.lapelmenu a:hover { color: var(--ynd-chalk); border-bottom-color: var(--ynd-thread-lit); }
.lapelmenu a[aria-current="page"] { color: var(--ynd-chalk); border-bottom-color: var(--ynd-tack); }

.lapelcta {
  flex: none; font-family: var(--ynd-display);
  font-size: 14px; font-weight: 600; letter-spacing: .03em;
  padding: 11px 20px; border-radius: 2px;
  background: var(--ynd-thread); color: var(--ynd-chalk);
  border: 1px solid var(--ynd-thread);
  transition: background .15s, border-color .15s;
}
.lapelcta:hover { background: var(--ynd-thread-lit); border-color: var(--ynd-thread-lit); }

.seambar { padding: 64px 0; }
.seamplain { background: var(--ynd-chalk); }
.seamtint { background: var(--ynd-chalk-dim); }
.seamdark { background: var(--ynd-ink); color: var(--ynd-chalk); }

.seamdark .seamsub, .seamdark .hemsay { color: var(--ynd-chalk-dim); }
.seamdark .chalkword { color: var(--ynd-tack); }

.seamtitle {
  font-family: var(--ynd-display);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1; font-weight: 700; letter-spacing: -.015em;
  margin: 0 0 14px;
}
.seamsub {
  font-size: 18px; line-height: 1.55; color: #48505e;
  margin: 0 0 22px; max-width: 68ch;
}

h2, h3 { font-family: var(--ynd-display); letter-spacing: -.01em; }

.chalkword {
  font-family: var(--ynd-display);
  font-size: 13px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--ynd-thread); margin: 0 0 12px;
}
.chalkword a { color: inherit; text-decoration: none; border-bottom: 1px solid currentColor; }

.shearbtn, .shearghost, .shearbuy {
  display: inline-block; cursor: pointer;
  font-family: var(--ynd-display);
  font-size: 15px; font-weight: 600; letter-spacing: .02em;
  padding: 14px 26px; margin: 0 10px 10px 0;
  border-radius: 2px; text-decoration: none; text-align: center;
  border: 2px solid transparent; transition: background .15s, color .15s, border-color .15s;
}
.shearbtn { background: var(--ynd-thread); color: var(--ynd-chalk); }
.shearbtn:hover { background: var(--ynd-thread-lit); }

.shearghost { background: transparent; color: inherit; border-color: currentColor; }
.shearghost:hover { background: var(--ynd-ink); color: var(--ynd-chalk); border-color: var(--ynd-ink); }
.seamdark .shearghost:hover { background: var(--ynd-chalk); color: var(--ynd-ink); border-color: var(--ynd-chalk); }

.shearbuy { background: var(--ynd-tack); color: #fff; border-color: var(--ynd-tack); font-size: 16px; }
.shearbuy:hover { background: #245a94; border-color: #245a94; }

.swatchgrid {
  display: grid; gap: 26px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.swatchbox { display: flex; flex-direction: column; min-width: 0; }

.swatchshot {
  position: relative; display: block; overflow: hidden;
  background: #fff; border: 1px solid var(--ynd-rule);
  aspect-ratio: 4 / 5;
}
.swatchshot img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s ease;
}
.swatchbox:hover .swatchshot img { transform: scale(1.035); }

.swatchbadge {
  position: absolute; left: 10px; top: 10px; z-index: 2;
  background: var(--ynd-ink); color: var(--ynd-chalk);
  font-family: var(--ynd-display);
  font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px;
}

.swatchname { font-size: 16px; line-height: 1.35; font-weight: 600; margin: 14px 0 8px; }
.swatchname a { text-decoration: none; }
.swatchname a:hover { color: var(--ynd-thread); }

.swatchspec {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  margin: 0 0 8px; font-size: 13px; color: var(--ynd-cloth);
}
.seamdark .swatchspec { color: var(--ynd-chalk-dim); }

.pricetab {
  font-family: var(--ynd-display);
  font-size: 20px; font-weight: 700; margin: 0;
}

.swatchact { margin: auto 0 0; padding-top: 12px; }
.swatchact .shearbuy { display: block; width: 100%; margin: 0; padding: 11px 14px; font-size: 14px; }

.tickmark {
  position: relative; display: inline-block;
  width: 74px; height: 13px; flex: none;
  background: linear-gradient(var(--ynd-rule), var(--ynd-rule));
  -webkit-mask: repeat-x left center / 14.8px 13px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3 6.6 7 .8-5.2 4.8 1.4 7L12 17.8 5.8 21.2l1.4-7L2 9.4l7-.8z'/%3E%3C/svg%3E");
  mask: repeat-x left center / 14.8px 13px
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3 6.6 7 .8-5.2 4.8 1.4 7L12 17.8 5.8 21.2l1.4-7L2 9.4l7-.8z'/%3E%3C/svg%3E");
}
.tickmark i { display: block; height: 100%; background: var(--ynd-tack); }
.seamdark .tickmark { background: linear-gradient(var(--ynd-rule-dark), var(--ynd-rule-dark)); }

.fitlead { max-width: 72ch; }
.fitlead .seamsub { font-size: 19px; }

.rigsplit { display: grid; gap: 48px; grid-template-columns: 1.15fr .85fr; align-items: center; }

.rigcopy { min-width: 0; }
.rigcopy .seamsub { font-size: 19px; max-width: 52ch; }

.rigstat {
  display: flex; flex-wrap: wrap; gap: 34px;
  margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--ynd-rule-dark);
}
.rigstat div { min-width: 0; }
.rigstat b {
  display: block; font-family: var(--ynd-display);
  font-size: 27px; font-weight: 800; line-height: 1;
}
.rigstat span { display: block; margin-top: 7px; font-size: 13px; letter-spacing: .04em; color: var(--ynd-cloth); }

.rigframe {
  min-width: 0; border: 1px solid var(--ynd-rule-dark);
  background: var(--ynd-ink-soft); border-radius: 2px;
}
.rigframe > a { display: block; position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #fff; }
.rigframe > a img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.rigtag { padding: 22px 24px 26px; }
.rigtag .chalkword { color: var(--ynd-thread-lit); }
.rigtag h2 { font-size: 19px; line-height: 1.3; margin: 0 0 12px; }
.rigtag h2 a { text-decoration: none; }
.rigtag .pricetab { margin: 0 0 16px; }
.rigtag .shearbuy { display: block; width: 100%; margin: 0; }

.railstrip {
  display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr);
  margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--ynd-rule-dark);
}
.railitem { display: flex; gap: 14px; align-items: center; text-decoration: none; min-width: 0; }
.railitem img { flex: none; width: 74px; height: 92px; object-fit: cover; background: #fff; }
.railitem span { min-width: 0; }
.railitem strong { display: block; font-size: 14px; line-height: 1.35; font-weight: 600; }
.railitem i {
  display: block; font-style: normal; margin-top: 6px;
  font-family: var(--ynd-display); font-size: 15px; font-weight: 700; color: var(--ynd-chalk);
}
.railitem:hover strong { color: var(--ynd-thread-lit); }

.fitstrip { display: grid; gap: 26px; grid-template-columns: repeat(4, 1fr); }
.fitstrip > div { border-top: 3px solid var(--ynd-thread); padding-top: 18px; }
.fitstrip h2 { font-size: 17px; margin: 0 0 8px; }
.fitstrip p { margin: 0; font-size: 15px; color: #4d5563; line-height: 1.55; }

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

.fittile {
  position: relative; display: flex; min-height: 0;
  aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--ynd-ink); color: var(--ynd-chalk);
  text-decoration: none; border-radius: 2px;
}
.fittile img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .52; transition: transform .4s ease, opacity .3s;
}
.fittile:hover img { transform: scale(1.06); opacity: .38; }
.fittile span {
  position: relative; z-index: 2; margin-top: auto; padding: 20px;
  display: block; width: 100%;
  background: linear-gradient(to top, rgba(16,19,26,.86), rgba(16,19,26,0));
}
.fittile strong {
  display: block; font-family: var(--ynd-display);
  font-size: 20px; font-weight: 700; line-height: 1.2;
}
.fittile i {
  display: block; font-style: normal; margin-top: 5px;
  font-size: 13px; letter-spacing: .05em; color: var(--ynd-chalk-dim);
}

.fitreel { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
.fitreel .fittile { aspect-ratio: auto; min-height: 150px; }
.fitreel .fittile span { background: none; }

.chalkrow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.chalkrow .chalkword { margin: 0 4px 0 0; }

.chalkpill {
  display: inline-block; text-decoration: none;
  background: var(--ynd-chalk); border: 1px solid var(--ynd-rule);
  padding: 10px 18px; border-radius: 999px;
  font-size: 15px; font-weight: 500;
  transition: background .15s, color .15s, border-color .15s;
}
.chalkpill:hover { background: var(--ynd-ink); color: var(--ynd-chalk); border-color: var(--ynd-ink); }

.chalkband { display: grid; gap: 28px; grid-template-columns: repeat(4, 1fr); }
.tackstat { border-left: 3px solid var(--ynd-tack); padding-left: 18px; }
.tacknum {
  display: block; font-family: var(--ynd-display);
  font-size: clamp(30px, 4vw, 44px); font-weight: 800; line-height: 1;
}
.tacklabel { display: block; margin-top: 8px; font-size: 14px; color: var(--ynd-chalk-dim); }

.presser { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.pressline {
  margin: 0; padding: 26px;
  background: var(--ynd-chalk); border: 1px solid var(--ynd-rule); border-radius: 2px;
}
.pressquote { margin: 0; font-size: 16px; line-height: 1.6; }
.pressquote::before { content: "\201C"; font-family: var(--ynd-display); font-size: 44px; line-height: 0; color: var(--ynd-tack); margin-right: 4px; vertical-align: -8px; }
.pressname { margin: 16px 0 0; font-size: 13px; color: var(--ynd-cloth); }
.pressname a { color: var(--ynd-thread); }

.buckram { min-width: 0; }

.buckramtable {
  width: 100%; border-collapse: collapse; margin: 18px 0 26px;
  font-size: 15px; background: var(--ynd-chalk);
}
.buckramtable caption {
  caption-side: top; text-align: left; padding-bottom: 10px;
  font-family: var(--ynd-display); font-weight: 600; font-size: 15px; color: var(--ynd-cloth);
}
.buckramtable th, .buckramtable td {
  padding: 11px 14px; text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--ynd-rule);
}
.buckramtable thead th {
  font-family: var(--ynd-display); font-size: 13px;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--ynd-ink); color: var(--ynd-chalk); border-bottom: none;
}
.buckramtable tbody th { font-weight: 600; }
.buckramtable tbody tr:last-child th, .buckramtable tbody tr:last-child td { border-bottom: none; }

ul.buckramlist { margin: 22px 0; padding: 0; list-style: none; }
ul.buckramlist li {
  position: relative; padding: 0 0 12px 26px; font-size: 16px;
}
ul.buckramlist li::before {
  content: ""; position: absolute; left: 2px; top: 10px;
  width: 9px; height: 9px; background: var(--ynd-thread); transform: rotate(45deg);
}

details.buckramlist {
  border-bottom: 1px solid var(--ynd-rule);
  padding: 4px 0;
}
details.buckramlist summary {
  cursor: pointer; list-style: none;
  font-family: var(--ynd-display); font-weight: 600; font-size: 18px;
  padding: 16px 34px 16px 0; position: relative;
}
details.buckramlist summary::-webkit-details-marker { display: none; }
details.buckramlist summary::after {
  content: "+"; position: absolute; right: 4px; top: 13px;
  font-size: 24px; font-weight: 400; color: var(--ynd-thread);
}
details.buckramlist[open] summary::after { content: "\2013"; }
details.buckramlist p { margin: 0 0 18px; max-width: 76ch; color: #454d5b; }

.basteblock { display: grid; gap: 30px; grid-template-columns: 300px 1fr; align-items: start; }
.bastehead {
  font-size: clamp(26px, 3vw, 36px); line-height: 1.15; margin: 0;
  position: sticky; top: 100px;
}
.bastebody { min-width: 0; }

.bastebody:only-child { grid-column: 1 / -1; }
.bastebody > p { margin: 0 0 18px; font-size: 17px; line-height: 1.7; max-width: 74ch; }
.bastebody h3 { font-size: 21px; margin: 26px 0 10px; }

.duopair { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }
.duoslab {
  padding: 40px; border-radius: 2px;
  background: var(--ynd-chalk-dim); border: 1px solid var(--ynd-rule);
}

.duoslab.seamdark {
  background: var(--ynd-ink); color: var(--ynd-chalk); border-color: var(--ynd-ink);
}
.duoslab h2 { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.15; margin: 0 0 12px; }
.duoslab p { margin: 0 0 22px; color: #4d5563; max-width: 46ch; }
.duoslab.seamdark p { color: var(--ynd-chalk-dim); }

.spotwrap { display: grid; gap: 40px; grid-template-columns: 380px 1fr; align-items: center; }
.spotframe {
  display: block; position: relative; overflow: hidden;
  aspect-ratio: 4 / 5; background: #fff; border: 1px solid var(--ynd-rule);
}
.spotframe img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.spotbody { min-width: 0; }
.spotbody h3 { font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2; margin: 0 0 14px; }
.spotbody h3 a { text-decoration: none; }
.spotbody > p { margin: 0 0 16px; max-width: 60ch; }

.carepair { display: grid; gap: 32px; grid-template-columns: repeat(2, 1fr); align-items: start; }

.carelist {
  background: var(--ynd-chalk); border: 1px solid var(--ynd-rule);
  border-top: 3px solid var(--ynd-thread); padding: 26px 28px;
}
.carelist h3 { margin: 0 0 14px; font-size: 20px; }
.carelist ul { margin: 0; padding-left: 20px; }
.carelist li { margin-bottom: 10px; font-size: 15px; line-height: 1.55; }

.creedrow { display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); }
.creeditem { min-width: 0; }
.creeditem svg { width: 34px; height: 34px; color: var(--ynd-thread); margin-bottom: 14px; }
.creeditem h2 { font-size: 18px; margin: 0 0 8px; }
.creeditem p { margin: 0; font-size: 15px; line-height: 1.6; color: #4d5563; }

.steplist { list-style: none; margin: 0; padding: 0; }
.steplist li { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.steplist strong { display: block; font-family: var(--ynd-display); font-size: 17px; margin-bottom: 4px; }
.steplist span { font-size: 15px; line-height: 1.6; color: #4d5563; }

.stepnum {
  flex: none; display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--ynd-ink); color: var(--ynd-chalk);
  font-family: var(--ynd-display); font-size: 15px; font-weight: 700;
}

.pathstitch { padding: 18px 0 0; font-size: 13px; color: var(--ynd-cloth); }
.pathstitch .boltrow { display: block; }
.pathstitch a { color: var(--ynd-cloth); text-decoration: none; }
.pathstitch a:hover { color: var(--ynd-thread); }
.pathstitch i { font-style: normal; margin: 0 8px; opacity: .5; }
.pathstitch [aria-current] { color: var(--ynd-ink); }

.benchmain { display: grid; gap: 46px; grid-template-columns: 440px 1fr; align-items: start; }
.benchshot {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 5; background: #fff; border: 1px solid var(--ynd-rule);
}
.benchshot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.benchside { min-width: 0; }
.benchside .seamtitle { font-size: clamp(24px, 3vw, 36px); }
.benchside .pricetab { font-size: 30px; margin: 16px 0 20px; }
.benchword { font-size: 17px; line-height: 1.65; color: #454d5b; margin: 16px 0; max-width: 58ch; }
.benchside .chalkrow { margin-top: 22px; }

.benchspec { width: 100%; border-collapse: collapse; font-size: 15px; max-width: 720px; }
.benchspec th, .benchspec td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--ynd-rule); }
.benchspec th { width: 210px; font-weight: 600; font-family: var(--ynd-display); }
.benchspec tr:nth-child(odd) { background: var(--ynd-chalk-dim); }

.noteroll { max-width: 74ch; margin-inline: auto; }
.notesec { margin-bottom: 34px; }
.notehead { font-size: clamp(21px, 2.4vw, 27px); line-height: 1.2; margin: 0 0 12px; }
.notesec p { margin: 0; font-size: 17px; line-height: 1.75; }

.notefacts {
  background: var(--ynd-chalk-dim); border-left: 3px solid var(--ynd-tack);
  padding: 24px 28px; margin: 34px 0;
}
.notefacts h2 { font-size: 18px; margin: 0 0 12px; }
.notefacts ul { margin: 0; padding-left: 20px; }
.notefacts li { margin-bottom: 9px; font-size: 15px; line-height: 1.55; }

.noteclose { border-top: 2px solid var(--ynd-ink); padding-top: 24px; }
.noteclose h2 { font-size: 22px; margin: 0 0 10px; }
.noteclose p { margin: 0; font-size: 17px; line-height: 1.7; }

form.pickstep { margin: 0; display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); align-items: start; }
form.pickstep > p { grid-column: 1 / -1; margin: 0; }

fieldset.pickstep { border: none; margin: 0; padding: 0; min-width: 0; }

.picklab {
  display: flex; align-items: center; gap: 12px; padding: 0; margin-bottom: 10px;
  font-family: var(--ynd-display); font-size: 19px; font-weight: 700;
}
fieldset.pickstep .seamsub { font-size: 15px; margin-bottom: 14px; }

.pickchoice {
  cursor: pointer; font-family: var(--ynd-text); font-size: 15px;
  background: var(--ynd-chalk); color: var(--ynd-ink);
  border: 1px solid var(--ynd-rule); border-radius: 999px;
  padding: 9px 16px; display: inline-flex; align-items: center; gap: 8px;
  transition: background .15s, color .15s, border-color .15s;
}
.pickchoice i {
  font-style: normal; font-size: 12px; color: var(--ynd-cloth);
  background: var(--ynd-chalk-dim); border-radius: 999px; padding: 1px 7px;
}
.pickchoice:hover { border-color: var(--ynd-ink); }
.pickchoice[aria-pressed="true"] { background: var(--ynd-thread); color: var(--ynd-chalk); border-color: var(--ynd-thread); }

.pickchoice[aria-pressed="true"] i { background: rgba(255,255,255,.22); color: var(--ynd-chalk); }

.pickyield {
  display: grid; gap: 26px; margin-top: 26px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.hemblock { background: var(--ynd-ink); color: var(--ynd-chalk); padding: 56px 0 34px; }
.hemcols {
  display: grid; gap: 34px; padding-bottom: 30px;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--ynd-rule-dark);
}
.hemcols ul { list-style: none; margin: 0; padding: 0; }
.hemcols li { margin-bottom: 9px; }
.hemcols a { color: var(--ynd-chalk-dim); text-decoration: none; font-size: 15px; }
.hemcols a:hover { color: var(--ynd-thread-lit); }

.hemtop {
  font-family: var(--ynd-display); font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ynd-chalk); margin: 0 0 14px;
}
.hemsay { font-size: 14px; line-height: 1.6; color: var(--ynd-cloth); margin: 16px 0 0; max-width: 40ch; }

.hemaddr {
  font-style: normal; font-size: 14px; line-height: 1.65;
  color: var(--ynd-chalk-dim); margin: 16px 0 0; max-width: 42ch;
}
.hemaddr b {
  display: block; font-family: var(--ynd-display);
  font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ynd-chalk); margin-bottom: 6px;
}
.hemaddr i { display: block; margin-top: 10px; font-style: normal; font-size: 13px; color: var(--ynd-cloth); }

.seamplain .hemaddr, .seamtint .hemaddr { color: #454d5b; }
.seamplain .hemaddr b, .seamtint .hemaddr b { color: var(--ynd-ink); }

.hemsmall { font-size: 13px; color: var(--ynd-cloth); margin: 18px 0 0; line-height: 1.6; }
.hemsmall a { color: var(--ynd-chalk-dim); }

.seamplain .hemsmall, .seamtint .hemsmall { color: var(--ynd-cloth); }

@media (max-width: 1080px) {
  .rigsplit { grid-template-columns: 1fr; gap: 34px; }
  .rigframe { max-width: 380px; }
  .railstrip { grid-template-columns: repeat(2, 1fr); }
  .basteblock { grid-template-columns: 1fr; }
  .bastehead { position: static; }
  .benchmain { grid-template-columns: 340px 1fr; gap: 30px; }
  .spotwrap { grid-template-columns: 300px 1fr; gap: 28px; }
  .fitstrip { grid-template-columns: repeat(2, 1fr); }

  .presser { grid-template-columns: repeat(2, 1fr); }
  form.pickstep { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body.boltwrap { font-size: 16px; }
  .boltrow { width: min(1200px, 100% - 32px); }
  .seambar { padding: 44px 0; }

  .bolttop { display: none; }
  .boltbar .boltrow { min-height: 62px; padding: 10px 0; gap: 12px; }
  .lapelbrand { height: 28px; }
  .lapelmenu { order: 3; gap: 16px; width: 100%; overflow-x: auto; margin-right: 0; }
  .lapelmenu a { font-size: 14px; white-space: nowrap; }
  .lapelcta { margin-left: auto; padding: 9px 15px; font-size: 13px; }

  .rigsplit { gap: 28px; }
  .rigframe { max-width: none; }
  .rigstat { gap: 22px; margin-top: 26px; padding-top: 20px; }
  .rigstat b { font-size: 23px; }
  .railstrip { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; padding-top: 22px; }
  .presser { grid-template-columns: 1fr; }

  .swatchgrid, .pickyield { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .swatchname { font-size: 15px; }

  .fitgrid { grid-template-columns: 1fr; }
  .fitreel { grid-template-columns: 1fr; }
  .fitstrip { grid-template-columns: 1fr; gap: 20px; }
  .chalkband { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .duopair, .carepair, .creedrow { grid-template-columns: 1fr; }
  .duoslab { padding: 28px; }

  .benchmain, .spotwrap { grid-template-columns: 1fr; gap: 24px; }
  .benchshot, .spotframe { max-width: 420px; }
  .benchspec th { width: 42%; }

  .shearbtn, .shearghost, .shearbuy { padding: 13px 20px; font-size: 14px; }

  .buckramtable { display: block; overflow-x: auto; white-space: nowrap; }
  .buckramtable td, .buckramtable th { white-space: normal; min-width: 120px; }
}

@media (max-width: 460px) {
  .swatchgrid, .pickyield { grid-template-columns: 1fr; }
  .chalkband { grid-template-columns: 1fr; }
  .rigstat { gap: 18px 26px; }
}
