* { box-sizing: border-box; }
html { background: #fcfbf8; }
body { margin: 0; color: #171717; font-family: Arial, Helvetica, sans-serif; }
main { position: relative; width: min(820px, calc(100% - 32px)); margin: 24px auto; padding: 102px 72px 96px; overflow: hidden; }
main::before, main::after { content: ''; position: absolute; top: 51px; bottom: 51px; width: 1px; background: #171717; }
main::before { left: 0; }
main::after { right: 0; }
.ornament { position: absolute; display: block; pointer-events: none; user-select: none; }
.edge-top, .edge-bottom { left: 32px; width: calc(100% - 64px); height: 74px; background: url('ornament-tile.webp') repeat-x center / auto 70px; }
.edge-top { top: 15px; }
.edge-bottom { bottom: 15px; transform: rotate(180deg); }
.frame-cap { position: absolute; width: 34px; height: 1px; background: #171717; }
.cap-tl, .cap-tr { top: 51px; }
.cap-bl, .cap-br { bottom: 51px; }
.cap-tl, .cap-bl { left: 0; }
.cap-tr, .cap-br { right: 0; }
header { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 28px; border-bottom: 3px double #171512; }
header img { width: 112px; height: 140px; object-fit: cover; object-position: top; filter: grayscale(1) contrast(1.2); mix-blend-mode: multiply; }
.label { margin: 0 0 12px; font-size: 10px; font-weight: bold; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-family: 'Palatino Linotype', Palatino, serif; font-size: clamp(38px, 8vw, 56px); font-weight: 400; line-height: .9; letter-spacing: -.045em; }
header div > p:last-child { margin: 18px 0 0; font-family: 'Palatino Linotype', Palatino, serif; font-size: 15px; font-style: italic; }
table { width: 100%; border-collapse: collapse; margin-top: 28px; }
th, td { padding: 11px 4px; border-bottom: 1px solid #bbb; }
th { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; text-align: left; }
th:not(:first-child), td:not(:first-child) { width: 72px; text-align: right; font-variant-numeric: tabular-nums; }
td:first-child { padding-right: 12px; }
h2 { margin: 42px 0 0; padding-bottom: 10px; border-bottom: 1px solid #171717; font-family: 'Palatino Linotype', Palatino, serif; font-size: 26px; font-weight: 400; }
.notes { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; margin-top: 26px; font-size: 12px; line-height: 1.5; }
.notes p { margin: 0; }
footer { margin-top: 30px; padding-top: 14px; border-top: 3px double #171512; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
a { color: inherit; text-underline-offset: 3px; }
@media (max-width: 520px) {
  main { width: calc(100% - 12px); margin: 6px auto; padding: 72px 28px 68px; }
  main::before, main::after { top: 32px; bottom: 32px; }
  .edge-top, .edge-bottom { left: 18px; width: calc(100% - 36px); height: 48px; background-size: auto 46px; }
  .edge-top { top: 9px; }
  .edge-bottom { bottom: 9px; }
  .frame-cap { width: 20px; }
  .cap-tl, .cap-tr { top: 32px; }
  .cap-bl, .cap-br { bottom: 32px; }
  header img { width: 82px; height: 112px; }
  th:not(:first-child), td:not(:first-child) { width: 54px; }
  .notes { grid-template-columns: 1fr; gap: 8px; }
}
