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

html {
  font-size: 100%;
}

.pmth-body {
  margin: 0;
  color: #1a2744;
  background-color: #f7f4ee;
  background-image:
    radial-gradient(rgba(26, 39, 68, 0.045) 0.55px, transparent 0.55px),
    radial-gradient(rgba(140, 58, 58, 0.035) 0.55px, transparent 0.55px);
  background-size: 7px 7px, 13px 13px;
  background-position: 0 0, 4px 6px;
  color-scheme: light;
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.55;
  font-variant-numeric: oldstyle-nums;
  text-rendering: optimizeLegibility;
}

.pmth-body ::selection {
  background: #1a2744;
  color: #f7f4ee;
}

.pmth-frame {
  position: relative;
  max-width: 82rem;
  margin: 0;
  padding: 1.6rem max(1.35rem, 7vw) 4.25rem;
}

.pmth-skip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  transform: translateY(-200%);
  background: #1a2744;
  color: #f7f4ee;
  padding: 0.4rem 0.7rem;
  text-decoration: none;
  z-index: 2;
}

.pmth-skip:focus {
  transform: none;
}

.pmth-edge {
  display: none;
}

.pmth-head {
  margin: 0;
}

.pmth-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #1a2744;
  text-decoration: none;
}

.pmth-sigil {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
  flex: 0 0 auto;
}

.pmth-sigil path {
  fill: #1a2744;
}

.pmth-sigil-body {
  fill: #8c3a3a;
}

.pmth-word {
  font-size: 1.85rem;
  font-weight: 500;
  letter-spacing: 0.045em;
  line-height: 1;
}

.pmth-hairline {
  height: 0;
  margin: 0.75rem 0 1.05rem;
  border: 0;
  border-top: 1px solid #1a2744;
}

.pmth-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  max-width: 46rem;
  margin: 0 0 2.75rem;
  font-size: 1rem;
  line-height: 1.35;
}

.pmth-nav a {
  color: #1a2744;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.pmth-nav a:hover,
.pmth-nav a[aria-current="page"] {
  color: #8c3a3a;
  border-bottom-color: #8c3a3a;
}

.pmth-column {
  max-width: 36rem;
  margin: 0;
}

.pmth-column:focus {
  outline: none;
}

.pmth-kicker {
  margin: 0 0 0.55rem;
  color: #8c3a3a;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pmth-column h1 {
  margin: 0 0 1rem;
  font-size: 2.45rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.12;
}

.pmth-column h2 {
  margin: 2.1rem 0 0.7rem;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.25;
}

.pmth-column p,
.pmth-column li,
.pmth-column dd {
  font-size: 1.125rem;
  line-height: 1.55;
}

.pmth-column p {
  margin: 0 0 1rem;
}

.pmth-lede {
  font-size: 1.3rem;
  line-height: 1.42;
}

.pmth-column a {
  color: #1a2744;
  text-decoration-color: #8c3a3a;
  text-underline-offset: 0.16em;
}

.pmth-column a:hover {
  color: #8c3a3a;
}

.pmth-count {
  margin: 1.35rem 0 0.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pmth-dateline {
  margin: -0.25rem 0 1.15rem;
  color: #8c3a3a;
  font-size: 0.98rem;
}

.pmth-shelf {
  list-style: none;
  margin: 1.35rem 0 1.6rem;
  padding: 0;
}

.pmth-shelf li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.15rem 1.25rem;
  border-top: 1px solid rgba(26, 39, 68, 0.28);
  padding: 0.72rem 0;
}

.pmth-shelf li:last-child {
  border-bottom: 1px solid rgba(26, 39, 68, 0.28);
}

.pmth-shelf a {
  text-decoration: none;
  border-bottom: 1px solid #8c3a3a;
}

.pmth-shelf-meta {
  color: rgba(26, 39, 68, 0.82);
  font-size: 0.98rem;
}

.pmth-list,
.pmth-steps {
  margin: 0 0 1.15rem;
  padding: 0 0 0 1.2rem;
}

.pmth-list li,
.pmth-steps li {
  margin: 0.35rem 0;
  padding-left: 0.2rem;
}

.pmth-list li::marker,
.pmth-steps li::marker {
  color: #8c3a3a;
}

.pmth-scroll {
  width: 100%;
  margin: 0.4rem 0 1.4rem;
  overflow-x: auto;
}

.pmth-table {
  width: 100%;
  margin: 0.4rem 0 1.4rem;
  border-collapse: collapse;
  font-variant-numeric: oldstyle-nums;
}

.pmth-scroll .pmth-table {
  margin: 0;
  min-width: 34rem;
}

.pmth-table caption {
  caption-side: top;
  margin: 0 0 0.45rem;
  padding: 0;
  color: #8c3a3a;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.pmth-table th,
.pmth-table td {
  padding: 0.48rem 0.8rem 0.48rem 0;
  border-bottom: 1px solid rgba(26, 39, 68, 0.24);
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.pmth-table th {
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pmth-qa {
  margin: 0.4rem 0 1rem;
}

.pmth-qa dt {
  margin-top: 1.25rem;
  font-weight: 500;
}

.pmth-qa dd {
  margin: 0.3rem 0 0;
}

.pmth-slip {
  margin: 0.4rem 0 1.3rem;
  padding: 0.15rem 0 0.15rem 0.95rem;
  border-left: 2px solid #8c3a3a;
}

.pmth-kept {
  white-space: pre-wrap;
}

.pmth-errors {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: #8c3a3a;
}

.pmth-label {
  display: block;
  margin-bottom: 0.25rem;
}

.pmth-input,
.pmth-area {
  display: block;
  width: 100%;
  margin: 0 0 1.05rem;
  padding: 0.35rem 0 0.4rem;
  border: 0;
  border-bottom: 1px solid #1a2744;
  border-radius: 0;
  background: transparent;
  color: #1a2744;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.45;
}

.pmth-area {
  min-height: 9.5rem;
  padding: 0.55rem 0.6rem;
  border: 1px solid rgba(26, 39, 68, 0.55);
  resize: vertical;
}

.pmth-button {
  margin-top: 0.2rem;
  padding: 0.55rem 1.05rem;
  border: 1px solid #1a2744;
  background: #1a2744;
  color: #f7f4ee;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.pmth-button:hover {
  border-color: #8c3a3a;
  background: #8c3a3a;
}

.pmth-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pmth-footer {
  max-width: 36rem;
  margin: 3.25rem 0 0;
  font-size: 1rem;
}

.pmth-footer p {
  margin: 0 0 0.7rem;
}

.pmth-foot-name {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.pmth-footer a {
  color: #1a2744;
  text-decoration-color: #8c3a3a;
  text-underline-offset: 0.16em;
}

.pmth-footer a:hover {
  color: #8c3a3a;
}

.pmth-foot-limit {
  color: rgba(26, 39, 68, 0.82);
  font-size: 0.98rem;
}

.pmth-nav a,
.pmth-column a,
.pmth-footer a,
.pmth-button {
  transition: color 140ms linear, background-color 140ms linear, border-color 140ms linear;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #8c3a3a;
  outline-offset: 3px;
}

@media (min-width: 72rem) {
  .pmth-frame {
    padding: 3.4rem 8rem 5.5rem 8.5rem;
  }

  .pmth-edge {
    display: block;
    position: absolute;
    top: 14.5rem;
    right: 6.5rem;
    margin: 0;
    color: #8c3a3a;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    line-height: 1.45;
    text-transform: uppercase;
    writing-mode: vertical-rl;
  }

  .pmth-column h1 {
    font-size: 2.7rem;
  }
}

@media (max-width: 36rem) {
  .pmth-word {
    font-size: 1.55rem;
  }

  .pmth-column h1 {
    font-size: 2.05rem;
  }

  .pmth-lede {
    font-size: 1.18rem;
  }

  .pmth-nav {
    gap: 0.4rem 0.9rem;
    margin-bottom: 2.1rem;
  }
}

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

@media print {
  .pmth-nav,
  .pmth-edge,
  .pmth-skip,
  .pmth-form,
  .pmth-button {
    display: none;
  }

  .pmth-body {
    background: #fff;
    color: #000;
  }

  .pmth-frame {
    max-width: none;
    padding: 0;
  }

  .pmth-hairline {
    border-top-color: #000;
  }
}


.pmth-goods { list-style: none; margin: 1.5rem 0; padding: 0; }
.pmth-goods li { display: flex; justify-content: space-between; gap: 1.5rem; border-top: 1px solid currentColor; padding: 1rem 0; }
.pmth-goods p { margin: 0.25rem 0; }
.pmth-price { font-variant-numeric: tabular-nums; white-space: nowrap; }
.pmth-goods button, .pmth-goods input, form button, form input, form textarea { font: inherit; color: inherit; }
form textarea { width: 100%; min-height: 5rem; }

img.piece, .ovlk-goods img, .wshw-goods img, .pncr-goods img, .pmth-goods img, .cdms-goods img {
  width: 9rem;
  height: 9rem;
  object-fit: cover;
  display: block;
}
img.piece { width: min(100%, 36rem); height: auto; aspect-ratio: 1; }
