@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}
@media only all and (max-width: 959px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  background: rgb(248, 248, 248);
  color: rgb(29, 28, 28);
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.img-shadow {
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.3);
}

@media only all and (min-width: 1200px) {
  .page-wrap {
    width: 1170px;
  }
}
@media only all and (min-width: 960px) and (max-width: 1200px) {
  .page-wrap {
    width: 940px;
  }
}
@media only all and (max-width: 959px) {
  .page-wrap {
    max-width: 750px;
    width: 90%;
  }
}
.page-wrap {
  margin: 0 auto;
}

.page-content:after {
  content: "";
  display: table;
  clear: both;
}
.page-content {
  padding-top: 40px;
}

@media only all and (min-width: 1200px) {
  .site-meta {
    width: 255px;
    margin-left: 125px;
  }
}
@media only all and (min-width: 960px) and (max-width: 1200px) {
  .site-meta {
    width: 220px;
    margin-left: 100px;
  }
}
@media only all and (max-width: 959px) {
  .site-meta {
    width: 100%;
  }
}
.site-meta {
  float: right;
  text-align: center;
}

@media only all and (max-width: 959px) {
  .headshot {
    width: 33%;
    float: left;
    margin-right: 30px;
  }
}

@media only all and (max-width: 959px) {
  .site-nav {
    clear: both;
    margin-bottom: 80px;
  }
}
@media only all and (max-width: 959px) {
  .site-nav a.site-nav--item {
    width: 49%;
    display: inline-block;
  }
}
@media only all and (max-width: 959px) {
  .site-nav button {
    display: none;
  }
}

main {
  float: left;
}
@media only all and (min-width: 1200px) {
  main {
    width: 790px;
  }
}
@media only all and (min-width: 960px) and (max-width: 1200px) {
  main {
    width: 620px;
  }
}
@media only all and (max-width: 959px) {
  main {
    width: 100%;
  }
}

.site-footer:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer {
  border-top: 1px solid rgb(227, 226, 226);
  padding-top: 1.5em;
  color: rgb(120, 116, 116);
  font-size: 14px;
  padding-bottom: 100px;
  margin-top: 100px;
}

.copyright {
  float: left;
}
.copyright .footer-list {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.copyright .footer-list li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
}

.social-footer {
  float: right;
  text-align: right;
}

figure {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

p {
  margin: 0;
}
article p + p {
  margin-top: 2em;
}

a {
  color: #ff5627;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

code {
  padding: 2px 4px;
  border-radius: 4px;
  background: #F9F2F4;
  color: #C7254E;
  font-family: "Source Code Pro", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.875em;
}

pre {
  margin: 1.5em 0;
  padding: 20px;
  overflow-x: auto;
  border-radius: 4px;
  background: #F3F5F7;
  color: #5C667A;
  font-family: "Source Code Pro", Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  tab-size: 4;
}
pre code {
  display: block;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  white-space: pre;
}

.hljs {
  color: #5C667A;
  background: transparent;
}

.hljs-comment,
.hljs-quote {
  color: #66707A;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #CB2431;
}

.hljs-string,
.hljs-doctag,
.hljs-regexp,
.hljs-addition,
.hljs-attribute {
  color: #176F2C;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #005CC5;
}

.hljs-title,
.hljs-section,
.hljs-selector-id,
.hljs-selector-class,
.hljs-type,
.hljs-built_in {
  color: #6F42C1;
}

.hljs-meta,
.hljs-name,
.hljs-tag {
  color: #B84400;
}

.hljs-deletion {
  color: #B31D28;
  background: #FFEEF0;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

.headshot {
  margin-bottom: 15px;
}

.intro-blurb {
  margin-bottom: 30px;
}

.social-footer .twitter:hover {
  color: #55acee;
}
.social-footer .github:hover {
  color: #333;
}
.social-footer .linkedin:hover {
  color: #0976b4;
}
.social-footer .rss:hover {
  color: #f26522;
}

.social {
  text-align: center;
}
@media only all and (max-width: 959px) {
  .social {
    width: 66%;
    margin: 0;
    margin-left: 33%;
    text-align: left;
  }
}
.social .twitter {
  color: #55acee;
}
.social .github {
  color: #333;
}
.social .linkedin {
  color: #0976b4;
}
.social .rss {
  color: #f26522;
}
.social .twitter:hover {
  background-color: #55acee;
  color: white;
}
.social .github:hover {
  background-color: #333;
  color: white;
}
.social .linkedin:hover {
  background-color: #0976b4;
  color: white;
}
.social .rss:hover {
  background-color: #f26522;
  color: white;
}
.social .social-link {
  margin: 0 4.5px;
}
@media only all and (max-width: 959px) {
  .social .social-link {
    margin: 0 17px;
    font-size: 38px;
    height: 35px;
    width: 36px;
    line-height: 34px;
  }
}
@media (max-width: 550px) {
  .social .social-link {
    margin: 0 9px;
  }
}
@media (max-width: 450px) {
  .social .social-link {
    margin: 0 4px;
    font-size: 30px;
  }
}
@media only all and (max-width: 959px) {
  .social .social-link:hover {
    color: currentcolor;
    background: none;
  }
}

.post {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(227, 226, 226);
  margin-bottom: 40px;
  background: white;
  padding: 40px;
}
.post:last-of-type {
  border-bottom: none;
}

.post-meta:after {
  content: "";
  display: table;
  clear: both;
}
.post-meta {
  color: rgb(160, 156, 156);
  font-style: italic;
  font-size: 14px;
  margin-top: 30px;
}
.post-meta a {
  color: rgb(160, 156, 156);
}
.post-meta a:hover {
  text-decoration: underline;
}

.post-info {
  float: left;
}

.post-comments {
  float: right;
}

.pagination {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  color: rgb(160, 156, 156);
}

.social-footer .social-link {
  color: rgb(160, 156, 156);
}

.social-link {
  display: inline-block;
  font-size: 19px;
  height: 34px;
  width: 37px;
  line-height: 34px;
}

.site-nav {
  text-align: center;
}
.site-nav a {
  display: block;
  width: 100%;
  padding: 1em;
  border-bottom: 1px solid #D7D7D7;
  color: rgb(29, 28, 28);
}
.site-nav a:hover {
  color: rgb(41, 145, 189);
  border-bottom-color: rgb(41, 145, 189);
  text-decoration: none;
}
.site-nav input {
  margin-top: 1em;
  width: 100%;
  background: transparent;
  border: 1px solid #D7D7D7;
  line-height: 1.6;
  appearance: none;
  outline: none;
  padding: 0.4em;
  font-style: none;
  color: #000;
  border-color: #d7d7d7;
}
.site-nav input::-webkit-input-placeholder {
  color: #000;
}
.site-nav input:-moz-placeholder {
  color: #000;
}
.site-nav input::-moz-placeholder {
  color: #000;
}
.site-nav input:-ms-input-placeholder {
  color: #000;
}
.site-nav input:placeholder-shown {
  color: #000;
}
.site-nav input + button {
  color: #000;
}

.page-template .site-nav--link-about, .home-template .site-nav--link-blog {
  font-weight: bold;
  color: rgb(41, 145, 189);
}

.search-submit {
  position: absolute;
  right: 0;
  top: 1em;
  background: none;
  border: none;
  color: rgb(160, 156, 156);
  padding: 0.4em 1em;
}

.post-title {
  margin-top: 0;
  margin-bottom: 0.4em;
}
.post-title a {
  color: rgb(29, 28, 28);
}
.post-title a:hover {
  color: #f26522;
  text-decoration: none;
}

.search-results {
  text-align: left;
}
.search-results h2 {
  margin: 0;
  line-height: 1;
  font-size: 18px;
}
.search-results p {
  font-size: 10px;
  font-style: italic;
  color: rgb(160, 156, 156);
  margin-bottom: 1em;
}
.search-results h4 {
  font-size: 11px;
  margin: 0;
  margin-bottom: 1.5em;
  color: rgb(160, 156, 156);
  font-weight: 400;
}
.search-results a:after {
  content: "";
  display: table;
  clear: both;
}
.search-results a {
  margin-bottom: 10px;
  color: #000;
}

.kg-width-wide {
  width: calc(100% + 40px);
  left: -20px;
}

.kg-width-full {
  width: calc(100% + 80px);
  left: -40px;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em;
}

.kg-image {
  height: auto;
}

.kg-bookmark-card {
  width: 100%;
  position: relative;
}

.kg-bookmark-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  border: 1px solid rgb(227, 226, 226);
}
.kg-bookmark-container:hover, .kg-bookmark-container:active {
  border: 1px solid #f26522;
}

.kg-bookmark-container:hover {
  text-decoration: none;
}

.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  padding: 20px;
  order: 1;
}

.kg-bookmark-title {
  font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
  margin-top: 0.5em;
}

.kg-bookmark-metadata {
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kg-bookmark-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.kg-bookmark-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  margin-right: 0.5em;
  margin-bottom: 0.05em;
}

.kg-bookmark-thumbnail {
  display: flex;
  flex-basis: 24rem;
  flex-grow: 1;
}

.kg-bookmark-thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

.kg-bookmark-author {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.kg-bookmark-publisher::before {
  content: "•";
  margin: 0 0.5em;
}

:root {
  --jsd-orange: #f65128;
  --jsd-orange-hover: #ff6f49;
  --jsd-red: #e64e3d;
  --jsd-navy: #17233b;
  --jsd-navy-light: #223250;
  --jsd-ink: #17233b;
  --jsd-body: #3f4b5e;
  --jsd-muted: #667085;
  --jsd-line: #dfe3e7;
  --jsd-surface: #ffffff;
  --jsd-background: #f3f5f7;
  --jsd-soft-orange: #fff0eb;
}

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100 900;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/lexend:vf@latest/latin-wght-normal.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 200 900;
  src: url("https://cdn.jsdelivr.net/fontsource/fonts/source-code-pro:vf@latest/latin-wght-normal.woff2") format("woff2-variations");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  margin: 0;
  background: var(--jsd-background);
  color: var(--jsd-ink);
  font-family: "Lexend", sans-serif;
  line-height: 1.6;
}

body:has(#sodo-search-root > .gh-root-frame) {
  margin-right: 0 !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

code,
kbd,
pre,
samp {
  font-family: "Source Code Pro", monospace;
}

img {
  max-width: 100%;
}

a {
  color: var(--jsd-orange);
}

a:hover {
  color: var(--jsd-orange-hover);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--jsd-orange);
  outline-offset: 3px;
}

.screen-reader {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--jsd-surface);
  color: var(--jsd-ink);
  font-weight: 600;
  transform: translateY(-150%);
  transition: transform 150ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-wrap {
  width: min(100% - 40px, 1272px);
  max-width: none;
  margin: 0 auto;
}

.page-wrap main {
  float: none;
  width: auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  border-bottom: 1px solid var(--jsd-line);
  background: var(--jsd-surface);
  color: var(--jsd-ink);
  box-shadow: 0 2px 8px rgba(23, 35, 59, 0.04);
}

#main-content,
.post-content [id] {
  scroll-margin-top: 80px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  width: min(100% - 40px, 1272px);
  min-height: 64px;
  margin: 0 auto;
  font: 400 14px/20px "Lexend", sans-serif;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: none;
  gap: 14px;
  color: var(--jsd-ink);
  text-decoration: none;
}

.site-logo:hover {
  color: var(--jsd-ink);
  text-decoration: none;
}

.site-logo > img {
  display: block;
  flex: none;
  width: 140px;
  height: 34px;
}

.site-logo__section {
  padding-left: 14px;
  border-left: 1px solid #aab3c0;
  color: #5c667a;
  font-size: 13px;
  line-height: 18px;
}

.site-header__controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  clear: none;
  gap: 32px;
  margin: 0;
  text-align: left;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0;
  border: 0;
  color: var(--jsd-ink);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--jsd-orange);
  text-decoration: none;
}

.site-actions {
  display: flex;
  align-items: center;
  flex: none;
  gap: 16px;
}

.button,
.icon-button,
.mobile-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  font: 600 14px/20px "Lexend", sans-serif;
  cursor: pointer;
}

.button {
  padding: 0 12px;
  border: 1px solid transparent;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.button--website {
  padding-right: 16px;
  padding-left: 16px;
}

.button--primary {
  background: var(--jsd-orange);
  color: #fff;
}

.button--primary:hover {
  background: var(--jsd-orange-hover);
  color: #fff;
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
}

.button--secondary:hover {
  border-color: #fff;
  color: #fff;
}

.icon-button,
.mobile-menu summary {
  width: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--jsd-ink);
  font-size: 21px;
}

.icon-button:hover {
  color: var(--jsd-orange);
}

.search-icon {
  display: block;
  flex: none;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  border-radius: 50%;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 150ms, color 150ms;
}

.mobile-menu summary:hover,
.mobile-menu[open] summary {
  background: var(--jsd-soft-orange);
  color: var(--jsd-orange);
}

.mobile-menu summary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--jsd-orange);
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.menu-icon {
  display: grid;
  gap: 4px;
  width: 18px;
}

.menu-icon > span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentcolor;
  transition: opacity 150ms, transform 150ms;
}

@keyframes mobile-menu-enter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hero,
.archive-header {
  width: min(100%, 790px);
  margin: 24px auto 30px;
  padding: 34px clamp(28px, 4vw, 48px);
  overflow: hidden;
  border-radius: 14px;
  background: radial-gradient(circle at 92% 0%, rgba(255, 224, 132, 0.88), transparent 40%), radial-gradient(circle at 8% 100%, rgba(255, 255, 255, 0.16), transparent 34%), linear-gradient(135deg, var(--jsd-red), var(--jsd-orange) 58%, #ff8b5b);
  color: #fff;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--jsd-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-hero .eyebrow,
.archive-header .eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

.home-hero h1,
.archive-header h1 {
  max-width: 1120px;
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.3vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.home-hero__description,
.archive-header > p:last-child:not(.eyebrow),
.archive-header--author > div > p:last-child:not(.eyebrow) {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.55;
}

.archive-header--author {
  display: flex;
  align-items: center;
  gap: 24px;
}

.archive-header__avatar {
  width: 92px;
  height: 92px;
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  object-fit: cover;
}

.post-feed {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  width: min(100%, 790px);
  margin-right: auto;
  margin-left: auto;
}

.post-card {
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1.5px solid var(--jsd-line);
  border-radius: 14px;
  background: var(--jsd-surface);
  box-shadow: 0 7px 20px rgba(23, 35, 59, 0.045);
  cursor: pointer;
  transition: background-color 150ms, border-color 150ms, box-shadow 150ms, filter 150ms;
}

.post-card:hover,
.post-card:focus-within {
  border-color: var(--jsd-orange);
  background: linear-gradient(180deg, rgba(255, 240, 235, 0) 0, var(--jsd-soft-orange) 100%);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.28);
  filter: drop-shadow(0 2px 2px rgba(23, 35, 59, 0.06));
}

.post-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 28px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.post-card__link:hover {
  color: inherit;
  text-decoration: none;
}

.post-card__title {
  margin: 0;
  color: var(--jsd-ink);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.025em;
  transition: color 150ms;
}

.post-card:hover .post-card__title,
.post-card:focus-within .post-card__title {
  color: var(--jsd-orange);
}

.post-card__image {
  display: grid;
  aspect-ratio: 8/3;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 10px;
  background: #edf0f3;
  place-items: center;
}

.post-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  object-fit: contain;
}

.post-card__image--placeholder {
  background: radial-gradient(circle at 76% 30%, rgba(255, 198, 47, 0.55), transparent 28%), linear-gradient(135deg, #fff0eb, #ffe0d5);
}

.post-card__placeholder {
  display: grid;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(230, 78, 61, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  place-items: center;
}

.post-card__placeholder img {
  width: 48px;
  height: auto;
}

.post-card__excerpt {
  display: -webkit-box;
  margin: 20px 0 0;
  overflow: hidden;
  color: var(--jsd-body);
  font-size: 15px;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 1.55;
  overflow-wrap: break-word;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--jsd-muted);
  font-size: 12px;
  font-style: normal;
}

.topic-badge {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--jsd-soft-orange);
  color: #b83c1e;
  font: 700 10px/1.2 "Lexend", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  width: min(100%, 790px);
  margin: 44px auto;
  color: var(--jsd-muted);
  font-family: "Lexend", sans-serif;
  font-size: 13px;
}

.pagination__link {
  width: max-content;
  padding: 10px 13px;
  border: 1px solid var(--jsd-line);
  border-radius: 8px;
  background: var(--jsd-surface);
  color: var(--jsd-ink);
  text-decoration: none;
}

.pagination__link:hover {
  border-color: var(--jsd-orange);
  color: var(--jsd-orange);
  text-decoration: none;
}

.older-posts {
  justify-self: end;
}

.page-number {
  grid-column: 2;
}

.content--post,
.content--page {
  max-width: 860px;
  margin: 42px auto 70px;
}

.content--post {
  margin-bottom: 48px;
}

.content--post .post,
.content--page .post {
  margin: 0;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid var(--jsd-line);
  border-radius: 14px;
  background: var(--jsd-surface);
}

.content--post .post {
  padding-top: 40px;
}

.content--post .post-title,
.content--page .post-title {
  margin: 0 0 0.4em;
  color: var(--jsd-ink);
  font-size: clamp(30px, 3.2vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.post-header__meta {
  margin: 0;
}

.post-header__authors a {
  color: var(--jsd-ink);
  font-weight: 500;
  text-decoration: none;
}

.post-header__authors a:hover {
  color: var(--jsd-orange);
}

.post-feature-image {
  margin: 24px 0 0;
  overflow: hidden;
  border-radius: 10px;
}

.post-feature-image img {
  display: block;
  width: 100%;
  height: auto;
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 24px 0 0;
  color: #273447;
  font-size: 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  text-align: justify;
  word-break: normal;
}

.post-content > * + * {
  margin-top: 1.15em;
}

.post-content > :is(h1, h2, h3, h4, h5, h6) + * {
  margin-top: 0.75rem;
}

.post-content > * + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

.post-discussion {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--jsd-line);
}

.post-discussion > h2 {
  margin: 0 0 24px;
  color: var(--jsd-ink);
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.post-discussion .giscus-shell,
.post-discussion .giscus,
.post-discussion .giscus-frame {
  width: 100%;
}

.post-discussion .giscus-shell {
  position: relative;
}

.post-discussion .giscus-comment-count {
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 4px;
  color: var(--jsd-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  pointer-events: none;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: var(--jsd-ink);
  font-family: "Lexend", sans-serif;
  line-height: 1.25;
  text-align: start;
}

.post-content img,
.post-content .kg-callout-card {
  border-radius: 10px;
}

.post-content blockquote {
  margin-right: 0;
  margin-left: 0;
  padding: 2px 0 2px 18px;
  border-left: 3px solid var(--jsd-orange);
  border-radius: 0;
  background: transparent;
  color: var(--jsd-ink);
  font-style: normal;
}

.post-content blockquote > * {
  margin: 0;
}

.post-content blockquote > * + * {
  margin-top: 0.75em;
}

.post-content pre {
  border-radius: 8px;
}

.post-content code {
  -webkit-hyphens: none;
  hyphens: none;
}

.post-content :not(pre) > code {
  padding: 0.12em 0.35em;
  border-radius: 4px;
  background: var(--jsd-soft-orange);
  box-decoration-break: clone;
  color: #b83c1e;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
}

.post-content a,
.post-content a:hover,
.post-meta a,
.post-meta a:hover {
  color: var(--jsd-orange);
}

.site-footer {
  flex-grow: 1;
  margin: 80px 0 0;
  padding: 40px 0;
  border: 0;
  background: var(--jsd-navy);
  color: #c3cede;
}

.post-template .site-footer,
.page-template .site-footer,
.home-template .site-footer,
.paged .site-footer,
.tag-template .site-footer,
.author-template .site-footer {
  margin-top: 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100% - 40px, 1272px);
  margin: 0 auto;
}

.site-footer p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
  color: #edf2f8;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--jsd-orange-hover);
}

.copyright {
  float: none;
  color: rgba(255, 255, 255, 0.64);
}

.page-wrap.page-wrap--error {
  display: flex;
  flex: 1;
  width: 100%;
}

.error-page {
  display: grid;
  position: relative;
  flex: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ef5042, #f47b70 58%, #ffd5cf);
  color: #fff;
}

.error-page__content {
  z-index: 1;
  align-self: center;
  width: min(46%, 590px);
  margin-left: max(28px, (100vw - 1200px) / 2);
  padding: 40px 0;
}

.error-page h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.25;
}

.error-page__content > p {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.error-page__actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.error-page__orbit {
  display: grid;
  position: absolute;
  top: 50%;
  right: 3vw;
  width: min(48vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(181, 55, 44, 0.42);
  border-radius: 50%;
  transform: translateY(-50%);
  place-items: center;
}

.error-page__orbit::before {
  content: "";
  position: absolute;
  width: 55%;
  aspect-ratio: 1;
  border: 1px solid rgba(181, 55, 44, 0.42);
  border-radius: 50%;
}

.error-page__orbit::after {
  content: "";
  position: absolute;
  top: 27%;
  right: 8%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #df4235;
}

.error-page__orbit span {
  z-index: 1;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(130px, 18vw, 250px);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(130, 38, 30, 0.28);
}

@media (min-width: 1200px) {
  .home-hero,
  .archive-header,
  .post-feed,
  .pagination {
    width: 100%;
    max-width: none;
  }
  .post-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .post-card__title {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .post-card__image {
    margin-top: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header__inner,
  .site-nav {
    gap: 22px;
  }
}
@media (max-width: 991.98px) {
  .site-header__inner,
  .site-header__controls,
  .site-actions,
  .mobile-menu {
    position: static;
  }
  .site-nav--desktop,
  .site-actions__desktop {
    display: none;
  }
  .site-header__controls {
    gap: 0;
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu[open] .menu-icon > span:first-child {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-menu[open] .menu-icon > span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu[open] .menu-icon > span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }
  .mobile-menu[open] nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 0;
    border-top: 1px solid var(--jsd-line);
    border-bottom: 1px solid var(--jsd-line);
    background: var(--jsd-surface);
    box-shadow: 0 4px 4px rgba(23, 35, 59, 0.06), 0 10px 22px -2px rgba(23, 35, 59, 0.08);
    animation: mobile-menu-enter 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
  .mobile-menu nav > a:not(.mobile-menu__cta),
  .mobile-menu__search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid var(--jsd-line);
    border-radius: 0;
    background: transparent;
    color: var(--jsd-ink);
    font: 400 14px/20px "Lexend", sans-serif;
    text-decoration: none;
    cursor: pointer;
  }
  .mobile-menu nav > a:not(.mobile-menu__cta):hover,
  .mobile-menu__search:hover,
  .mobile-menu nav > a[aria-current=page] {
    background: var(--jsd-soft-orange);
    color: var(--jsd-orange);
  }
  .mobile-menu__cta {
    width: max-content;
    margin: 14px 20px;
    padding: 0 18px;
  }
  .error-page__content {
    width: min(58%, 520px);
  }
  .error-page__orbit {
    right: -12vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .mobile-menu[open] nav {
    animation: none;
  }
  .menu-icon > span {
    transition: none;
  }
}
@media (max-width: 700px) {
  .page-wrap,
  .site-header__inner,
  .site-footer__inner {
    width: min(100% - 28px, 1272px);
  }
  .home-hero,
  .archive-header {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .home-hero h1,
  .archive-header h1 {
    font-size: clamp(29px, 8vw, 34px);
  }
  .home-hero__description {
    margin-top: 14px;
    font-size: 15px;
  }
  .post-card__link {
    padding: 20px;
  }
  .archive-header--author {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
  .footer-nav {
    justify-content: flex-start;
  }
  .copyright {
    grid-column: 1;
  }
  .error-page {
    align-content: center;
    text-align: center;
  }
  .error-page__content {
    width: auto;
    margin: 0;
    padding: 48px 24px 260px;
  }
  .error-page__content > p {
    margin-right: auto;
    margin-left: auto;
  }
  .error-page__actions {
    justify-content: center;
  }
  .error-page__orbit {
    top: auto;
    right: 50%;
    bottom: -190px;
    width: 420px;
    transform: translateX(50%);
  }
}
@media (max-width: 500px) {
  body.post-template {
    background: var(--jsd-surface);
  }
  .post-template .page-wrap {
    width: 100%;
  }
  .content--post {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .content--post .post {
    padding: 24px 20px 32px;
    border: 0;
    border-radius: 0;
  }
  .content--post .post-title {
    font-size: 28px;
  }
  .post-feature-image,
  .content--post .post-content {
    margin-top: 20px;
  }
  .post-header__meta {
    gap: 6px;
    padding: 8px 10px;
    border-radius: 6px;
    background: var(--jsd-background);
  }
  .post-header__meta .topic-badge,
  .post-header__meta .topic-badge + [aria-hidden=true] {
    display: none;
  }
  .post-content {
    hyphens: auto;
    hyphenate-limit-chars: 6 2 2;
  }
  .post-content .kg-width-wide,
  .post-content .kg-width-full {
    left: 0;
    width: 100%;
  }
  .site-header__inner {
    gap: 8px;
  }
  .home-hero,
  .archive-header {
    width: auto;
    margin-top: 0;
    margin-right: -14px;
    margin-left: -14px;
    border-radius: 0;
  }
  .pagination {
    gap: 9px;
    font-size: 11px;
  }
  .pagination__link {
    padding: 9px;
  }
  .error-page__actions {
    align-items: stretch;
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .site-logo {
    gap: 10px;
  }
  .site-logo > img {
    width: 126px;
    height: auto;
  }
  .site-logo__section {
    padding-left: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
