:root {
  --jas-ink: #0b1220;
  --jas-navy: #13213b;
  --jas-navy-2: #1d3156;
  --jas-accent: #1677ff;
  --jas-accent-dark: #0d5dcc;
  --jas-cyan: #15b8d4;
  --jas-green: #17a673;
  --jas-green-dark: #0e7c55;
  --jas-cloud: #f4f7fb;
  --jas-cloud-2: #eaf0f7;
  --jas-line: #dbe3ed;
  --jas-muted: #58677a;
  --jas-white: #fff;
  --jas-warning: #b76500;
  --jas-danger: #b42318;
  --jas-radius-sm: .65rem;
  --jas-radius: 1rem;
  --jas-radius-lg: 1.5rem;
  --jas-shadow-sm: 0 8px 24px rgba(11, 18, 32, .07);
  --jas-shadow: 0 22px 60px rgba(11, 18, 32, .11);
  --jas-max: 1180px;
  --jas-reading: 760px;
  --jas-ease: cubic-bezier(.2, .8, .2, 1);
  --jas-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: var(--jas-ink);
  background: var(--jas-white);
  font-family: var(--jas-font);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
iframe { max-width: 100%; border: 0; }
input, button, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
::selection { color: #fff; background: var(--jas-accent); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .72em;
  color: var(--jas-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.35rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.35rem); }
h4 { font-size: 1.05rem; }
p { margin: 0 0 1.25em; }
ul, ol { margin: 0 0 1.35em; padding-left: 1.25em; }
li + li { margin-top: .45em; }
a { color: var(--jas-accent-dark); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--jas-accent); }
strong, b { font-weight: 750; }
small { font-size: .82em; }
hr { border: 0; border-top: 1px solid var(--jas-line); margin: 2rem 0; }
blockquote {
  margin: 2rem 0;
  padding: 1.3rem 1.5rem;
  border-left: 4px solid var(--jas-accent);
  background: var(--jas-cloud);
  border-radius: 0 var(--jas-radius) var(--jas-radius) 0;
  font-size: 1.12rem;
}
code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
pre { overflow: auto; padding: 1rem; border-radius: var(--jas-radius); background: var(--jas-ink); color: #e9f3ff; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .85rem 1rem; border: 1px solid var(--jas-line); text-align: left; }
th { background: var(--jas-cloud); }

:focus-visible { outline: 3px solid rgba(22, 119, 255, .45); outline-offset: 3px; }
.skip-link:focus {
  position: fixed !important;
  z-index: 99999;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  clip: auto;
  padding: .8rem 1rem;
  color: #fff;
  background: var(--jas-ink);
  border-radius: .5rem;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}
.jas-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
.alignwide { width: min(var(--jas-max), calc(100vw - 2rem)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { max-width: 100%; color: var(--jas-muted); font-size: .9rem; }
.sticky { position: relative; }
.bypostauthor { position: relative; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
