@font-face {
  font-family: AreaDisplay;
  src: url("fonts/display.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: AreaNarrow;
  src: url("fonts/heading.ttf") format("truetype");
  font-weight: 700 900;
  font-display: swap;
}
@font-face {
  font-family: AreaText;
  src: url("fonts/body.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --muted: #565549;
  --ink: #24241e;
  --orange: #bb4926;
  --line: #82745b;
  --blue: #9fafaa;
  --display: AreaNarrow, "Arial Narrow", sans-serif;
  --body: AreaText, "Arial Narrow", sans-serif;
  --paper: #efe6d6;
  --print-tone: grayscale(0.24) sepia(0.24) saturate(0.85);
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  background: #3b3b32;
  font-size: 18px;
  line-height: 1.4;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
a:hover {
  color: var(--orange);
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
img {
  max-width: 100%;
  display: block;
}
figure {
  margin: 0;
}
p {
  margin: 0 0 12px;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 800;
  margin: 0 0 20px;
  letter-spacing: -0.015em;
}
h3 {
  font-size: 22px;
}
ul,
ol {
  padding-left: 22px;
}
li {
  margin-bottom: 7px;
}
pre {
  font: 14px/1.65 var(--body);
  padding: 20px;
  background: #e4dbc8;
  border: 1px solid var(--line);
  overflow: auto;
  margin: 20px 0;
  tab-size: 2;
}
code {
  overflow-wrap: anywhere;
}
pre code {
  overflow-wrap: normal;
  font-size: inherit;
}
kbd {
  font-weight: bold;
  border: 1px solid var(--line);
  padding: 0 4px;
  white-space: nowrap;
}
::selection {
  background: var(--orange);
  color: var(--paper);
}
.sheet {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  max-width: 1312px;
  margin: 0 auto;
  grid-template-columns: 218px minmax(0, 1fr);
  background: var(--paper) url("paper-offset.webp") left top/1024px 1024px
    repeat;
  background-blend-mode: multiply;
}
.masthead {
  display: grid;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  gap: 25px;
  border-bottom: 1px solid var(--ink);
  min-height: 127px;
  grid-template-columns: minmax(0, 1fr) 218px;
  padding: 20px 22px 17px;
}
.wordmark {
  font-family: var(--display);
  font-size: clamp(50px, 7.7vw, 106px);
  line-height: 0.95;
  letter-spacing: -0.085em;
  text-decoration: none;
  color: var(--orange);
}
.masthead-info span {
  display: block;
  letter-spacing: 0.05em;
  font: 15px/1.2 "Courier New", monospace;
  margin-top: 8px;
}
.navigation {
  grid-template-columns: repeat(5, 1fr);
  color: var(--paper);
  grid-row: 1/4;
  grid-column: 1;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1px;
  border-right: 1px solid var(--ink);
  padding: 22px 17px;
  position: relative;
  overflow: hidden;
  background: #24231f url("ink-grain.webp") left top/1024px 1024px repeat;
}
.navigation a {
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.navigation a span {
  font-weight: normal;
  font-size: 10px;
  margin-right: 9px;
  color: #c6bca4;
  display: none;
}
.navigation a[aria-current="page"] span {
  color: #fff1d4;
}
.navigation a:hover {
  background: #45443a;
  color: #fff1d4;
}
.navigation a:focus-visible {
  outline-offset: -5px;
  outline-color: #fff1d4;
}
.section-label {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.02em;
  margin-bottom: 9px;
}
figcaption {
  padding-top: 9px;
}
.text-link {
  display: inline-block;
  font: 12px/1.4 "Courier New", monospace;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  align-items: start;
}
.feature-grid img {
  width: 100%;
}
.square-list {
  list-style-type: square;
  font-size: 17px;
  margin: 10px 0 14px;
  padding-left: 19px;
}
footer {
  display: grid;
  grid-column: 2;
  grid-template-columns: 1fr auto;
  border-top: 2px solid var(--ink);
  padding: 13px 16px;
  gap: 16px;
}
footer p {
  margin: 7px 0 0;
}
.footer-links {
  display: flex;
  align-items: baseline;
  gap: 22px;
  font: 11px/1.5 "Courier New", monospace;
}
.skip {
  position: fixed;
  top: -100px;
  left: 10px;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.page-heading h1 {
  overflow-wrap: anywhere;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 68px;
  letter-spacing: -0.025em;
}
.page-heading p {
  margin: 0;
  max-width: 760px;
  font: 17px/1.35 var(--body);
}
.page-heading + .section {
  margin-top: 0;
  border-top: 0;
}
.catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}
.catalog-app {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 25px;
  padding: 20px 0;
}
.catalog-app img {
  width: 100%;
  border: 5px solid var(--ink);
}
.catalog-app h2 {
  margin: 13px 0 10px;
  font-size: 38px;
}
.app-note {
  border-left: 3px solid var(--orange);
  padding-left: 12px;
}
.table-wrap {
  overflow: auto;
  margin: 18px 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font: 15px/1.4 var(--body);
}
th {
  background: var(--ink);
  color: var(--paper);
  padding: 11px 14px;
  font: 700 17px/1.1 var(--display);
  text-transform: uppercase;
}
td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
td:first-child {
  font-weight: bold;
}
tbody tr:nth-child(even) {
  background: #e5ddcb;
}
td a {
  overflow-wrap: anywhere;
}
.steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
  margin: 24px 0;
}
.steps li {
  counter-increment: step;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.steps li:before {
  content: "0" counter(step);
  color: var(--orange);
  font: 800 42px/1 var(--display);
  display: block;
  margin-bottom: 15px;
  letter-spacing: -0.08em;
}
.link-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
details {
  border-top: 1px solid var(--line);
  padding: 14px 0;
  scroll-margin-top: 20px;
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  cursor: pointer;
  font-weight: bold;
  padding: 4px 0;
  font-family: var(--display);
  font-size: 24px;
}
details[open] summary {
  color: var(--orange);
  margin-bottom: 16px;
}
.contents {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 0;
  font: 13px/1.3 "Courier New", monospace;
}
.reference-text {
  max-width: 100%;
  font-size: 17px;
}
.reference-text h2 {
  margin-top: 32px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 32px;
}
.reference-text h4 {
  font: 800 17px var(--display);
  letter-spacing: -0.025em;
  margin: 22px 0 10px;
}
.reference-text a {
  overflow-wrap: anywhere;
}
.reference-text table {
  display: block;
  overflow-x: auto;
}
.reference-text li {
  overflow-wrap: anywhere;
}
@media (max-width: 1000px) {
  .wordmark {
    font-size: 9vw;
  }
}
@media (max-width: 680px) {
  .wordmark {
    font-size: clamp(45px, 13vw, 84px);
  }
  .masthead-info {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 7px;
  }
  .emblem {
    grid-row: 1;
  }
  .navigation a {
    grid-column: span 2;
    font-size: 11px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .catalog {
    grid-template-columns: 1fr;
  }
  .catalog-app {
    display: grid;
    gap: 0;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .steps li {
    position: relative;
    padding-left: 50px;
  }
  .steps li:before {
    position: absolute;
    left: 0;
    top: 18px;
  }
  .steps h3 {
    margin-bottom: 10px;
  }
  .contents {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    font-size: 11px;
  }
  th,
  td {
    padding: 10px 8px;
  }
  pre {
    font-size: 12px;
    padding: 14px;
  }
  .footer-note {
    grid-column: 1/-1;
    border-top: 1px solid #6a6658;
    padding-top: 14px;
    border-color: var(--line);
  }
  .link-row {
    gap: 12px;
  }
  body {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media print {
  .navigation,
  .skip {
    display: none;
  }
  a {
    text-decoration: none;
  }
  .section,
  figure,
  article {
    break-inside: avoid;
  }
  details:not([open]) > *:not(summary) {
    display: block;
  }
}
.wordmark img {
  width: 100%;
  height: auto;
  filter: contrast(0.95);
  max-width: 540px;
}
.masthead-info {
  font: 700 25px/1 var(--display);
  padding-left: 22px;
  border-left: 3px solid var(--ink);
}
.navigation {
  display: flex;
}
.navigation .emblem {
  margin: 0 0 32px;
  padding: 12px 0 20px;
  position: relative;
  z-index: 2;
}
.navigation .emblem img {
  width: 100%;
  height: auto;
}
.navigation a:not(.emblem) {
  font: 700 27px/1.1 var(--display);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: -0.02em;
  padding: 12px 10px;
  position: relative;
  z-index: 2;
  color: #dbccb0;
}
.navigation:after {
  content: "AREA512";
  font-family: var(--display);
  font-weight: bold;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  padding: 22px 0 0;
  margin-top: auto;
}
main {
  grid-column: 2;
  padding: 0 13px;
}
h1,
h2,
h3 {
  line-height: 1.02;
}
h1,
h2 {
  text-transform: uppercase;
}
.section {
  padding: 18px 0 20px;
  margin-top: 19px;
  border-top: 1px solid var(--ink);
}
.feature-grid p {
  font-size: 17px;
  line-height: 1.35;
}
.feature-grid figcaption {
  font: 10px/1.3 "Courier New", monospace;
}
.square-list li {
  margin-bottom: 3px;
}
.footer-note {
  font: 10px/1.4 "Courier New", monospace;
}
footer a:hover {
  color: var(--orange);
}
.page-heading {
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--ink);
}
.catalog-app p {
  line-height: 1.3;
}
.catalog-app .technical,
.catalog-app .app-note {
  font-size: 15px;
}
.condensed {
  font-size: 35px;
  letter-spacing: -0.01em;
}
.steps h3 {
  font-size: 26px;
}
.steps p {
  font-size: 17px;
}
pre,
code,
kbd {
  font-family: "Courier New", monospace;
}
code {
  font-size: 0.84em;
}
@media (max-width: 1100px) and (min-width: 681px) {
  .masthead {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 175px;
    padding: 18px;
    min-height: 110px;
  }
  .masthead-info {
    padding-left: 16px;
  }
  .page-heading h1 {
    font-size: 54px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
  }
  .sheet {
    grid-template-columns: 165px minmax(0, 1fr);
  }
  .navigation {
    padding: 18px 10px;
  }
  .navigation a:not(.emblem) {
    font-size: 23px;
  }
}
@media (max-width: 680px) {
  .masthead {
    gap: 10px;
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 18px 14px 11px;
  }
  .masthead-info {
    border: 0;
    border-top: 1px solid var(--line);
    padding: 9px 0 0;
  }
  .masthead-info span {
    font-size: 10px;
    margin: 0 0 0 auto;
  }
  .navigation {
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border: 0;
    display: grid;
    padding: 0;
  }
  .navigation a:not(.emblem) {
    text-align: center;
    border-bottom: 1px solid #777061;
    padding: 9px 3px;
    font-size: 20px;
  }
  main {
    padding: 0 10px;
  }
  .section {
    margin-top: 18px;
    padding-top: 17px;
  }
  .page-heading h1 {
    font-size: clamp(35px, 10vw, 60px);
  }
  .catalog-app h2 {
    font-size: 35px;
  }
  .steps p {
    font-size: 16px;
  }
  .condensed {
    font-size: 31px;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 16px 12px;
  }
  .reference-text table,
  table {
    font-size: 14px;
  }
  .section-label {
    font-size: 10px;
  }
  summary {
    font-size: 23px;
  }
  .sheet {
    display: block;
  }
}
.masthead-info {
  font-size: 27px;
  line-height: 0.98;
}
.rail-art {
  margin: 50px -17px 0;
  flex: 1;
  position: relative;
  min-height: 400px;
  background: url("images/titan.webp") no-repeat -200px -120px/1600px auto;
  filter: sepia(0.75) brightness(0.5);
  mix-blend-mode: lighten;
  mask-image: linear-gradient(#000 72%, transparent 100%);
}
.advert-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0 14px;
}
.cover-title {
  border-bottom: 1px solid var(--line);
  padding: 0 0 8px;
  margin-bottom: 9px;
}
.cover-title h1 {
  font-size: clamp(42px, 4.3vw, 62px);
  line-height: 0.94;
  letter-spacing: -0.028em;
  margin: 0 0 7px;
  font-weight: 900;
}
.cover-title p {
  font-family: "Courier New", monospace;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0;
}
.product-columns {
  display: grid;
  grid-template-columns: minmax(0, 2.25fr) minmax(0, 1fr);
  gap: 13px;
}
.ad-crop {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ad-crop img {
  position: absolute;
  max-width: none !important;
}
.product-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4px;
}
.product-copy h2 {
  font-size: 28px;
  text-transform: none;
  font-style: italic;
  margin-bottom: 12px;
  letter-spacing: -0.025em;
}
.product-copy p {
  font-size: 17px;
  line-height: 1.24;
  margin-bottom: 13px;
}
.product-copy ul {
  list-style: none;
  margin: 9px 0 15px;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}
.product-copy li {
  margin: 0 0 4px;
  padding-left: 15px;
  position: relative;
}
.product-copy li:before {
  content: "—";
  position: absolute;
  left: 0;
}
.product-copy a {
  font-size: 13px;
  line-height: 1.2;
}
.product-columns figcaption,
.field-plates figcaption {
  font: 9px/1.25 "Courier New", monospace;
  padding-top: 5px;
}
.field-plates {
  display: grid;
  grid-template-columns: 156fr 280fr 216fr;
  gap: 8px;
  margin-top: 11px;
  border-top: 1px solid var(--ink);
  padding-top: 11px;
}
.operator-plate,
.outpost-plate {
  mix-blend-mode: multiply;
}
.field-plates figure:first-child .ad-crop img {
  top: -342.857% !important;
}
.cover-right {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.software-ad {
  background: var(--blue);
  padding: 13px 15px 15px;
}
.software-ad h2 {
  font-size: 34px;
  line-height: 0.93;
  letter-spacing: -0.025em;
  margin: 0 0 14px;
}
.software-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.software-list > a {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 9px;
  text-decoration: none;
  position: relative;
}
.software-list img {
  width: 100%;
  align-self: start;
  border: 2px solid var(--ink);
}
.software-list strong {
  font: 700 22px/1 var(--display);
  display: block;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.software-list span {
  font: 15px/1.12 var(--body);
}
.software-other {
  font-size: 14px;
  line-height: 1.25;
  border-top: 1px solid #67766d;
  margin: 12px 0 7px;
  padding-top: 9px;
}
.ad-link {
  font-size: 13px;
  line-height: 1.2;
}
.hardware-ad {
  background: var(--orange);
  padding: 13px 15px 14px;
}
.hardware-ad h2 {
  font-size: 32px;
  margin-bottom: 12px;
}
.engineering-plates {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
}
.engineering-plates .ad-crop {
  mix-blend-mode: multiply;
}
.front-drawing {
  width: 67%;
}
.side-drawing {
  width: 18%;
}
.drawing-caption {
  font: 9px/1.2 "Courier New", monospace;
  text-align: center;
  margin: 9px 0 13px;
}
.hardware-ad dl {
  margin: 0;
  font: 12px/1.5 "Courier New", monospace;
}
.hardware-ad dl > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 4px;
}
.hardware-ad dd {
  margin: 0;
}
.hardware-ad p:last-child {
  font-size: 15px;
  line-height: 1.2;
  margin: 10px 0 0;
}
@media (max-width: 1100px) and (min-width: 681px) {
  .masthead-info {
    font-size: 22px;
  }
  .advert-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  }
  .cover-title h1 {
    font-size: 44px;
  }
  .cover-title p {
    font-size: 10px;
  }
  .product-columns {
    grid-template-columns: 1fr;
  }
  .product-copy ul {
    columns: 2;
    width: 100%;
    font-size: 15px;
  }
  .software-ad {
    padding: 12px;
  }
  .software-ad h2 {
    font-size: 29px;
  }
  .software-list > a {
    grid-template-columns: 1fr;
  }
  .hardware-ad {
    padding: 12px;
  }
  .hardware-ad dl {
    font-size: 10px;
  }
  .hardware-ad dl > div {
    grid-template-columns: 62px 1fr;
  }
  .hardware-ad h2 {
    font-size: 27px;
  }
  .rail-art {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 680px) {
  .masthead-info {
    font-size: 13px;
  }
  .navigation a:not(.emblem) {
    border-right: 1px solid #6a6658;
  }
  .navigation .emblem,
  .rail-art {
    display: none;
  }
  .navigation:after {
    display: none;
  }
  .advert-grid {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-top: 13px;
  }
  .cover-title h1 {
    font-size: clamp(40px, 10.8vw, 65px);
  }
  .cover-title p {
    font-size: 10px;
    letter-spacing: 0;
  }
  .product-columns {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 10px;
  }
  .product-copy h2 {
    font-size: 25px;
  }
  .product-copy p {
    font-size: 15px;
    line-height: 1.2;
  }
  .product-copy ul {
    font-size: 14px;
    margin: 3px 0 10px;
  }
  .product-copy a {
    font-size: 12px;
  }
  .field-plates {
    margin-top: 10px;
  }
  .software-ad h2 {
    font-size: 37px;
  }
  .software-list > a {
    grid-template-columns: 46% 1fr;
  }
  .software-list span {
    font-size: 17px;
  }
  .software-list strong {
    font-size: 25px;
  }
  .hardware-ad h2 {
    font-size: 35px;
  }
  .hardware-ad dl {
    font-size: 13px;
  }
  .hardware-ad dl > div {
    grid-template-columns: 90px 1fr;
  }
  .engineering-plates {
    max-width: 300px;
    margin: 0 auto;
  }
  .masthead-info br:after {
    content: " ";
  }
}
.navigation a[aria-current="page"] {
  background: var(--orange) url("ink-grain.webp") -460px -700px/1024px 1024px
    repeat;
  color: #e8d9b9;
}
.software-ad,
.hardware-ad {
  background-image: url("ink-grain.webp");
  background-size: 1024px 1024px;
}
.software-ad {
  background-position: -700px -120px;
}
.hardware-ad {
  background-position: -260px -830px;
}
/* The same color treatment and fine screen apply to photographic plates. */
.photo-plate {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.photo-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-plate img,
.software-list img,
.catalog-app img,
.feature-grid img,
img.screen-photo {
  filter: var(--print-tone) contrast(1.4) brightness(0.87);
  mix-blend-mode: multiply;
  border-color: #474030;
}
/* Screen sources have lifted blacks baked in; compensate before the shared tone. */
img.screen-photo {
  filter: contrast(1.5) brightness(0.88) var(--print-tone);
}
.photo-plate:after,
.ad-crop:not(.front-drawing):not(.side-drawing):after,
.software-list > a:after,
.field-plates figure:last-child:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(#30291d 0.35px, transparent 0.65px);
  background-size: 2px 2px;
  opacity: 0.13;
  mix-blend-mode: multiply;
}
.software-list > a:after {
  width: 36%;
  bottom: auto;
  aspect-ratio: 1.45;
}
.field-plates figure:last-child {
  position: relative;
  align-self: start;
}
.field-plates figure:last-child:after {
  bottom: auto;
  aspect-ratio: 1.45;
}
.engineering-plates .ad-crop img {
  filter: grayscale(1) brightness(1.9) contrast(2);
}
@media (max-width: 680px) {
  .software-list > a:after {
    width: 46%;
  }
}
@media (max-width: 1100px) and (min-width: 681px) {
  .software-list > a:after {
    width: 100%;
  }
}
.configurations {
  display: grid;
  grid-template-columns: 420fr 300fr 328fr;
  gap: 10px;
  border-block: 1px solid var(--ink);
  margin: 11px 0 14px;
  padding: 12px 0 15px;
}
.configurations .photo-plate {
  height: 272px;
}
.configurations figcaption {
  font: 9px/1.25 "Courier New", monospace;
  padding-top: 5px;
}
@media (max-width: 680px) {
  .configurations {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .configurations .photo-plate {
    height: auto;
    aspect-ratio: 3/2;
  }
  .navigation a:not(.emblem):nth-of-type(3n + 1) {
    border-right: 0;
  }
}
footer:has(.footer-mark) {
  grid-template-columns: 1fr auto auto;
  align-items: center;
}
.footer-mark {
  grid-row: 1;
  grid-column: 3;
  width: 86px;
  height: auto;
}
.field-plates .screen-photo {
  width: 100%;
}
.carry-note h2 {
  font-size: 27px;
  line-height: 0.95;
  margin: 0 0 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}
.carry-note p {
  font: 13px/1.4 "Courier New", monospace;
  margin: 0;
}
/* A printed reply-panel leads directly to the installation instructions. */
/* TERM512: a hardware advertisement using the site's printed type and ink. */
.term-product {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(0, 1fr);
  gap: 17px;
  padding: 12px 0 16px;
}
.term-product-copy h2 {
  font-size: 32px;
  text-transform: none;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.term-product-copy p {
  font-size: 18px;
  line-height: 1.24;
}
.term-product-copy .term-spec-title {
  background: var(--orange) url("ink-grain.webp") -880px -410px/1024px 1024px
    repeat;
  padding: 8px 10px;
  margin: 16px 0 0;
  font: 700 23px/1 var(--display);
}
.term-product-copy dl {
  margin: 0;
  border-bottom: 2px solid var(--ink);
}
.term-product-copy dl > div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  padding: 9px 0;
}
.term-product-copy dt {
  font: 10px/1.3 "Courier New", monospace;
  padding-top: 2px;
}
.term-product-copy dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}
.term-page figcaption {
  font: 9px/1.25 "Courier New", monospace;
  padding-top: 5px;
}
/* Use the Overview photo filter and screen unchanged; retain each full photograph. */
.term-page .photo-plate img {
  object-fit: contain;
}
.term-details {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 15px;
  padding: 14px 0 18px;
  border-top: 1px solid var(--ink);
}
.term-details article + article {
  border-left: 1px solid var(--line);
  padding-left: 15px;
}
.term-details h2 {
  font-size: 29px;
  line-height: 0.96;
  letter-spacing: -0.025em;
  margin: 0 0 8px;
}
.term-details p {
  font-size: 17px;
  line-height: 1.25;
  margin: 10px 0 0;
}
.term-colophon,
.install-colophon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-block: 2px solid var(--ink);
  padding: 14px;
  margin: 0 0 14px;
}
.term-colophon {
  background: var(--orange) url("ink-grain.webp") -320px -50px/1024px 1024px
    repeat;
}
.install-colophon {
  background: #24231f url("ink-grain.webp") -320px -50px/1024px 1024px repeat;
  color: var(--paper);
}
.term-colophon p,
.install-colophon p {
  font: 700 32px/1 var(--display);
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 440px;
}
.term-colophon a,
.install-colophon a {
  font: 700 24px/1 var(--display);
  text-decoration: none;
}
.term-colophon a span,
.install-colophon a span {
  font: 12px/1.5 "Courier New", monospace;
  text-decoration: underline;
}
.term-colophon a:hover,
.install-colophon a:hover {
  color: var(--paper);
}
@media (max-width: 1000px) and (min-width: 681px) {
  .term-product {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 13px;
  }
  .term-product-copy h2 {
    font-size: 28px;
  }
  .term-product-copy p {
    font-size: 16px;
  }
  .term-product-copy dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .term-details {
    gap: 10px;
  }
  .term-details article + article {
    padding-left: 10px;
  }
  .term-details h2 {
    font-size: 25px;
  }
}
@media (max-width: 680px) {
  .term-product {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .term-product-copy h2 {
    font-size: 30px;
  }
  .term-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .term-details article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 16px 0 0;
  }
  .term-colophon,
  .install-colophon {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
