:root {
  --jp-ink: #17211b;
  --jp-muted: #5d685f;
  --jp-line: #dce3dd;
  --jp-surface: #ffffff;
  --jp-canvas: #f7f9f7;
  --jp-blue: #175cd3;
  --jp-blue-soft: #edf4ff;
  --jp-green: #1f7a46;
  --jp-green-soft: #edf8f1;
  --jp-coral: #d94f3d;
  --jp-coral-soft: #fff1ee;
  --jp-focus: #0b6bcb;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--jp-canvas);
  color: var(--jp-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body > main[role="main"] {
  padding-bottom: 0;
}

a,
button,
input {
  font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(23, 92, 211, 0.3);
  outline-offset: 3px;
}

button {
  cursor: pointer;
}

.jp-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.jp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jp-site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--jp-line);
}

.jp-nav-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.jp-brand,
.jp-footer-brand {
  color: var(--jp-ink);
  text-decoration: none;
  font-size: 22px;
  font-weight: 760;
}

.jp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}

.jp-brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--jp-blue);
  background: var(--jp-blue-soft);
  border: 1px solid #c8d9f7;
  border-radius: 7px;
}

.jp-brand-mark svg {
  width: 20px;
  height: 20px;
}

.jp-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jp-primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #344039;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  border-radius: 5px;
}

.jp-primary-nav a:hover,
.jp-primary-nav a[aria-current="page"] {
  color: var(--jp-blue);
  background: var(--jp-blue-soft);
}

.jp-menu-toggle {
  display: none;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: var(--jp-ink);
  background: var(--jp-surface);
  border: 1px solid var(--jp-line);
  border-radius: 6px;
}

.jp-menu-toggle svg {
  width: 20px;
  height: 20px;
}

.jp-home {
  background: var(--jp-canvas);
}

.jp-home-hero {
  padding: 40px 0 26px;
  background: var(--jp-surface);
  border-bottom: 1px solid var(--jp-line);
}

.jp-home-hero > .jp-container > .jp-eyebrow {
  text-align: center;
}

.jp-eyebrow {
  margin: 0 0 10px;
  color: var(--jp-green);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 780;
  text-transform: uppercase;
}

.jp-home-hero h1 {
  max-width: 1100px;
  margin: 0 auto;
  color: var(--jp-ink);
  font-size: 38px;
  line-height: 1.08;
  font-weight: 790;
  text-align: center;
}

.jp-hero-copy {
  max-width: 900px;
  margin: 14px auto 0;
  color: var(--jp-muted);
  font-size: 17px;
  line-height: 1.55;
  text-align: center;
}

.jp-resource-search {
  position: relative;
  width: min(860px, 100%);
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  margin: 20px auto 0;
  padding: 7px 7px 7px 18px;
  background: var(--jp-surface);
  border: 1px solid #b9c5bc;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(26, 45, 34, 0.08);
}

.jp-resource-search:focus-within {
  border-color: var(--jp-blue);
  box-shadow: 0 0 0 4px rgba(23, 92, 211, 0.1);
}

.jp-resource-search > svg {
  width: 22px;
  height: 22px;
  color: #536158;
}

.jp-resource-search input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0;
  color: var(--jp-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
}

.jp-resource-search input::placeholder {
  color: #77827a;
  opacity: 1;
}

.jp-resource-search button,
.jp-no-results button {
  min-height: 44px;
  padding: 0 20px;
  color: #ffffff;
  background: var(--jp-blue);
  border: 1px solid var(--jp-blue);
  border-radius: 6px;
  font-weight: 720;
}

.jp-resource-search button:hover,
.jp-no-results button:hover {
  background: #0f4fb9;
  border-color: #0f4fb9;
}

.jp-search-shortcut {
  min-width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  color: #657067;
  background: #f4f6f4;
  border: 1px solid var(--jp-line);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}

.jp-search-examples {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin: 9px 0 0;
  color: #68736b;
  font-size: 13px;
}

.jp-search-examples button {
  min-height: 32px;
  padding: 0 6px;
  color: var(--jp-blue);
  background: transparent;
  border: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.jp-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--jp-line);
}

.jp-path-link {
  min-width: 0;
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 17px 24px 15px 0;
  color: var(--jp-ink);
  text-decoration: none;
}

.jp-path-link + .jp-path-link {
  padding-left: 24px;
  border-left: 1px solid var(--jp-line);
}

.jp-path-link > svg {
  width: 20px;
  height: 20px;
  color: var(--jp-blue);
  transition: transform 160ms ease;
}

.jp-path-link:hover > svg {
  transform: translateX(4px);
}

.jp-path-icon,
.jp-resource-icon,
.jp-utility-icon {
  display: inline-grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 7px;
}

.jp-path-icon {
  width: 48px;
  height: 48px;
}

.jp-path-icon svg,
.jp-resource-icon svg,
.jp-utility-icon svg {
  width: 23px;
  height: 23px;
}

.jp-path-link strong,
.jp-path-link small {
  display: block;
}

.jp-path-link strong {
  font-size: 16px;
  line-height: 1.35;
}

.jp-path-link small {
  margin-top: 5px;
  color: var(--jp-muted);
  font-size: 13px;
  line-height: 1.45;
}

.jp-icon-blue {
  color: var(--jp-blue);
  background: var(--jp-blue-soft);
}

.jp-icon-green {
  color: var(--jp-green);
  background: var(--jp-green-soft);
}

.jp-icon-coral {
  color: var(--jp-coral);
  background: var(--jp-coral-soft);
}

.jp-section {
  padding: 68px 0;
}

.jp-reviewed-section {
  background: var(--jp-canvas);
}

.jp-guides-section {
  background: var(--jp-surface);
  border-top: 1px solid var(--jp-line);
}

.jp-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.jp-section-heading h2 {
  margin: 0;
  color: var(--jp-ink);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 780;
}

.jp-section-heading p:not(.jp-eyebrow) {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--jp-muted);
  line-height: 1.55;
}

.jp-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--jp-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
}

.jp-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jp-text-link svg {
  width: 17px;
  height: 17px;
}

.jp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.jp-filter-bar button {
  min-height: 40px;
  padding: 0 15px;
  color: #3d4941;
  background: var(--jp-surface);
  border: 1px solid #cbd4cd;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 680;
}

.jp-filter-bar button:hover {
  border-color: #92a097;
}

.jp-filter-bar button.is-active {
  color: #ffffff;
  background: var(--jp-ink);
  border-color: var(--jp-ink);
}

.jp-result-status {
  min-height: 24px;
  margin: 12px 0 18px;
  color: #6b766e;
  font-size: 13px;
}

.jp-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jp-resource-card {
  position: relative;
  min-width: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: var(--jp-ink);
  background: var(--jp-surface);
  border: 1px solid var(--jp-line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(27, 48, 36, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.jp-resource-card:hover {
  border-color: #9aaca0;
  box-shadow: 0 10px 28px rgba(27, 48, 36, 0.09);
  transform: translateY(-2px);
}

.jp-resource-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
}

.jp-resource-type {
  color: #6f7a72;
  font-size: 12px;
  font-weight: 730;
  text-transform: uppercase;
}

.jp-resource-card h3 {
  margin: 6px 0 0;
  color: var(--jp-ink);
  font-size: 20px;
  line-height: 1.25;
}

.jp-resource-card p {
  margin: 10px 0 18px;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.jp-reviewed-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--jp-green);
  font-size: 13px;
  font-weight: 760;
}

.jp-reviewed-badge svg {
  width: 17px;
  height: 17px;
}

.jp-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 36px;
  margin-top: 14px;
  padding-top: 12px;
  color: var(--jp-blue);
  border-top: 1px solid #ebefec;
  font-size: 13px;
  font-weight: 720;
}

.jp-card-action svg {
  width: 16px;
  height: 16px;
}

.jp-no-results {
  padding: 42px 20px;
  text-align: center;
  background: var(--jp-surface);
  border: 1px dashed #aebbb2;
  border-radius: 8px;
}

.jp-no-results > svg {
  width: 32px;
  height: 32px;
  color: #69756c;
}

.jp-no-results h3 {
  margin: 12px 0 0;
}

.jp-no-results p {
  margin: 8px 0 18px;
  color: var(--jp-muted);
}

.jp-guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  border-top: 1px solid var(--jp-line);
}

.jp-guide-list a {
  min-width: 0;
  min-height: 106px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px 24px 20px 0;
  color: var(--jp-ink);
  border-bottom: 1px solid var(--jp-line);
  text-decoration: none;
}

.jp-guide-list a:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--jp-line);
}

.jp-guide-list a > svg {
  width: 18px;
  height: 18px;
  color: var(--jp-blue);
  transition: transform 160ms ease;
}

.jp-guide-list a:hover > svg {
  transform: translateX(4px);
}

.jp-guide-icon {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: var(--jp-coral);
  background: var(--jp-coral-soft);
  border-radius: 7px;
}

.jp-guide-icon svg {
  width: 20px;
  height: 20px;
}

.jp-guide-list strong,
.jp-guide-list small {
  display: block;
}

.jp-guide-list strong {
  font-size: 15px;
  line-height: 1.4;
}

.jp-guide-list small {
  margin-top: 5px;
  color: var(--jp-muted);
  font-size: 13px;
  line-height: 1.45;
}

.jp-utility-band {
  padding: 30px 0;
  background: #eef5f0;
  border-top: 1px solid #d5e2d8;
  border-bottom: 1px solid #d5e2d8;
}

.jp-utility-grid,
.jp-utility-grid > div,
.jp-archive-band .jp-container,
.jp-archive-band .jp-container > div {
  display: flex;
  align-items: center;
}

.jp-utility-grid,
.jp-archive-band .jp-container {
  justify-content: space-between;
  gap: 32px;
}

.jp-utility-grid > div {
  gap: 16px;
}

.jp-utility-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  color: var(--jp-green);
  background: var(--jp-surface);
}

.jp-utility-band h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.jp-utility-band p {
  max-width: 760px;
  margin: 5px 0 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.jp-utility-grid > a,
.jp-archive-band a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--jp-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
  white-space: nowrap;
}

.jp-utility-grid > a svg,
.jp-archive-band a svg {
  width: 17px;
  height: 17px;
}

.jp-archive-band {
  padding: 25px 0;
  background: #f2f3f2;
}

.jp-archive-band .jp-container > div {
  gap: 14px;
}

.jp-archive-band .jp-container > div > svg {
  width: 24px;
  height: 24px;
  color: #657068;
}

.jp-archive-band strong,
.jp-archive-band small {
  display: block;
}

.jp-archive-band strong {
  font-size: 15px;
}

.jp-archive-band small {
  margin-top: 4px;
  color: var(--jp-muted);
  font-size: 13px;
}

.jp-page-intro {
  padding: 52px 0 40px;
  background: var(--jp-surface);
  border-bottom: 1px solid var(--jp-line);
}

.jp-page-intro h1 {
  max-width: 840px;
  margin: 0;
  color: var(--jp-ink);
  font-size: 42px;
  line-height: 1.12;
}

.jp-page-intro p:not(.jp-eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--jp-muted);
  font-size: 17px;
  line-height: 1.6;
}

.jp-list-page {
  padding: 52px 0 72px;
  background: var(--jp-canvas);
}

.jp-list-intro {
  max-width: 820px;
  color: var(--jp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.jp-list-intro > :first-child {
  margin-top: 0;
}

.jp-list-intro h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--jp-ink);
  font-size: 42px;
  line-height: 1.12;
}

.jp-list-intro h2 {
  margin-top: 38px;
  color: var(--jp-ink);
  font-size: 25px;
  line-height: 1.25;
}

.jp-list-intro a,
.jp-article-body a {
  color: var(--jp-blue);
  text-underline-offset: 3px;
}

.jp-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.jp-listing-card {
  min-width: 0;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: var(--jp-surface);
  border: 1px solid var(--jp-line);
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(27, 48, 36, 0.04);
}

.jp-listing-meta {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6f7a72;
  font-size: 12px;
  font-weight: 730;
  text-transform: uppercase;
}

.jp-listing-meta .jp-reviewed-badge {
  margin: 0;
  text-transform: none;
}

.jp-listing-card h2 {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 1.3;
}

.jp-listing-card h2 a {
  color: var(--jp-ink);
  text-decoration: none;
}

.jp-listing-card h2 a:hover {
  color: var(--jp-blue);
}

.jp-listing-card p {
  margin: 12px 0 18px;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.55;
}

.jp-listing-card .jp-card-action {
  margin-top: auto;
}

.jp-pagination {
  margin-top: 38px;
}

.jp-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  list-style: none;
}

.jp-pagination a {
  min-width: 40px;
  min-height: 40px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  color: var(--jp-ink);
  background: var(--jp-surface);
  border: 1px solid var(--jp-line);
  border-radius: 5px;
  text-decoration: none;
}

.jp-pagination .active a,
.jp-pagination a:hover {
  color: #ffffff;
  background: var(--jp-ink);
  border-color: var(--jp-ink);
}

.jp-article-page {
  padding: 52px 0 78px;
  background: var(--jp-canvas);
}

.jp-article-shell {
  max-width: 1050px;
}

.jp-article-header {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--jp-line);
}

.jp-back-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--jp-blue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.jp-back-link svg {
  width: 17px;
  height: 17px;
}

.jp-article-header h1 {
  max-width: 900px;
  margin: 0;
  color: var(--jp-ink);
  font-size: 46px;
  line-height: 1.12;
}

.jp-article-description {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.6;
}

.jp-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 22px;
  color: #647067;
  font-size: 13px;
}

.jp-article-meta > span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jp-article-meta svg {
  width: 16px;
  height: 16px;
}

.jp-article-meta .jp-reviewed-badge {
  margin: 0;
}

.jp-official-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 0 15px;
  color: #ffffff;
  background: var(--jp-blue);
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 720;
}

.jp-official-link:hover {
  background: #0f4fb9;
}

.jp-official-link svg {
  width: 17px;
  height: 17px;
}

.jp-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(230px, 1fr);
  gap: 54px;
  align-items: start;
  margin-top: 38px;
}

.jp-article-body {
  min-width: 0;
  color: #354139;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.jp-article-body > :first-child {
  margin-top: 0;
}

.jp-article-body h2 {
  margin: 44px 0 14px;
  color: var(--jp-ink);
  font-size: 28px;
  line-height: 1.25;
}

.jp-article-body h3 {
  margin: 32px 0 10px;
  color: var(--jp-ink);
  font-size: 21px;
  line-height: 1.3;
}

.jp-article-body p,
.jp-article-body ul,
.jp-article-body ol {
  margin-block: 18px;
}

.jp-article-body li + li {
  margin-top: 8px;
}

.jp-article-body blockquote {
  margin: 26px 0;
  padding: 4px 0 4px 20px;
  color: #526057;
  border-left: 4px solid var(--jp-green);
}

.jp-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.jp-source-reminder {
  position: sticky;
  top: 24px;
  padding: 20px;
  background: var(--jp-green-soft);
  border: 1px solid #cce1d2;
  border-radius: 8px;
}

.jp-source-reminder > svg {
  width: 24px;
  height: 24px;
  color: var(--jp-green);
}

.jp-source-reminder h2 {
  margin: 12px 0 0;
  color: var(--jp-ink);
  font-size: 16px;
}

.jp-source-reminder p {
  margin: 8px 0 0;
  color: var(--jp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.jp-site-footer {
  padding: 50px 0 24px;
  color: #dfe7e1;
  background: #101713;
}

.jp-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 1fr);
  gap: 80px;
}

.jp-footer-brand {
  color: #ffffff;
}

.jp-footer-grid p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #bac5bd;
  font-size: 14px;
  line-height: 1.6;
}

.jp-footer-grid .jp-footer-note {
  color: #94a198;
}

.jp-footer-grid nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 5px 20px;
}

.jp-footer-grid nav a {
  min-height: 40px;
  display: flex;
  align-items: center;
  color: #dfe7e1;
  text-decoration: none;
  font-size: 14px;
}

.jp-footer-grid nav a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jp-footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 20px;
  color: #94a198;
  border-top: 1px solid #2d3831;
  font-size: 12px;
}

.jp-footer-meta a {
  color: #cbd6ce;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  .jp-primary-nav a {
    padding-inline: 7px;
    font-size: 13px;
  }

  .jp-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 979px) {
  .jp-nav-shell {
    position: relative;
    min-height: 62px;
  }

  .jp-menu-toggle {
    display: inline-flex;
  }

  .jp-js .jp-primary-nav {
    display: none;
  }

  .jp-primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    padding: 10px 20px 16px;
    background: var(--jp-surface);
    border-bottom: 1px solid var(--jp-line);
    box-shadow: 0 14px 24px rgba(25, 42, 32, 0.1);
  }

  .jp-primary-nav.is-open {
    display: block;
  }

  .jp-primary-nav ul {
    width: min(1180px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: auto;
    gap: 4px;
  }

  .jp-primary-nav a {
    width: 100%;
    padding-inline: 10px;
    font-size: 14px;
  }

  .jp-path-grid {
    grid-template-columns: 1fr;
  }

  .jp-path-link {
    min-height: 96px;
    padding: 18px 0;
  }

  .jp-path-link + .jp-path-link {
    padding-left: 0;
    border-top: 1px solid var(--jp-line);
    border-left: 0;
  }

  .jp-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .jp-source-reminder {
    position: static;
  }
}

@media (max-width: 700px) {
  .jp-container {
    width: min(100% - 28px, 1180px);
  }

  .jp-home-hero {
    padding: 46px 0 24px;
  }

  .jp-home-hero > .jp-container > .jp-eyebrow,
  .jp-home-hero h1 {
    text-align: left;
  }

  .jp-home-hero h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .jp-hero-copy {
    margin-top: 17px;
    font-size: 17px;
    text-align: left;
  }

  .jp-resource-search {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    margin-top: 26px;
    padding-left: 14px;
  }

  .jp-resource-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .jp-search-shortcut {
    display: none;
  }

  .jp-search-examples {
    justify-content: flex-start;
    margin-left: 0;
  }

  .jp-section {
    padding: 48px 0;
  }

  .jp-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jp-section-heading h2 {
    font-size: 27px;
  }

  .jp-resource-grid,
  .jp-guide-list {
    grid-template-columns: 1fr;
  }

  .jp-resource-card {
    min-height: 270px;
  }

  .jp-guide-list a,
  .jp-guide-list a:nth-child(even) {
    padding: 18px 0;
    border-left: 0;
  }

  .jp-utility-grid,
  .jp-archive-band .jp-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .jp-utility-grid > div {
    align-items: flex-start;
  }

  .jp-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .jp-footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .jp-page-intro {
    padding: 38px 0 30px;
  }

  .jp-page-intro h1 {
    font-size: 34px;
  }

  .jp-list-page,
  .jp-article-page {
    padding: 38px 0 56px;
  }

  .jp-list-intro h1,
  .jp-article-header h1 {
    font-size: 34px;
  }

  .jp-listing-grid {
    grid-template-columns: 1fr;
  }

  .jp-listing-card {
    min-height: 230px;
  }
}

@media (max-width: 430px) {
  .jp-brand {
    font-size: 20px;
  }

  .jp-home-hero h1 {
    font-size: 33px;
  }

  .jp-primary-nav {
    padding-inline: 14px;
  }

  .jp-primary-nav ul {
    grid-template-columns: 1fr;
  }

  .jp-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-filter-bar button {
    width: 100%;
  }

  .jp-archive-band .jp-container > div {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
