/* A travel agency in Charleston, West Virginia.

   Archetype: THE COMPARISON SHEET. The catalogue is a real TABLE, not a grid of cards, because
   the axis is a number and a number is compared by scanning a column. Interior pages run wide
   with tables as the primary block and prose as the secondary one, which is the reverse of both
   sibling agencies.

   Reveal: the tally squares grow in HEIGHT from a hairline to a full square. They never fade,
   never move and never change position, and the count is printed in words beside them on every
   single occurrence, so a throttled timer can leave the squares flat and lose nothing at all. */

:root {
  --paper: #f7f4ee;
  --card: #e8e3d7;
  --ink: #191b1e;
  --rule: #3a3d42;
  --quiet: #67655e;
  --hair: #cdc7b9;
  --mark: #9a4423;
  --cool: #1f5b52;
  --lead: 1.77;
  --wide: min(72rem, 100% - 2.4rem);
  --text: min(52rem, 100% - 2.4rem);
}

@font-face {
  font-family: "Sheet Display";
  src: url("/assets/sh-display-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Sheet Display";
  src: url("/assets/sh-display-800.woff2") format("woff2");
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Sheet Text";
  src: url("/assets/sh-text-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Sheet Text";
  src: url("/assets/sh-text-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Sheet Text";
  src: url("/assets/sh-text-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Sheet Text", "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: var(--lead);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--cool); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mark); }
:focus-visible { outline: 3px solid var(--mark); outline-offset: 2px; }

.sh-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: var(--paper);
  padding: 0.7rem 1.2rem; z-index: 60; font-weight: 700;
}
.sh-skip:focus { left: 0; }

/* ---------------------------------------------------------------- masthead */

.sh-top { background: var(--card); border-bottom: 1px solid var(--hair); }

.sh-top-in {
  width: var(--wide); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 0.5rem 2rem;
  align-items: baseline; justify-content: space-between;
  padding: 1.2rem 0 0.9rem;
}

.sh-mast { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.3rem 1rem; }
.sh-mast a {
  font-family: "Sheet Display", Georgia, serif; font-weight: 800;
  font-size: clamp(1.5rem, 3.2vw, 2rem); line-height: 1;
  color: var(--ink); text-decoration: none; letter-spacing: -0.02em;
}
.sh-mast a:hover { color: var(--mark); }
.sh-mast-strap {
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700;
}

.sh-top-reach { margin: 0; text-align: right; line-height: 1.3; }
.sh-top-reach a {
  display: block; font-weight: 700; font-size: 1.06rem;
  color: var(--ink); text-decoration: none;
}
.sh-top-reach a:hover { color: var(--mark); }
.sh-top-reach span { display: block; font-size: 0.73rem; color: var(--quiet); }

.sh-nav { background: var(--paper); border-bottom: 2px solid var(--ink); }
.sh-nav-in { width: var(--wide); margin-inline: auto; overflow-x: auto; }
.sh-nav ul { list-style: none; margin: 0; padding: 0; display: flex; white-space: nowrap; }
.sh-nav a {
  display: block; padding: 0.65rem 0.9rem;
  color: var(--rule); text-decoration: none;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.sh-nav a:hover { color: var(--paper); background: var(--rule); }
.sh-nav a[aria-current="page"] { color: var(--paper); background: var(--ink); }

/* ---------------------------------------------------------------- head */

.sh-hero-art { width: 100%; max-height: 38vh; overflow: hidden; border-bottom: 1px solid var(--hair); }
.sh-hero-art img { width: 100%; height: 100%; object-fit: cover; }

.sh-head-say { width: var(--wide); margin-inline: auto; padding: 2.2rem 0 1.4rem; }

.sh-brow {
  margin: 0 0 0.6rem;
  font-size: 0.71rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--mark); font-weight: 700;
}

.sh-head h1 {
  font-family: "Sheet Display", Georgia, serif; font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 0.9rem; max-width: 24ch;
}
.is-front .sh-head h1 { max-width: 28ch; }

.sh-stand { margin: 0; font-size: 1.12rem; color: var(--rule); max-width: 60ch; }

/* ---------------------------------------------------------------- body */

.sh-body { width: var(--wide); margin: 0 auto; padding: 1.2rem 0 3.5rem; }

.sh-body > p, .sh-body > ul, .sh-body > h2, .sh-body > h3 { max-width: 62ch; }

.sh-body h2 {
  font-family: "Sheet Display", Georgia, serif; font-weight: 700;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  line-height: 1.25; letter-spacing: -0.015em;
  margin: 2.6rem 0 0.85rem;
}
.sh-body > h2:first-child { margin-top: 0.5rem; }
.sh-body h3 { font-size: 1.08rem; font-weight: 700; margin: 1.9rem 0 0.5rem; }

.sh-body p { margin: 0 0 1rem; }
.sh-body ul { margin: 0 0 1.25rem; padding-left: 1.25rem; }
.sh-body li { margin-bottom: 0.5rem; }
.sh-body strong { font-weight: 700; }

/* ---------------------------------------------------------------- the tally */

.sh-tally { display: inline-flex; align-items: center; gap: 0.5rem; white-space: nowrap; }
.sh-tally-boxes {
  display: inline-flex; align-items: flex-end; gap: 0.17rem;
  font-weight: 700; color: var(--mark); font-size: 0.85rem; line-height: 1;
}
.sh-mark {
  display: inline-block; width: 0.5rem; height: 0.5rem;
  background: var(--mark);
  transition: height 380ms cubic-bezier(.22,.61,.36,1);
}
/* the reveal, and the only thing that moves on this site */
.sh-grow .sh-mark { height: 0.13rem; }

@media (prefers-reduced-motion: reduce) {
  .sh-mark { transition: none; }
  .sh-grow .sh-mark { height: 0.5rem; }
}

.sh-tally-say {
  font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase;
  font-weight: 700; color: var(--rule);
}

/* ---------------------------------------------------------------- the sheet */

.sh-sheet-wrap { overflow-x: auto; margin: 1.4rem 0 2.4rem; }
.sh-sheet { width: 100%; border-collapse: collapse; min-width: 40rem; }
.sh-sheet caption {
  text-align: left; font-size: 0.75rem; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
  padding-bottom: 0.7rem;
}
.sh-sheet thead th {
  border-bottom: 2px solid var(--ink);
  font-size: 0.72rem; letter-spacing: 0.11em; text-transform: uppercase;
  color: var(--rule); text-align: left; padding: 0 1rem 0.5rem 0;
}
.sh-sheet tbody th, .sh-sheet tbody td {
  border-bottom: 1px solid var(--hair);
  padding: 0.85rem 1rem 0.85rem 0; text-align: left; vertical-align: top;
}
.sh-sheet tbody th { width: 42%; font-weight: 400; }
.sh-sheet tbody th a {
  display: block; font-weight: 700; font-size: 1.04rem;
  color: var(--ink); text-decoration: none;
  font-family: "Sheet Display", Georgia, serif;
}
.sh-sheet tbody th a:hover { color: var(--mark); text-decoration: underline; }
.sh-row-say { display: block; font-size: 0.88rem; color: var(--quiet); line-height: 1.5; }
.sh-row-from { font-weight: 700; white-space: nowrap; }
.sh-sheet tbody tr:hover { background: var(--card); }

/* ---------------------------------------------------------------- tiers */

.sh-tiers {
  display: grid; gap: 1.3rem; margin: 1.3rem 0 2.4rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}
.sh-tier { border-top: 2px solid var(--ink); padding-top: 0.7rem; }
.sh-tier h3 { margin: 0 0 0.45rem; font-size: 1.02rem; }
.sh-tier h3 a { color: var(--ink); text-decoration: none; }
.sh-tier h3 a:hover { color: var(--mark); text-decoration: underline; }
.sh-tier-say { margin: 0.5rem 0 0; font-size: 0.9rem; color: var(--rule); }
.sh-tier-count {
  margin: 0.5rem 0 0; font-size: 0.73rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
}

/* ---------------------------------------------------------------- price */

.sh-price {
  margin: 1.6rem 0 0.4rem;
  display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.5rem;
  border-top: 2px solid var(--ink); padding-top: 0.85rem;
}
.sh-price-from {
  font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700;
}
.sh-price-sum {
  font-family: "Sheet Display", Georgia, serif; font-weight: 800;
  font-size: clamp(1.85rem, 4.4vw, 2.5rem); line-height: 1;
}
.sh-price-per { font-size: 0.93rem; color: var(--rule); }
.sh-price-note { font-size: 0.92rem; color: var(--rule); margin-bottom: 1.6rem; max-width: 60ch; }

/* ---------------------------------------------------------------- tables */

.sh-grid-wrap { overflow-x: auto; margin: 1.3rem 0 2rem; }
.sh-grid { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 40rem; }
.sh-grid caption {
  text-align: left; font-size: 0.75rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700;
  padding-bottom: 0.6rem;
}
.sh-grid th, .sh-grid td {
  border-bottom: 1px solid var(--hair);
  padding: 0.7rem 1rem 0.7rem 0; text-align: left; vertical-align: top;
}
.sh-grid thead th {
  border-bottom: 2px solid var(--ink);
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rule);
}
.sh-grid tbody th { font-weight: 700; width: 22%; }
.sh-parties tbody th { color: var(--mark); }
.sh-claim-on { color: var(--cool); font-weight: 700; }
.sh-claim-off { color: var(--mark); font-weight: 700; }

/* ---------------------------------------------------------------- slab */

.sh-slab { margin: 1.2rem 0 2rem; max-width: 62rem; }
.sh-slab-row {
  display: grid; gap: 0.15rem 1.5rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.65rem 0; border-bottom: 1px solid var(--hair);
}
.sh-slab-row:first-child { border-top: 1px solid var(--hair); }
.sh-slab dt { font-weight: 700; font-size: 0.87rem; color: var(--rule); }
.sh-slab dd { margin: 0; }
@media (min-width: 44rem) {
  .sh-slab-row { grid-template-columns: 16rem minmax(0, 1fr); align-items: baseline; }
}

/* ---------------------------------------------------------------- plate */

.sh-plate { margin: 2rem 0; max-width: 62rem; }
.sh-plate img { width: 100%; }
.sh-plate figcaption { font-size: 0.86rem; color: var(--quiet); padding-top: 0.5rem; }

/* ---------------------------------------------------------------- form */

.sh-form {
  margin: 1.6rem 0 2rem; max-width: 62rem;
  background: var(--card); border-top: 2px solid var(--ink); padding: 1.3rem 1.3rem 1.5rem;
}
.sh-lines { margin: 0 0 1.3rem; }
.sh-line {
  display: grid; gap: 0.25rem 1.3rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.7rem 0; border-bottom: 1px solid var(--hair);
}
.sh-line label { font-weight: 700; font-size: 0.87rem; color: var(--rule); }
.sh-line input, .sh-line select {
  width: 100%; font: inherit; font-size: 1rem;
  padding: 0.5rem 0.6rem; border-radius: 0;
  border: 1px solid var(--quiet); background: var(--paper); color: var(--ink);
}
.sh-line input:focus, .sh-line select:focus { border-color: var(--cool); }
.sh-line [aria-invalid="true"] { border-color: var(--mark); border-width: 2px; }
.sh-note { font-size: 0.81rem; color: var(--quiet); }
@media (min-width: 46rem) {
  .sh-line { grid-template-columns: 14rem minmax(0, 17rem) minmax(0, 1fr); align-items: center; }
  .sh-note { grid-column: 3; }
}
.sh-said { display: block; font-size: 0.85rem; color: var(--mark); font-weight: 700; }
.sh-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.sh-stamps { list-style: none; margin: 0 0 1.2rem; padding: 0; }
.sh-stamps li {
  display: grid; gap: 0.2rem 1rem; grid-template-columns: minmax(0, 1fr);
  padding: 0.4rem 0; border-bottom: 1px solid var(--hair); font-size: 0.92rem;
}
.sh-stamps strong {
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mark);
}
@media (min-width: 40rem) {
  .sh-stamps li { grid-template-columns: 12rem minmax(0, 1fr); align-items: baseline; }
}

.sh-send { margin: 0 0 1rem; }
.sh-send button {
  font: inherit; font-weight: 700; font-size: 1rem; letter-spacing: 0.05em;
  background: var(--mark); color: var(--paper);
  border: 2px solid var(--mark); border-radius: 0;
  padding: 0.7rem 2rem; cursor: pointer;
}
.sh-send button:hover:not([disabled]) { background: var(--ink); border-color: var(--ink); }
.sh-send button[disabled] {
  background: transparent; color: var(--quiet); border-color: var(--hair); cursor: not-allowed;
}
.sh-fine { font-size: 0.88rem; color: var(--rule); margin: 0 0 0.8rem; }
.sh-off, .sh-broke {
  font-size: 0.9rem; border-left: 4px solid var(--cool);
  padding: 0.5rem 0 0.5rem 0.85rem; margin: 0.9rem 0 0;
}
.sh-slot { display: block; margin: 2.4rem 0; }
.sh-slot[hidden] { display: none; }

/* ---------------------------------------------------------------- the fare lookup

   Filled by this office, in this office's own markup: no outside script, no widget and no
   partner identifier. Both ends are comboboxes reading a sheet that ships on this domain, and
   only a code taken from that sheet ever travels. The controls are laid as the sheet they belong
   to: label over field, one square cell per column, on the same measure as the enquiry form. */

.sh-slot-said { max-width: 62ch; font-size: 0.95rem; }

.sh-look {
  margin: 1.4rem 0 0; max-width: 62rem;
  background: var(--card);
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--hair);
  padding: 1.3rem 1.4rem 1.5rem;
}
@media (min-width: 40rem) { .sh-look { padding: 1.5rem 1.8rem 1.7rem; } }

/* Eight equal cells in one grid read as eight unrelated questions. They are three: where, when
   and who. Each becomes a section of the sheet with its own hanging label and a hairline under
   it, which is the same device the catalogue and the obligations register already use. */

.sh-look-fields { display: grid; gap: 0; }

.sh-group { border: 0; margin: 0; padding: 1rem 0 1.1rem; min-width: 0; }
.sh-group + .sh-group { border-top: 1px solid var(--hair); }
.sh-group:first-of-type { padding-top: 0.2rem; }
.sh-group legend {
  padding: 0; margin: 0 0 0.7rem;
  font-family: "Sheet Display", Georgia, serif;
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 800; color: var(--mark);
}

.sh-group-row { display: grid; gap: 0.9rem 1.1rem; }
/* The counts hold one digit each and sit three across at every width. Stacked full width on a
   phone they added some two hundred pixels of scrolling to say nothing. */
.sh-group-counts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.7rem; }
@media (min-width: 40rem) {
  .sh-group-where .sh-group-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sh-group-when .sh-group-row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.9fr); }
  /* Counts hold a single digit, so they take only the width a single digit needs and sit
     together as one group rather than stretching across the sheet. */
  .sh-group-counts { grid-template-columns: repeat(3, minmax(6.5rem, 9rem)); justify-content: start; }
}

.sh-cell { display: flex; flex-direction: column; gap: 0.32rem; min-width: 0; }
.sh-cell label {
  font-weight: 700; font-size: 0.83rem; letter-spacing: 0.03em; color: var(--rule);
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 0.4rem;
}
/* The qualifier that used to sit inside the label and make it two lines long: quieter, lighter,
   and it wraps away on its own on a narrow screen instead of pushing the field down. */
.sh-cell-aside {
  font-weight: 400; font-size: 0.76rem; letter-spacing: 0; color: var(--quiet);
  text-transform: none;
}
.sh-cell input,
.sh-cell select {
  width: 100%; max-width: 100%; box-sizing: border-box;
  font: inherit; font-size: 1.02rem; line-height: 1.35;
  padding: 0.62rem 0.7rem; border-radius: 0;
  border: 1px solid var(--hair); border-bottom: 2px solid var(--rule);
  background: var(--paper); color: var(--ink);
  -webkit-appearance: none; appearance: none;
  transition: border-color 0.12s ease-out;
}
.sh-cell input::placeholder { color: var(--quiet); opacity: 1; }
.sh-cell input:hover, .sh-cell select:hover { border-bottom-color: var(--mark); }
/* A single digit needs no more room than a single digit, and centring it stops the field
   reading as an empty text box. */
.sh-group-counts input { text-align: center; font-variant-numeric: tabular-nums; }
.sh-cell select {
  background-image: linear-gradient(45deg, transparent 50%, var(--rule) 50%),
                    linear-gradient(135deg, var(--rule) 50%, transparent 50%);
  background-position: right 1.05rem center, right 0.75rem center;
  background-size: 0.3rem 0.3rem, 0.3rem 0.3rem;
  background-repeat: no-repeat;
  padding-right: 2rem;
}
.sh-cell input[type="date"] { min-height: 2.85rem; }
.sh-cell input[type="hidden"] { display: none; }
.sh-cell input:focus,
.sh-cell select:focus {
  border-color: var(--cool); outline: 2px solid var(--cool); outline-offset: 1px;
}
.sh-cell [aria-invalid="true"] { border-color: var(--mark); border-width: 2px; }
.sh-cell.is-adrift input,
.sh-cell.is-adrift select { outline: 2px solid var(--mark); outline-offset: 1px; }

/* The refusal sits in the cell of the field it is about, so focusing that field brings it into
   view. A line kept down beside the button lands off screen on a phone. */
.sh-cell-said { margin: 0.3rem 0 0; font-size: 0.86rem; font-weight: 700; color: var(--mark); }

.sh-end { position: relative; }

.sh-drop {
  position: absolute; z-index: 55; left: 0; right: 0; top: 100%;
  margin: 0.2rem 0 0; padding: 0; list-style: none;
  background: var(--paper); border: 1px solid var(--rule);
  box-shadow: 0 8px 22px rgba(25, 27, 30, 0.18);
  max-height: 20.5rem; overflow-y: auto;
}
.sh-drop li { margin: 0; }
.sh-drop button {
  display: block; width: 100%; text-align: left; cursor: pointer;
  background: none; border: 0; border-bottom: 1px solid var(--hair);
  padding: 0.5rem 0.75rem; font: inherit; font-size: 0.95rem; color: inherit;
}
.sh-drop li:last-child button { border-bottom: 0; }
.sh-drop button:hover,
.sh-drop button:focus-visible,
.sh-drop li.is-picked button { background: var(--card); }
.sh-drop-code {
  display: inline-block; min-width: 3.3rem;
  font-weight: 700; font-size: 0.8rem; letter-spacing: 0.09em; color: var(--rule);
}

.sh-look-send {
  margin: 0; padding-top: 1.1rem; border-top: 1px solid var(--hair);
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.8rem 1rem;
}
.sh-look-send button { padding: 0.78rem 2.4rem; }
@media (max-width: 39.99rem) { .sh-look-send button { width: 100%; } }
.sh-line-said { font-size: 0.9rem; font-weight: 700; color: var(--mark); }
.sh-line-said.is-settled { color: var(--cool); }
.sh-look button[disabled] { opacity: 0.55; cursor: not-allowed; }

/* The stored-word card is fixed to the foot of the window and the two place fields drop their
   offers into the same strip. A drop is open only while somebody types, so the card stands down
   for exactly that long. */
body.sh-choosing .sh-keep { visibility: hidden; }

/* ---------------------------------------------------------------- also */

.sh-also { margin: 3rem 0 0; border-top: 2px solid var(--ink); padding-top: 1.1rem; }
.sh-also h2 {
  font-family: inherit; font-size: 0.73rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--quiet); font-weight: 700; margin: 0 0 1rem;
}
.sh-also ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
}
.sh-also a { text-decoration: none; color: var(--ink); display: block; }
.sh-also-name {
  display: block; font-weight: 700; font-size: 1rem;
  border-bottom: 1px solid var(--hair); padding-bottom: 0.28rem; margin-bottom: 0.3rem;
}
.sh-also a:hover .sh-also-name { color: var(--mark); border-color: var(--mark); }
.sh-also-say { display: block; font-size: 0.87rem; color: var(--rule); line-height: 1.5; }

/* ---------------------------------------------------------------- keep */

.sh-keep {
  position: fixed; left: 1rem; bottom: 1rem; right: 1rem;
  max-width: 28rem; z-index: 50;
  background: var(--ink); color: #e8e3d7;
  padding: 1rem 1.1rem; font-size: 0.88rem; line-height: 1.55;
  border-left: 5px solid var(--mark);
}
.sh-keep[hidden] { display: none; }
.sh-keep p { margin: 0 0 0.7rem; }
.sh-keep a { color: #fff; }
.sh-keep-go { margin: 0; display: flex; gap: 0.6rem; flex-wrap: wrap; }
.sh-keep button {
  font: inherit; font-size: 0.86rem; font-weight: 700;
  padding: 0.4rem 1rem; cursor: pointer; border-radius: 0;
  background: transparent; color: #e8e3d7; border: 1px solid #706d63;
}
.sh-keep button:hover { background: #e8e3d7; color: var(--ink); border-color: #e8e3d7; }

/* ---------------------------------------------------------------- foot */

.sh-foot {
  border-top: 2px solid var(--ink);
  margin-top: 3rem; padding: 2.2rem 0 1.3rem; font-size: 0.91rem;
}
.sh-foot-in {
  width: var(--wide); margin-inline: auto;
  display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 56rem) {
  .sh-foot-in { grid-template-columns: 23rem minmax(0, 1fr); gap: 3.5rem; }
}
.sh-foot-say p { margin: 0 0 0.6rem; color: var(--rule); }
.sh-foot-name {
  font-family: "Sheet Display", Georgia, serif; font-weight: 800;
  font-size: 1.28rem; color: var(--ink) !important;
}
.sh-foot-stand { border-top: 1px solid var(--hair); padding-top: 0.6rem; font-size: 0.86rem; }
.sh-foot-cols {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.sh-foot-cols h2 {
  font-size: 0.71rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--quiet); font-weight: 700; margin: 0 0 0.5rem;
}
.sh-foot-cols ul { list-style: none; margin: 0; padding: 0; }
.sh-foot-cols li { margin-bottom: 0.38rem; }
.sh-foot-cols a { color: var(--ink); text-decoration: none; }
.sh-foot-cols a:hover { color: var(--mark); text-decoration: underline; }
.sh-foot-line {
  width: var(--wide); margin: 1.8rem auto 0;
  border-top: 1px solid var(--hair); padding-top: 0.85rem;
  font-size: 0.8rem; color: var(--quiet);
}

@media print {
  .sh-nav, .sh-keep, .sh-form, .sh-also { display: none; }
  body { font-size: 11pt; }
}
