:root {
  --ink: #1b1d21;
  --ink-soft: #4a4f57;
  --paper: #faf9f6;
  --surface: #ffffff;
  --band: #edeef0;
  --bench: #e4e2dc;
  --amethyst: #6a2a86;
  --amethyst-deep: #4d1d63;
  --aqua: #0f5f66;
  --rule: #d8d5cd;
  --edge: #b9b5aa;
  --sheet-max: 44rem;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  padding: 0 1rem 3rem;
  background: var(--paper);
  color: var(--ink);
  font: 1rem/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
  overflow-wrap: break-word;
}

.sheet { max-width: var(--sheet-max); margin: 0 auto; }

.measure-rail {
  height: 12px;
  border-top: 2px solid var(--ink);
  background-image:
    linear-gradient(to right, var(--ink) 1px, rgba(0,0,0,0) 1px),
    linear-gradient(to right, var(--ink-soft) 1px, rgba(0,0,0,0) 1px);
  background-size: 40px 9px, 8px 5px;
  background-repeat: repeat-x, repeat-x;
  background-position: 0 0, 0 0;
}

.masthead { padding: 2rem 0 1.25rem; }

.masthead h1 {
  margin: 0;
  font-size: clamp(1.9rem, 8.5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--amethyst-deep);
}

.masthead .role {
  margin: 0.45rem 0 0;
  font-size: 1.0625rem;
  color: var(--ink-soft);
}

.masthead .stamp {
  display: inline-block;
  margin-top: 1.1rem;
  padding: 0.3rem 0.6rem;
  border: 1px solid var(--amethyst);
  color: var(--amethyst);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.masthead .status {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

.masthead nav { margin-top: 1rem; font-size: 0.9375rem; }
.masthead nav span[aria-hidden="true"] { padding: 0 0.45rem; color: var(--edge); }

h2 {
  margin: 2.5rem 0 0.85rem;
  padding: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amethyst-deep);
  border-bottom: 1px solid var(--rule);
  position: relative;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--amethyst);
}

h3 { margin: 1.75rem 0 0.5rem; font-size: 1rem; color: var(--ink); }

p { margin: 0.85rem 0; }

.lede {
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--ink);
  margin-top: 1.5rem;
}

a { color: var(--aqua); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--amethyst); outline-offset: 2px; }

ul.ruled { list-style: none; margin: 0.85rem 0; padding: 0; }

ul.ruled li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.15rem;
  border-bottom: 1px solid var(--rule);
}

ul.ruled li:last-child { border-bottom: 0; }

ul.ruled li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amethyst);
}

table.spec {
  width: 100%;
  border-collapse: collapse;
  margin: 0.9rem 0 0;
  font-size: 0.9375rem;
  font-variant-numeric: tabular-nums;
}
table.spec th, table.spec td {
  text-align: left;
  padding: 0.45rem 0.5rem 0.45rem 0;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}
table.spec th {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 700;
}
table.spec td { color: var(--ink-soft); }
table.spec td:first-child { color: var(--ink); }

.price { background: var(--band); padding: 1rem 1.1rem; margin: 1rem 0 0; }

.price .figure {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--amethyst-deep);
  font-variant-numeric: tabular-nums;
}

.price p { margin: 0.6rem 0 0; }
.price p:first-of-type { margin-top: 0.35rem; }

.note { font-size: 0.9375rem; color: var(--ink-soft); }

dl.qa { margin: 0.85rem 0; }

dl.qa dt {
  font-weight: 700;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--rule);
}

dl.qa dt:first-of-type { border-top: 0; padding-top: 0; margin-top: 0.4rem; }

dl.qa dd { margin: 0.4rem 0 0; color: var(--ink-soft); }

footer {
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ink);
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

footer ul.links { list-style: none; margin: 0 0 0.85rem; padding: 0; }
footer ul.links li { display: inline-block; margin-right: 1.25rem; }

footer ul.links a,
.masthead nav a {
  display: inline-block;
  min-height: 44px;
  line-height: 44px;
}

@media (min-width: 48rem) {
  body { padding-left: 2rem; padding-right: 2rem; }
}

