:root {
  --ink: #181511;
  --paper: #f6efe2;
  --panel: #fffaf0;
  --line: #282119;
  --green: #0f684c;
  --red: #a9362c;
  --blue: #255d84;
  --gold: #d99d2b;
  --muted: #665d50;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(24, 21, 17, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(24, 21, 17, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.masthead,
main,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 74px;
  border-bottom: 3px solid var(--line);
}

.brand,
.nav-links a,
.button,
.rail,
.eyebrow,
.stamp {
  font-family: Consolas, "Courier New", monospace;
  font-weight: 900;
  text-transform: uppercase;
}

.brand {
  font-size: 16px;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  font-size: 12px;
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 28px;
  align-items: end;
  padding: 48px 0 32px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 12px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}

.lede {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.35;
}

.receipt,
.kit,
.feed,
.policy {
  background: var(--panel);
  border: 3px solid var(--line);
  box-shadow: 7px 7px 0 var(--line);
}

.receipt {
  padding: 20px;
}

.stamp {
  display: inline-block;
  margin-bottom: 20px;
  padding: 7px 10px;
  background: var(--gold);
  border: 2px solid var(--line);
  font-size: 12px;
}

dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

dt {
  color: var(--muted);
  font: 900 11px/1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
}

dd {
  margin: 3px 0 0;
  font-size: 20px;
}

.kits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 12px 0 28px;
}

.kit {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 22px;
}

.kit.feature {
  background: #fdf5dc;
}

.kit-top,
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kit-top {
  margin-bottom: 36px;
}

.number {
  color: var(--blue);
  font: 900 36px/1 Consolas, "Courier New", monospace;
}

.rail {
  padding: 6px 8px;
  background: #fff;
  border: 2px solid var(--line);
  font-size: 11px;
}

.kit p,
.policy p,
.policy li,
.kit li,
.feed p,
.footer {
  font-size: 17px;
  line-height: 1.45;
}

.kit ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.actions {
  margin-top: auto;
  padding-top: 28px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  color: #fff;
  background: var(--green);
  border: 3px solid var(--line);
  box-shadow: 4px 4px 0 var(--line);
  font-size: 13px;
  text-decoration: none;
}

.button.alt {
  background: var(--blue);
  white-space: nowrap;
}

.button:hover,
.button:focus {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--line);
}

.text-link {
  color: var(--blue);
  font-weight: 700;
}

.feed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding: 24px;
  background: #e8f2ee;
}

.feed p {
  max-width: 650px;
  margin-bottom: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 34px;
  color: var(--muted);
}

.footer p {
  margin-bottom: 0;
}

.product-page {
  padding-bottom: 40px;
}

.policy {
  margin: 24px 0 30px;
  padding: 24px;
}

.sample-grid {
  margin-bottom: 30px;
}

.service-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.service-band p {
  max-width: 700px;
}

.sample-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.sample-links a {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 12px;
  background: #fff;
  border: 2px solid var(--line);
  color: var(--blue);
  font-weight: 700;
}

.policy h1 {
  font-size: clamp(40px, 7vw, 72px);
}

.policy h2 {
  margin-top: 26px;
}

.policy ul,
.policy ol {
  display: grid;
  gap: 9px;
  padding-left: 22px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0;
  background: #fff;
  font-size: 15px;
}

th,
td {
  min-width: 96px;
  padding: 10px;
  border: 2px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero,
  .kits {
    grid-template-columns: 1fr;
  }

  .kit {
    min-height: 0;
  }

  .feed,
  .footer,
  .service-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .sample-links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .sample-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
