:root{--wvn-slate:#22303a;--wvn-slate-soft:#33454f;--wvn-paper:#ffffff;--wvn-paper-cool:#f4f7f8;--wvn-mist:#e4eaed;--wvn-stone:#5d6970;--wvn-deep:#1c6480;--wvn-deep-lit:#134f66;--wvn-kick:#1c6480;--wvn-kick-dark:#a9cfdf;--wvn-beam:#f5e400;--wvn-beam-soft:#fbf4b0;--wvn-rule:rgba(34,48,58,.14);--wvn-rule-dark:rgba(255,255,255,.18);--wvn-ink:var(--wvn-slate);--wvn-card:var(--wvn-paper);--wvn-display:'Fanwood Text', Georgia, serif;--wvn-text:'Rosario', system-ui, sans-serif;}
*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--wvn-paper);
  color: var(--wvn-ink);
  font-family: var(--wvn-text);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
}

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

[hidden] { display: none !important; }

h1, h2, h3, h4 {
  font-family: var(--wvn-display);

  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}

h1 { font-size: clamp(2.1rem, 1.35rem + 2.6vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.4rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

p { margin: 0 0 1rem; }

a { color: var(--wvn-deep); text-decoration-thickness: 1px; text-underline-offset: .16em; }
a:hover { color: var(--wvn-deep-lit); }

:focus-visible {
  outline: 2px solid var(--wvn-kick);
  outline-offset: 2px;
  border-radius: 2px;
}

small { font-size: .82em; }

table { border-collapse: collapse; width: 100%; }

.brimskip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 20;
  padding: .6rem 1rem;
  background: var(--wvn-slate);
  color: var(--wvn-paper);
}
.brimskip:focus { left: .5rem; top: .5rem; }

.meshhead {
  border-bottom: 1px solid var(--wvn-rule);
  background: var(--wvn-paper);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brimbar {
  width: 92%;
  max-width: 1136px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 66px;
}

.brimmark {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--wvn-slate);
  text-decoration: none;
  font-family: var(--wvn-display);
  font-size: 1.28rem;
  white-space: nowrap;
}
.brimmark img { width: 26px; height: 26px; }

.brimmenu { margin-right: auto; }
.brimmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.brimmenu a {
  color: var(--wvn-slate);
  text-decoration: none;
  font-size: .97rem;
}
.brimmenu a:hover { color: var(--wvn-deep); }

.brimmenu [aria-current="page"] {
  color: var(--wvn-deep);
  text-decoration: underline;
  text-underline-offset: .35em;
}

.brimcta {
  background: var(--wvn-beam);
  color: var(--wvn-slate);
  text-decoration: none;
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .93rem;
  white-space: nowrap;
}
.brimcta:hover { background: var(--wvn-beam-soft); color: var(--wvn-slate); }

.hushfoot { padding: 3.25rem 0 2rem; }

.hushcols, .hushfoot > .hushfine {
  width: 92%;
  max-width: 1136px;
  margin: 0 auto;
}

.hushcols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.5rem;
}
.hushcols h2 { font-size: 1.2rem; }
.hushcols ul { list-style: none; margin: 0; padding: 0; }
.hushcols li { margin-bottom: .45rem; }

.hushfine { font-size: .9rem; color: var(--wvn-stone); }

.hushfine address, address.hushfine { font-style: normal; margin-bottom: .75rem; }

.hushfoot > .hushfine {
  border-top: 1px solid var(--wvn-rule-dark);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
.hushfoot > .hushfine p { margin: 0; }

.hushpost { margin: 0; }
.hushpost img { max-width: min(380px, 100%); height: auto; }

.weaveband { padding: 3.5rem 0; }
.weaveband + .weaveband { padding-top: 3.5rem; }

.weavemid {
  width: 92%;
  max-width: 1136px;
  margin: 0 auto;
}

.weaveplain { background: var(--wvn-paper); }
.weavecool { background: var(--wvn-paper-cool); }
.weavemist { background: var(--wvn-mist); }

.weavekick {
  display: block;
  font-family: var(--wvn-text);
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--wvn-kick);
  margin-bottom: .6rem;
}

.weavetitle { margin-bottom: .6rem; }

.weavesub {
  max-width: 62ch;
  color: var(--wvn-stone);
  font-size: 1.08rem;
  margin-bottom: 2rem;
}

.hemgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 1.75rem 1.5rem;
}

.cribplate {
  display: flex;
  flex-direction: column;
  background: var(--wvn-card);
  border: 1px solid var(--wvn-rule);
  border-radius: 4px;
  overflow: hidden;
}

.cribsnap {
  display: block;

  aspect-ratio: 1 / 1;

  min-height: 0;
  position: relative;
  background: var(--wvn-paper);
}
.cribsnap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: .75rem;
}

.cribspread {
  padding: .9rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;

  flex: 1 1 auto;
}
.cribspread > * { margin: 0; }

.cribname { font-size: 1.06rem; line-height: 1.25; }
.cribname a { color: var(--wvn-ink); text-decoration: none; }
.cribname a:hover { color: var(--wvn-deep); text-decoration: underline; }

.cribtrait {
  font-size: .84rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wvn-stone);
}

.cribworth {
  font-family: var(--wvn-display);
  font-size: 1.3rem;

  color: inherit;
  margin-top: auto;
  padding-top: .35rem;
}

.cribact { padding-top: .5rem; }

.napstrip {
  display: flex;
  align-items: baseline;
  gap: .4rem;
  font-size: .9rem;
  color: var(--wvn-stone);
}
.napline {

  color: var(--wvn-ink);
  letter-spacing: .04em;
  white-space: nowrap;
}

.napline span { opacity: .28; }

.cotsplit {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 3rem;
  align-items: center;
}
.cotcopy h1 { margin-bottom: .7rem; }
.cotcopy .weavesub { margin-bottom: 1.75rem; font-size: 1.15rem; }

.cotview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.cotslot {
  display: flex;
  flex-direction: column;
  background: var(--wvn-paper);
  border-radius: 4px;
  overflow: hidden;
}
.cotlink {
  display: block;
  flex: 1 1 auto;

  min-height: 0;
  text-decoration: none;
  color: var(--wvn-slate);

  padding-bottom: .6rem;
}
.cotlink img { aspect-ratio: 1 / 1; object-fit: contain; padding: .5rem; width: 100%; }

.cotlink span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 .6rem;
  font-size: .78rem;
  line-height: 1.3;
}

.cotgo {
  margin: 0 .6rem .6rem;
  padding: .45rem .4rem;
  border: 1px solid var(--wvn-slate);
  border-radius: 3px;
  background: var(--wvn-beam);
  color: var(--wvn-slate);
  font-family: var(--wvn-text);
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.cotgo:hover { background: var(--wvn-beam-soft); }

.airrow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.airitem {
  border-top: 3px solid var(--wvn-beam);
  padding-top: .9rem;
}
.airitem h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.airitem p { margin: 0; color: var(--wvn-stone); font-size: .96rem; }

.plainnumbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.plainnumbers > div { padding: 0 .5rem; }
.figurenum {
  font-family: var(--wvn-display);
  font-size: clamp(2rem, 1.4rem + 2vw, 3rem);
  line-height: 1.05;
  margin: 0 0 .2rem;
}
.figurelabel {
  margin: 0;
  color: var(--wvn-stone);
  font-size: .88rem;
  letter-spacing: .04em;
}

.whichrow { display: flex; flex-wrap: wrap; gap: .7rem; }
.whichpill {
  display: inline-block;
  padding: .55rem 1.1rem;
  border: 1px solid var(--wvn-slate);
  border-radius: 999px;
  text-decoration: none;
  color: var(--wvn-ink);
  font-size: .97rem;
  background: var(--wvn-card);
}
.whichpill:hover { background: var(--wvn-slate); color: var(--wvn-paper); }

.nurserybay {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
}
.nurseryslat {
  display: block;
  background: var(--wvn-card);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: var(--wvn-ink);
  border: 1px solid var(--wvn-rule);
}
.nurseryslat img { aspect-ratio: 4 / 3; object-fit: contain; padding: .9rem; width: 100%; }
.nurseryslat span { display: block; padding: 0 1rem 1rem; }
.nurseryslat strong {
  display: block;
  font-family: var(--wvn-display);
  font-weight: 400;
  font-size: 1.2rem;
}
.nurseryslat small { color: var(--wvn-stone); }
.nurseryslat:hover strong { color: var(--wvn-deep); }

.braceshelf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.bracepanel {
  padding: 2.25rem;
  border-radius: 4px;
  background: var(--wvn-paper-cool);
  border: 1px solid var(--wvn-rule);
}
.bracepanel h2 { font-size: 1.7rem; }
.bracepanel p:last-child { margin-bottom: 0; }

.sievetable { margin-bottom: 1.25rem; background: var(--wvn-card); }
.sievetable th, .sievetable td {
  text-align: left;
  padding: .7rem .8rem;
  border-bottom: 1px solid var(--wvn-rule);
}
.sievetable thead th {
  font-family: var(--wvn-text);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--wvn-stone);
}
.sieverow th[scope="row"] { font-weight: 400; font-size: 1.02rem; }
.sieverow:hover { background: var(--wvn-paper-cool); }
.sievecell { white-space: nowrap; }

.sievemark {
  display: inline-block;
  width: 68px;
  height: 7px;
  margin-right: .5rem;
  vertical-align: middle;
  background: var(--wvn-rule);
  border-radius: 999px;
  overflow: hidden;
}
.sievemark i { display: block; height: 100%; background: var(--wvn-beam); }

.spanrow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1.25rem;
}
.spancell {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.4rem;
  background: var(--wvn-card);
  border: 1px solid var(--wvn-rule);
  border-left: 4px solid var(--wvn-beam);
  border-radius: 4px;
  text-decoration: none;
  color: var(--wvn-ink);
}
.spancell strong {
  font-family: var(--wvn-display);
  font-weight: 400;
  font-size: 1.3rem;
}
.spancell span { font-size: .95rem; }
.spancell small { color: var(--wvn-stone); }
.spancell:hover { border-color: var(--wvn-slate); border-left-color: var(--wvn-beam); }

.codeband {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.codeitem {
  padding: 1.4rem;
  background: var(--wvn-paper-cool);
  border-radius: 4px;
}
.codeitem h3 { font-size: 1.1rem; }
.codeitem p { margin: 0; font-size: .95rem; color: var(--wvn-stone); }

.onepanel {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 3rem;
  align-items: center;
}
.oneframe { background: var(--wvn-paper); border-radius: 4px; }
.oneframe img { aspect-ratio: 1 / 1; object-fit: contain; padding: 1.5rem; width: 100%; }
.onebody .napstrip { margin-bottom: .75rem; }

.soakduo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.soaklist {
  padding: 1.5rem;
  background: var(--wvn-paper-cool);
  border-radius: 4px;
}
.soaklist h3 { font-size: 1.15rem; }
.soaklist ul, .soaklist ol { margin: 0; padding-left: 1.15rem; }
.soaklist li { margin-bottom: .5rem; }
.soaklist li:last-child { margin-bottom: 0; }

.standstrip { max-width: 62ch; }
.standstrip p { font-size: 1.15rem; margin-bottom: 0; }

.readnote { max-width: 74ch; }
.readlede { font-size: 1.2rem; }
.readbody { color: var(--wvn-stone); }
.readnote h3 { margin-top: 1.75rem; }

.versusduo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.75rem 0;
}
.versuscol h3 { font-size: 1.1rem; }
.versuscol th, .versuscol td {
  text-align: left;
  padding: .5rem .6rem;
  border-bottom: 1px solid var(--wvn-rule);
  font-weight: 400;
}
.versuscol td { text-align: right; color: var(--wvn-stone); white-space: nowrap; }

.heardreel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1.5rem;
}
.heardquote {
  margin: 0;
  padding: 1.6rem;
  background: var(--wvn-card);
  border-radius: 4px;
}
.heardquote blockquote { margin: 0 0 .9rem; }
.heardquote p { margin: 0; font-size: 1.05rem; }
.heardname { color: var(--wvn-stone); font-size: .9rem; }

.lastcallband { max-width: 62ch; }
.lastcallband p:last-child { margin-bottom: 0; margin-top: 1.5rem; }

.panelmain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.panelshot {
  background: var(--wvn-paper);
  border: 1px solid var(--wvn-rule);
  border-radius: 4px;
}
.panelshot img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 1.5rem;
  width: 100%;
}
.panelside h1 { margin-bottom: .6rem; }
.panelside .napstrip { margin-bottom: 1rem; }

.fitline {
  padding: .9rem 1.1rem;
  background: var(--wvn-paper-cool);
  border-left: 4px solid var(--wvn-beam);
  border-radius: 0 4px 4px 0;
  font-size: 1.02rem;
}

.panelworth {
  font-family: var(--wvn-display);
  font-size: 2.3rem;
  line-height: 1.1;
  color: inherit;
  margin: 0 0 .2rem;
}
.worthaside { color: var(--wvn-stone); font-size: .88rem; }

.easeline { color: var(--wvn-stone); font-size: .9rem; margin-bottom: 0; }

.panelword { max-width: 74ch; }
.panelword > div { margin-top: 1.75rem; }
.panelword h2 { font-size: 1.35rem; margin-bottom: .3rem; }
.panelword > div p { margin: 0; color: var(--wvn-stone); }

.panelspec { background: var(--wvn-card); max-width: 46rem; }
.panelspec th, .panelspec td {
  text-align: left;
  padding: .65rem .85rem;
  border-bottom: 1px solid var(--wvn-rule);
}
.panelspec th {
  font-weight: 400;
  color: var(--wvn-stone);
  width: 42%;
}

.tintbank { display: flex; flex-wrap: wrap; gap: 1rem; }
.tintname {
  width: 148px;
  text-decoration: none;
  color: var(--wvn-ink);
  font-size: .9rem;
}
.tintname img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--wvn-paper);
  border: 1px solid var(--wvn-rule);
  border-radius: 4px;
  padding: .5rem;
  margin-bottom: .4rem;
  width: 100%;
}
.tintname:hover span { color: var(--wvn-deep); text-decoration: underline; }

.standswith {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.25rem;
}
.nearbyfit {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem;
  background: var(--wvn-card);
  border: 1px solid var(--wvn-rule);
  border-radius: 4px;
  text-decoration: none;
  color: var(--wvn-ink);
}
.nearbyfit img {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  object-fit: contain;
  background: var(--wvn-paper);
  border-radius: 3px;
}
.nearbyfit strong {
  display: block;
  font-weight: 400;
  font-size: .97rem;
  line-height: 1.25;
}
.nearbyfit small { color: var(--wvn-stone); }
.nearbyfit:hover strong { color: var(--wvn-deep); }

.paneltrail .hemgrid { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.panelclose {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.panelclose h2 { margin-bottom: .3rem; font-size: 1.6rem; }
.panelclose .panelworth { margin: 0; }

.queryroll {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 1.5rem;
}
.queryitem {
  padding: 1.4rem;
  background: var(--wvn-card);
  border-radius: 4px;
  border: 1px solid var(--wvn-rule);
}
.queryitem h3 { font-size: 1.12rem; }
.queryitem p { margin: 0; color: var(--wvn-stone); }

.slatcrumb { margin-bottom: 1.25rem; font-size: .9rem; }
.slatcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.slatcrumb li + li::before { content: "/"; margin-right: .4rem; color: var(--wvn-stone); }
.slatcrumb [aria-current="page"] { color: var(--wvn-stone); }

.sizerslate { max-width: 62rem; }
.sizerrung { padding: 1.5rem 0; border-top: 1px solid var(--wvn-rule); }
.sizerrung:first-child { border-top: 0; padding-top: 0; }
.sizerrung h2 { font-size: 1.3rem; margin-bottom: .35rem; }
.sizerrung > .weavesub { margin-bottom: 1rem; }

.sizerbank { display: flex; flex-wrap: wrap; gap: .75rem; }

.sizerchoice {
  flex: 0 1 auto;
  min-width: 12rem;
  max-width: 22rem;
  text-align: left;
  padding: .85rem 1.1rem;
  background: var(--wvn-card);
  color: var(--wvn-ink);
  border: 1px solid var(--wvn-rule);
  border-radius: 4px;
  font: inherit;
  cursor: pointer;
}
.sizerchoice span { display: block; font-size: 1.02rem; }
.sizerchoice small {
  display: block;
  margin-top: .2rem;
  font-size: .84rem;
  line-height: 1.35;
  color: var(--wvn-stone);
}
.sizerchoice:hover { border-color: var(--wvn-deep); }

.sizerchoice[aria-pressed="true"] {
  background: var(--wvn-slate);
  border-color: var(--wvn-slate);
  color: var(--wvn-paper);
}
.sizerchoice[aria-pressed="true"] small { color: var(--wvn-mist); }

.sizerchoice:disabled {
  cursor: default;
  background: transparent;
  border-color: var(--wvn-rule);
  color: var(--wvn-stone);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.sizerchoice:disabled small { text-decoration: none; }
.sizerchoice:disabled:hover { border-color: var(--wvn-rule); }

.sizeryield { margin-top: .5rem; }

.vigilsec { max-width: 68ch; }
.vigilhead { font-size: 1.45rem; margin: 2.25rem 0 .6rem; }
.vigilsec > .vigilhead:first-child { margin-top: 0; }

.vigilroll {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.75rem;
}
.vigilcard {
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.vigilcard .cribtrait { margin-top: auto; padding-top: .35rem; }
.vigilcard .vigilhead { font-size: 1.16rem; margin: .25rem 0 0; }
.vigilcard .vigilhead a { text-decoration: none; }
.vigilcard .vigilhead a:hover { text-decoration: underline; }
.vigilcard .readbody { margin: 0; font-size: .95rem; }

.vigilclose {
  max-width: 72ch;
  margin: 0;
  font-size: .9rem;
  line-height: 1.6;
  color: var(--wvn-stone);
  border-left: 3px solid var(--wvn-rule);
  padding-left: 1rem;
}

.meshbtn, .meshghost, .meshbuy {
  display: inline-block;
  padding: .8rem 1.35rem;
  border-radius: 4px;
  font-family: var(--wvn-text);
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.meshbtn {
  background: var(--wvn-ink);
  color: var(--wvn-card);
}

.meshbtn:hover { background: var(--wvn-deep); color: var(--wvn-card); }

.meshghost {
  background: transparent;
  color: var(--wvn-ink);
  border-color: var(--wvn-ink);
}
.meshghost:hover { background: var(--wvn-ink); color: var(--wvn-card); }

.meshbuy {
  background: var(--wvn-beam);
  color: var(--wvn-slate);
  border-color: var(--wvn-slate);
  font-size: 1.02rem;
}
.meshbuy:hover { background: var(--wvn-beam-soft); }

.meshmain { display: block; min-height: 40vh; }

.weavedark, .hushfoot {
  --wvn-ink: var(--wvn-paper);
  --wvn-card: var(--wvn-slate-soft);
  --wvn-kick: var(--wvn-kick-dark);
  --wvn-deep: var(--wvn-kick-dark);
  --wvn-deep-lit: var(--wvn-paper);
  --wvn-stone: var(--wvn-mist);
  --wvn-rule: var(--wvn-rule-dark);
  background: var(--wvn-slate);
  color: var(--wvn-ink);
}

@media (max-width: 900px) {
  .cotsplit, .braceshelf, .onepanel, .soakduo, .versusduo, .panelmain {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .airrow, .plainnumbers { grid-template-columns: 1fr 1fr; }
  .hushcols { grid-template-columns: 1fr 1fr; gap: 2rem; }


  .cotsplit { gap: 2.25rem; }

  .weavetitle { font-size: 1.9rem; }
  .cotcopy h1 { font-size: 2.3rem; }
  .panelside h1 { font-size: 1.85rem; }
}

@media (max-width: 560px) {
  .weaveband { padding: 2.5rem 0; }
  .cotcopy h1 { font-size: 1.95rem; }
  .weavetitle { font-size: 1.6rem; }
  .weavesub, .cotcopy .weavesub { font-size: 1.05rem; }


  .brimbar { flex-wrap: wrap; gap: .75rem 1rem; }
  .brimmenu { order: 3; width: 100%; gap: .9rem; font-size: .93rem; }


  .cotview {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 62%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;

    margin: 0 -4vw;
    padding: 0 4vw .5rem;
  }
  .cotslot { scroll-snap-align: start; }

  .airrow, .plainnumbers, .hushcols { grid-template-columns: 1fr; }
  .plainnumbers { gap: 1.25rem; }
  .figurenum { font-size: 2.1rem; }


  .sizerchoice { min-width: 0; max-width: none; width: 100%; }


  .sievetable th, .sievetable td { padding: .5rem .45rem; font-size: .87rem; }
  .sievetable thead th { font-size: .74rem; letter-spacing: .04em; }


  .panelclose { gap: 1rem; }
  .panelclose .meshbuy { width: 100%; text-align: center; }

  .hushfine { flex-direction: column; align-items: flex-start; gap: .6rem; }
}
