@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Special+Elite&display=swap);
.BackToTop-module__backToTop--tTluG {
    background: none;
    border: none;
    bottom: 30px;
    color: var(--black);
    cursor: pointer;
    height: 50px;
    padding: 0;
    position: fixed;
    font-family: var(--displayfont);
    font-size: 6em;
    right: 0.5em;
    transform: translateY(100px);
    transition: transform 0.4s var(--ease-slide);
    width: 0.5em;
    z-index: 2;
    text-shadow: var(--textoutline);

    &.BackToTop-module__show--Hh8Z8 {
        transform: translateY(0);
        visibility: visible;
    }

    @media (pointer: fine) {
        &:hover {
            color: var(--pink);
        }
    }
}

.Header-module__header--SR10T {
    height: 4.5em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Header-module__homepage--s8DWe .Header-module__header--SR10T {
    border-bottom: 1px solid var(--black);
}

.Header-module__homepage--s8DWe.Header-module__animate--cAKB8 .Header-module__header--SR10T {
    border-bottom-color: transparent;
    transform: translateY(-100%);
    animation: Header-module__slideDown--rJyng 0.5s var(--ease-slide) 0.25s forwards;
}

.Header-module__homepage--s8DWe.Header-module__animate--cAKB8 .Header-module__header--SR10T::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transform: scaleX(0);
    transform-origin: left;
    animation: Header-module__drawBorder--j2kf0 1s var(--ease-slide) 1s forwards;
}

@keyframes Header-module__slideDown--rJyng {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes Header-module__drawBorder--j2kf0 {
    to {
        transform: scaleX(1);
    }
}

.Header-module__logoWrapper--vWUZK {
    align-items: center;
    display: flex;
    padding: 0 0.8em 0 0;
}

.Header-module__logoWrapper--vWUZK h1 {
    font-size: 1.6em;
    margin-left: 0.4em;
    transform: translateY(2px);
}

.Header-module__logo--kvIUi {
    aspect-ratio: 1/1;
    max-width: 3.5em;
    width: 100%;
}

.Header-module__banner--mRyH7 {
    background: url(/assets/images/header-mob.93fd9da76e494ae4da41.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 0 1em;

    @media (min-width: 1024px) {
        background-image: url(/assets/images/header.da465408ed56f19e192a.jpg);
        padding: 0 4em;
    }
}

.Header-module__innerBanner--Z1NUZ {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    height: calc(100vh - 12.5em);
    min-height: 28em;

    @media (min-width: 1024px) {
        justify-content: flex-end;
        min-height: 34em;
    }
}

.Header-module__content--kIPZC {
    transform: translateY(0);

    &.Header-module__animate--cAKB8 {
        opacity: 0;
        animation: Header-module__fadeIn--foAlr 0.8s var(--ease-fade-in) 0.5s forwards;
        transform: translateY(5%);
    }

    &.Header-module__animate--cAKB8 button {
        clip-path: inset(0 100% 0 0);
        animation: Header-module__drawButton--cdjfw 0.3s var(--ease-slide) 1s forwards;
    }

    @media (min-width: 1024px) {
        font-size: 1.3em;
        width: 50%;
    }
}

@keyframes Header-module__fadeIn--foAlr {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes Header-module__drawButton--cdjfw {
    to {
        clip-path: inset(0 0 0 0);
    }
}

.Header-module__content--kIPZC > div {
    padding: 1.5em 2em;
    margin: 0 auto;
    max-width: 24em;
}

.Header-module__content--kIPZC h2 {
    font-size: 2.5em;
    margin-top: 0;
    rotate: 5deg;
}

.Header-module__content--kIPZC button {
    margin-top: 1em;
    rotate: -4deg;
}

nav a {
    color: var(--black);
    text-decoration: none;
}

.Footer-module__footer--kvgeC {
    padding: 1em;

    p {
        max-width: 30em;
    }

    @media (min-width: 1024px) {
        padding: 1em 4em;
    }
}

.Loader-module__loading--SfBJ_ {
    background: var(--black);
    bottom: 20vh;
    color: var(--white);
    display: block;
    font-family: var(--displayfont);
    height: 2em;
    left: 0;
    margin: 0 auto;
    max-width: 8em;
    opacity: 0;
    padding: 0.5em 1em;
    pointer-events: none;
    position: fixed;
    rotate: 2deg;
    right: 0;
    transition: opacity 0.3s var(--ease-fade-in) 0.5s;
    z-index: 20;
}

.Loader-module__show--E_wlp {
    opacity: 1;
}

.Post-module__row--lQfhy {
    display: flex;
    gap: 0.3em;
    margin: 0 0 1em;
}

.Post-module__row--lQfhy:has(img) + .Post-module__row--lQfhy:has(img),
.Post-module__row--lQfhy:has(p) + .Post-module__row--lQfhy:has(p) {
    margin-top: -0.7em;
}

.Post-module__col--aiPHn {
    flex: 1;
}

.Post-module__post--q7Xpw,
.Post-module__slimpost--dn1Md {
    video,
    figure,
    picture,
    img,
    p {
        display: block;
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
}

.Post-module__post--q7Xpw {
    background: var(--white);
    box-sizing: border-box;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%;

    &:not(.Post-module__fullpost--bVJNz) img {
        cursor: pointer;
    }

    .Post-module__fullPostLink--VV2TB {
        color: var(--gray);
        font-size: 12px;
        text-decoration: none;

        @media (pointer: fine) {
            &:hover {
                color: var(--pink);
                text-decoration: underline;
            }
        }
    }
}

.Post-module__tags--qn1yl {
    font-size: 12px;
    font-weight: 500;
    margin: 2em 0 1em;

    .Post-module__tag--ZvKWN {
        margin: 0 0.5em 0.7em 0;
    }
}

.Post-module__postfooter--QYVf9 {
    align-items: left;
    border-top: 1px solid var(--mediumgray);
    color: var(--gray);
    display: flex;
    font-size: 0.75em;
    justify-content: space-between;
    margin: 1em 0 0;
    padding: 1em 0;
}

.Post-module__notesContainer--POQHM {
    padding: 0 0 1em;

    .Post-module__notesList--_x0k6 {
        padding: 0 1.5em;
    }
    .Post-module__noteItem--KB9rG {
        margin: 0 0 0.2em;
    }

    a {
        font-size: inherit;
    }
}

.Post-module__fullpost--bVJNz {
    box-shadow: none;
    margin: 0 auto;
    max-width: 44em;
    padding: 1em;

    @media (min-width: 1024px) {
        padding: 2em;
    }
}

.Post-module__slimpost--dn1Md {
    width: 100%;
    .Post-module__row--lQfhy {
        margin: 0;
    }
    img {
        cursor: pointer;
    }
}

body:has(.lightbox) {
    overflow: hidden;
    scrollbar-gutter: stable;
}

:root {
    --ease-slide: cubic-bezier(0.4, 0, 0.2, 1);
}

.Lightbox-module__lightbox--UXJRn {
    background-color: rgba(255, 255, 255, 0);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition:
        background-color 0.25s var(--ease-fade-in),
        backdrop-filter 0.25s var(--ease-fade-in);
    width: 100%;
    z-index: 3;

    img {
        display: block;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        transform: translateY(100vh);
        transition: transform 0.4s var(--ease-slide);
        width: auto;
    }

    &.Lightbox-module__visible--yRlnq img.Lightbox-module__loaded--k3ius {
        transform: translateY(0);
        transition-delay: 0.2s;
    }

    &.Lightbox-module__visible--yRlnq {
        backdrop-filter: blur(6px);
        background-color: rgba(255, 255, 255, 0.8);
    }
}

.Lightbox-module__scrollContainer--Q9Z8d {
    align-items: center;
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    -webkit-overflow-scrolling: touch;

    &::-webkit-scrollbar {
        display: none;
    }
}

.Lightbox-module__imageWrapper--V73xs {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    height: 100%;
    justify-content: center;
    padding: 1em;
    scroll-snap-align: center;
    width: 100%;
    position: relative;

    @media (min-width: 1024px) {
        padding: 5em 6em;
    }
}

.Lightbox-module__navButton--n98a8 {
    background: none;
    border: none;
    bottom: 0;
    color: var(--black);
    cursor: pointer;
    font-family: var(--displayfont);
    font-size: 4em;
    height: 1.2em;
    position: absolute;
    line-height: 1;
    text-align: center;
    padding: 0;
    width: 1em;
    z-index: 10;
    text-shadow: var(--textoutline);
    transition:
        opacity 0.3s var(--ease-fade-in),
        transform 0.3s var(--ease-slide);

    @media (min-width: 1024px) {
        bottom: auto;
        font-size: 5em;
        top: 50%;
    }

    &:disabled {
        cursor: default;
        opacity: 0.3;
    }

    @media (pointer: fine) {
        &:hover {
            color: var(--pink);
        }
    }

    &.Lightbox-module__prevButton--EQop0 {
        left: 0;
        transform: translateX(-100%);

        @media (min-width: 1024px) {
            left: 0.2em;
            transform: translateY(-50%) translateX(-100%);
        }
    }

    &.Lightbox-module__nextButton--X4qir {
        right: 0;
        transform: translateX(100%);

        @media (min-width: 1024px) {
            right: 0.2em;
            transform: translateY(-50%) translateX(100%);
        }
    }
}

.Lightbox-module__closeButton--_Oatz {
    background: transparent;
    border: none;
    color: var(--black);
    cursor: pointer;
    font-family: var(--displayfont);
    font-size: 4em;
    left: 0;
    line-height: 0.5;
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    text-shadow: var(--textoutline);
    transform: translateY(-100%);
    transition: transform 0.3s var(--ease-slide);

    @media (pointer: fine) {
        &:hover {
            color: var(--pink);
        }
    }

    @media (min-width: 1024px) {
        left: auto;
    }
}

/* Visibility Triggers */
.Lightbox-module__visible--yRlnq .Lightbox-module__navButton--n98a8,
.Lightbox-module__visible--yRlnq .Lightbox-module__closeButton--_Oatz {
    transition-delay: 0.5s; /* Delay entrance to wait for background blur */
}

.Lightbox-module__visible--yRlnq .Lightbox-module__prevButton--EQop0 {
    transform: translateX(0);
}

.Lightbox-module__visible--yRlnq .Lightbox-module__nextButton--X4qir {
    transform: translateX(0);
}

.Lightbox-module__visible--yRlnq .Lightbox-module__closeButton--_Oatz {
    transform: translateY(0);
}

@media (min-width: 1024px) {
    .Lightbox-module__visible--yRlnq .Lightbox-module__prevButton--EQop0,
    .Lightbox-module__visible--yRlnq .Lightbox-module__nextButton--X4qir {
        transform: translateY(-50%) translateX(0);
    }
}

.GridControls-module__gridheader--lPBUb {
    background: var(--black);
    color: var(--white);
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center;
    margin: 0 auto;
    height: 8em;
}

.GridControls-module__gridheader--lPBUb > div {
    align-items: center;
    display: flex;
    gap: 1em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

    @media (min-width: 1024px) {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0 4em;
        width: 100%;
    }
}

.GridControls-module__gridheader--lPBUb h2 {
    margin: 0;
    text-align: center;
    width: 100%;

    @media (min-width: 1024px) {
        width: auto;
    }
}

.GridControls-module__select--i4tYO {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5em top 50%;
    background-size: 0.65em auto;
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--black);
    max-width: 8em;
    overflow: hidden;
    padding: 0.5em 2em 0.5em 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;

    @media (min-width: 1024px) {
        &:first-of-type {
            margin-left: auto;
        }
        max-width: none;
        width: 11em;
    }
}

.PostGrid-module__postOuterContainer--qHH6H {
    background: var(--lightgray);
    min-height: 100vh;
}

.PostGrid-module__postContainerGallery--pU2b_,
.PostGrid-module__postContainer--L1Uvh {
    margin: 0 auto;
    padding: 1em;
    text-align: center;
}

.PostGrid-module__postContainer--L1Uvh {
    @media (min-width: 1024px) {
        padding: 4em;
    }
}

.PostGrid-module__postContainerGallery--pU2b_ {
    padding: 0;
}

.Home-module__postsSection--jkjwW {
    min-height: 500px;
}

.FullPost-module__fullPost--F7sit {
    background: var(--lightgray);
    padding: 1em;

    @media (min-width: 1024px) {
        padding: 4em;
    }
}

:root {
    /* fonts */
    --mainfont: 'Montserrat', sans-serif;
    --displayfont: 'Special Elite', system-ui;

    /* colors */
    --black: #1a1a1a;
    --white: #fff;
    --gray: #625e58;
    --mediumgray: #dfd9ce;
    --lightgray: #f0ebe1;
    --pink: #a4118e;

    /* shadows */
    --textoutline:
        -1px -1px 0 var(--white), 1px -1px 0 var(--white), -1px 1px 0 var(--white),
        1px 1px 0 var(--white);

    /* animations */
    --ease-slide: cubic-bezier(0.4, 0, 0.2, 1);
    --ease-fade-in: cubic-bezier(0, 0, 0.2, 1);
    --ease-fade-out: cubic-bezier(0.4, 0, 1, 1);
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Fade the old page out first */
::view-transition-old(root) {
    animation: 0.3s var(--ease-fade-in) both fade-out;
}

/* Wait for the old page to finish fading out, then fade the new page in */
::view-transition-new(root) {
    animation: 0.3s var(--ease-fade-out) 0.3s both fade-in;
}

/* Fix for Chrome mobile bug when the browser bar disappears on scroll:
https://stackoverflow.com/questions/50914207/position-fixed-on-chrome-mobile-causing-issues-when-scrolling

Bug details:
The bug causes issues with fixed elements. The clickable area of an element can shift out of place.
Also saw issues with the lightbox background not reaching the bottom of the screen. 

Fix details:
https://stackoverflow.com/questions/18061308/prevent-address-bar-hiding-in-mobile-browsers
This prevents the bottom browser bar from disappearing on scroll for mobile devices by scrolling the body 
instead of the window. */

html {
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

/* end */

html,
body {
    padding: 0;
    margin: 0;
}

body {
    background: var(--white);
    color: var(--black);
    font-family: var(--mainfont);
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
}

select {
    font-family: var(--mainfont);
    font-size: 14px;
    font-optical-sizing: auto;
    font-weight: 500;
}

h1,
h2 {
    font-weight: 400;
    font-family: var(--displayfont);
}

img {
    width: 100%;
}

div,
img {
    box-sizing: border-box;
}

p {
    line-height: 1.5;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

.button,
.button-sm {
    background: var(--black);
    border: 3px solid transparent;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    font-family: var(--displayfont);
    font-size: 22px;
    font-weight: 400;
    margin: 0 -3px;
    padding: 0.5em 1em;
    text-decoration: none;

    &:focus-visible {
        border: 3px solid var(--white);
    }

    @media (pointer: fine) {
        &:hover {
            background: var(--pink);
            color: var(--white);
        }
    }
}

.button-sm {
    border-width: 2px;
    font-size: 14.4px;
    padding: 0.2em 0.5em;
    text-decoration: none;

    @media (pointer: fine) {
        &:focus-visible {
            border: 2px solid var(--white);
        }
    }
}

.textButton {
    background: none;
    border: none;
    color: var(--black);
    cursor: pointer;
    font-family: var(--displayfont);
    font-size: 22px;
    margin: 0;
    padding: 0;

    &:hover {
        color: var(--pink);
    }
}

/* Apply scroll-snapping on devices with touch input (e.g., mobile and tablets) */
@media (pointer: coarse) {
    body:has(.scrollsnap) {
        scroll-snap-type: y mandatory;
    }
    .scrollsnap {
        scroll-snap-align: start;
    }
}

