:root {
  --ink: #252621;
  --muted: #70716b;
  --paper: #f7f5f0;
  --surface: #eeece6;
  --sage: #536451;
  --gold: #776d4d;
  --font: "Helvetica Neue", "SF Pro Display", Arial, "PingFang SC", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header { width: min(1240px, calc(100vw - 48px)); min-height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 650; letter-spacing: -.03em; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.site-header nav { display: flex; gap: 28px; color: var(--muted); font-size: 13px; }
.site-header nav a[aria-current="page"] { color: var(--ink); }

.page-intro { padding: 68px 0 46px; }
.eyebrow { margin: 0 0 22px; color: var(--sage); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
h1, h2 { margin: 0; font-weight: 480; letter-spacing: -.05em; }
h1 { max-width: none; font-size: clamp(52px, 6vw, 72px); line-height: .98; }
.page-intro > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 17px; }

.release-overview { margin-bottom: 18px; padding: 18px 20px; display: grid; grid-template-columns: repeat(3, minmax(120px, .55fr)) minmax(320px, 1.45fr); gap: 18px; align-items: center; border-radius: 14px; background: #eeece6; }
.release-overview > div { display: grid; gap: 4px; }
.release-overview span { font-size: 20px; font-weight: 560; letter-spacing: -.035em; }
.release-overview small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.version-jumps { justify-self: end; display: flex; gap: 6px; }
.version-jumps a { padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.62); color: #5f605a; font-size: 11px; }
.version-jumps a:hover { background: #fff; color: var(--ink); }

.release-list { padding-bottom: 90px; }
.release { scroll-margin-top: 24px; display: grid; grid-template-columns: 170px 1fr; gap: 42px; padding: 42px 0; background: linear-gradient(var(--surface), var(--surface)) top / 100% 1px no-repeat; }
.release:first-child { background: none; padding-top: 0; }
.release aside { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.release time { color: var(--muted); font-size: 12px; }
.status { padding: 7px 10px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.status.stable { background: #dce5d9; color: #42533f; }
.status.candidate { background: #e9e1c7; color: #625a3d; }
.status.earlier { background: #e4e2dc; color: #65665f; }
.status.initial { background: #d8e4d6; color: #40533e; }
.initial-release { margin-top: 10px; padding-block: 64px; }
.initial-release h2 { font-size: 46px; }
.release h2 { font-size: 36px; line-height: 1; }
.summary { max-width: 920px; margin: 12px 0 20px; color: #4f504a; font-size: 16px; line-height: 1.5; }
.release h3 { margin: 30px 0 12px; font-size: 12px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.release h3 + ul { margin-bottom: 8px; }
ul { max-width: 950px; margin: 0; padding-left: 19px; color: var(--muted); font-size: 14px; line-height: 1.62; }
li + li { margin-top: 5px; }
li strong { color: #474942; font-weight: 650; }
.note { margin: 24px 0 0; padding: 14px 16px; border-radius: 10px; background: var(--surface); color: #676861; font-size: 12px; line-height: 1.55; }
dl { margin: 6px 0 0; }
dl > div { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 10px 0; }
dt { font-size: 13px; font-weight: 700; }
dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

footer { min-height: 110px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #2c2e29; color: #f3efe7; font-size: 12px; }
footer span:last-child { color: rgba(243,239,231,.58); }

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 32px); }
  .site-header { width: calc(100vw - 32px); }
  .site-header nav a:not([aria-current="page"]) { display: none; }
  .page-intro { padding: 72px 0 62px; }
  h1 { font-size: 50px; }
  .release-overview { grid-template-columns: 1fr 1fr; }
  .release-overview > div:nth-child(3) { display: none; }
  .version-jumps { grid-column: 1 / -1; justify-self: stretch; overflow-x: auto; }
  .version-jumps a { white-space: nowrap; }
  .release { grid-template-columns: 1fr; gap: 26px; padding: 42px 0; }
  .release aside { gap: 10px; }
  footer { align-items: flex-start; flex-direction: column; }
}
