:root {
  color: #1a2633;
  background: #f6f8f7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }

.site-header, main, footer {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8dedb;
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; background: #17695a; color: #fff; font-family: Georgia, serif; font-size: 19px; }
nav { display: flex; gap: 26px; font-size: 14px; }
nav a { text-decoration: none; color: #52635f; }
nav a:hover, .download:hover { color: #17695a; }

.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; padding: 86px 0 72px; align-items: center; }
.eyebrow { margin: 0 0 13px; color: #17695a; font-size: 12px; font-weight: 750; letter-spacing: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.06; letter-spacing: 0; }
h1 { margin: 0; font-size: 62px; }
h2 { margin: 0; font-size: 34px; }
.summary { max-width: 470px; margin: 24px 0 31px; color: #52635f; font-size: 17px; line-height: 1.65; }
.primary-action { display: inline-block; padding: 13px 19px; color: #fff; background: #17695a; text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-action:hover { background: #104c41; }
.archive-image { aspect-ratio: 4 / 3; min-height: 290px; background: linear-gradient(0deg, rgba(9, 27, 33, .23), rgba(9, 27, 33, .08)), url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1000&q=85") center / cover; }

.content { padding: 56px 0 64px; border-top: 1px solid #d8dedb; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.section-heading > p { margin: 0; color: #6c7b76; font-size: 13px; }
.release-list { border-top: 1px solid #cbd4d0; }
.release { display: grid; grid-template-columns: 150px 1fr 100px 74px; gap: 20px; align-items: center; min-height: 90px; border-bottom: 1px solid #cbd4d0; }
.platform { color: #17695a; font-size: 13px; font-weight: 750; }
.release-name { display: grid; gap: 5px; }
.release-name strong { font-size: 16px; }
.release-name span, .release-version { color: #63726d; font-size: 13px; }
.download { text-align: right; color: #1a2633; font-size: 12px; font-weight: 750; text-decoration: none; }

.verification { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 60px; padding: 48px 0; border-top: 1px solid #d8dedb; }
.verification > p { margin: 7px 0 0; color: #52635f; line-height: 1.6; }
code { grid-column: 1 / -1; padding: 13px 16px; overflow: auto; background: #e9eeeb; color: #38514a; font-size: 13px; }

footer { display: flex; justify-content: space-between; padding: 24px 0 34px; border-top: 1px solid #d8dedb; color: #63726d; font-size: 12px; }
footer i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: #2b9a69; border-radius: 50%; }

@media (max-width: 720px) {
  .site-header, main, footer { width: min(100% - 32px, 1120px); }
  .site-header { min-height: 70px; }
  nav { gap: 14px; font-size: 12px; }
  .intro { grid-template-columns: 1fr; gap: 35px; padding: 54px 0 48px; }
  h1 { font-size: 42px; }
  .archive-image { min-height: 210px; }
  .section-heading { align-items: start; gap: 15px; flex-direction: column; }
  .release { grid-template-columns: 76px 1fr 55px; gap: 12px; padding: 17px 0; }
  .download { display: none; }
  .verification { grid-template-columns: 1fr; gap: 18px; }
  .verification > p { margin: 0; }
  footer { gap: 9px; flex-direction: column; }
}
