* { box-sizing: border-box; }
body { margin: 0; background: #eae4d7; color: #24231e; font: 16px/1.65 'Courier Prime', monospace; }
a { color: inherit; text-underline-offset: .25em; }
a:hover { color: #b31970; }
a:focus-visible { outline: 2px solid #b31970; outline-offset: 5px; }
.skip { position: absolute; top: -100px; }
.skip:focus { top: 0; background: #fff; }
nav { display: flex; justify-content: space-between; gap: 20px; padding: 22px max(24px, calc((100vw - 1280px)/2)); border-bottom: 1px solid #aaa28e; }
main { max-width: 1280px; margin: auto; padding: 48px 24px 24px; }
.label, figcaption, .footnote { font-size: .8rem; }
.label { text-transform: uppercase; letter-spacing: .1em; }
h1, h2 { font-family: 'Permanent Marker', cursive; font-weight: 400; line-height: 1.1; }
h1 { font-size: clamp(2.5rem, 6vw, 5.5rem); margin: 12px 0 24px; overflow-wrap: anywhere; }
h2 { font-size: 2.5rem; margin: 12px 0 24px; }
.night-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); margin-top: 40px; align-items: start; }
figure { margin: 0; }
figure img { display: block; width: 100%; height: auto; max-height: 85vh; object-fit: contain; object-position: top left; }
figcaption { margin-top: 12px; }
dl { margin: 32px 0; border-top: 1px dashed #aaa28e; }
dt { margin-top: 16px; text-transform: uppercase; font-size: .75rem; }
dd { margin: 4px 0 16px; }
.lineup { display: grid; grid-template-columns: 84px 1fr; gap: 16px; align-items: center; margin: 24px 0; }
.lineup img { width: 84px; height: auto; }
.source { display: inline-block; padding-block: 12px; }
footer { margin-top: 56px; padding: 24px 0; border-top: 1px solid #aaa28e; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; }
footer p { margin-right: auto; }
@media(max-width: 700px) { main { padding-top: 28px; } .night-layout { grid-template-columns: 1fr; margin-top: 24px; } nav { font-size: .85rem; } figure img { max-height: none; } }
