:root{--paper:#ece7dc;--ink:#d8412a;--gutter:clamp(20px, 4.5vw, 64px);--sans:"Helvetica Neue", Helvetica, Arial, "Liberation Sans", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow:hidden}::selection{background:var(--ink);color:var(--paper)}.sheet{height:100%;padding:var(--gutter);gap:var(--gutter);grid-template-rows:auto 1fr auto;display:grid;position:relative}.mark{border-top:2px solid var(--ink);border-left:2px solid var(--ink);width:13px;height:13px;position:absolute}.mark--tl{top:calc(var(--gutter) / 2);left:calc(var(--gutter) / 2)}.mark--tr{top:calc(var(--gutter) / 2);right:calc(var(--gutter) / 2);transform:rotate(90deg)}.mark--br{bottom:calc(var(--gutter) / 2);right:calc(var(--gutter) / 2);transform:rotate(180deg)}.mark--bl{bottom:calc(var(--gutter) / 2);left:calc(var(--gutter) / 2);transform:rotate(270deg)}.head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1.5rem;display:flex}.wordmark{letter-spacing:-.045em;text-transform:lowercase;margin:0;font-size:clamp(2.5rem,11vw,9rem);font-weight:700;line-height:.86}.tag{letter-spacing:-.01em;text-transform:uppercase;max-width:26ch;margin:0;font-size:clamp(.8rem,1.15vw,1rem);font-weight:500;line-height:1.3}.field{flex-direction:column;justify-content:center;gap:.9rem;min-height:0;display:flex}.field canvas{aspect-ratio:3/2;width:100%;height:auto;max-height:100%;display:block}.foot{letter-spacing:.02em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;font-size:clamp(.7rem,.95vw,.8rem);font-weight:500;display:flex}.foot a{color:inherit;border-bottom:2px solid var(--ink);padding-bottom:1px;text-decoration:none}.readout{font-variant-numeric:tabular-nums;letter-spacing:.06em;opacity:.72}.rule{background:var(--ink);height:2px}.field .readout{text-transform:uppercase;margin:0;font-size:clamp(.65rem,.85vw,.75rem);font-weight:500}
