/* All CSS

Global
Body
Site
Head
Post feed
Post Card - image, tag, title, content, excerpt
Post Card - footer, names, meta
Post Card - Comment, icon, reading time
Post Card - Avatar Overlap & Pill
postcard
pagination
page
footer cta
read more
comments
Authors
author profile
tag template
error
Site Footer
Dark Mode
pswp
Theme Mode Toggle Button

*/

/* -------------------------------------------------------
Global
---------------------------------------------------------- */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    box-sizing: inherit
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

dfn,
em,
i {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

mark {
    background-color: #fdffb6
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

kbd {
    background: #f6f8fa;
    border: 1px solid rgba(124, 139, 154, .25);
    border-radius: 6px;
    box-shadow: inset 0 -1px 0 rgba(124, 139, 154, .25);
    font-family: var(--font-mono);
    font-size: 1.5rem;
    padding: 3px 5px
}

@media (max-width:600px) {
    kbd {
        font-size: 1.3rem
    }
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    border: none;
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input:focus {
    outline: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


/* -------------------------------------------------------
Body
---------------------------------------------------------- */

body {
    background: #fff;
    color: var(--color-darkgrey);
    font-family: var(--gh-font-body, var(--font-sans));
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on
}

::-moz-selection {
    background: #daf2fd;
    text-shadow: none
}

::selection {
    background: #daf2fd;
    text-shadow: none
}

hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    display: block;
    height: 1px;
    margin: 2.5em 0 3.5em;
    padding: 0;
    position: relative;
    width: 100%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

::not(.gh-content) blockquote,
::not(.gh-content) dl,
::not(.gh-content) ol,
::not(.gh-content) p,
::not(.gh-content) ul {
    margin: 0 0 1.5em
}

ol,
ul {
    padding-left: 1.3em;
    padding-right: 1.5em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .5em 0
}

ol,
ul {
    max-width: 100%
}

li {
    line-height: 1.6em;
    padding-left: .3em
}

li+li {
    margin-top: .5em
}

dt {
    color: #daf2fd;
    float: left;
    font-weight: 500;
    margin: 0 20px 0 0;
    text-align: right;
    width: 120px
}

dd {
    margin: 0 0 5px;
    text-align: left
}

sub,
sup {
    line-height: 1
}

blockquote {
    border-left: #daf2fd;
    margin: 1.5em 0;
    padding: 0 1.6em
}

blockquote small {
    display: inline-block;
    font-size: .9em;
    margin: .8em 0 .8em 1.5em;
    opacity: .8
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote cite {
    font-weight: 700
}

blockquote cite a {
    font-weight: 400
}

a {
    color: #15171a;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gh-font-heading, var(--font-sans));
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.15;
    margin-top: 0;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: -.015em;
    margin: 0 0 .5em
}

@media (max-width:600px) {
    h1 {
        font-size: 2.8rem
    }
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h2 {
        font-size: 2.3rem
    }
}

h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h3 {
        font-size: 1.7rem
    }
}

h4 {
    font-size: 2rem;
    margin: 1.5em 0 .5em
}

@media (max-width:600px) {
    h4 {
        font-size: 1.7rem
    }
}

h5 {
    font-size: 2rem
}

h5,
h6 {
    margin: 1.5em 0 .5em
}

h6 {
    font-size: 1.8rem
}

:root {
    --color-green: #a4d037;
    --color-yellow: #fecd35;
    --color-red: #f05230;
    --color-darkgrey: #15171a;
    --color-midgrey: #738a94;
    --color-lightgrey: #f1f1f1;
    --color-secondary-text: #979797;
    --color-border: #e1e1e1;
    --color-wash: #e5eff5;
    --color-darkmode: #151719;
    --ghost-accent-color: #ff6600;
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --font-serif: Georgia, Times, serif;
    --font-mono: Menlo, Courier, monospace
}

.viewport {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative
}


/* -------------------------------------------------------
Site
---------------------------------------------------------- */

.site-content {
    flex-grow: 1
}

.outer {
    padding: 0 max(4vmin, 20px);
    position: relative
}

.inner {
    margin: 0 auto;
    max-width: var(--website-width, 1200px);
    width: 100%
}

.site-header {
    background: var(--ghost-accent-color);
    color: #fff;
    position: relative
}

.site-title {
    font-size: 5rem;
    font-weight: 800;
    margin: 0;
    padding: 0;
    z-index: 10
}


/* -------------------------------------------------------
Head
---------------------------------------------------------- */

.gh-head {
    background-color: #fff;
    font-size: 1.6rem;
    height: 88px;
    line-height: 1.3em;
    z-index: 150
}

.gh-head a {
    text-decoration: none
}

.gh-head-inner {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-auto-flow: row dense;
    height: 100%
}

.gh-head-inner,
.is-head-left-logo .gh-head-inner {
    grid-template-columns: auto 1fr auto
}

.is-head-left-logo.home-template .gh-head:not(.is-header-hidden) .gh-head-logo {
    display: none
}

.is-head-left-logo.home-template .gh-head:not(.is-header-hidden) .gh-head-menu {
    margin-left: -40px
}

@media (min-width:992px) {
    .is-head-left-logo .gh-head-menu {
        margin-left: 16px;
        margin-right: 64px
    }
}

.gh-head-brand {
    align-items: center;
    display: flex;
    height: 40px;
    word-break: break-all
}

.gh-head-logo {
    color: inherit;
    display: block;
    font-family: var(--gh-font-heading, var(--font-sans));
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -.02em;
    white-space: nowrap
}

.gh-head-logo.no-image {
    margin-top: -5px
}

.gh-head-logo img {
    max-height: 40px
}

.gh-head-menu {
    align-items: center;
    display: flex;
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 1px
}

.gh-head-menu .nav li {
    margin: 0;
    padding: 0
}

.gh-head-menu .nav a {
    color: inherit;
    display: inline-block;
    line-height: 1.7
}

.gh-head-menu .nav a:hover {
    opacity: .9
}

.gh-head-menu .nav-more-toggle {
    background-color: transparent;
    font-size: inherit;
    height: 30px;
    margin: 0 -6px;
    padding: 0;
    position: relative;
    text-transform: inherit;
    width: 30px
}

.gh-head-menu .nav-more-toggle svg {
    height: 24px;
    width: 24px
}

@media (min-width:992px) {
    body:not(.is-dropdown-loaded) .gh-head-menu .nav>li {
        opacity: 0
    }
}

.gh-dropdown {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 7px 20px -5px rgba(0, 0, 0, .15);
    margin-top: 24px;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    right: -16px;
    text-align: left;
    top: 100%;
    transform: translate3d(0, 6px, 0);
    transition: opacity .3s, transform .2s;
    visibility: hidden;
    width: 200px;
    z-index: 90
}

.is-dropdown-mega .gh-dropdown {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    min-width: 320px;
    padding: 20px 32px
}

.is-dropdown-open .gh-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.gh-head-menu .gh-dropdown li a {
    color: #15171a;
    display: block;
    padding: 6px 20px
}

.is-dropdown-mega .gh-dropdown li a {
    padding: 8px 0
}

.gh-social {
    align-items: center;
    display: flex;
    gap: 20px
}

.gh-social-link {
    color: inherit;
    line-height: 0
}

.gh-social-link:hover {
    opacity: .9
}

.gh-social-link svg {
    height: 18px;
    width: 18px
}

.gh-head-actions {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    list-style: none;
    text-align: right
}

.gh-head-members {
    align-items: center;
    display: flex;
    gap: 20px
}

.gh-head-link {
    color: inherit;
    font-weight: 500
}

.gh-head-link:hover {
    color: var(--ghost-accent-color);
}

.gh-head-button {
    align-items: center;
    background: var(--ghost-accent-color);
    border-radius: 48px;
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    letter-spacing: -.005em;
    padding: 8px 20px
}

@media (max-width:767px) {
    .gh-head-members {
        flex-direction: column-reverse;
        gap: 16px;
        width: 100%
    }
}

.gh-search {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    outline: none;
    padding: 0;
    width: 32px
}

.gh-search:focus-visible {
    outline: 2px solid var(--color-darkgrey);
    outline-offset: 3px;
    border-radius: 4px;
}

.gh-search:hover {
    opacity: .9
}

.gh-head-brand .gh-search {
    margin-right: 8px
}

.gh-head-actions .gh-search {
    margin-right: -4px
}

@media (max-width:767px) {
    .gh-head-actions .gh-search {
        display: none
    }
}

@media (min-width:768px) {
    .gh-head-brand .gh-search {
        display: none
    }
}

.gh-burger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    margin-right: -3px;
    padding: 0;
    position: relative;
    width: 30px
}

.gh-burger:after,
.gh-burger:before {
    background-color: var(--color-darkgrey);
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    transition: all .2s cubic-bezier(.04, .04, .12, .96) .1008s;
    width: 24px
}

.gh-burger:before {
    top: 11px
}

.gh-burger:after {
    bottom: 11px
}

.gh-head-open .gh-burger:before {
    top: 15px;
    transform: rotate(45deg)
}

.gh-head-open .gh-burger:after {
    bottom: 14px;
    transform: rotate(-45deg)
}

@media (max-width:767px) {
    #gh-head {
        height: 64px
    }

    #gh-head .gh-head-inner {
        gap: 48px;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr auto
    }

    #gh-head .gh-head-brand {
        align-items: center;
        display: grid;
        grid-column-start: 1;
        grid-template-columns: 1fr auto auto;
        height: 64px
    }

    #gh-head .gh-head-logo {
        font-size: 2.2rem
    }

    #gh-head .gh-head-brand .gh-search {
        margin-left: -6px
    }

    #gh-head .gh-burger {
        display: block
    }

    #gh-head .gh-head-actions,
    #gh-head .gh-head-menu {
        justify-content: center;
        opacity: 0;
        position: fixed;
        visibility: hidden
    }

    #gh-head .gh-head-menu {
        margin: 0;
        transform: translateY(0);
        transition: none
    }

    #gh-head .nav {
        align-items: center;
        gap: 16px;
        line-height: 1.4
    }

    #gh-head .nav a {
        font-size: 2.6rem;
        font-weight: 600;
        text-transform: none
    }

    #gh-head .nav li {
        opacity: 0;
        transform: translateY(-4px)
    }

    #gh-head :is(.gh-head-button, .gh-head-link) {
        opacity: 0;
        transform: translateY(8px)
    }

    #gh-head .gh-head-button {
        font-size: 1.8rem;
        opacity: 0;
        text-transform: none;
        transform: translateY(8px);
        width: 100%
    }

    .gh-head-open #gh-head {
        height: 100%;
        inset: 0;
        overflow-y: scroll;
        position: fixed;
        z-index: 3999999;
        -webkit-overflow-scrolling: touch
    }

    .gh-head-open #gh-head .gh-head-actions,
    .gh-head-open #gh-head .gh-head-menu {
        opacity: 1;
        position: static;
        visibility: visible
    }

    .gh-head-open #gh-head .nav {
        display: flex;
        flex-direction: column
    }

    .gh-head-open #gh-head .nav li {
        opacity: 1;
        transform: translateY(0);
        transition: transform .2s, opacity .2s
    }

    .gh-head-open #gh-head .gh-head-actions {
        align-items: center;
        background-color: #fff;
        bottom: 0;
        display: inline-flex;
        flex-direction: column;
        gap: 12px;
        left: 0;
        padding: max(4vmin, 20px) 0 max(4vmin, 28px);
        position: sticky;
        right: 0
    }

    .gh-head-open #gh-head :is(.gh-head-button, .gh-head-link) {
        opacity: 1;
        transform: translateY(0);
        transition: transform .4s, opacity .4s;
        transition-delay: .2s
    }

    .gh-head-open #gh-head .gh-head-link {
        transition-delay: .4s
    }
}

/* -------------------------------------------------------
Header Banner
---------------------------------------------------------- */
.gh-tagline-header {
    padding: 18px 0 12px 0;
    text-align: center;
}

.gh-tagline-text {
    font-size: 6.91vw;
    font-weight: 900;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.05em;
    color: #111;
    text-align: center;
}

@media (max-width: 768px) {
    .gh-tagline-text {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 10vw !important;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .gh-tagline-text {
        font-size: 8vw;
    }
}
  
.dark-mode .gh-tagline-text {
    color: #f5f5f5;
}
  
.dark-mode .gh-tagline-text {
    color: #f5f5f5;
}

/* -------------------------------------------------------
Post feed
---------------------------------------------------------- */

.post-feed {
    display: grid;
    gap: 4vmin 4vmin;
    grid-template-columns: repeat(6, 1fr);
    padding: max(4.8vmin, 36px) 0 0;
    position: relative
}

:is(.tag-template, .author-template) .post-feed {
    margin-top: 4vmin
}

@media (max-width:991px) {
    .post-feed {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .post-feed {
        grid-template-columns: 1fr;
        grid-gap: 40px
    }
}


/* -------------------------------------------------------
Post Card - image, tag, title, content, excerpt
---------------------------------------------------------- */

.post-card {
    background-size: cover;
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    position: relative;
    word-break: break-word
}

@media (min-width: 1001px) {
    .post-feed.columns-1 { grid-template-columns: repeat(2, 1fr); }
    .post-feed.columns-2 { grid-template-columns: repeat(4, 1fr); }
    .post-feed.columns-3 { grid-template-columns: repeat(6, 1fr); }
    .post-feed.columns-4 { grid-template-columns: repeat(8, 1fr); }
    .post-feed.columns-5 { grid-template-columns: repeat(10, 1fr); }
    .post-feed.columns-6 { grid-template-columns: repeat(12, 1fr); }
    .post-feed.columns-7 { grid-template-columns: repeat(14, 1fr); }
    .post-feed.columns-8 { grid-template-columns: repeat(16, 1fr); }
    .post-feed.columns-9 { grid-template-columns: repeat(18, 1fr); }
    .post-feed.columns-10 { grid-template-columns: repeat(20, 1fr); }
}

.post-card-image-link {
    display: block;
    
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 9;
}

.post-card-image-link[style*="aspect-ratio"] {
    aspect-ratio: unset;
}

.post-card-image-link[style*="aspect-ratio"]:after {
    padding-bottom: 0;
}

.post-card-image-link:after {
    content: "";
    display: block;
    padding-bottom: 55%
}

.post-card-image {
    background: var(--color-lightgrey) no-repeat center center;
    height: 100%;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.post-card.keep-ratio:not(.post-card-large):not(.post-card-full) .post-card-image {
    position: static
}

.post-card-content-link {
    color: var(--color-darkgrey);
    display: block;
    position: relative;
}

.post-card-content-link:hover {
    text-decoration: none
}

.post-feed .no-image .post-card-content-link {
    padding: 0
}

.no-image .post-card-header {
    margin-top: 0
}

.post-card-primary-tag {
    color: var(--color-secondary-text);
    text-decoration: none;
}

.post-card-primary-tag:hover {
    color: var(--ghost-accent-color);
    text-decoration: none;
}

html.dark-mode .post-card-primary-tag,
html.auto-color .post-card-primary-tag {
    color: var(--color-secondary-text);
}

html.dark-mode .post-card-primary-tag:hover,
html.auto-color .post-card-primary-tag:hover {
    color: var(--ghost-accent-color);
}

.post-card-tags {
    color: var(--color-secondary-text);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 1.5em;
    margin: 20px 0 0 0;
    min-height: 1.5em;
}

.post-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-card-content-link:hover .post-card-title {
    color: var(--ghost-accent-color);
}

.no-image .post-card-title {
    margin-top: 0
}

.post-card-title svg {
    margin-left: -1px;
    margin-top: -3px
}

.post-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}

.post-card-excerpt {
    display: -webkit-box;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    margin: 12px 0 0 0;
    max-width: 720px;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .post-card-excerpt {
    font-family: var(--gh-font-body, var(--font-sans))
}

.post-card:not(.post-card-large):not(.post-card-full):not(.dynamic):not(.no-image) .post-card-excerpt {
    -webkit-line-clamp: 2
}

:is(.tag-template, .author-template) .post-card-excerpt {
    margin-top: 6px
}

:is(.tag-template, .author-template) .post-card-large .post-card-excerpt {
    display: block;
    overflow-y: auto
}

/* -------------------------------------------------------
Post Card - footer, names, meta
---------------------------------------------------------- */

.post-card-footer {
    margin: 0px;
}

.post-footer-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.author-avatar-group {
    display: flex;
    flex-shrink: 0;
    margin-top: 10px;
    position: relative;
    gap: 2px;
}

.postcard-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 100%;
    
    width: 38px;
    height: 38px;
    position: relative;
}

.postcard-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.postcard-avatar.fallback {
    background-color: #e5e7eb;
}

.author-meta {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    width: 100%;
}

.author-names {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-darkgrey);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 12px 0 0 0;
}

.author-names a {
    text-decoration: none;
    color: inherit;
}

.author-names a:hover {
    color: var(--ghost-accent-color);
    text-decoration: none;
}

html.dark-mode .author-names a:hover {
    color: var(--ghost-accent-color);
}

.post-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-meta-left {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 1.3rem;
    color: #6b7280;
}

.post-meta-right {
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-footer-inner {
    position: relative;
}

.post-meta-right-floated {
    margin-left: auto;
    margin-top: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}


.post-footer-inner:not(:has(.author-avatar-group)):not(:has(.author-names)) .post-meta-row {
    margin-top: 12px;
}

.post-footer-inner:not(:has(.author-names)) .author-avatar-group {
    margin-top: 10px;
}

.post-footer-inner:not(:has(.author-names)) .author-meta {
    margin-top: 12px;
}

.post-footer-inner:not(:has(.author-avatar-group)):not(:has(.author-names)):not(:has(.post-meta-row)):not(:has(.post-meta-right-floated)) {
    display: none;
}


/* -------------------------------------------------------
Post Card - Comment, icon, reading time
---------------------------------------------------------- */

.post-card-meta-date {
    color: var(--color-secondary-text);
    font-size: 1.3rem;
}

.comment-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 4px;
    font-size: 1.3rem;
    color: #6b7280;
    text-decoration: none;
}

.comment-link:hover {
    color: var(--ghost-accent-color);
}

.comment-count {
    font-size: 1.3rem;
}

.post-meta-icon {
    display: inline-flex;
    align-items: center;
    color: #6b7280;
}

.featured-icon {
    color: var(--ghost-accent-color);
}

.post-meta-icon svg {
    width: 16px;
    height: 16px;
}

.reading-time {
    color: #6b7280;
}


/* -------------------------------------------------------
Post Card - Avatar Overlap & Pill
---------------------------------------------------------- */

.avatar-count-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 7px;
    margin-left: -8px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: var(--color-darkgrey);
    color: var(--color-lightgrey);
    align-self: center;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.avatar-count-pill:hover {
    background-color: var(--ghost-accent-color);
    color: #fff;
}

html.dark-mode .avatar-count-pill:hover {
    background-color: var(--ghost-accent-color);
    color: #fff;
}

.avatar-popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: var(--background-color, #fff);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    padding: 4px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    z-index: 9999;
    min-width: 160px;
    white-space: nowrap;
}

.avatar-popup-item a:hover {
    color: var(--ghost-accent-color);
    text-decoration: none;
}

.avatar-popup-item span:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .avatar-popup-item a:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .avatar-popup-item span:hover {
    color: var(--ghost-accent-color);
}

.avatar-popup.active {
    display: block;
}

.avatar-popup-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
}

.avatar-popup-item span {
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}

.avatar-popup-item:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

.avatar-popup-item img,
.avatar-popup-item .popup-avatar-fallback {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background-color: var(--color-border);
}

.avatar-popup-item .popup-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-popup-item a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #15171a;
    text-decoration: none;
}

.avatar-popup-item a:hover {
    text-decoration: underline;
}

  .avatar-count-pill {
    min-width: 32px;
}

.author-avatar-group.overlap {
    position: relative;
}

.author-avatar-group.overlap .postcard-avatar:nth-child(n+4) {
    display: none;
}

.author-avatar-group.overlap .postcard-avatar:not(:first-child) {
    margin-left: -12px;
}

.author-avatar-group.overlap .postcard-avatar:nth-child(1) { z-index: 4; }
.author-avatar-group.overlap .postcard-avatar:nth-child(2) { z-index: 3; }
.author-avatar-group.overlap .postcard-avatar:nth-child(3) { z-index: 2; }
.author-avatar-group.overlap .postcard-avatar:nth-child(n+4) { z-index: 1; }
.author-avatar-group.overlap .avatar-count-pill { z-index: 5; }

.author-profile-image {
    background: #1a1a1a;
    border-radius: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.author-list {
    display: flex;
    list-style: none;
    margin: 0 0 0 4px;
    padding: 0
}

.author-list-item {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    position: relative
}


/* -------------------------------------------------------
post card 
---------------------------------------------------------- */

@media (min-width:1001px) {
    .post-card-large {
        display: grid;
        grid-column: span 6;
        grid-gap: 4vmin;
        border-top: 0;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 26px;
    }

    .post-card-large:not(.no-image) .post-card-header {
        margin-top: 0
    }

    .post-card-large .post-card-image-link {
        grid-column: span 2;
        margin-bottom: 0;
        position: relative
    }

    .post-card-large .post-card-content {
        grid-column: span 1
    }

    .post-card-large.no-image .post-card-content {
        grid-column: span 2
    }

    .post-card-large .post-card-image {
        height: 100%;
        position: absolute;
        width: 100%
    }

    .post-card-large .post-card-tags {
        margin-bottom: 12px
    }

    .post-card-large .post-card-title {
        font-size: 4.4rem;
        line-height: 1.05;
        margin-top: 0
    }

    .post-card-large .post-card-excerpt {
        margin-top: 16px
    }

    .post-card-full {
        grid-column: span 6
    }

    .post-card-full .post-card-image-link {
        margin-bottom: 40px
    }

    .post-card-full .post-card-tags {
        margin-bottom: 14px
    }

    .post-card-full .post-card-title {
        font-size: 6.4rem;
        line-height: .95
    }

    .post-card-full .post-card-excerpt {
        font-size: 1.8rem;
        margin-top: 20px
    }

    .post-card-large+.post-card-large:nth-child(2n) {
        margin: 32px 0
    }

    .post-card-large+.post-card-large:nth-child(2n) .post-card-content {
        order: -1
    }

    .post-card.dynamic {
        grid-column: span 3
    }

    .post-card.dynamic .post-card-title {
        font-size: 3rem
    }
}


/* -------------------------------------------------------
pagination
---------------------------------------------------------- */

.pagination {
    align-items: center;
    display: none;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 8vmin
}

html.no-infinite-scroll .pagination {
    display: grid
}

.pagination a {
    font-size: 1.7rem;
    font-weight: 600
}

.pagination .page-number {
    color: var(--color-secondary-text);
    grid-column-start: 2
}

.pagination .older-posts {
    grid-column-start: 3;
    text-align: right
}

@media (max-width:767px) {
    .pagination .page-number {
        display: none
    }
}


/* -------------------------------------------------------
page 
---------------------------------------------------------- */

.article {
    word-break: break-word
}

.post-template .article {
    padding: max(8vmin, 40px) 0 max(8vmin, 64px)
}

.post-template .article-header {
    padding: 0 0 max(6.4vmin, 40px)
}

.page-template .article-header {
    padding: max(12vmin, 64px) 0 max(3.2vmin, 28px)
}

.article-tag {
    font-size: 1.6rem;
    margin-bottom: 16px
}

.article-tag a {
    color: var(--color-secondary-text)
}

.article-tag a:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .article-tag a:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .article-tag a:hover {
        color: var(--ghost-accent-color);
    }
}

.article-title {
    color: var(--color-darkgrey);
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 0
}

.article-excerpt {
    color: var(--color-darkgrey);
    font-size: 2rem;
    line-height: 1.45;
    margin-top: 20px;
    max-width: 720px
}

.gh-canvas .article-image {
    grid-column: wide-start/wide-end;
    margin: max(6.4vmin, 40px) 0 0;
    width: 100%
}

.image-full .article-image {
    grid-column: full-start/full-end
}

.image-small .article-image {
    grid-column: main-start/main-end
}

.gh-canvas .article-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width:767px) {
    .article-excerpt {
        font-size: 1.7rem;
        margin-top: 14px
    }
}

.gh-canvas,
.kg-width-full.kg-content-wide {
    --gap: max(4vmin, 20px);
    --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
    --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));
    --full: minmax(var(--gap), 1fr);
    display: grid;
    grid-template-columns: [full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]
}

.gh-canvas>* {
    grid-column: main-start/main-end
}

.kg-content-wide>div,
.kg-width-wide {
    grid-column: wide-start/wide-end
}

.kg-width-full {
    grid-column: full-start/full-end
}

.kg-width-full img {
    width: 100%
}

.gh-content>*+* {
    margin-bottom: 0;
    margin-top: max(3.2vmin, 24px)
}

.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full) {
    margin-top: 0
}

.gh-content>[id] {
    color: var(--color-darkgrey);
    margin: 0
}

.gh-content>[id]:not(:first-child) {
    margin: 2em 0 0
}

.gh-content>[id]+* {
    margin-top: 1.5rem !important
}

.gh-content>blockquote,
.gh-content>hr {
    margin-top: max(4.8vmin, 32px);
    position: relative
}

.gh-content>blockquote+*,
.gh-content>hr+* {
    margin-top: max(4.8vmin, 32px) !important
}

.gh-content a {
    color: var(--ghost-accent-color);
    text-decoration: underline;
    word-break: break-word
}

.gh-content>blockquote:not([class]),
.gh-content>dl,
.gh-content>ol,
.gh-content>p,
.gh-content>ul {
    font-family: var(--gh-font-body, var(--font-serif));
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6em
}

.gh-content>p img {
    margin: 0 auto
}

.page-template .gh-content:only-child>:first-child:not(.kg-width-full) {
    margin-top: max(12vmin, 64px)
}

.page-template .gh-content>:last-child:not(.kg-width-full) {
    margin-bottom: max(12vmin, 64px)
}

.gh-content .kg-callout-card .kg-callout-text,
.gh-content .kg-toggle-card .kg-toggle-content>ol,
.gh-content .kg-toggle-card .kg-toggle-content>p,
.gh-content .kg-toggle-card .kg-toggle-content>ul {
    font-family: var(--font-serif);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.6em
}

.gh-content .kg-product-card .kg-product-card-description>ol,
.gh-content .kg-product-card .kg-product-card-description>p,
.gh-content .kg-product-card .kg-product-card-description>ul {
    font-size: 1.7rem;
    line-height: 1.6em
}

.gh-content .kg-callout-card .kg-callout-emoji {
    font-size: 2.1rem;
    line-height: 1.4em
}

.gh-content .kg-toggle-card .kg-toggle-heading-text {
    font-size: 2rem
}

.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-callout-card .kg-callout-text,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-card .kg-toggle-content>ol,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-card .kg-toggle-content>p,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-card .kg-toggle-content>ul,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>blockquote,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>dl,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ol,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>p,
.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ul {
    font-family: var(--gh-font-body, var(--font-sans))
}

.gh-content .kg-product-card .kg-product-card-description>ol,
.gh-content .kg-product-card .kg-product-card-description>ul,
.gh-content .kg-toggle-card .kg-toggle-content>ol,
.gh-content .kg-toggle-card .kg-toggle-content>ul,
.gh-content>dl,
.gh-content>ol,
.gh-content>ul {
    padding-left: 1.9em
}

.gh-content>blockquote:not([class]) {
    font-style: italic;
    padding: 0;
    position: relative
}

.gh-content>blockquote:not([class]):before {
    background: var(--ghost-accent-color);
    bottom: 0;
    content: "";
    left: -1.5em;
    position: absolute;
    top: 0;
    width: .3rem
}

.gh-content :not(pre)>code {
    background: #f0f6f9;
    border: 1px solid #e1eaef;
    border-radius: .25em;
    color: #15171a;
    font-size: .9em;
    font-weight: 400 !important;
    line-height: 1em;
    padding: .15em .4em;
    vertical-align: middle
}

.gh-content pre {
    background: var(--color-darkgrey);
    border-radius: 5px;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .1), 0 0 1px rgba(0, 0, 0, .4);
    color: var(--color-wash);
    font-size: 1.4rem;
    line-height: 1.5em;
    overflow: auto;
    padding: 16px 20px
}

.gh-content ol ol li {
    list-style-type: lower-alpha
}

.gh-content ol ol ol li {
    list-style-type: lower-roman
}

@media (max-width:650px) {

    .gh-content .kg-callout-card .kg-callout-text,
    .gh-content .kg-toggle-card .kg-toggle-content>ol,
    .gh-content .kg-toggle-card .kg-toggle-content>p,
    .gh-content .kg-toggle-card .kg-toggle-content>ul,
    .gh-content>blockquote:not([class]),
    .gh-content>dl,
    .gh-content>ol,
    .gh-content>p,
    .gh-content>ul {
        font-size: 1.8rem
    }

    .gh-content .kg-product-card .kg-product-card-description>ol,
    .gh-content .kg-product-card .kg-product-card-description>p,
    .gh-content .kg-product-card .kg-product-card-description>ul {
        font-size: 1.6rem
    }

    .gh-content blockquote:not([class]):before {
        left: min(-4vmin, -20px)
    }
}

.gh-content .kg-card+:not(.kg-card),
.gh-content :not(.kg-card):not([id])+.kg-card {
    margin-top: 6vmin
}

.kg-embed-card {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

.kg-image-card img {
    margin: auto
}

.kg-gallery-image,
.kg-image[width][height] {
    cursor: pointer
}

.gh-content .kg-callout-card-accent a {
    text-decoration: underline
}

.kg-blockquote-alt {
    color: var(--color-midgrey);
    font-family: var(--font-serif)
}

.has-sans-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .kg-blockquote-alt {
    font-family: var(--gh-font-body, var(--font-sans))
}

.kg-card.kg-header-card.kg-style-dark {
    background: var(--color-darkgrey)
}

.kg-header-card.kg-style-light h2.kg-header-card-header {
    color: #000
}

figcaption {
    color: rgba(0, 0, 0, .5);
    font-size: 1.3rem;
    line-height: 1.4em;
    padding: 1.5rem 1.5rem 0;
    text-align: center
}

figcaption strong {
    color: rgba(0, 0, 0, .8)
}

figcaption a {
    text-decoration: underline
}

iframe.instagram-media {
    margin: 6vmin auto 0 !important
}

iframe.instagram-media+script+:not([id]) {
    margin-top: 6vmin
}

.kg-width-full.kg-card-hascaption {
    display: grid;
    grid-template-columns: inherit
}

.kg-width-wide.kg-card-hascaption img {
    grid-column: wide-start/wide-end
}

.kg-width-full.kg-card-hascaption img {
    grid-column: 1/-1
}

.kg-width-full.kg-card-hascaption figcaption {
    grid-column: main-start/main-end
}

.article-comments {
    margin: 6vmin 0 0;
    min-height: 400px;
    contain: layout;
}

.footnotes-sep {
    margin-bottom: 30px
}

.footnotes {
    font-size: 1.5rem
}

.footnotes p {
    margin: 0
}

.footnote-backref {
    box-shadow: none !important;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none !important
}

.gh-content table:not(.gist table) {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 1.6rem;
    max-width: 100%;
    overflow-x: auto;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(ellipse at left, rgba(0, 0, 0, .2) 0, transparent 75%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, .2) 0, transparent 75%) 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
    background-size: 10px 100%, 10px 100%
}

.gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(90deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-repeat: no-repeat;
    background-size: 20px 100%
}

.gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(270deg, #fff 50%, hsla(0, 0%, 100%, 0));
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px 100%
}

.gh-content table:not(.gist table) th {
    background-color: #f4f8fb;
    color: var(--color-darkgrey);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: left;
    text-transform: uppercase
}

.gh-content table:not(.gist table) td,
.gh-content table:not(.gist table) th {
    border: 1px solid #e3edf3;
    padding: 6px 12px
}

.article-byline {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: min(24px, 5.6vmin) 0 0
}

.gh-button-share {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 999px;
    color: rgba(0, 0, 0, .85);
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: 600;
    padding: .5em 1.2em;
    text-decoration: none;
    transition: all .4s ease;
    white-space: nowrap;
}

  @media (max-width: 767px) {
    .article-byline {
        align-items: flex-start;
    }

    .gh-button-share {
        align-self: flex-end;
    }
}

.gh-button-share:hover {
    border-color: rgba(0, 0, 0, .5)
}

html.dark-mode .gh-button-share {
    border-color: hsla(0, 0%, 100%, .15);
    color: hsla(0, 0%, 100%, .85)
}

html.dark-mode .gh-button-share:hover {
    border-color: hsla(0, 0%, 100%, .5)
}

.article-byline-content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    gap: 16px;
}

  .article-tag .post-card-featured svg {
    width: 16px;
    height: 16px;
}


.article-byline-content .author-list {
    justify-content: flex-start;
    padding: 0 14px 0 0
}

.article-byline-meta {
    color: var(--color-secondary-text);
    font-size: 1.4rem;
    line-height: 1.2em
}

.article-byline-meta .author-name {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

.article-byline-meta .author-name a:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .article-byline-meta .author-name a:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .article-byline-meta .author-name a:hover {
        color: var(--ghost-accent-color);
    }
}

.article-byline-meta .bull {
    display: inline-block;
    margin: 0 2px
}

.author-avatar {
    background-color: var(--color-border);
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    height: min(56px, 13.6vmin);
    margin: 0 -4px;
    overflow: hidden;
    width: min(56px, 13.6vmin)
}

.page-template .article-title {
    margin-bottom: 0
}

@media (max-width:767px) {
    .article-byline-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px
    }

    .article-byline-content .author-list {
        padding-right: 12px
    }

    .article-byline-meta .author-name {
        margin-bottom: 4px
    }
}

  .article-author-group .postcard-avatar {
    width: min(56px, 13.6vmin);
    height: min(56px, 13.6vmin);
    border-color: #fff;
}

    .article-author-group .avatar-popup {
    bottom: auto;
    top: calc(100% + 8px);
}
  

/* -------------------------------------------------------
read more
---------------------------------------------------------- */

.read-more-header {
    margin-bottom: 0;
}

.read-more-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-darkgrey);
    margin: 0;
}

.read-more-title a {
    color: inherit;
    text-decoration: none;
}

.read-more-title a:hover {
    color: var(--ghost-accent-color);
}

/* Show Title Only */
.recent-title-only .post-card-image-link {
    display: none;
}

/* Show Thumbnail Only */
.recent-thumbnail-only .post-card-content {
    display: none;
} 

  .read-more-header.title-only {
    text-align: center;
}


/* -------------------------------------------------------
footer cta
---------------------------------------------------------- */

.footer-cta {
    position: relative;
    text-align: center
}

.footer-cta-title {
    font-size: clamp(2.6rem, 5vw, 3.8rem);
    font-weight: 800;
    margin: 0 0 min(24px, 6.4vmin)
}

.footer-cta-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    color: var(--color-secondary-text);
    display: inline-flex;
    font-size: 1.7rem;
    justify-content: space-between;
    max-width: 500px;
    padding: 5px 5px 5px 15px;
    position: relative;
    transition: border-color .2s;
    width: 100%
}

.footer-cta-button:hover {
    border-color: #000
}

.footer-cta-button span {
    background: var(--ghost-accent-color);
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.005em;
    padding: 9px 15px
}


/* -------------------------------------------------------
read more
---------------------------------------------------------- */

.read-more-wrap {
    margin-top: 2.4vmin
}

.footer-cta+.read-more-wrap {
    margin-top: max(12vmin, 72px)
}

.read-more {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 4vmin
}

.read-more .post-card-tags {
    display: none
}

@media (max-width:1000px) {
    .read-more {
        grid-template-columns: repeat(4, 1fr)
    }

    .read-more .post-card:nth-child(3) {
        display: none
    }
}

@media (max-width:700px) {
    .read-more {
        grid-template-columns: repeat(2, 1fr)
    }

    .read-more .post-card:nth-child(2) {
        display: none
    }
}

html.dark-mode .read-more-title {
    color: #e6e6e6;
}

html.dark-mode .read-more-title a {
    color: #e6e6e6;
}

html.dark-mode .read-more-title a:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .read-more-title {
        color: #e6e6e6;
    }
    html.auto-color .read-more-title a {
        color: #e6e6e6;
    }
    html.auto-color .read-more-title a:hover {
        color: var(--ghost-accent-color);
    }
}

/* -------------------------------------------------------
comments
---------------------------------------------------------- */

.comments {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 60px 0 44px
}

.comments-head {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    max-width: 720px;
    width: 100%
}

.comments h2 {
    font-size: 3.4rem;
    font-weight: 800;
    max-width: 720px;
    width: 100%
}

.comments .comment-count {
    color: var(--color-midgrey);
    font-weight: 600;
    white-space: nowrap
}

.comments #ghost-comments-root {
    max-width: 720px;
    width: 100%
}


/* -------------------------------------------------------
Authors Page
---------------------------------------------------------- */

.authors-page-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 48px 0 32px;
}

.authors-list {
    margin-bottom: 50px;
}

.author-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    color: var(--color-darkgrey);
}

.author-row-avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
}

.author-row-avatar a {
    display: block;
    width: 100%;
    height: 100%;
}

.author-row-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-row-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
}

.author-row-info {
    flex: 1;
    min-width: 0;
}

.author-row-name {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-darkgrey);
    text-decoration: none;
    display: block;
}

.author-row-name:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .author-row-name:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .author-row-name:hover {
        color: var(--ghost-accent-color);
    }
}

.author-row-bio {
    font-size: 1.4rem;
    color: var(--color-secondary-text);
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 900px;
    text-decoration: none;
    display: block;
}

.author-row-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author-row-location {
    font-size: 1.3rem;
    color: var(--color-secondary-text);
    text-decoration: none;
}

.author-row-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.author-row-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .author-row-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

.author-row-website {
    font-size: 1.3rem;
    color: var(--color-secondary-text);
    font-weight: 500;
    text-decoration: none;
}

.author-row-website:hover {
    color: var(--ghost-accent-color);
}

.author-row-social {
    display: inline-flex;
    align-items: center;
    color: var(--color-secondary-text);
    line-height: 0;
    text-decoration: none;
}

.author-row-social:hover {
    color: var(--ghost-accent-color);
}

.author-row-social svg {
    width: 15px;
    height: 15px;
}

.author-row-count {
    font-size: 1.3rem;
    color: var(--color-secondary-text);
    font-weight: 500;
    flex-shrink: 0;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
    align-self: center;
}

.author-row-count:hover {
    color: var(--ghost-accent-color);
}

.author-row-divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 0;
}

/* Dark mode */
html.dark-mode .authors-page-title {
    color: #f1f1f1;
}

html.dark-mode .author-row {
    color: #e6e6e6;
}

html.dark-mode .author-row-name {
    color: #e6e6e6;
}

html.dark-mode .author-row-social:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .author-row-social:hover {
        color: var(--ghost-accent-color);
    }
}

html.dark-mode .author-row-count:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .author-row-count:hover {
        color: var(--ghost-accent-color);
    }
}

html.dark-mode .author-row-divider {
    border-color: rgba(255,255,255,.1);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .authors-page-title { color: #f1f1f1; }
    html.auto-color .author-row { color: #e6e6e6; }
    html.auto-color .author-row-name { color: #e6e6e6; }
    html.auto-color .author-row-social:hover { color: #fff; }
    html.auto-color .author-row-count:hover { color: #fff; }
    html.auto-color .author-row-divider { border-color: rgba(255,255,255,.1); }
}

@media (max-width: 600px) {
    .author-row-bio { display: none; }
}

/* -------------------------------------------------------
author profile
---------------------------------------------------------- */

.author-profile-pic {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 0 0 2rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px
}

.author-profile-footer {
    margin-top: 16px
}

.author-profile-location {
    font-weight: 700
}

.author-profile-meta {
    display: flex;
    gap: 12px
}

.author-profile-social-link {
    color: var(--color-secondary-text);
    font-size: 1.3rem
}

.author-profile-social-link:hover {
    color: var(--color-darkgrey)
}

.author-profile-social-link svg {
    height: 16px;
    width: 16px
}

.author-template .post-card-large .post-card-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

@media (min-width:1001px) {
    .author-template .post-card-large .post-card-content:only-child {
        grid-column: span 2;
        max-width: 640px
    }
}


/* -------------------------------------------------------
tag template
---------------------------------------------------------- */

.tag-template .post-card-large .post-card-image-link {
    grid-column: 2/span 2;
    order: 2
}

.tag-template .post-card-large .post-card-content {
    order: 1
}

@media (min-width:1001px) {
    .tag-template .post-card-large .post-card-content:only-child {
        grid-column: span 2;
        max-width: 640px
    }
}


/* -------------------------------------------------------
error
---------------------------------------------------------- */

.error-content {
    padding: 14vw 4vw 2vw
}

.error-message {
    padding-bottom: 10vw;
    text-align: center
}

.error-code {
    font-size: 12vw;
    letter-spacing: -5px;
    line-height: 1em;
    margin: 0
}

.error-description {
    color: var(--color-secondary-text);
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 1.3em;
    margin: 0
}

.error-link {
    display: inline-block;
    margin-top: 5px
}

@media (min-width:940px) {
    .error-content .post-card {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width:800px) {
    .error-content {
        padding-top: 24vw
    }

    .error-code {
        font-size: 11.2rem
    }

    .error-message {
        padding-bottom: 16vw
    }

    .error-description {
        font-size: 1.8rem;
        margin: 5px 0 0
    }
}

@media (max-width:500px) {
    .error-content {
        padding-top: 28vw
    }

    .error-message {
        padding-bottom: 14vw
    }
}


/* -------------------------------------------------------
Site Footer
---------------------------------------------------------- */

.site-footer {
    background: #fff;
    color: #000;
    margin: max(12vmin, 64px) 0 0;
    padding-bottom: 140px;
    padding-top: 48px;
    position: relative
}

.page-template .site-footer {
    margin-top: 0
}

.site-footer .inner {
    display: grid;
    grid-gap: 40px;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center ;
}

.site-footer .copyright {
    display: flex;
    justify-content: flex-start;
}

.site-footer .copyright a {
    color: var(--color-darkgrey);
    font-weight: 500;
    letter-spacing: -.015em
}

.site-footer a {
    color: var(--color-darkgrey);
}

.site-footer a:hover {
    color: var(--ghost-accent-color);
    text-decoration: none
}

.site-footer-nav {
    display: flex;
    justify-content: center;
}

.site-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.site-footer-nav li {
    align-items: center;
    display: inline-flex;
    line-height: 1em;
    margin: 0;
    padding: 0
}

.site-footer-nav a {
    align-items: center;
    display: inline-flex;
    margin: 0 20px;
    position: relative
}

.site-footer .gh-powered-by {
    display: flex;
    justify-content: flex-end;
}

/* Responsive Laptop ------------------------- */  

@media (max-width: 1024px) and (min-width: 768px) {
    .site-footer .inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .site-footer .copyright {
        justify-content: center;
    }
    .site-footer-nav {
        justify-content: center;
    }
    .site-footer .gh-powered-by {
        justify-content: center;
    }
}

@media (max-width:767px) {
    .site-footer .inner {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: center;
    }
    .site-footer .copyright,
    .site-footer .copyright a {
        color: #000;
        font-size: 1.5rem
    }
    .site-footer-nav {
        justify-content: center;
    }
    .site-footer .copyright {
        justify-content: center;
        margin-bottom: 16px;
    }
    .site-footer .inner .gh-powered-by {
        justify-content: center;
        margin-top: 82px;
    }
}

/* -------------------------------------------------------
Dark Mode
---------------------------------------------------------- */

html.dark-mode body {
    background: var(--color-darkmode);
    color: hsla(0, 0%, 100%, .75)
}

html.dark-mode img {
    opacity: .9
}

html.dark-mode kbd {
    background: #0c0d0e
}

html.dark-mode figcaption a {
    color: #fff
}

html.dark-mode body:not(.has-cover) .gh-head {
    background: var(--color-darkmode);
    color: #fff
}

html.dark-mode .gh-burger:after,
html.dark-mode .gh-burger:before {
    background-color: #fff
}

html.dark-mode .site-header-content {
    color: #fff
}

html.dark-mode .site-header-cover {
    opacity: 1
}

html.dark-mode .post-card-image {
    background: var(--color-darkmode)
}

html.dark-mode :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content, .pagination .page-number) {
    color: var(--color-secondary-text)
}

html.dark-mode .post-card-featured,
html.dark-mode .post-card-title {
    color: #fff
}

html.dark-mode .post-card-excerpt {
    color: var(--color-secondary-text)
}

html.dark-mode .article-title,
html.dark-mode .author-profile-location,
html.dark-mode .author-profile-social-link:hover,
html.dark-mode .pagination a {
    color: #fff
}

html.dark-mode .article-excerpt {
    color: var(--color-secondary-text)
}

html.dark-mode .post-full-image {
    background-color: #131416
}

html.dark-mode .author-avatar {
    background-color: #131416;
    border-color: var(--color-darkmode)
}

html.dark-mode .author-profile-image {
    opacity: 1
}

html.dark-mode .author-profile-image path {
    fill: var(--color-darkmode)
}

html.dark-mode .article-byline-meta .author-name a {
    color: #fff
}

html.dark-mode .no-image .author-social-link a {
    color: hsla(0, 0%, 100%, .75)
}

html.dark-mode .gh-content>[id] {
    color: hsla(0, 0%, 100%, .9)
}

html.dark-mode .gh-content pre {
    background: #000
}

html.dark-mode .gh-content :not(pre)>code {
    background: #0e0f11;
    border-color: #131416;
    color: var(--color-wash)
}

:where(html.dark-mode) .gh-content a {
    color: #fff
}

html.dark-mode .gh-content code {
    background: #000;
    color: #fff
}

html.dark-mode hr {
    border-top-color: #424242
}

html.dark-mode .gh-content hr:after {
    background: #131416;
    box-shadow: var(--color-darkmode) 0 0 0 5px
}

html.dark-mode figcaption {
    color: hsla(0, 0%, 100%, .6)
}

html.dark-mode .gh-content table:not(.gist table) td:first-child {
    background-image: linear-gradient(to right, var(--color-darkmode) 50%, rgba(21, 23, 25, 0) 100%)
}

html.dark-mode .gh-content table:not(.gist table) td:last-child {
    background-image: linear-gradient(to left, var(--color-darkmode) 50%, rgba(21, 23, 25, 0) 100%)
}

html.dark-mode .gh-content table:not(.gist table) th {
    background-color: #282b2f;
    color: hsla(0, 0%, 100%, .85)
}

html.dark-mode .gh-content table:not(.gist table) td,
html.dark-mode .gh-content table:not(.gist table) th {
    border: 1px solid #282b2f
}

html.dark-mode .gh-content :is(input, textarea) {
    color: #000
}

html.dark-mode .site-archive-header .no-image {
    background: var(--color-darkmode);
    color: hsla(0, 0%, 100%, .9)
}

html.dark-mode .kg-header-card.kg-style-dark {
    background: #000
}

html.dark-mode .kg-header-card.kg-style-light {
    background: #0b0c0e
}

html.dark-mode .kg-header-card h2.kg-header-card-header,
html.dark-mode .kg-header-card h3.kg-header-card-subheader {
    color: #fff
}

html.dark-mode .kg-bookmark-card a.kg-bookmark-container,
html.dark-mode .kg-bookmark-card a.kg-bookmark-container:hover {
    background: var(--color-darkmode) !important;
    color: #fff !important
}

html.dark-mode .footer-cta-title {
    color: #fff
}

@media (max-width:767px) {

    html.dark-mode .gh-head-open:not(.has-cover) #gh-head,
    html.dark-mode .gh-head-open:not(.has-cover) #gh-head .gh-head-actions {
        background: var(--color-darkmode)
    }
}

@media (prefers-color-scheme:dark) {
    html.auto-color body {
        background: var(--color-darkmode);
        color: hsla(0, 0%, 100%, .75)
    }

    html.auto-color img {
        opacity: .9
    }

    html.auto-color kbd {
        background: #0c0d0e
    }

    html.auto-color figcaption a {
        color: #fff
    }

    html.auto-color body:not(.has-cover) .gh-head {
        background: var(--color-darkmode);
        color: #fff
    }

    html.auto-color .gh-burger:after,
    html.auto-color .gh-burger:before {
        background-color: #fff
    }

    html.auto-color .site-header-content {
        color: #fff
    }

    html.auto-color .site-header-cover {
        opacity: 1
    }

    html.auto-color .post-card-image {
        background: var(--color-darkmode)
    }

    html.auto-color :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content, .pagination .page-number) {
        color: var(--color-secondary-text)
    }

    html.auto-color .post-card-featured,
    html.auto-color .post-card-title {
        color: #fff
    }

    html.auto-color .post-card-excerpt {
        color: var(--color-secondary-text)
    }

    html.auto-color .article-title,
    html.auto-color .author-profile-location,
    html.auto-color .author-profile-social-link:hover,
    html.auto-color .pagination a {
        color: #fff
    }

    html.auto-color .article-excerpt {
        color: var(--color-secondary-text)
    }

    html.auto-color .post-full-image {
        background-color: #131416
    }

    html.auto-color .author-avatar {
        background-color: #131416;
        border-color: var(--color-darkmode)
    }

    html.auto-color .author-profile-image {
        opacity: 1
    }

    html.auto-color .author-profile-image path {
        fill: var(--color-darkmode)
    }

    html.auto-color .article-byline-meta .author-name a {
        color: #fff
    }

    html.auto-color .gh-button-share {
        border-color: hsla(0, 0%, 100%, .15);
        color: hsla(0, 0%, 100%, .85)
    }

    html.auto-color .gh-button-share:hover {
        border-color: hsla(0, 0%, 100%, .5)
    }

    html.auto-color .no-image .author-social-link a {
        color: hsla(0, 0%, 100%, .75)
    }

    html.auto-color .gh-content>[id] {
        color: hsla(0, 0%, 100%, .9)
    }

    html.auto-color .gh-content pre {
        background: #000
    }

    html.auto-color .gh-content :not(pre)>code {
        background: #0e0f11;
        border-color: #131416;
        color: var(--color-wash)
    }

    :where(html.auto-color) .gh-content a {
        color: #fff
    }

    html.auto-color .gh-content code {
        background: #000;
        color: #fff
    }

    html.auto-color hr {
        border-top-color: #424242
    }

    html.auto-color .gh-content hr:after {
        background: #131416;
        box-shadow: var(--color-darkmode) 0 0 0 5px
    }

    html.auto-color figcaption {
        color: hsla(0, 0%, 100%, .6)
    }

    html.auto-color .gh-content table:not(.gist table) td:first-child {
        background-image: linear-gradient(to right, var(--color-darkmode) 50%, rgba(21, 23, 25, 0) 100%)
    }

    html.auto-color .gh-content table:not(.gist table) td:last-child {
        background-image: linear-gradient(to left, var(--color-darkmode) 50%, rgba(21, 23, 25, 0) 100%)
    }

    html.auto-color .gh-content table:not(.gist table) th {
        background-color: #282b2f;
        color: hsla(0, 0%, 100%, .85)
    }

    html.auto-color .gh-content table:not(.gist table) td,
    html.auto-color .gh-content table:not(.gist table) th {
        border: 1px solid #282b2f
    }

    html.auto-color .gh-content :is(input, textarea) {
        color: #000
    }

    html.auto-color .site-archive-header .no-image {
        background: var(--color-darkmode);
        color: hsla(0, 0%, 100%, .9)
    }

    html.auto-color .kg-header-card.kg-style-dark {
        background: #000
    }

    html.auto-color .kg-header-card.kg-style-light {
        background: #0b0c0e
    }

    html.auto-color .kg-header-card h2.kg-header-card-header,
    html.auto-color .kg-header-card h3.kg-header-card-subheader {
        color: #fff
    }

    html.auto-color .kg-bookmark-card a.kg-bookmark-container,
    html.auto-color .kg-bookmark-card a.kg-bookmark-container:hover {
        background: var(--color-darkmode) !important;
        color: #fff !important
    }

    html.auto-color .footer-cta-title {
        color: #fff
    }

    @media (max-width:767px) {

        html.auto-color .gh-head-open:not(.has-cover) #gh-head,
        html.auto-color .gh-head-open:not(.has-cover) #gh-head .gh-head-actions {
            background: var(--color-darkmode)
        }
    }
}

/* -------------------------------------------------------
pswp
---------------------------------------------------------- */

.pswp {
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    touch-action: none;
    width: 100%;
    z-index: 3999999;
    -webkit-text-size-adjust: 100%
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: grabbing
}

.pswp__bg {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    transform: translateZ(0);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0
}

.pswp__img {
    height: auto;
    width: auto
}

.pswp__img--placeholder {
    backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #000
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

.pswp__error-msg {
    color: var(--color-secondary-text);
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: var(--color-secondary-text);
    text-decoration: underline
}

.pswp__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity .2s;
    width: 44px
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: none
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px
}

@media (min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    background-position: -88px 0;
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px
}

.pswp__counter {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 44px;
    left: 0;
    line-height: 44px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%
}

.pswp__caption__center {
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 420px;
    padding: 25px 15px 30px;
    text-align: center
}

.pswp__caption__center .post-caption-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase
}

.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before {
    content: "\02022";
    padding: 0 4px
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-out;
    width: 44px;
    will-change: opacity
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: .75;
    position: absolute;
    top: 15px;
    width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border-color: #fff #fff transparent transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    opacity: 1;
    visibility: visible;
    z-index: 1550;
    -webkit-font-smoothing: auto
}

.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}










/* -------------------------------------------------------
   Theme Mode Toggle Button
---------------------------------------------------------- */

.theme-mode-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: inherit;
}

.theme-mode-icon {
    display: none;
    align-items: center;
    justify-content: center;
}

html:not(.dark-mode) .theme-mode-moon {
    display: flex;
}

html.dark-mode .theme-mode-sun {
    display: flex;
}

/* Dark Mode - Post Card Elements */

html.dark-mode .author-names,
html.dark-mode .author-names a {
    color: rgba(255, 255, 255, 0.85);
}

html.dark-mode .post-card-meta-date,
html.dark-mode .reading-time {
    color: var(--color-secondary-text);
}

html.dark-mode .comment-link,
html.dark-mode .post-meta-icon {
    color: rgba(255, 255, 255, 0.65);
}

html.dark-mode .comment-link:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .postcard-avatar {
    border-color: var(--color-darkmode);
}

html.dark-mode .postcard-avatar.fallback {
    background-color: #3a3d42;
    border-color: #4a4d52;
}

html.dark-mode .avatar-count-pill {
    color: var(--color-darkgrey);
    background-color: var(--color-lightgrey);
}

html.dark-mode .avatar-popup {
    background: #1a1a1a;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

html.dark-mode .avatar-popup-item {
    border-color: rgba(255, 255, 255, 0.1);
}

html.dark-mode .avatar-popup-item a {
    color: rgba(255, 255, 255, 0.85);
}

html.dark-mode .avatar-popup-item span {
    color: rgba(255, 255, 255, 0.85);
}


/* Dark Mode - Theme Mode Button */

html.dark-mode .theme-mode-btn {
    color: #fff;
}


/* =============================================================
   PEOPLE NAV PREFIX — Desktop Dropdown
   ============================================================= */

.gh-head-menu .nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
}

.gh-head-menu .nav-item {
    position: relative;
    list-style: none;
}

.gh-head-menu .nav-item-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: inherit;
    transition: opacity .2s;
}

.gh-head-menu .nav-item-link:hover {
    color: var(--ghost-accent-color);
}

.gh-head-menu .nav-arrow {
    flex-shrink: 0;
    transition: transform .2s ease;
    margin-left: 4px;
}

.gh-head-menu .nav-has-dropdown {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: -8px;
}

.gh-head-menu .nav-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,.12), 0 0 0 1px rgba(0,0,0,.05);
    padding: 6px 6px;
    list-style: none;
    margin: 0;
    z-index: 9999;
}

.gh-head-menu .nav-dropdown-menu--right {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.gh-head-menu .nav-has-dropdown.is-open > .nav-dropdown-menu {
    display: block;
}

.gh-head-menu .nav-has-dropdown.is-open > .nav-item-link {
    color: var(--ghost-accent-color);
}

.gh-head-menu .nav-has-dropdown.is-open > .nav-item-link .nav-arrow {
    transform: rotate(180deg);
}

.gh-head-menu .nav-dropdown-item {
    list-style: none;
}

.gh-head-menu .nav-dropdown-link {
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    color: #15171a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    transition: background .15s;
    width: 100%;
    box-sizing: border-box;
}

.gh-head-menu .nav-dropdown-link:hover {
    background: rgba(0,0,0,.05);
}

.gh-head-menu .nav-has-more > .nav-item-link {
    padding: 8px 8px;
    opacity: .65;
}

.gh-head-menu .nav-has-more > .nav-item-link:hover {
    opacity: 1;
}

.gh-head-menu .nav-more-dots {
    display: block;
    flex-shrink: 0;
}

html.dark-mode .gh-head-menu .nav-dropdown-menu {
    background: #1c1c1e;
    box-shadow: 0 4px 24px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
}

html.dark-mode .gh-head-menu .nav-dropdown-link {
    color: #e6e6e6;
}

html.dark-mode .gh-head-menu .nav-dropdown-link:hover {
    background: rgba(255,255,255,.07);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .gh-head-menu .nav-dropdown-menu {
        background: #1c1c1e;
        box-shadow: 0 4px 24px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
    }
    html.auto-color .gh-head-menu .nav-dropdown-link {
        color: #e6e6e6;
    }
    html.auto-color .gh-head-menu .nav-dropdown-link:hover {
        background: rgba(255,255,255,.07);
    }
}


/* =============================================================
   PEOPLE NAV PREFIX — Mobile Panel
   ============================================================= */

html.people-menu-open {
    overflow: hidden;
}

.people-mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 3999998;
    opacity: 0;
    transition: opacity .25s ease;
}

.people-mobile-overlay.is-visible {
    display: block;
    opacity: 1;
}

.people-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    z-index: 3999999;
    display: flex;
    flex-direction: column;
    transform: translateY(-110%);
    visibility: hidden;
    transition: transform .28s cubic-bezier(.4,0,.2,1),
                visibility 0s linear .28s;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.people-mobile-menu.is-open {
    transform: translateY(0);
    visibility: visible;
    transition: transform .28s cubic-bezier(.4,0,.2,1),
                visibility 0s linear 0s;
}

.people-mobile-menu.is-closing {
    transform: translateY(-110%);
    visibility: hidden;
    transition: transform .28s cubic-bezier(.4,0,.2,1),
                visibility 0s linear .28s;
}

html.dark-mode .people-mobile-menu {
    background: #151719;
}

@media (prefers-color-scheme: dark) {
    html.auto-color .people-mobile-menu { background: #151719; }
}

.people-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 18px 20px 28px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    flex-shrink: 0;
    min-height: 64px;
}

.people-mobile-menu__header .theme-mode-btn {
    margin-left: auto;
    margin-right: -4px;
}

html.dark-mode .people-mobile-menu__header {
    border-bottom-color: rgba(255,255,255,.08);
}

.people-mobile-menu__logo {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    line-height: 1;
}

.people-mobile-menu__logo img {
    max-height: 32px;
    width: auto;
    display: block;
}

html.dark-mode .people-mobile-menu__logo {
    color: #e6e6e6;
}

.people-mobile-menu__nav {
    padding: 8px 0;
    flex-shrink: 0;
}

.people-mobile-menu__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px 36px 26px;
}

.people-mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.people-mobile-nav-item {
    display: flex;
    flex-direction: column;
}

.people-mobile-nav-link {
    display: block;
    padding: 12px 24px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    transition: opacity .15s;
}

.people-mobile-nav-link:hover {
    opacity: .75;
}

html.dark-mode .people-mobile-nav-link {
    color: #e6e6e6;
}

@media (prefers-color-scheme: dark) {
    html.auto-color .people-mobile-nav-link { color: #e6e6e6; }
}

.people-mobile-has-sub {
    position: relative;
}

.people-mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-align: left;
    transition: opacity .15s;
}

.people-mobile-nav-toggle:hover {
    opacity: .75;
}

html.dark-mode .people-mobile-nav-toggle,
html.dark-mode .people-mobile-nav-toggle__label,
html.dark-mode .people-mobile-nav-toggle__link,
html.dark-mode .people-mobile-chevron,
html.dark-mode .nav-mobile-chevron {
    color: #e6e6e6;
}

html.dark-mode .people-mobile-nav-toggle__link {
    text-decoration: none;
}

@media (prefers-color-scheme: dark) {
    html.auto-color .people-mobile-nav-toggle,
    html.auto-color .people-mobile-nav-toggle__label,
    html.auto-color .people-mobile-nav-toggle__link,
    html.auto-color .people-mobile-chevron,
    html.auto-color .nav-mobile-chevron { color: #e6e6e6; }
}

.people-mobile-nav-toggle__label {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
}

.people-mobile-nav-toggle__link {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
}

.people-mobile-chevron-only {
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 48px;
    padding: 0;
    justify-content: center;
}

.people-mobile-nav-item.is-open > .people-mobile-nav-toggle .people-mobile-chevron {
    transform: rotate(90deg);
}

.nav-mobile-chevron,
.people-mobile-chevron {
    flex-shrink: 0;
    transition: transform .2s ease;
}

.people-mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: height .25s ease;
}

.people-mobile-submenu-item {
    list-style: none;
}

.people-mobile-submenu-link {
    display: block;
    padding: 10px 24px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-darkgrey, #15171a);
    text-decoration: none;
    opacity: .75;
    transition: opacity .15s;
}

.people-mobile-submenu-link:hover {
    opacity: 1;
}

html.dark-mode .people-mobile-submenu-link {
    color: #e6e6e6;
}

@media (prefers-color-scheme: dark) {
    html.auto-color .people-mobile-submenu-link { color: #e6e6e6; }
}

@media (max-width: 991px) {
    .gh-head-menu .nav-dropdown-menu {
        display: none !important;
    }
}


/* Dark Mode Site Footer */

html.dark-mode .site-footer {
    background: var(--color-darkmode);
    color: #e6e6e6;
}

html.dark-mode .site-footer .copyright {
    color: #e6e6e6;
}
  
html.dark-mode .site-footer a {
    color: #e6e6e6;
}

html.dark-mode .site-footer a:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .site-footer {
        background: var(--color-darkmode);
        color: #e6e6e6;
    }
    html.auto-color .site-footer .copyright {
        color: #e6e6e6;
    }
    html.auto-color .site-footer a {
        color: #e6e6e6;
    }
    html.auto-color .site-footer a:hover {
        color: var(--ghost-accent-color);
    }
}

/* Copyright */
html.dark-mode .gh-powered-by {
    color: #e6e6e6;
}

html.dark-mode .gh-powered-by a {
    color: #e6e6e6;
}

html.dark-mode .gh-powered-by a:hover {
    color: var(--ghost-accent-color);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .gh-powered-by {
        color: #e6e6e6;
    }
    html.auto-color .gh-powered-by a {
        color: #e6e6e6;
    }
    html.auto-color .gh-powered-by a:hover {
        color: #fff;
    }
}




/* Post feature images */
.gh-canvas .article-image img { border-radius: var(--image-radius); }
  
/* Post card image */
.post-card-image { border-radius: var(--image-radius); }

/* Post content images */
.gh-content img { border-radius: var(--image-radius); }


/* Social Links */
.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    
}

.social-link:hover {
    
}

.social-link .icon {
    width: 20px;
    height: 20px;
}



/* Load More Button */
.load-more-container {
    display: flex;
    justify-content: center;
    margin: 90px 0 0;
}

.load-more-btn {
    padding: 12px 32px;
    background: var(--ghost-accent-color);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .2s;
}

.load-more-btn:hover {
    opacity: .85;
}

.load-more-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* People Pagination */
.people-pagination {
    display: flex;
    justify-content: center;
    margin: 103px 0 0;
}

.people-pagination-inner {
    display: flex;
    align-items: center;
    gap: 6px;
}

.people-page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--color-darkgrey);
    border: 1px solid rgba(0,0,0,.12);
    text-decoration: none;
    transition: all .15s;
}

.people-page-btn:hover:not(.active):not(.disabled) {
    background: rgba(0,0,0,.06);
}

.people-page-btn.active {
    background: var(--ghost-accent-color);
    color: #fff;
    border-color: var(--ghost-accent-color);
}

.people-page-btn.disabled {
    opacity: .35;
    pointer-events: none;
}

.people-page-prev,
.people-page-next {
    font-size: 2rem;
}

.people-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    font-size: 1.5rem;
    color: var(--color-secondary-text);
}

/* Dark mode */
html.dark-mode .people-page-btn {
    color: #e6e6e6;
    border-color: rgba(255,255,255,.15);
}

html.dark-mode .people-page-btn:hover:not(.active):not(.disabled) {
    background: rgba(255,255,255,.08);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .people-page-btn {
        color: #e6e6e6;
        border-color: rgba(255,255,255,.15);
    }
    html.auto-color .people-page-btn:hover:not(.active):not(.disabled) {
        background: rgba(255,255,255,.08);
    }
}






/* -------------------------------------------------------
Tags Page
---------------------------------------------------------- */

/* Tags Page 1 */
.tags-page-title {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 48px 0 32px;
}

.tags-list {
    margin-bottom: 50px;
}

.tag-row-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    text-decoration: none;
    color: var(--color-darkgrey);
    transition: color .2s;
}

.tag-row-page:hover {
    color: var(--ghost-accent-color);
}

.tag-name {
    font-size: 1.8rem;
    font-weight: 500;
}

.tag-count {
    font-size: 1.8rem;
    font-weight: 500;
    color: inherit;
    transition: color .2s;
}

.tag-divider {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 0;
}

/* Dark mode */
html.dark-mode .tag-row-page {
    color: #e6e6e6;
}

html.dark-mode .tag-row-page:hover {
    color: var(--ghost-accent-color);
}

html.dark-mode .tag-divider {
    border-color: rgba(255,255,255,.1);
}

@media (prefers-color-scheme: dark) {
    html.auto-color .tag-row-page {
        color: #e6e6e6;
    }
    html.auto-color .tag-row-page:hover {
        color: var(--ghost-accent-color);
    }
    html.auto-color .tag-divider {
        border-color: rgba(255,255,255,.1);
    }
}

/* Custom Space Content */
.tags-page-content.gh-content {
    margin-bottom: 0;
}

.tags-page-content.gh-content > *:last-child {
    margin-bottom: 0;
}

.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;
}

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