@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --gutter: 12px;
    --vertical: 32px;
    --pageMarginTotal: 12px;
    --pageMargin: calc(var(--pageMarginTotal) - (var(--gutter) / 2));
    --easing: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    --colour-bg: #fff;
    --colour-copy: #151515; }

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

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0; }

body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased; }

ul,
ol {
    list-style: none;
    padding: 0; }

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto; }

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

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

@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important; } }

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor; }

b {
    font-weight: 600; }

.text-l {
    text-align: left; }

.text-c {
    text-align: center; }

.text-r {
    text-align: right; }

.float-l {
    float: left; }

.float-r {
    float: right; }

/* WORDPRESS */
/*noinspection ALL*/
img.alignright {
    float: right;
    margin: 0 0 1em 1em; }

/*noinspection ALL*/
img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }

/*noinspection ALL*/
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/*noinspection ALL*/
.alignright {
    float: right; }

/*noinspection ALL*/
.alignleft {
    float: left; }

/*noinspection ALL*/
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.columns {
    display: flex;
    flex-wrap: wrap;
    padding: 0 var(--pageMargin);
    width: 100%; }
.columns:not(:last-child) {
    margin-bottom: var(--vertical); }

.col {
    padding: 0 calc(var(--gutter) / 2); }
.col > .columns {
    margin-left: calc(var(--gutter) * -1);
    width: calc(100% + (var(--gutter) * 2)); }

.col-1 {
    width: 8.333%; }

.col-2 {
    width: 16.666%; }

.col-3 {
    width: 25%; }

.col-4 {
    width: 33.333%; }

.col-5 {
    width: 41.666%; }

.col-6 {
    width: 50%; }

.col-7 {
    width: 58.333%; }

.col-8 {
    width: 66.666%; }

.col-9 {
    width: 75%; }

.col-10 {
    width: 83.333%; }

.col-11 {
    width: 91.666%; }

.col-12 {
    width: 100%; }

.push-1 {
    margin-left: 8.333%; }

.push-2 {
    margin-left: 16.666%; }

.push-3 {
    margin-left: 25%; }

.push-4 {
    margin-left: 33.333%; }

.push-5 {
    margin-left: 41.666%; }

.push-6 {
    margin-left: 50%; }

.push-7 {
    margin-left: 58.333%; }

.push-8 {
    margin-left: 66.666%; }

.push-9 {
    margin-left: 75%; }

.push-10 {
    margin-left: 83.333%; }

.push-11 {
    margin-left: 91.666%; }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-1 {
        margin-left: 8.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-2 {
        margin-left: 16.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-3 {
        margin-left: 25%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-4 {
        margin-left: 33.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-5 {
        margin-left: 41.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-6 {
        margin-left: 50%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-7 {
        margin-left: 58.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-8 {
        margin-left: 66.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-9 {
        margin-left: 75%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-10 {
        margin-left: 83.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-push-11 {
        margin-left: 91.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-1 {
        width: 8.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-2 {
        width: 16.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-3 {
        width: 25%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-4 {
        width: 33.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-5 {
        width: 41.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-6 {
        width: 50%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-7 {
        width: 58.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-8 {
        width: 66.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-9 {
        width: 75%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-10 {
        width: 83.333%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-11 {
        width: 91.666%; } }

@media all and (max-width: 1024px) {
    /*noinspection ALL*/
    .tablet-lndscp-col-12 {
        width: 100%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-1 {
        margin-left: 8.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-2 {
        margin-left: 16.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-3 {
        margin-left: 25%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-4 {
        margin-left: 33.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-5 {
        margin-left: 41.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-6 {
        margin-left: 50%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-7 {
        margin-left: 58.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-8 {
        margin-left: 66.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-9 {
        margin-left: 75%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-10 {
        margin-left: 83.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-push-11 {
        margin-left: 91.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-1 {
        width: 8.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-2 {
        width: 16.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-3 {
        width: 25%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-4 {
        width: 33.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-5 {
        width: 41.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-6 {
        width: 50%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-7 {
        width: 58.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-8 {
        width: 66.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-9 {
        width: 75%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-10 {
        width: 83.333%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-11 {
        width: 91.666%; } }

@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .tablet-col-12 {
        width: 100%; } }

@media screen and (max-width: 580px) {
    /*noinspection ALL*/
    .push-1,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9,
    .push-10,
    .push-11
    .tablet-push-1,
    .tablet-push-2,
    .tablet-push-3,
    .tablet-push-4,
    .tablet-push-5,
    .tablet-push-6,
    .tablet-push-7,
    .tablet-push-8,
    .tablet-push-9,
    .tablet-push-10,
    .tablet-push-11 {
        margin-left: 0; } }

@media screen and (max-width: 580px) {
    /*noinspection ALL*/
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .tablet-lndscp-col-1,
    .tablet-lndscp-col-2,
    .tablet-lndscp-col-3,
    .tablet-lndscp-col-4,
    .tablet-lndscp-col-5,
    .tablet-lndscp-col-6,
    .tablet-lndscp-col-7,
    .tablet-lndscp-col-8,
    .tablet-lndscp-col-9,
    .tablet-lndscp-col-10,
    .tablet-lndscp-col-11,
    .tablet-lndscp-col-12,
    .tablet-col-1,
    .tablet-col-2,
    .tablet-col-3,
    .tablet-col-4,
    .tablet-col-5,
    .tablet-col-6,
    .tablet-col-7,
    .tablet-col-8,
    .tablet-col-9,
    .tablet-col-10,
    .tablet-col-11,
    .tablet-col-12 {
        width: 100%; } }

@media all and (max-width: 580px) {
    .mobile-col-1 {
        width: 8.333%; } }

@media all and (max-width: 580px) {
    .mobile-col-2 {
        width: 16.666%; } }

@media all and (max-width: 580px) {
    .mobile-col-3 {
        width: 25%; } }

@media all and (max-width: 580px) {
    .mobile-col-4 {
        width: 33.333%; } }

@media all and (max-width: 580px) {
    .mobile-col-5 {
        width: 41.666%; } }

@media all and (max-width: 580px) {
    .mobile-col-6 {
        width: 50%; } }

@media all and (max-width: 580px) {
    .mobile-col-7 {
        width: 58.333%; } }

@media all and (max-width: 580px) {
    .mobile-col-8 {
        width: 66.666%; } }

@media all and (max-width: 580px) {
    .mobile-col-9 {
        width: 75%; } }

@media all and (max-width: 580px) {
    .mobile-col-10 {
        width: 83.333%; } }

@media all and (max-width: 580px) {
    .mobile-col-11 {
        width: 91.666%; } }

@media all and (max-width: 580px) {
    .mobile-col-12 {
        width: 100%; } }

@media all and (max-width: 580px) {
    .mobile-push-1 {
        margin-left: 8.333%; } }

@media all and (max-width: 580px) {
    .mobile-push-2 {
        margin-left: 16.666%; } }

@media all and (max-width: 580px) {
    .mobile-push-3 {
        margin-left: 25%; } }

@media all and (max-width: 580px) {
    .mobile-push-4 {
        margin-left: 33.333%; } }

@media all and (max-width: 580px) {
    .mobile-push-5 {
        margin-left: 41.666%; } }

@media all and (max-width: 580px) {
    .mobile-push-6 {
        margin-left: 50%; } }

@media all and (max-width: 580px) {
    .mobile-push-7 {
        margin-left: 58.333%; } }

@media all and (max-width: 580px) {
    .mobile-push-8 {
        margin-left: 66.666%; } }

@media all and (max-width: 580px) {
    .mobile-push-9 {
        margin-left: 75%; } }

@media all and (max-width: 580px) {
    .mobile-push-10 {
        margin-left: 83.333%; } }

@media all and (max-width: 580px) {
    .mobile-push-11 {
        margin-left: 91.666%; } }

/*noinspection ALL*/
.show-tablet {
    display: none; }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .show-tablet {
        display: flex; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .hide-tablet {
        display: none; } }

.show-mobile {
    display: none; }
@media all and (max-width: 580px) {
    .show-mobile {
        display: flex; } }
@media all and (max-width: 580px) {
    .hide-mobile {
        display: none; } }

@font-face {
    font-family: 'IMB Plex Mono';
    src: url("https://static.tumblr.com/hzsnut2/P2mqrnquh/searchsystempromonoreg-webfont.eot");
    src: url("https://static.tumblr.com/hzsnut2/P2mqrnquh/searchsystempromonoreg-webfont.eot?#iefix") format("embedded-opentype"), url("https://static.tumblr.com/hzsnut2/sEvqrnquw/searchsystempromonoreg-webfont.woff2") format("woff2"), url("https://static.tumblr.com/hzsnut2/xTEqrnqus/searchsystempromonoreg-webfont.woff") format("woff"), url("https://static.tumblr.com/hzsnut2/dtrqrnqun/searchsystempromonoreg-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }

/* General Styles */
@media all and (max-width: 580px) {
    html.mobile-no-scroll {
        overflow: hidden; } }

body {
    background: var(--colour-bg);
    color: var(--colour-copy);
    transition: background-color 0.3s var(--easing), color 0.3s var(--easing);
    font-family: 'IngramMono-Regular', monospace;
}
body.dark {
    --colour-bg: #151515;
    --colour-copy: #fff; }

body.no-transition,
body.no-transition header {
    transition: none;
}

a {
    text-decoration: none;
    color: var(--colour-copy);
    transition: background-color 0.3s var(--easing), color 0.3s var(--easing); }
a:hover {
    text-decoration: underline; }

header {
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: var(--colour-bg);
    transition: background-color 0.3s var(--easing), color 0.3s var(--easing);
    z-index: 50; }
header.with-splash {
    position: absolute;
    top: calc(100% - 32px); }
header > .columns {
    height: 100%;
    align-items: center; }
nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
nav ul li:not(:last-child),
footer ul li:not(:last-child){
    margin-right: 10px; }
header nav ul a:hover {
    text-decoration: underline; }
header nav ul li.current-page a,
header nav ul li.current a{
    text-decoration: underline; }

.header-tools a {
    margin-left: 11px;
    font-size: 13px; }
.header-tools a:first-child {
    margin-left: 0; }
.header-tools a:hover {
    text-decoration: none;
}

.header-logo-link:hover {
    text-decoration: none; }

.mobile-nav-wrap {
    background: var(--colour-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 25;
    padding-top: 175px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
.mobile-nav-wrap.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
.mobile-nav-wrap .change-theme {
    display: block;
    font-size: 20px;
    position: absolute;
    bottom: var(--gutter);
    left: var(--gutter); }

.mobile-nav ul li a {
    display: block;
    padding: 16px var(--gutter);
    border-top: 1px solid var(--colour-copy); }
.mobile-nav ul li a:hover {
    text-decoration: none; }

.mobile-nav ul li:last-child a {
    border-bottom: 1px solid var(--colour-copy); }

.back-to-top {
    display: none}

.search-form {
    display: inline-block;
    position: relative;
    width: calc(100% - 50px); }
.search-form label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1px;
    pointer-events: none;
    color: #8a8a8a; }
.search-form label.hide {
    opacity: 0;
    visibility: hidden; }
.search-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    border: 0;
    background: transparent;
    padding: 0 0 0 9px;
    margin: 0;
    color: #8a8a8a;
    font-family: 'IngramMono-Regular', monospace;
    font-size: 11.4px;
    line-height: 100%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    max-width: calc(100% - 13px); }

.mobile-nav-link-wrap {
    justify-content: flex-end; }

.mobile-nav-link:hover {
    text-decoration: none; }

main {
    margin-top: 175px;
    margin-bottom: 12px;
    position: relative; }
main .columns.intro-columns {
    position: absolute;
    top: calc(var(--vertical) * -1);
    left: 0;
    width: 100%;
    transform: translateY(-100%);
}

@media all and (max-width: 580px) {
    main .col.col-6:not(:last-child) {
        margin-bottom: 48px; } }

/*noinspection ALL*/
.card {
    min-height: 30px;
    background: red; }

.item {
    margin-bottom: 12px; }
.item.with-caption {
    margin-bottom: var(--vertical);
}
.item > a {
    display: block; }
.item > a:hover {
    text-decoration: none; }
.item img,
.item canvas {
    display: block;
    width: 100%; }
.item .item-info {
    margin-top: 12px; }

/*noinspection ALL*/
.masonry {
    width: calc(100% - (var(--gutter) * 2));
    margin-left: var(--gutter); }

.masonry.zoom-level-1 .item-info,
.masonry.zoom-level-2 .item-info {
    display: none;
}
.masonry.zoom-level-1 .item,
.masonry.zoom-level-2 .item {
    margin-bottom: 12px;
}

/*noinspection ALL*/
.masonry.zoom-level-1 .masonry-col {
    --numPerRow: 10;
    width: calc((100% - (var(--gutter) * (var(--numPerRow) - 1))) / var(--numPerRow)); }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col {
        --numPerRow: 8; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col {
        --numPerRow: 7; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col {
        --numPerRow: 6; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col {
        --numPerRow: 5; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-1 .masonry-col.wide {
    --numPerRow: 7.5; }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col.wide {
        --numPerRow: 4; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col.wide {
        --numPerRow: 3.5; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col.wide {
        --numPerRow: 3; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col.wide {
        --numPerRow: 2.5; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-1 .masonry-col.wide {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-2 .masonry-col {
    --numPerRow: 9;
    width: calc((100% - (var(--gutter) * (var(--numPerRow) - 1))) / var(--numPerRow)); }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col {
        --numPerRow: 7; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col {
        --numPerRow: 6; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col {
        --numPerRow: 5; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col {
        --numPerRow: 4; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-2 .masonry-col.wide {
    --numPerRow: 5; }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col.wide {
        --numPerRow: 3.5; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col.wide {
        --numPerRow: 3; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col.wide {
        --numPerRow: 2.5; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col.wide {
        --numPerRow: 2; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-2 .masonry-col.wide {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-3 .masonry-col {
    --numPerRow: 8;
    width: calc((100% - (var(--gutter) * (var(--numPerRow) - 1))) / var(--numPerRow)); }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col {
        --numPerRow: 6; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col {
        --numPerRow: 5; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col {
        --numPerRow: 4; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col {
        --numPerRow: 3; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-3 .masonry-col.wide {
    --numPerRow: 4; }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col.wide {
        --numPerRow: 3; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col.wide {
        --numPerRow: 2.5; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col.wide {
        --numPerRow: 2; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col.wide {
        --numPerRow: 1.5; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-3 .masonry-col.wide {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-4 .masonry-col {
    --numPerRow: 6;
    width: calc((100% - (var(--gutter) * (var(--numPerRow) - 1))) / var(--numPerRow)); }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col {
        --numPerRow: 5; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col {
        --numPerRow: 4; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col {
        --numPerRow: 3; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col {
        --numPerRow: 2; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-4 .masonry-col.wide {
    --numPerRow: 3; }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col.wide {
        --numPerRow: 2.5; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col.wide {
        --numPerRow: 2; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col.wide {
        --numPerRow: 1.5; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col.wide {
        --numPerRow: 1; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-4 .masonry-col.wide {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-5 .masonry-col {
    --numPerRow: 5;
    width: calc((100% - (var(--gutter) * (var(--numPerRow) - 1))) / var(--numPerRow)); }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col {
        --numPerRow: 4; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col {
        --numPerRow: 3; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col {
        --numPerRow: 2; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col {
        --numPerRow: 1; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col {
        width: 100%; } }

/*noinspection ALL*/
.masonry.zoom-level-5 .masonry-col.wide {
    --numPerRow: 2.5; }
@media all and (max-width: 1920px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col.wide {
        --numPerRow: 2; } }
@media all and (max-width: 1600px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col.wide {
        --numPerRow: 1.5; } }
@media all and (max-width: 1440px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col.wide {
        --numPerRow: 1; } }
@media all and (max-width: 768px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col.wide {
        --numPerRow: 1; } }
@media all and (max-width: 580px) {
    /*noinspection ALL*/
    .masonry.zoom-level-5 .masonry-col.wide {
        width: 100%; } }
.row-spacer {
    height: 24px; }

.tags {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5; }
@media all and (max-width: 768px) {
    .tags {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
@media all and (max-width: 580px) {
    .tags {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }

/*noinspection ALL*/
.tags .letter-header {
    margin-bottom: 1em; }

/*noinspection ALL*/
.tags li + li.letter-header {
    margin-top: 2em; }

p:not(:last-child) {
    margin-bottom: 1em; }

/*noinspection ALL*/
.cred-row {
    display: flex; }
.cred-row .left, .cred-row .right {
    flex: 1; }

@media all and (max-width: 580px) {
    .cred-row .left {
        padding-right: calc(var(--gutter) / 2);
    }
    .cred-row .right {
        padding-left: calc(var(--gutter) / 2);
    }
}

/*noinspection ALL*/
.mobile-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*noinspection ALL*/
.splash-post {
    height: 100vh;
    position: relative;
    display: none; }

/*noinspection ALL*/
.splash-post.show {
    display: block;
}

/*noinspection ALL*/
.splash-post .splash-post-info {
    position: absolute;
    bottom: 44px;
    left: 12px;
    background: var(--colour-bg);
    max-width: 345px;
    width: calc(100% - 24px);
    z-index: 10;
    padding: 12px; }

/*noinspection ALL*/
.splash-post .splash-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
.splash-post .splash-post-image img,
.splash-post .splash-post-image canvas {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
.splash-post .splash-post-image canvas {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

@supports (-webkit-touch-callout: none) {
    /*noinspection ALL*/
    .splash-post {
        height: -webkit-fill-available; } }

/*noinspection ALL*/
.single-main-image {
    width: 100%;
}

/*noinspection ALL*/
.share-link {
    display: block !important;
}

img + img,
.item-media + .item-media {
    margin-top: 12px;
}

.tumblr_video_container iframe {
    width: 100%;
}

.clear-form {
    font-size: 13px;
    position: relative;
    height: 13px;
    top: 1px;
    left: 2px;
    display: inline-block;
}
.clear-form:hover {
    text-decoration: none;
}
.clear-form.hide {
    display: none;
}
.item-media {
    position: relative;
    overflow: hidden; }
.item-media canvas {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated; }

img {
    opacity: 0; }
img.has-been-seen.final {
    opacity: 1; }


.text-block .item,
.quote-block .item,
.chat-block .item {
    background: #c1c1c1;
    padding: 12px;
    min-height: 300px;
}
.text-block.wide .item,
.quote-block.wide .item,
.chat-block.wide .item {
    padding-bottom: 100%;
}

/*.audio-block iframe,*/
/*.spotify_audio_player{*/
/*    width: 100%;*/
/*}*/

.link-block .item-info {
    background: #c1c1c1;
    padding: 12px;
    margin-top: 0;
}

/*noinspection ALL*/
.single-page-content,
.single-text-post-content {
    display: none;
    width: 100%;
}

.single-page-content > .columns {
    padding: 0;
}

/*noinspection ALL*/
.tmblr-iframe--gdpr-banner,
.tmblr-iframe--unified-controls {
    display: none !important;
}

p.post-id-label {
    overflow-wrap: break-word;
}

.loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 500;
    pointer-events: none; }
.loading-bar.hide {
    opacity: 0; }
.loading-bar .fill {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--colour-copy); }
    
  