:root {
  color-scheme: light;
  --paper: #fafbf8;
  --ink: #19352e;
  --green: #075e45;
  --muted: #64706a;
  --line: #dce4db;
  --mint: #d7eeaf;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #da7b36;
  outline-offset: 6px;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.7;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 550;
}
h1,
h2 {
  letter-spacing: -0.055em;
}
a,
summary {
  touch-action: manipulation;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.65rem;
  font-weight: 650;
  letter-spacing: -0.06em;
}
.brand img {
  flex: none;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.9rem;
  font-weight: 550;
}
.site-header nav > a:not(.button):hover,
.text-link:hover,
.download-meta a:hover,
.site-footer > a:last-child:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.release-nav span {
  margin-left: 5px;
  color: var(--muted);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 54px;
  padding: 14px 24px;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  border-radius: 7px;
  font-size: 0.94rem;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #084936;
  transform: translateY(-2px);
}
.button-small {
  min-height: 42px;
  padding: 10px 17px;
  gap: 22px;
  font-size: 0.875rem;
}
.hero {
  padding-block: 92px 70px;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.095em;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.6;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.small-branch {
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  color: var(--green);
}
h1 {
  font-size: clamp(3.5rem, 5.8vw, 5.5rem);
  line-height: 1.01;
  margin-bottom: 28px;
}
h1 > span {
  color: var(--green);
}
.hero-description {
  max-width: 385px;
  color: var(--muted);
  font-size: 1.0625rem;
  margin-bottom: 29px;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.text-link {
  font-size: 0.9rem;
  font-weight: 550;
}
.text-link span {
  margin-left: 7px;
}
.platform-note {
  margin: 20px 0 0;
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--muted);
}
.platform-note span {
  padding: 0 9px;
}
.product-figure {
  margin: 0;
  min-width: 0;
  position: relative;
}
.app-window {
  border-radius: 10px;
  border: 1px solid #355849;
  overflow: hidden;
  background: #f5f8f4;
  box-shadow:
    0 24px 70px -30px #174b3959,
    0 3px 6px #173f3710;
  transform: perspective(1600px) rotateY(-3deg);
  font-size: 0.75rem;
}
.window-bar {
  height: 43px;
  display: flex;
  align-items: center;
  gap: 17px;
  background: #123b30;
  color: #eff7ec;
  padding: 0 17px;
  font-size: 0.75rem;
  font-weight: 500;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #648575;
}
.window-dots i:first-child {
  background: #c48766;
}
.window-path {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 0.68rem;
  color: #a9c3b4;
}
.app-layout {
  display: grid;
  grid-template-columns: 163px minmax(0, 1fr);
  min-height: 370px;
}
.app-sidebar {
  padding: 20px 0 0;
  background: #edf2e9;
  border-right: 1px solid #dbe3d7;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sidebar-project {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 650;
  padding: 0 15px 13px;
}
.sidebar-label {
  font-family: var(--mono);
  font-size: 0.6rem;
  color: #677662;
  letter-spacing: 0.07em;
  margin: 16px 15px 7px;
}
.sidebar-row {
  padding: 8px 14px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 0.67rem;
  white-space: nowrap;
}
.sidebar-row > span {
  font-size: 0.9rem;
  width: 13px;
  text-align: center;
}
.sidebar-row.active {
  background: #dce8d2;
  color: #245335;
  font-weight: 600;
  border-left: 2px solid #387549;
  padding-left: 12px;
}
.sidebar-row b {
  font-size: 0.58rem;
  margin-left: auto;
  padding: 1px 5px;
  background: #dce5d6;
  border-radius: 3px;
}
.sidebar-row.muted {
  color: #6c7868;
}
.sidebar-bottom {
  border-top: 1px solid #dbe3d7;
  margin-top: auto;
  padding: 14px 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.59rem;
}
.avatar {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: #d9e3d3;
  border-radius: 50%;
  color: #416745;
}
.repo-view {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.repo-toolbar {
  height: 47px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dbe3d7;
  font-size: 0.73rem;
}
.repo-toolbar > span:first-child {
  font-weight: 600;
}
.repo-toolbar > span:first-child > span:first-child {
  margin-right: 6px;
}
.toolbar-chevron {
  margin-left: 20px;
}
.toolbar-sync {
  font-size: 0.65rem;
  color: #586c59;
}
.toolbar-sync > span {
  margin-left: 16px;
}
.history-heading {
  padding: 16px 17px 8px;
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 600;
}
.history-heading > span:last-child {
  font-family: var(--mono);
  font-size: 0.56rem;
  color: #869080;
}
.history-list {
  padding: 6px 0 16px;
}
.commit {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 34px;
  padding: 0 14px;
  white-space: nowrap;
  position: relative;
  font-size: 0.66rem;
  color: #53674f;
}
.commit > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.commit.selected {
  background: #e0edd8;
  color: #284724;
}
.commit code {
  font-size: 0.55rem;
  color: #788872;
  margin-left: auto;
}
.graph-point {
  position: relative;
  flex: none;
  width: 7px;
  height: 7px;
  background: #3f7850;
  border-radius: 50%;
  margin: 0 6px;
}
.graph-point::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 28px;
  left: 2.5px;
  top: 7px;
  background: #aac7a0;
}
.commit:last-child .graph-point::after {
  display: none;
}
.branch-point {
  background: #aa8c4a;
  margin-left: 17px;
  margin-right: -5px;
}
.branch-badge {
  font-family: var(--mono);
  font-weight: 500;
  background: #c4ddae;
  color: #31542c;
  border: 1px solid #aac893;
  font-size: 0.55rem;
  border-radius: 3px;
  padding: 2px 4px;
  margin-right: 5px;
}
.branch-badge.secondary {
  background: #f0e7c7;
  border-color: #ddd1aa;
  color: #856b2d;
}
.diff-header {
  display: flex;
  justify-content: space-between;
  border-block: 1px solid #dce5d7;
  min-height: 36px;
  align-items: center;
  padding: 0 15px;
  font-family: var(--mono);
  font-size: 0.61rem;
  background: #f9fbf7;
}
.file-symbol {
  color: #758570;
  margin-right: 5px;
}
.diff-count {
  color: #3b8450;
}
.diff-count em {
  font-style: normal;
  color: #a86c57;
  padding-left: 5px;
}
.code-diff {
  padding: 14px 0 24px;
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 2.1;
  overflow: hidden;
}
.code-diff > div {
  display: flex;
  white-space: pre;
  min-height: 23px;
}
.line-number {
  width: 30px;
  flex: none;
  padding-right: 10px;
  text-align: right;
  color: #92a08b;
  font-size: 0.56rem;
  user-select: none;
}
.code-diff code {
  font-family: inherit;
}
.code-purple {
  color: #795576;
}
.removed {
  background: #f4e7df;
  color: #9d6153;
}
.added {
  background: #e2eedc;
  color: #416839;
}
.app-status {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 10px 13px;
  border-top: 1px solid #dce5d7;
  font-size: 0.58rem;
  color: #798875;
}
figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  font-size: 0.7rem;
  color: #77836f;
  font-family: var(--mono);
}
.caption-rule {
  display: block;
  width: 22px;
  height: 1px;
  background: #a7b4a0;
}
.illustration-label {
  margin-left: auto;
  font-size: 0.6rem;
}
.principles {
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding-block: 26px;
}
.principles p {
  margin: 0;
  font-size: 0.9rem;
  color: #52624f;
}
.principles p > span {
  display: inline-block;
  margin-right: 11px;
  color: var(--green);
  font-size: 1.2rem;
  vertical-align: middle;
}
.features {
  padding-block: 96px 65px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 48px;
}
.section-heading .eyebrow,
.local-section .eyebrow {
  color: var(--green);
  margin-bottom: 17px;
}
h2 {
  font-size: clamp(2.6rem, 3.6vw, 3.8rem);
  line-height: 1.12;
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 310px;
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 5px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.feature {
  position: relative;
  padding: 34px 30px 28px;
  min-width: 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.feature-icon {
  display: block;
  font-size: 1.7rem;
  color: var(--green);
  height: 49px;
}
.feature-number {
  position: absolute;
  top: 38px;
  right: 29px;
  color: #97a28f;
  font-family: var(--mono);
  font-size: 0.7rem;
}
.feature h3 {
  font-size: 1.22rem;
  letter-spacing: -0.025em;
  margin: 16px 0 13px;
}
.feature p {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 27px;
}
.feature p.feature-detail {
  font-size: 0.875rem;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  margin-bottom: 23px;
}
.git-essentials {
  color: var(--muted);
  font-size: 0.9375rem;
  margin: 24px 0 0;
}
.git-essentials strong {
  color: var(--ink);
  font-weight: 550;
}
.feature-tag {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
}
.feature-footnote {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 20px 0 0;
}
.local-section {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  align-items: center;
  padding: 60px 0 96px;
}
.principles a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.resources-section {
  padding: 0 0 30px;
}
.resource-heading {
  border-top: 1px solid var(--line);
  padding-top: 54px;
}
.resource-heading .eyebrow {
  color: var(--green);
  margin-bottom: 17px;
}
.resource-heading > p:last-child {
  max-width: 690px;
  margin: 23px 0 32px;
  font-size: 1rem;
  color: var(--muted);
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.resource-card {
  background: #edf2e9;
  border: 1px solid #dce5d7;
  border-radius: 7px;
  padding: 29px;
}
.resource-label {
  display: inline-block;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
}
.resource-card h3 {
  font-size: 1.22rem;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.resource-card p {
  color: #56634f;
  font-size: 1rem;
  margin: 0;
}
.resource-card a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.resource-note {
  color: var(--muted);
  font-size: 0.8125rem;
  margin: 18px 0 0;
}
@media (max-width: 900px) {
  .resource-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .resource-card {
    padding: 25px;
  }
  .resource-label {
    margin-bottom: 17px;
  }
}
@media (max-width: 640px) {
  .resource-heading {
    padding-top: 35px;
  }
  .resource-heading h2 {
    font-size: 2.4rem;
  }
  .resources-section {
    padding-bottom: 40px;
  }
}
.local-mark {
  display: grid;
  place-items: center;
}
.local-section h2 {
  font-size: 2.65rem;
  margin-bottom: 20px;
}
.local-section > div:last-child {
  max-width: 860px;
}
.local-section p:last-child {
  color: var(--muted);
  font-size: 1rem;
  max-width: 800px;
  margin-bottom: 0;
}
.download-section {
  background: #0b3029;
  color: #f1f5e9;
  padding: 86px 0 54px;
}
.download-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 44px;
}
.download-heading .eyebrow {
  color: #b6d591;
  margin-bottom: 18px;
}
.download-heading h2 {
  font-size: clamp(2.8rem, 4.3vw, 4.5rem);
}
.download-heading > p {
  color: #b5c5b7;
  font-size: 1rem;
  margin: 0 0 5px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.download-card {
  border: 1px solid #3a5748;
  border-radius: 8px;
  padding: 28px;
  background: #11382e;
}
.os-mark {
  display: block;
  font-size: 2.1rem;
  height: 45px;
  line-height: 1;
  margin-bottom: 20px;
  color: #d7e7bd;
}
.windows-mark {
  width: 27px;
  height: 45px;
  padding-bottom: 18px;
}
.linux-mark {
  font-family: var(--mono);
  font-size: 1.7rem;
}
.download-card h3 {
  font-size: 1.5rem;
  margin-bottom: 7px;
  letter-spacing: -0.025em;
}
.download-card p {
  font-size: 0.9rem;
  color: #b1c1b0;
  margin-bottom: 25px;
}
.download-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #6b845b;
  border-radius: 5px;
  padding: 12px 14px;
  color: #d9ecc3;
  font-size: 0.875rem;
  font-weight: 550;
  transition: background 0.2s;
}
.download-link:hover {
  background: #244d3b;
}
.file-type {
  display: block;
  font-family: var(--mono);
  font-size: 0.6875rem;
  color: #a5b89f;
  margin-top: 15px;
}
.download-meta {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 24px;
  color: #b2c3b0;
  font-size: 0.8rem;
}
.download-meta p {
  margin: 0;
}
.download-meta a {
  flex-shrink: 0;
}
.install-note {
  margin-top: 27px;
  border-top: 1px solid #355243;
  padding-top: 23px;
  color: #b7c6b3;
  font-size: 0.875rem;
}
.install-note summary {
  cursor: pointer;
  width: fit-content;
}
.install-note p {
  max-width: 910px;
  margin: 16px 0 0;
  line-height: 1.8;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  min-height: 115px;
}
.site-footer .brand {
  font-size: 1.35rem;
}
.site-footer p {
  font-family: var(--mono);
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0;
}
.site-footer > a:last-child {
  font-size: 0.85rem;
}
.site-footer > a:last-child span {
  margin-left: 8px;
}
@media (min-width: 1550px) {
  .hero {
    gap: 65px;
    padding-block: 108px 90px;
  }
  .app-window {
    transform: none;
  }
  .app-layout {
    min-height: 400px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 28px;
    padding-top: 75px;
  }
  .app-layout {
    grid-template-columns: 125px minmax(0, 1fr);
  }
  .sidebar-row {
    font-size: 0.57rem;
    padding-inline: 9px;
    gap: 5px;
  }
  .sidebar-row.active {
    padding-left: 7px;
  }
  .sidebar-label {
    margin-left: 9px;
  }
  .sidebar-bottom {
    font-size: 0.5rem;
    padding-inline: 8px;
  }
  .app-window {
    transform: none;
  }
  .commit code {
    display: none;
  }
  .window-path {
    font-size: 0.55rem;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero .text-link {
    font-size: 0.85rem;
  }
  .illustration-label {
    display: none;
  }
  .feature {
    padding: 28px 23px;
  }
  .feature-number {
    right: 23px;
    top: 32px;
  }
  .principles p {
    font-size: 0.8rem;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 62px;
    gap: 50px;
  }
  .hero-copy {
    max-width: 700px;
  }
  h1 {
    font-size: 4.8rem;
  }
  .hero h1 br:nth-child(2) {
    display: none;
  }
  .hero h1 > span::before {
    content: " ";
  }
  .hero-description {
    max-width: 480px;
  }
  .app-layout {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .sidebar-row {
    font-size: 0.75rem;
    padding-inline: 15px;
    gap: 9px;
  }
  .sidebar-row.active {
    padding-left: 13px;
  }
  .sidebar-label {
    font-size: 0.65rem;
    margin-left: 15px;
  }
  .sidebar-bottom {
    font-size: 0.65rem;
  }
  .window-path {
    font-size: 0.7rem;
  }
  .commit {
    font-size: 0.75rem;
    height: 36px;
  }
  .commit code {
    display: block;
    font-size: 0.6rem;
  }
  .branch-badge {
    font-size: 0.6rem;
  }
  .code-diff {
    font-size: 0.75rem;
  }
  .repo-toolbar {
    font-size: 0.8rem;
  }
  .diff-header {
    font-size: 0.7rem;
  }
  .principles {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 35px;
    row-gap: 12px;
  }
  .principles p {
    font-size: 0.9rem;
  }
  .features {
    padding-top: 75px;
  }
  .section-heading > p {
    max-width: 250px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .local-section {
    grid-template-columns: 115px 1fr;
    gap: 25px;
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .download-card {
    padding: 23px 20px;
  }
  .download-link {
    font-size: 0.8rem;
    padding: 12px 10px;
    gap: 4px;
  }
  .download-grid {
    gap: 12px;
  }
  .download-meta {
    font-size: 0.75rem;
  }
}
@media (max-width: 640px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 85px;
  }
  .brand {
    font-size: 1.5rem;
    gap: 9px;
  }
  .brand img {
    width: 34px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 0.8rem;
  }
  .release-nav {
    display: none;
  }
  .button-small {
    font-size: 0.8rem;
    padding: 10px 13px;
    gap: 12px;
  }
  .hero {
    padding-top: 47px;
    padding-bottom: 37px;
    gap: 40px;
  }
  .eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.065em;
  }
  .hero .eyebrow {
    gap: 9px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: clamp(3rem, 12.7vw, 4.6rem);
    line-height: 1.04;
    margin-bottom: 22px;
  }
  .hero-description {
    font-size: 1rem;
    max-width: 360px;
    margin-bottom: 25px;
  }
  .hero-actions {
    gap: 20px;
  }
  .button {
    font-size: 0.875rem;
    gap: 24px;
    padding: 13px 18px;
  }
  .hero-actions .text-link {
    font-size: 0.8rem;
  }
  .platform-note {
    font-size: 0.6875rem;
    margin-top: 18px;
  }
  .app-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .app-sidebar {
    display: none;
  }
  .window-bar {
    height: 36px;
    padding-inline: 12px;
  }
  .window-path {
    font-size: 0.57rem;
  }
  .repo-toolbar {
    height: 43px;
    font-size: 0.73rem;
    padding-inline: 12px;
  }
  .history-heading {
    padding-inline: 12px;
  }
  .commit {
    font-size: 0.65rem;
    padding-inline: 10px;
    gap: 7px;
    height: 34px;
  }
  .commit code {
    display: none;
  }
  .branch-badge {
    font-size: 0.55rem;
  }
  .code-diff {
    font-size: clamp(0.56rem, 2.8vw, 0.73rem);
    padding-block: 12px 16px;
    line-height: 1.8;
  }
  .code-diff > div {
    min-height: 22px;
  }
  .diff-header {
    font-size: 0.61rem;
    padding-inline: 10px;
  }
  .line-number {
    width: 26px;
  }
  .app-status {
    font-size: 0.55rem;
  }
  figcaption {
    font-size: 0.58rem;
    gap: 7px;
    margin-top: 17px;
  }
  .caption-rule {
    width: 15px;
  }
  .principles {
    display: grid;
    gap: 10px;
    padding-block: 22px;
  }
  .principles p {
    font-size: 0.875rem;
  }
  .principles p > span {
    min-width: 18px;
    margin-right: 9px;
  }
  .features {
    padding-block: 60px 40px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: 350px;
    margin: 22px 0 0;
  }
  h2 {
    font-size: 2.65rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 28px 25px;
  }
  .feature p {
    max-width: 420px;
    margin-bottom: 22px;
  }
  .feature-icon {
    height: 34px;
  }
  .feature h3 {
    margin-top: 18px;
  }
  .feature-footnote {
    font-size: 0.7rem;
    line-height: 1.8;
  }
  .local-section {
    grid-template-columns: 1fr;
    gap: 23px;
    padding-top: 15px;
    padding-bottom: 60px;
  }
  .local-mark {
    justify-content: start;
  }
  .local-mark img {
    width: 76px;
  }
  .local-section h2 {
    font-size: 2.4rem;
  }
  .local-section .eyebrow {
    font-size: 0.65rem;
  }
  .download-section {
    padding: 58px 0 35px;
  }
  .download-heading {
    display: block;
    margin-bottom: 30px;
  }
  .download-heading h2 {
    font-size: 2.8rem;
  }
  .download-heading > p {
    margin-top: 22px;
  }
  .download-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .download-card {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    column-gap: 16px;
    padding: 25px;
  }
  .os-mark {
    grid-column: 1;
    font-size: 1.7rem;
    height: 28px;
    margin-bottom: 15px;
  }
  .windows-mark {
    padding: 0;
    width: 24px;
    height: 28px;
  }
  .download-card h3 {
    grid-column: 1;
    font-size: 1.3rem;
  }
  .download-card p {
    grid-column: 1;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .download-link {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
    font-size: 0.8rem;
    padding: 12px 10px;
  }
  .file-type {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    font-size: 0.57rem;
    margin: 0;
  }
  .download-meta {
    display: block;
  }
  .download-meta a {
    display: inline-block;
    margin-top: 15px;
  }
  .install-note {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .site-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 13px;
    padding-block: 25px;
  }
  .site-footer p {
    order: 3;
    width: 100%;
    font-size: 0.6875rem;
  }
  .site-footer > a:last-child {
    font-size: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
