.review-shell { width: var(--content); margin: 0 auto; padding: 22px 0 44px; }
.masthead { display: grid; grid-template-columns: 1fr auto minmax(220px, 310px) auto; align-items: center; gap: 24px; padding: 8px 0 18px; border-bottom: 1px solid var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid var(--ink); font-family: var(--serif); font-weight: 800; font-size: .9rem; }
.brand strong, .brand small { display: block; line-height: 1.12; }
.brand strong { font-family: var(--serif); font-size: 1.25rem; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .72rem; letter-spacing: .02em; }
.edition-note { margin: 0; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.masthead-meta { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding-left: 22px; border-left: 1px solid var(--rule); font-size: .77rem; }
.masthead-meta span { color: var(--coral-dark); font-weight: 800; }
.masthead-meta strong { font-size: .88rem; line-height: 1.45; }
.issue-tag { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
main { padding-top: 24px; }
.site-footer { display: flex; justify-content: space-between; gap: 28px; margin-top: 42px; padding: 15px 0 0; border-top: 1px solid var(--rule); color: var(--muted); font-size: .68rem; letter-spacing: .015em; }
.site-footer p { margin: 0; }
.site-footer strong { color: var(--ink-soft); font-weight: 650; }
@media (max-width: 900px) {
  :root { --content: min(100% - 36px, 760px); }
  .masthead { grid-template-columns: 1fr auto; gap: 12px; }
  .edition-note, .masthead-meta { display: none; }
  .issue-tag { justify-self: end; }
}
@media (max-width: 560px) {
  :root { --content: calc(100% - 28px); }
  .review-shell { padding-top: 14px; }
  .masthead { padding-bottom: 12px; }
  .brand-mark { width: 34px; }
  .brand strong { font-size: 1.1rem; }
  .issue-tag { font-size: .6rem; }
  main { padding-top: 18px; }
  .site-footer { display: block; margin-top: 30px; }
  .site-footer p + p { margin-top: 4px; }
}
