:root {
  --paper: #f5f0e5;
  --ink: #211d18;
  --muted: #746d62;
  --rule: #b6aa98;
  --gold: #aa7a25;
  --wine: #672f2f;
  --serif: "Crimson Pro", serif;
  --sans: "Archivo", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1200; background: var(--ink); color: var(--paper); padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.publication-header { align-items: center; border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: 1fr auto 1fr; margin: 0 auto; max-width: 1440px; min-height: 132px; padding: 20px clamp(20px, 5vw, 72px); }
.edition, .descriptor { color: var(--muted); font-size: .64rem; letter-spacing: .12em; line-height: 1.7; }
.descriptor { text-align: right; }
.brand { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; letter-spacing: .2em; line-height: .68; text-align: center; }
.brand span { color: var(--gold); font-size: 2.15rem; letter-spacing: .04em; }

main, footer { margin-inline: auto; max-width: 1440px; }
.hero { padding: clamp(72px, 10vw, 150px) clamp(20px, 6.5vw, 94px) 0; }
.overline { color: var(--wine); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-grid { align-items: end; display: grid; gap: clamp(42px, 8vw, 118px); grid-template-columns: minmax(0, 1.3fr) minmax(260px, .42fr); margin-top: 34px; }
h1 { font-family: var(--serif); font-size: clamp(4rem, 8.4vw, 9rem); font-weight: 500; letter-spacing: -.055em; line-height: .78; max-width: 9.6ch; }
h1 em { color: var(--gold); font-weight: 500; }
.hero-note { border-top: 1px solid var(--ink); padding-top: 16px; }
.hero-note span { color: var(--wine); font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-note p { color: var(--muted); font-family: var(--serif); font-size: 1.14rem; line-height: 1.45; margin-top: 18px; }
.cover-line { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); display: grid; font-size: .62rem; grid-template-columns: repeat(4, 1fr); letter-spacing: .07em; margin-top: clamp(72px, 10vw, 128px); }
.cover-line span { padding: 14px 0; }
.cover-line span:not(:first-child) { border-left: 1px solid var(--rule); padding-left: 16px; }

.reports { padding: clamp(72px, 8vw, 118px) clamp(20px, 6.5vw, 94px) 128px; }
.section-heading { align-items: end; display: grid; gap: 34px; grid-template-columns: 1fr minmax(280px, .55fr); margin-bottom: 52px; }
.section-heading > div > p { color: var(--wine); font-size: .65rem; font-weight: 600; letter-spacing: .12em; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(3rem, 5.8vw, 6.2rem); font-weight: 500; letter-spacing: -.04em; line-height: .88; margin-top: 12px; }
.section-heading > p { color: var(--muted); font-family: var(--serif); font-size: 1.05rem; }
.article-list { counter-reset: report; display: grid; gap: 0 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-card { border-top: 1px solid var(--ink); counter-increment: report; min-width: 0; padding: 22px 0 42px; position: relative; }
.article-card:nth-child(1) { grid-column: 1 / -1; }
.article-card:nth-child(1) h2 { font-size: clamp(2.8rem, 5vw, 5.4rem); max-width: 16ch; }
.article-card::after { color: var(--gold); content: "R" counter(report, decimal-leading-zero); font-family: var(--serif); font-size: .85rem; position: absolute; right: 0; top: 20px; }
.article-meta { display: flex; flex-wrap: wrap; font-size: .62rem; gap: 8px 16px; letter-spacing: .07em; padding-right: 42px; text-transform: uppercase; }
.article-category { color: var(--wine); font-weight: 600; }
.article-meta time { color: var(--muted); }
.article-card h2 { font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.45rem); font-weight: 500; letter-spacing: -.035em; line-height: .96; margin-top: 48px; max-width: 18ch; }
.article-card h2 a:hover { color: var(--gold); }
.article-card p { color: var(--muted); font-family: var(--serif); font-size: 1rem; margin-top: 20px; max-width: 64ch; }
.read-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: .66rem; font-weight: 600; gap: 16px; letter-spacing: .07em; margin-top: 25px; padding-bottom: 5px; text-transform: uppercase; }
.read-link:hover { color: var(--wine); }

footer { background: var(--ink); color: #d6cdbf; display: grid; font-size: .72rem; gap: 40px; grid-template-columns: .65fr 1fr; letter-spacing: .04em; padding: 42px clamp(20px, 6.5vw, 94px) 62px; }
footer span { color: #938a7e; }
footer p { color: #b6aa98; letter-spacing: 0; max-width: 72ch; }
footer a { color: #e0b45f; }

@media (max-width: 800px) {
  .hero-grid, .section-heading, footer { grid-template-columns: 1fr; }
  .hero-note { max-width: 540px; }
  .article-list { grid-template-columns: 1fr; }
  .article-card:nth-child(1) { grid-column: 1; }
}
@media (max-width: 560px) {
  .publication-header { min-height: 108px; padding-inline: 16px; }
  .edition, .descriptor { font-size: .54rem; }
  .brand { font-size: .8rem; }
  .brand span { font-size: 1.55rem; }
  h1 { font-size: clamp(4rem, 20vw, 6.2rem); }
  .cover-line { grid-template-columns: repeat(2, 1fr); }
  .cover-line span:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .cover-line span:nth-child(4) { border-top: 1px solid var(--rule); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
