/* Virtual Closet stylesheet, in the rubyshines.com design system: the values
   are the live theme's (rubies-ecom-v4, read 2026-09-16; the extract is in
   .claude/plans/virtual-closet-handover/rubyshines-design-system.md). Fonts
   are the same files the store serves from its CDN. The operator screens live
   in the CS dashboard and do not use this file. */

@font-face { font-family: "Motter Corpus Std"; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/Motter_Corpus_Std_Regular.otf?v=1728655798") format("opentype"); }
@font-face { font-family: "Fixel Display"; font-weight: 300; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-ExtraLight.woff2?v=1728655781") format("woff2"), url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-ExtraLight.otf?v=1728655781") format("opentype"); }
@font-face { font-family: "Fixel Display"; font-weight: 400; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Light.woff2?v=1728655781") format("woff2"), url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Light.otf?v=1728655781") format("opentype"); }
@font-face { font-family: "Fixel Display"; font-weight: 500; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Regular.woff2?v=1728655781") format("woff2"), url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Regular.otf?v=1728655781") format("opentype"); }
@font-face { font-family: "Fixel Display"; font-weight: 600; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-SemiBold.woff2?v=1728655781") format("woff2"), url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-SemiBold.otf?v=1728655781") format("opentype"); }
@font-face { font-family: "Fixel Display"; font-weight: 700; font-display: swap; src: url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Bold.woff2?v=1728655781") format("woff2"), url("https://cdn.shopify.com/s/files/1/0255/9636/2837/files/FixelDisplay-Bold.otf?v=1728655781") format("opentype"); }

:root {
  --ink: #310C48;
  --black: #121212;
  --blue: #2000A0;
  --magenta: #FB00FF;
  --orange: #FFAA42;
  --lime: #B3FE00;
  --grey: #F3F3F3;
  --white: #FFFFFF;
  --soft: rgba(49, 12, 72, .72);
  --rule: rgba(49, 12, 72, .1);
  --line: rgba(49, 12, 72, .55);
  --orange-tint: #FFF1DF;
  --blue-tint: #EFF9FF;
  --lime-tint: #F3FFD6;
  --font: "Fixel Display", Assistant, "Helvetica Neue", Arial, sans-serif;
  --display: "Motter Corpus Std", var(--font);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 16px/1.6 var(--font); letter-spacing: .02em; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px 64px; }
a { color: var(--ink); text-underline-offset: 3px; }
a:hover { color: var(--blue); }
h1, h2, h3 { font-weight: 600; line-height: 1.2; margin: 0 0 12px; letter-spacing: 0; text-wrap: balance; }
/* Page titles are set whole in Motter Corpus in the site's blue, the way the
   home page sets "Never stop shining." */
h1 { font-family: var(--display); font-weight: 400; color: var(--blue); font-size: 44px; line-height: 1.05; letter-spacing: 0; }
h2 { font-size: 26px; }
h3 { font-size: 19px; margin-bottom: 6px; }
h1 i, h2 i, h3 i { font-style: normal; }
p { margin: 0 0 12px; }
b, strong { font-weight: 600; }
.soft { color: var(--soft); }
.fine { color: var(--soft); font-size: 14px; }
.lede { font-size: 19px; line-height: 1.5; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

/* header / footer */
.hd { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--rule); flex-wrap: wrap; }
.hd > div { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.brand { display: inline-flex; line-height: 0; }
.brand img { width: 170px; height: auto; display: block; }
.hd-sub { font-size: 15px; color: var(--soft); padding-left: 22px; border-left: 1px solid var(--rule); line-height: 1.3; }
.hd nav, .hd-nav { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.hd nav a, .hd-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .06em; font-size: 14px; font-weight: 500; }
.hd nav a.btn { text-transform: none; letter-spacing: .02em; min-height: 40px; padding: 0 20px; }
.hd-user { color: var(--soft); font-size: 14px; }
/* link mode: the centre's name as the title, "RUBIES × logo" on the right */
.hd-title { font-size: 22px; font-weight: 500; letter-spacing: .01em; line-height: 1.2; }
.hd-x { display: flex; align-items: center; gap: 14px; }
.hd-x .brand img { width: 130px; }
.hd-x-mark { font-size: 22px; color: var(--soft); line-height: 1; }
.hd-clogo { max-height: 48px; max-width: 160px; display: block; }
.hd-clogo-link { display: inline-flex; line-height: 0; }
.fine-after { margin-top: 16px; }
.fund-link { grid-template-columns: 1fr; }
.hd-user a { margin-left: 8px; }
.ft { border-top: 1px solid var(--rule); margin-top: 56px; padding-top: 24px; display: grid; gap: 8px; color: var(--soft); font-size: 14px; }
.ft-brand { display: flex; align-items: center; gap: 14px; }
.ft-brand img { width: 96px; height: auto; display: block; }
.ft-links a { margin-right: 4px; }
.banner { background: var(--grey); padding: 12px 20px; font-size: 14px; }
.banner.warn { background: var(--orange-tint); }
.banner.op { background: var(--blue); color: var(--white); }
.banner.op a { color: var(--white); }

/* buttons, as the store draws them: primary solid blue, secondary light-blue
   tint with a blue border ("Add to cart"), tertiary plain blue text; 4px
   corners, 18px semibold, 1px letter-spacing, 47px tall */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; min-width: 122px; padding: 0 30px; border: 1px solid var(--blue); border-radius: 4px; background: var(--blue-tint); color: var(--ink); font: 600 18px/1.2 var(--font); letter-spacing: 1px; text-decoration: none; text-align: center; cursor: pointer; transition: opacity .2s, background-color .2s; }
.btn:hover { opacity: .85; color: var(--ink); }
.btn:active { transform: translateY(1px); }
.btn-fill { background: var(--blue); border-color: var(--blue); color: var(--white); }
.btn-fill:hover { color: var(--white); }
.btn-sun, .btn-line { background: var(--blue-tint); }
.btn-quiet { background: transparent; border-color: transparent; color: var(--blue); font-weight: 500; }
.btn-quiet:hover { color: var(--blue); background: var(--blue-tint); }
.btn-small { min-height: 38px; min-width: 0; padding: 0 16px; font-size: 15px; letter-spacing: .5px; }
.btn.disabled, .btn[aria-disabled="true"], .btn:disabled { opacity: .4; cursor: not-allowed; pointer-events: none; }
.doors { display: flex; gap: 10px; flex-wrap: wrap; margin: 16px 0 8px; }

/* layout blocks */
section { padding: 40px 0; }
section + section { border-top: 1px solid var(--rule); }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero-sponsor, .hero-link { grid-template-columns: 1fr; }
.hero-link .hero-copy { max-width: 720px; }
.hero-art { background: var(--grey); aspect-ratio: 1 / 1; overflow: hidden; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* About RUBIES: text beside a landscape illustration */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.about-art { background: var(--grey); overflow: hidden; }
.about-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.col { max-width: 760px; }
.centre-logo { max-height: 56px; max-width: 220px; display: block; margin-bottom: 18px; }
.three { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.card { background: var(--grey); padding: 24px; display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.card h3 { margin-bottom: 0; }
.card > .btn:last-child { margin-top: auto; align-self: flex-start; }
.card > .btn:last-child + * { margin-top: 0; }
.card.narrow { max-width: 560px; margin: 32px auto; padding: 32px; }
/* the three doors: white, each under one of the logo's colours */
.doors-3 { gap: 32px; }
.doors-3 .card { background: var(--white); border-top: 4px solid var(--magenta); padding: 18px 0 0; }
.doors-3 .card:nth-child(2) { border-top-color: var(--orange); }
.doors-3 .card:nth-child(3) { border-top-color: var(--lime); }
.sponsor-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; align-items: start; }
.strip { display: flex; justify-content: space-between; align-items: center; gap: 12px; background: var(--grey); padding: 14px 20px; flex-wrap: wrap; }
.strip.quiet { background: transparent; color: var(--soft); font-size: 14px; padding: 0; }
.quiet-fund { display: grid; gap: 8px; max-width: 420px; }
.bar-slim { height: 8px; }
/* the fundraiser band on the shop-first page */
.fund { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: var(--grey); padding: 32px; }
.fund-copy { display: grid; gap: 10px; max-width: 640px; }
.fund .amount { font-size: 40px; }
.fund .amount small { font-size: 16px; }
.fund-cta { display: grid; gap: 6px; justify-items: center; text-align: center; }
.fund-cta .btn { min-width: 240px; }

/* progress */
.progress { background: var(--grey); padding: 24px; display: grid; gap: 10px; }
.progress-hero { margin: 10px 0 16px; }
.progress-head { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.amount { font-size: 34px; font-weight: 600; line-height: 1; font-variant-numeric: tabular-nums; }
.amount small { font-size: 14px; font-weight: 400; color: var(--soft); }
.bar { height: 14px; background: var(--white); border: 1px solid var(--rule); position: relative; overflow: hidden; }
.bar > span { position: absolute; inset: 0 auto 0 0; background: var(--magenta); }
.tag { display: inline-block; border-radius: 40px; padding: 3px 14px; font-size: 14px; font-weight: 500; background: var(--lime); color: var(--ink); }
.amounts { display: grid; gap: 12px; }
.gifts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.gift { border: 1px solid var(--blue); border-radius: 4px; padding: 16px 8px 12px; text-align: center; text-decoration: none; display: grid; gap: 2px; background: var(--white); }
.gift:hover { background: var(--blue-tint); color: var(--ink); }
.gift b { font-size: 24px; font-weight: 600; }
.gift small { color: var(--soft); font-size: 13px; }
.gifts-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 640px; }

/* products: the store's card, square photo on the light grey ground */
.products { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.product { display: flex; flex-direction: column; text-decoration: none; background: var(--grey); color: var(--ink); }
.product:hover { color: var(--ink); }
/* the store's card: the product photo, and the character illustration on hover */
.product .media { position: relative; aspect-ratio: 1 / 1.05; overflow: hidden; background: var(--grey); display: block; }
.product .media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product .media .media-hover { position: absolute; inset: 0; opacity: 0; transition: opacity .3s; }
.product:hover .media .media-hover { opacity: 1; }
.product .body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product .name { display: block; flex: 1; font-size: 13px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; line-height: 1.3; }
.product .price { font-size: 14px; display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.product .price s { color: var(--soft); }
.swatches { display: inline-flex; gap: 6px; }
.swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--rule); display: inline-block; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 24px; padding: 0; margin: 0 0 16px; counter-reset: s; list-style: none; }
.steps-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.steps li { border-top: 4px solid var(--magenta); padding-top: 14px; counter-increment: s; }
.steps li:nth-child(3n+2) { border-top-color: var(--orange); }
.steps li:nth-child(3n+3) { border-top-color: var(--lime); }
.steps li::before { content: counter(s); display: block; font-weight: 600; color: var(--ink); font-size: 18px; line-height: 1; margin-bottom: 8px; }
.words blockquote { margin: 0 0 12px; padding: 0 0 0 16px; border-left: 3px solid var(--magenta); font-size: 18px; }

/* tabs */
.tab-row { display: flex; border-bottom: 1px solid var(--rule); margin-bottom: 16px; }
.tab { font: 500 14px var(--font); text-transform: uppercase; letter-spacing: .06em; padding: 10px 18px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; background: transparent; color: var(--soft); cursor: pointer; }
.tab.active { color: var(--ink); border-bottom-color: var(--ink); }

/* forms: square inputs, 1px border at 55% of the text colour */
.form { display: grid; gap: 16px; max-width: 640px; }
.form label, .settings-block label, .field { display: grid; gap: 6px; font-size: 14px; font-weight: 500; color: var(--ink); }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="url"], select, textarea { font: 400 16px/1.4 var(--font); letter-spacing: .02em; color: var(--ink); padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); width: 100%; }
select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23310C48' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
textarea { min-height: 90px; resize: vertical; }
.form fieldset, .settings-block fieldset { border: 1px solid var(--rule); padding: 16px; margin: 0; display: grid; gap: 10px; }
.form legend, .settings-block legend { font-weight: 500; color: var(--ink); font-size: 14px; padding: 0 6px; }
.radio, .check, .form .radio, .form .check, .settings-block .radio, .settings-block .check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--ink); font-size: 15px; }
.radio input, .check input { margin-top: 5px; accent-color: var(--ink); }
.chips { display: flex; gap: 6px; flex-wrap: wrap; }
.chip { position: relative; border: 1px solid var(--blue); border-radius: 4px; padding: 6px 16px; font-size: 15px; font-weight: 600; display: inline-flex; gap: 6px; align-items: center; cursor: pointer; background: var(--blue-tint); color: var(--ink); text-decoration: none; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.chip:has(input:focus-visible) { outline: 2px solid var(--blue); outline-offset: 2px; }
.chip.on { background: var(--blue); color: var(--white); border-color: var(--blue); }
.row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: end; }
.item { border: 1px solid var(--rule); padding: 14px; display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: start; }
.item-fields { display: grid; gap: 10px; min-width: 0; }
.item-thumb { display: block; background: var(--grey); aspect-ratio: 1 / 1.05; overflow: hidden; }
.item-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.items .item:only-child .remove { display: none; }
.nudge { background: var(--orange-tint); padding: 12px 14px; font-size: 14px; display: grid; gap: 8px; }
.error { background: var(--grey); border-left: 4px solid var(--magenta); padding: 12px 14px; font-size: 14px; }
.ok { background: var(--lime-tint); border-left: 4px solid var(--lime); padding: 12px 14px; font-size: 14px; }
.list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }

/* tables and the centre's view */
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; vertical-align: top; padding: 10px 12px; border-bottom: 1px solid var(--rule); }
th { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--soft); font-weight: 500; }
/* A table wider than its column scrolls sideways. The gradient pair is painted
   on the scrolling box itself: the white halves are fixed to the edges and the
   shadows scroll with the content, so a shadow only shows on a side that has
   more table behind it. Without the hint a phone shows four of eight columns
   and nothing says so. */
.tbl {
  overflow-x: auto;
  --tbl-bg: var(--white);
  background:
    linear-gradient(to right, var(--tbl-bg) 30%, transparent) left center,
    linear-gradient(to left, var(--tbl-bg) 30%, transparent) right center,
    radial-gradient(farthest-side at 0 50%, var(--rule), rgba(49, 12, 72, 0)) left center,
    radial-gradient(farthest-side at 100% 50%, var(--rule), rgba(49, 12, 72, 0)) right center;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
}
.pill { display: inline-block; border: 1px solid var(--line); border-radius: 40px; padding: 2px 10px; font-size: 12px; background: var(--white); white-space: nowrap; }
.pill.ok { background: var(--lime); border-color: var(--lime); }
.pill.warn { background: var(--orange); border-color: var(--orange); }
.pill.bad { background: var(--ink); border-color: var(--ink); color: var(--white); }
.grid-fill td input { width: 56px; text-align: center; padding: 6px 4px; }
.kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.kpi { background: var(--white); padding: 12px; }
.kpi b { display: block; font-size: 26px; font-weight: 600; line-height: 1.1; }
.kpi span { color: var(--soft); font-size: 13px; }
.side { display: grid; grid-template-columns: 220px 1fr; gap: 32px; align-items: start; padding-top: 24px; }
.side nav { display: grid; gap: 2px; position: sticky; top: 16px; }
.side nav a { padding: 8px 12px; text-decoration: none; border-left: 3px solid transparent; font-size: 14px; }
.side nav a.active { border-left-color: var(--ink); background: var(--grey); }
.settings-block { background: var(--grey); padding: 24px; display: grid; gap: 14px; margin-bottom: 8px; }
.settings-block .tbl { --tbl-bg: var(--grey); }
.share { display: grid; gap: 8px; }
.share-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; }
.share-row code { background: var(--grey); padding: 6px 8px; font-size: 13px; overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.qr { width: 120px; height: 120px; }
.print-only { display: none; }
.inline { display: inline; }
.inline .btn { vertical-align: middle; }

/* the theme is mobile-first with breakpoints at 750 and 990 */
@media (max-width: 989px) {
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { grid-template-columns: 1fr; gap: 24px; }
  .steps-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side { grid-template-columns: 1fr; }
  .side nav { position: static; display: flex; flex-wrap: wrap; }
}
@media (max-width: 989px) {
  .about { grid-template-columns: 1fr; gap: 20px; }
  .about > .about-art { order: 2; }   /* stacked: the words first, the picture after */
  .fund { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .fund-cta { justify-items: start; text-align: left; }
}
@media (max-width: 749px) {
  .has-mobile { aspect-ratio: var(--mob) !important; }
  .gifts-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hd-link { flex-direction: column; align-items: flex-start; }
  .three, .two, .sponsor-block, .row, .steps, .steps-4 { grid-template-columns: 1fr; }
  .item { grid-template-columns: 72px 1fr; gap: 10px; }
  .doors-3 { gap: 20px; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .gifts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
  .kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  h1 { font-size: 32px; }
  h2 { font-size: 22px; }
  .lede { font-size: 17px; }
  .btn { font-size: 16px; min-height: 44px; padding: 0 20px; }
  .brand img { width: 90px; }
  .hd { padding: 14px 0; gap: 10px; }
  .hd nav, .hd-nav { gap: 14px; }
  .hd-sub { padding-left: 12px; }
  .wrap { padding: 0 16px 48px; }
  section { padding: 28px 0; }
  .card { padding: 18px; }
  .card.narrow { padding: 22px; margin: 16px auto; }
  /* A note to the requesters runs to four or five lines on a phone. */
  textarea { min-height: 132px; }

  /* A record per row reads better than six columns squeezed into a phone, so
     tables marked .stack become a card each, every cell carrying the heading
     it lost. .grid-fill is a matrix and cannot stack; it scrolls instead. */
  table.stack, table.stack tbody, table.stack tr, table.stack td { display: block; width: auto; }
  table.stack thead { display: none; }
  table.stack tr { padding: 14px 0; border-bottom: 1px solid var(--rule); }
  table.stack tr:last-child { border-bottom: 0; }
  /* The heading sits above its value rather than beside it: these cells hold
     pills, forms and buttons, and every inline child of a grid or flex cell
     would become its own item and land back under the heading. */
  table.stack td { border: 0; padding: 5px 0; overflow-wrap: anywhere; }
  table.stack td[data-label]::before {
    content: attr(data-label); display: block; font-size: 12px; text-transform: uppercase;
    letter-spacing: .06em; color: var(--soft); line-height: 1.5; margin-bottom: 1px;
  }
  table.stack td[data-label=""] { padding-top: 8px; }

  /* Where every value is a word or a figure, two pairs fit on a line and the
     card stays a glance instead of a scroll. Each cell is a whole grid item,
     so a pill or a form inside one still stays put. */
  table.stack-2up tr { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
  table.stack-2up td[data-label=""] { grid-column: 1 / -1; }
  /* A quiet button is a link with no border, so the 30px it inherits from .btn
     reads as a stray indent once the cell's heading sits directly above it. */
  table.stack .doors, table.stack form { margin: 0; }
  table.stack .btn-quiet { padding: 0; min-width: 0; justify-content: flex-start; }
  table.stack .doors:has(.btn-quiet) { gap: 22px; }

  /* The size grid keeps its style name in view while the sizes scroll past. */
  .grid-fill th:first-child, .grid-fill td:first-child {
    position: sticky; left: 0; z-index: 1; background: var(--white);
    box-shadow: 1px 0 0 var(--rule), 6px 0 6px -6px rgba(49, 12, 72, .18);
  }
}
@media print {
  .hd, .ft, .no-print, .btn { display: none !important; }
  .print-only { display: block; }
  body { font-size: 12px; }
}
