/* Left column on purpose: do not center the shell. */

:root {
  color-scheme: light;
  --wshw-clay: #efe6d6;
  --wshw-ink: #2c2420;
  --wshw-moss: #3f5c49;
  --wshw-ink-line: rgba(44, 36, 32, 0.22);
  --wshw-ink-soft: rgba(44, 36, 32, 0.74);
}

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

html {
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #efe6d6;
  background-image: radial-gradient(rgba(44, 36, 32, 0.045) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  color: #2c2420;
  font-family: "Iowan Old Style", Palatino, Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-variant-numeric: oldstyle-nums proportional-nums;
}

::selection {
  background: #3f5c49;
  color: #efe6d6;
}

.wshw-skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  z-index: 4;
  background: #2c2420;
  color: #efe6d6;
  padding: 0.4rem 0.7rem;
  text-decoration: none;
}

.wshw-skip:focus {
  top: 0.6rem;
}

.wshw-side {
  display: none;
}

.wshw-shell {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 34rem);
  justify-content: start;
  column-gap: 2.25rem;
  min-height: 100vh;
  padding-right: 1.25rem;
}

.wshw-rail {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem 0 1rem;
  border-right: 1px solid rgba(44, 36, 32, 0.28);
}

.wshw-brand {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex: 0 0 auto;
  color: #2c2420;
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.2rem 0 0.6rem;
  text-rendering: optimizeLegibility;
}

.wshw-brand:hover {
  color: #3f5c49;
}

.wshw-rail-mark {
  width: 1px;
  flex: 1 1 auto;
  min-height: 1.5rem;
  margin: 0.85rem 0;
  background: #3f5c49;
}

.wshw-rail-place {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  flex: 0 0 auto;
  margin: 0;
  color: #3f5c49;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-top: 0.4rem;
}

.wshw-column {
  min-width: 0;
  padding: 1.6rem 0 3.5rem;
}

.wshw-nav {
  margin: 0 0 2.1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(44, 36, 32, 0.22);
}

.wshw-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.95rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wshw-nav a {
  color: #2c2420;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 transparent;
}

.wshw-nav a:hover,
.wshw-nav a[aria-current="page"] {
  color: #3f5c49;
  box-shadow: inset 0 -1px 0 #3f5c49;
}

.wshw-content {
  display: block;
}

.wshw-kicker {
  margin: 0;
  color: #3f5c49;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wshw-title {
  margin: 0.35rem 0 1rem;
  font-size: clamp(2rem, 4.4vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.12;
  text-rendering: optimizeLegibility;
}

.wshw-page-home .wshw-title {
  font-size: clamp(2.2rem, 5vw, 3.35rem);
  max-width: 12ch;
}

.wshw-lede {
  margin: 0 0 1.15rem;
  font-size: 1.28rem;
  line-height: 1.45;
}

.wshw-prose p,
.wshw-prose ul,
.wshw-prose ol {
  margin: 0 0 1rem;
}

.wshw-prose h2 {
  margin: 2rem 0 0.65rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(44, 36, 32, 0.22);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.2;
}

.wshw-prose ul,
.wshw-prose ol {
  padding-left: 1.15rem;
}

.wshw-prose li + li {
  margin-top: 0.35rem;
}

.wshw-column a {
  color: #3f5c49;
  text-underline-offset: 0.16em;
}

.wshw-column a:hover {
  color: #2c2420;
}

.wshw-nav a,
.wshw-brand,
.wshw-button {
  transition: color 120ms ease, box-shadow 120ms ease, background 120ms ease, border-color 120ms ease;
}

.wshw-pull {
  margin: 1.6rem 0 1.7rem;
  padding: 0 0 0 0.95rem;
  border-left: 3px solid #3f5c49;
  font-size: 1.28rem;
  line-height: 1.4;
}

.wshw-register {
  list-style: none;
  margin: 1.6rem 0 0.4rem;
  padding: 0;
}

.wshw-register-link {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(44, 36, 32, 0.22);
  color: #2c2420;
  text-decoration: none;
}

.wshw-register li:last-child .wshw-register-link {
  border-bottom: 1px solid rgba(44, 36, 32, 0.22);
}

.wshw-register-num {
  padding-top: 0.32rem;
  color: #3f5c49;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.wshw-register-title {
  display: block;
  font-size: 1.65rem;
  line-height: 1.15;
}

.wshw-register-note {
  display: block;
  margin-top: 0.28rem;
  color: rgba(44, 36, 32, 0.78);
  font-size: 1.05rem;
  line-height: 1.45;
}

.wshw-register-link:hover .wshw-register-title,
.wshw-register-link:focus-visible .wshw-register-title {
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.wshw-ledger {
  list-style: none;
  margin: 0.4rem 0 0.35rem;
  padding: 0;
}

.wshw-ledger-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px dotted rgba(63, 92, 73, 0.7);
}

.wshw-ledger-name {
  min-width: 0;
}

.wshw-ledger-detail {
  display: block;
  margin-top: 0.12rem;
  color: rgba(44, 36, 32, 0.74);
  font-size: 0.98rem;
}

.wshw-ledger-price {
  flex: 0 0 auto;
  font-variant-numeric: oldstyle-nums;
}

.wshw-caption {
  margin: 0.55rem 0 0;
  color: rgba(44, 36, 32, 0.74);
  font-size: 0.95rem;
}

.wshw-spec {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 0.45rem 1rem;
  margin: 0.4rem 0 1.2rem;
}

.wshw-spec dt {
  margin: 0;
  color: #3f5c49;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.wshw-spec dd {
  margin: 0;
}

.wshw-hours {
  width: 100%;
  margin: 0.35rem 0 1.1rem;
  border-collapse: collapse;
}

.wshw-hours caption {
  caption-side: top;
  margin: 0 0 0.4rem;
  text-align: left;
}

.wshw-hours th,
.wshw-hours td {
  padding: 0.42rem 0;
  border-bottom: 1px solid rgba(44, 36, 32, 0.18);
  font-weight: 400;
  text-align: left;
  vertical-align: baseline;
}

.wshw-hours th {
  width: 46%;
  padding-right: 1rem;
  color: #3f5c49;
}

.wshw-address {
  font-style: normal;
  margin: 0.4rem 0 0.8rem;
}

.wshw-qa {
  margin: 0.4rem 0 0;
}

.wshw-qa dt {
  margin: 1.35rem 0 0.3rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

.wshw-qa dd {
  margin: 0;
}

.wshw-notes {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
}

.wshw-notes li {
  padding: 1.05rem 0;
  border-top: 1px solid rgba(44, 36, 32, 0.22);
}

.wshw-notes li:last-child {
  border-bottom: 1px solid rgba(44, 36, 32, 0.22);
}

.wshw-notes time {
  display: block;
  color: #3f5c49;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wshw-notes a {
  display: inline-block;
  margin: 0.25rem 0 0.15rem;
  color: #2c2420;
  font-size: 1.45rem;
  line-height: 1.25;
  text-decoration: none;
}

.wshw-notes a:hover,
.wshw-notes a:focus-visible {
  color: #3f5c49;
}

.wshw-notes p {
  margin: 0;
  color: rgba(44, 36, 32, 0.78);
}

.wshw-byline {
  margin: 0 0 1rem;
  color: #3f5c49;
  font-size: 0.95rem;
}

.wshw-form {
  position: relative;
  margin-top: 1.4rem;
}

.wshw-field {
  margin: 0 0 1.15rem;
}

.wshw-label {
  display: block;
  margin-bottom: 0.25rem;
  color: #3f5c49;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wshw-input,
.wshw-select,
.wshw-textarea {
  width: 100%;
  margin: 0;
  padding: 0.4rem 0;
  border: 0;
  border-bottom: 1px solid #2c2420;
  border-radius: 0;
  background: transparent;
  color: #2c2420;
  font: inherit;
  line-height: 1.45;
}

.wshw-textarea {
  min-height: 9rem;
  resize: vertical;
}

.wshw-input:-webkit-autofill,
.wshw-textarea:-webkit-autofill {
  -webkit-text-fill-color: #2c2420;
  box-shadow: 0 0 0 1000px #efe6d6 inset;
  caret-color: #2c2420;
}

.wshw-hint,
.wshw-field-error {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
}

.wshw-field-error,
.wshw-errors {
  color: #2c2420;
}

.wshw-errors {
  margin: 0 0 1.2rem;
  padding-left: 0.9rem;
  border-left: 3px solid #3f5c49;
}

.wshw-errors ul {
  margin: 0.3rem 0 0;
  padding-left: 1.1rem;
}

.wshw-button {
  appearance: none;
  -webkit-appearance: none;
  margin-top: 0.3rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid #2c2420;
  background: #2c2420;
  color: #efe6d6;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.wshw-button:hover,
.wshw-button:focus-visible {
  border-color: #3f5c49;
  background: #3f5c49;
  color: #efe6d6;
}

.wshw-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wshw-slip {
  margin: 1.2rem 0 1rem;
  padding: 1.15rem 1.1rem 1.25rem;
  border: 1px solid #2c2420;
  box-shadow: inset 0 0 0 4px #efe6d6, inset 0 0 0 5px #3f5c49;
}

.wshw-slip div + div {
  margin-top: 0.75rem;
}

.wshw-slip dt {
  margin: 0;
  color: #3f5c49;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wshw-slip dd {
  margin: 0.12rem 0 0;
}

.wshw-slip-note {
  white-space: pre-wrap;
}

.wshw-foot {
  margin-top: 3rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(44, 36, 32, 0.22);
  font-size: 1rem;
}

.wshw-foot-line,
.wshw-foot-hours,
.wshw-copy {
  margin: 0 0 0.7rem;
}

.wshw-foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  list-style: none;
  margin: 0.2rem 0 0.8rem;
  padding: 0;
}

.wshw-copy {
  color: rgba(44, 36, 32, 0.74);
  font-size: 0.92rem;
}

.wshw-brand:focus-visible,
.wshw-nav a:focus-visible,
.wshw-column a:focus-visible,
.wshw-button:focus-visible,
.wshw-input:focus-visible,
.wshw-select:focus-visible,
.wshw-textarea:focus-visible {
  outline: 2px solid #3f5c49;
  outline-offset: 3px;
}

@media (min-width: 74rem) {
  .wshw-side {
    display: block;
    position: fixed;
    right: 1.35rem;
    bottom: 1.4rem;
    margin: 0;
    color: rgba(44, 36, 32, 0.5);
    font-size: 0.74rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    pointer-events: none;
  }
}

@media (max-width: 46rem) {
  .wshw-shell {
    grid-template-columns: 3.15rem minmax(0, 1fr);
    column-gap: 0.85rem;
    padding-right: 0.8rem;
  }

  .wshw-brand {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .wshw-rail-place {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .wshw-column {
    padding-top: 1.1rem;
  }

  .wshw-title,
  .wshw-page-home .wshw-title {
    font-size: 2.05rem;
    max-width: none;
  }

  .wshw-lede,
  .wshw-pull {
    font-size: 1.15rem;
  }

  .wshw-register-title,
  .wshw-notes a {
    font-size: 1.35rem;
  }

  .wshw-spec {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .wshw-spec dt {
    margin-top: 0.55rem;
  }

  .wshw-ledger-row {
    flex-direction: column;
    gap: 0.15rem;
  }
}

@media (max-height: 34rem) {
  .wshw-rail {
    position: static;
    height: auto;
    min-height: 100vh;
  }

  .wshw-brand,
  .wshw-rail-place {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wshw-nav a,
  .wshw-brand,
  .wshw-button {
    transition: none;
  }
}

@media print {
  .wshw-rail,
  .wshw-nav,
  .wshw-side,
  .wshw-skip,
  .wshw-foot-links,
  .wshw-form,
  .wshw-button {
    display: none;
  }

  body {
    background: #fff;
    color: #000;
  }

  .wshw-shell {
    display: block;
    padding: 0;
  }

  .wshw-column a {
    color: #000;
  }

  .wshw-slip {
    box-shadow: none;
  }
}
