/* =========================
   HEADER BASE
========================= */
@font-face {
    font-family: "Minecraftia";
    src: url("../font/Minecraftia-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: 'Minecraftia', system-ui, sans-serif;
    --font-heading: 'Press Start 2P', system-ui, sans-serif;
    --font-basic: system-ui, sans-serif;
}

body {
    font-family: var(--font-body);
    line-height: 1.7;
}

.post, .page {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-body);
    font-weight: 600;
}

.pixel-font {
    font-family: var(--font-heading);
    font-weight: 400;
}

.main-font {
    font-family: var(--font-body) !important;
    font-weight: 400;
}

.text-font {
    font-family: var(--font-basic) !important;
}

body {
    background: #f3f5ec;
}


.text-color {
    color: #18310b !important;
}

.background-color {
    background: #f3f5ec !important;
}

a {
    text-decoration: none !important;
}

.site-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

li.menu-item a {
    font-family: var(--font-heading);
}

.header-light {
    padding: 14px 8px 0;
}

.header-dark {
    padding: 16px 24px;
}

/* breakpoints */
@media (min-width: 768px) {
    .site-header {
        padding-left: 37px;
        padding-right: 37px;
    }

    .header-light {
        padding-top: 50px;
    }
}

@media (min-width: 1280px) {
    .site-header {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* =========================
   NAV
========================= */

.header-nav {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
}

/* =========================
   LEFT GROUP
========================= */

.header-left {
    display: flex;
    align-items: center;
    gap: 3px;
}

@media (min-width: 768px) {
    .header-left {
        gap: 0;
    }
}

/* =========================
   MOBILE MENU BUTTON
========================= */

.menu-icon {
    height: 16px;
}

@media (min-width: 991px) {
    .menu-btn {
        display: none !important;
    }
}

/* =========================
   LOGO
========================= */

.site-logo {
    height: 60px;
}

@media (min-width: 768px) {
    .site-logo {
        height: 78px;
    }
}

@media (min-width: 1280px) {
    .site-logo {
        height: 104px;
    }
}

/* =========================
   MAIN MENU
========================= */

.main-menu {
    display: none;
    list-style: none;
}

@media (min-width: 768px) {
    .main-menu {
        display: inline-flex;
        gap: 14px;
    }
}

@media (min-width: 1280px) {
    .main-menu {
        gap: 20px;
    }
}

.menu-link {
    display: block;
    padding: 8px 0;
    margin: 0 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10.49px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
}

@media (min-width: 1280px) {
    .menu-link {
        margin: 0 24px;
        font-size: 14px;
        letter-spacing: 4px;
    }
}

.header-light .menu-link {
    color: #15151E;
}

.header-dark .menu-link {
    color: #f7f4f1;
}

.menu-link:hover {
    font-weight: 700;
}

/* =========================
   CTA
========================= */

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-light .header-cta {
    /* matches primary-link primary-fill */
}

.header-dark .header-cta {
    /* matches primary-link contact-link */
}



header.site-header.header-dark {
    background: transparent;
}

ul.main-menu {
    margin: 0;
}


.entry-content {
    margin: 0 !important;
    padding-top: 136px;
}


section.hero.position-relative.overflow-hidden {
    margin-top: -136px !important;
}


h1#hero-title {
    color: white;
    font-weight: 700;
    font-size: 55px;
}

.hero p {
    color: white;
    font-size: 17px;
}

a.btn.btn-primary {
    background: #2d7f37;
    color: white;
    border: none;
}

a.btn.btn-primary:hover {
    border: 1px solid #25a55f;
    background: #2d7f37;
    color: white;
    border: none;
}

.news-slider .slide-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.news-slider .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* change to contain if needed */
    display: block;
}

.swiper-buttons-wrap {
    display: flex;
    position: relative;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
    height: 150px;
    width: 300px;
}



.news-slider .slide-image {
    border-radius: 10px;
}


.icon-carousel {
    padding: 40px 0;
}

.icon-carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.icon-carousel-item img {
    max-width: 64px;
    height: auto;
    object-fit: contain;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.sidebar-title {
    text-align: center;
    border: 1px solid green;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;


}





/* FOOTER BASE */
.site-footer {
    position: relative;
    overflow: hidden;
    background: #2d7f37;
}

/* KEEP CONTENT ABOVE ANIMATION */
.footer-content {
    position: relative;
    z-index: 2;
}

/* ANIMATED BACKGROUND WRAPPER */
.footer-bg-animated {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* BUBBLES */
.footer-bubble {
    position: absolute;
    top: 53%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 0;
}

/* SIZES + ANIMATIONS */
.footer-bubble.small {
    width: 10px;
    height: 10px;
    left: 50%;
    animation: footer-flow-s 2s linear infinite;
}

.footer-bubble.small-l {
    width: 10px;
    height: 10px;
    left: 43%;
    animation: footer-flow-s-l 0.9s linear infinite;
}

.footer-bubble.s-medium {
    width: 20px;
    height: 20px;
    left: 43%;
    animation: footer-flow-s 1.3s linear infinite;
}

.footer-bubble.medium {
    width: 25px;
    height: 25px;
    left: 45%;
    animation: footer-flow-m 0.8s linear infinite;
}

.footer-bubble.large {
    width: 5px;
    height: 5px;
    left: 57%;
    animation: footer-flow-l 0.7s linear infinite;
}

/* ANIMATIONS */
@keyframes footer-flow-l {
    0% {
        top: 53%;
        left: 57%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 57.5%;
        opacity: 1;
    }

    50% {
        left: 58%;
        opacity: 1;
    }

    75% {
        left: 57.5%;
        opacity: 1;
    }

    100% {
        top: 32%;
        left: 57%;
        opacity: 0;
    }
}

@keyframes footer-flow-s {
    0% {
        top: 53%;
        left: 50%;
        opacity: 0;
    }

    25% {
        top: 49%;
        left: 51%;
        opacity: 1;
    }

    50% {
        top: 45%;
        left: 52%;
        opacity: 1;
    }

    75% {
        top: 41%;
        left: 51%;
        opacity: 1;
    }

    100% {
        top: 37%;
        left: 50%;
        opacity: 0;
    }
}

@keyframes footer-flow-m {
    0% {
        top: 53%;
        left: 45%;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 44.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 44.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 45%;
        opacity: 0;
    }
}

@keyframes footer-flow-s-l {
    0% {
        top: 53%;
        left: 43%;
        opacity: 0;
    }

    25% {
        top: 48%;
        left: 43.5%;
        opacity: 1;
    }

    50% {
        top: 43%;
        left: 44%;
        opacity: 1;
    }

    75% {
        top: 38%;
        left: 43.5%;
        opacity: 1;
    }

    100% {
        top: 33%;
        left: 43%;
        opacity: 0;
    }
}

.page {
    margin: 0;
}



/* FOOTER WAVE (TOP OF FOOTER) */
/* FOOTER WAVE FIX */
.footer-wave {
    position: relative;
    width: 100%;
    height: 120px;
    line-height: 0;
    overflow: hidden;

    /* MUST MATCH FOOTER BACKGROUND */
    background: #f3f5ec;
}

.footer-wave-svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* animation stays the same */
.footer-wave-parallax>use {
    animation: footer-wave-move 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.footer-wave-parallax>use:nth-child(1) {
    animation-duration: 7s;
}

.footer-wave-parallax>use:nth-child(2) {
    animation-duration: 10s;
}

.footer-wave-parallax>use:nth-child(3) {
    animation-duration: 13s;
}

.footer-wave-parallax>use:nth-child(4) {
    animation-duration: 20s;
}

@keyframes footer-wave-move {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width:768px) {

    .footer-wave,
    .footer-wave-svg {
        height: 40px;
    }
}


footer.site-footer {
    padding: 70px 0px;
    color: white;
}

footer.site-footer a {
    color: white;
    text-decoration: none;
}

footer.site-footer li {
    list-style: none;
}


@font-face {
    font-family: "Biko";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/biko-black.woff");
}

.video-mask-block {
    background: #fff;
}

.video-mask-block .video-mask-header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.video-mask-block video {
    width: 100%;
    display: block;
    height: 550px;
    margin: 0 auto;
}

.video-mask-block svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.video-mask-block svg text {
    font-family: Biko, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}

.video-mask-block svg rect {
    fill: white;
}


/* Ensure overlay positioning */
.slide-image {
    position: relative;
}

/* Tags container */
.post-tags {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;

    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Individual tag */
.post-tag {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    line-height: 1;

    /* Optional polish */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

/* Optional: avoid blocking swipe */
.post-tags {
    pointer-events: none;
}

.post-tag {
    pointer-events: auto;
}


.post-tag {
    opacity: 0.9;
    text-decoration: none;

    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.post-tag:hover {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    text-decoration: none;
}

.post-grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.post-grid-left,
.post-grid-right {
    display: grid;
    gap: 20px;
}

.post-grid-left {
    grid-template-rows: repeat(2, 1fr);
}

.post-grid-right {
    grid-template-rows: repeat(3, 1fr);
}

.post-card {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.post-card a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    color: #fff;
}

.post-overlay h3 {
    margin: 0 0 6px;
}

.post-overlay p {
    margin: 0;
    font-size: 14px;
}

.news-image-wrap {
    aspect-ratio: 16 / 9;
}

.news-image-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
}

.news-image-wrap a {
    font-size: 8px;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.mb-6 {
    margin-bottom: 3rem;
}




.hero {
    position: relative;
}

/* Fade to next section background */
.hero-fade {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    /* control fade length */
    pointer-events: none;
    background: linear-gradient(to bottom,
            rgba(243, 245, 236, 0),
            rgba(243, 245, 236, 1));
    z-index: 2;
}



.tutorial-limited-label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 8px;
    border-radius: 6px;
}

.tutorial-limited-label span {
    opacity: 0.85;
}



/* ==============================
   SKELETON LOADING
============================== */

.skeleton-card {
    pointer-events: none;
}

/* generic shimmer */
.skeleton-box {
    display: block;
    width: 100%;
    background: linear-gradient(90deg,
            #e5e5e5 25%,
            #f0f0f0 37%,
            #e5e5e5 63%);
    background-size: 400% 100%;
    animation: skeleton-shimmer 1.4s ease infinite;
    border-radius: 6px;
}

/* image */
.skeleton-img {
    height: 180px;
    border-radius: 18px;
}

/* category */
.skeleton-cat {
    width: 45%;
    height: 12px;
}

/* title */
.skeleton-title {
    width: 85%;
    height: 18px;
}

/* tag pill */
.skeleton-pill {
    background: #d6d6d6 !important;
    color: transparent !important;
    border-radius: 999px;
    min-width: 72px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.skeleton-pill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.6) 50%,
            transparent 100%);
    animation: skeleton-shimmer 1.4s ease infinite;
}

/* animation */
@keyframes skeleton-shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/* header skeletons */
.skeleton-subtitle {
    display: inline-block;
    width: 120px;
    height: 12px;
}

.skeleton-h2 {
    display: inline-block;
    width: 280px;
    height: 28px;
    border-radius: 8px;
}

.start-grid-skeleton {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}






















.shrimp-status {
    position: relative;
}

.shrimp-status-panel {
    position: relative;
    overflow: visible;
}

.shrimp-badges-toggle {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 22px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* cross symbol */
.cross-icon {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    transition: transform 0.35s ease;
    transform: rotate(0deg);
    /* + */
}

/* OPEN → tilt into X */
.shrimp-status.open.tab-open .cross-icon {
    transform: rotate(45deg);
    /* X */
}




.shrimp-tab-panel {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 8px;
    width: 150px;
    max-width: 85vw;
    height: fit-content;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    padding: 12px;

    transform: translateX(-10px);
    opacity: 0;
    pointer-events: none;

    transition: transform 0.25s ease, opacity 0.2s ease;
}

.shrimp-status.tab-open .shrimp-tab-panel {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}



.shrimp-status.tab-open .shrimp-tab-panel {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.shrimp-badges-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.shrimp-badges-close {
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    line-height: 1;
    font-weight: 400;

    color: #6b7280;
    /* subtle gray */
    border-radius: 50%;

    transition: background 0.2s ease, color 0.2s ease;
}

.shrimp-badges-close:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #111;
}


.shrimp-badges-summary {
    display: flex;
    flex-direction: column;
}

.shrimp-badge-stat {
    border-radius: 10px;
    font-size: 12px;
    color: #18310b;
}

.shrimp-badges-group-title {
    font-weight: 600;
    font-size: 12px;
}

.shrimp-badges-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((150px - 12px * 2 - 6px * 5) / 6);
    gap: 6px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
}


.shrimp-badge {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;
}

.shrimp-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* not completed */
.shrimp-badge.is-locked {
    filter: grayscale(1);
    opacity: 0.35;
}


.shrimp-badges-header h6 {
    color: #18310b;
}

.shrimp-badges-group-title {
    padding-bottom: 2px;
}

.shrimp-badges-group {
    margin-bottom: 8px;
}

.shrimp-badges-grid {
    scrollbar-width: none;
}

.shrimp-badges-grid::-webkit-scrollbar {
    display: none;
}

.shrimp-badges-grid {
    mask-image: linear-gradient(to right,
            black 85%,
            transparent);
}






.shrimp-tab-content {
    display: none;
}

.shrimp-tab-content.active {
    display: block;
}



.shrimp-tab-header {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
}

.shrimp-tab-btn {

    border: none;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    color: #6b7280;
    padding: 0;
    margin: 0;
}

.shrimp-tab-btn.active {
    background: rgba(0, 0, 0, 0.12);
    color: #111;
}

.shrimp-tab-btn:hover {
    transform: scale(1.05);
}


.shrimp-tab-content {
    display: none;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.shrimp-tab-btn img {
    width: 16px;
    height: 16px;
    display: block;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

/* inactive */
.shrimp-tab-btn:not(.active) img {
    filter: brightness(0.4);
    opacity: 0.8;
}

/* active */
.shrimp-tab-btn.active img {
    filter: brightness(1);
    opacity: 1;
}


.shrimp-base {
    width: 100%;
    height: 100%;
    inset: 0;
}

.shrimp-armor {
    width: 100%;
    height: 100%;
    inset: 0;
}

.shrimp-weapon {
    width: 70%;
    top: 10%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.shrimp-aura {
    width: 140%;
    inset: 0;
}

.shrimp-weapon {
    position: absolute;

    width: 80%;
    /* size relative to shrimp */
    height: auto;

    top: 20%;
    /* vertical offset */
    left: 55%;
    /* horizontal offset */

    transform: translate(-50%, -50%);

    z-index: 5;
}

.hero-description {
    color: white;
    font-family: var(--font-body);

}


@media (max-width: 768px) {
    .news-image-wrap a {
        font-size: 10px;
        padding: 2px 6px;
    }

    .hero-description {
        text-align: center;
    }
}


/* Base */
a.header-cta {
    display: inline-block;
    padding: 10px 22px;
    background: #2d7f37;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;

    border: none !important;


    transition: background 0.15s ease, opacity 0.15s ease;

}

/* Visited */
a.header-cta:visited {
    color: #fff !important;
}

/* Hover */
a.header-cta:hover {
    background: #256c2e;
    color: #fff !important;
}

/* Click */
a.header-cta:active {
    opacity: 0.85;
}



/* Mobile smaller */
@media (max-width: 768px) {
    a.header-cta {
        padding: 5px 12px;
        font-size: 11px;
    }
}


@media (max-width: 991px) {

    .site-logo {
        height: 55px;
        width: 100%;

    }

    .header-nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Hide desktop menu */
    .main-menu {
        display: none;
    }

    /* Force logo to TRUE center */
    .logo-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 235px;
        height: 100%;
        top: -7px;
    }

    /* Keep sides normal */
    .header-left {
        z-index: 3;
    }

    .header-cta {
        z-index: 3;
    }

}






.btn.btn-primary {
    --color: #ffffff;
    --bg-color: #3c5fa6;
    color: var(--color);
    background-color: var(--bg-color);
    padding: 15px 40px 15px 40px;
    margin: 10px;
    font-size: 20px;
    font-family: 'Press Start 2P';
    shape-rendering: crispEdges;
    border: 0;
    box-shadow:
        0px 5px black,
        0px -5px black,
        5px 0px black,
        -5px 0px black,
        0px 10px #00000038,
        5px 5px #00000038,
        -5px 5px #00000038,
        inset 0px 5px #ffffff36;
    cursor: pointer;
}

@media (hover: hover) {
    .btn.btn-primary:hover {
        transform: translateY(3px);
        box-shadow:
            0px 5px black,
            0px -5px black,
            5px 0px black,
            -5px 0px black,
            inset 0px 5px #00000038;
    }
}

.btn.btn-primary:active {
    transform: translateY(3px);
    box-shadow:
        0px 5px black,
        0px -5px black,
        5px 0px black,
        -5px 0px black,
        inset 0px 5px #00000038;
}



a.header-cta {
    --color: #ffffff;
    --bg-color: #2d7f37;
    color: var(--color);
    background-color: var(--bg-color);
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-family: 'Press Start 2P';
    shape-rendering: crispEdges;
    border: 0;
    box-shadow:
        0px 5px black,
        0px -5px black,
        5px 0px black,
        -5px 0px black,
        0px 10px #00000038,
        5px 5px #00000038,
        -5px 5px #00000038,
        inset 0px 5px #ffffff36;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Desktop hover only */
@media (hover: hover) {
    a.header-cta:hover {
        box-shadow:
            0px 5px black,
            0px -5px black,
            5px 0px black,
            -5px 0px black,
            inset 0px 5px #00000038;
    }
}

/* Mobile + click press */
a.header-cta:active {
    box-shadow:
        0px 5px black,
        0px -5px black,
        5px 0px black,
        -5px 0px black,
        inset 0px 5px #00000038;
}




.shrimp-badges-group-title,
.shrimp-badge-stat,
.shrimp-custom-title {
    font-family: var(--font-heading);
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;

}

.shrimp-badge-stat {
    padding-bottom: 4px;
    text-align: left;
}

li.menu-item a {
    font-family: var(--font-heading);
}




.pixel-border {
    padding: 5px 7px 1px 7px !important;
    margin: 2px;
    font-family: var(--font-heading);
    shape-rendering: crispEdges;
    border: 0;
    box-shadow:
        0px 3px black,
        0px -3px black,
        3px 0px black,
        -3px 0px black,
        0px 5px #00000038,
        3px 3px #00000038,
        -3px 3px #00000038,
        inset 0px 3px #ffffff36;
    cursor: pointer;
    border-radius: unset !important;
    -webkit-tap-highlight-color: transparent;
}

/* Desktop only */
@media (hover: hover) {
    .pixel-border:hover {
        color: white;
        box-shadow:
            0px 3px black,
            0px -3px black,
            3px 0px black,
            -3px 0px black,
            inset 0px 3px #00000038;
    }
}

/* Mobile + click */
.pixel-border:active {
    color: white;
    box-shadow:
        0px 3px black,
        0px -3px black,
        3px 0px black,
        -3px 0px black,
        inset 0px 3px #00000038;
}


.news-image-wrap {
    padding: 2px 2px 1px 2px !important;
    margin: 2px;
    font-family: var(--font-heading);
    shape-rendering: crispEdges;
    border: 0;
    box-shadow:
        0px 3px black,
        0px -3px black,
        3px 0px black,
        -3px 0px black,
        0px 5px #00000038,
        3px 3px #00000038,
        -3px 3px #00000038,
        inset 0px 3px #ffffff36;
    cursor: pointer;
    border-radius: unset !important;
}

.tutorial-limited-label {
    font-size: 8px !important;
}


.category-btn {
    padding: 5px 7px 1px 7px !important;
    margin: 2px;
    font-family: var(--font-heading) !important;
    shape-rendering: crispEdges;
    border: 0;
    box-shadow:
        0px 3px black,
        0px -3px black,
        3px 0px black,
        -3px 0px black,
        0px 5px #00000038,
        3px 3px #00000038,
        -3px 3px #00000038,
        inset 0px 3px #ffffff36;
    cursor: pointer;
    background: #2d7f37;
    color: white;
    font-size: 15px;
    border-radius: 6px !important;
    -webkit-tap-highlight-color: transparent;
}

/* Desktop only */
@media (hover: hover) {
    .category-btn:hover {
        color: white;
        box-shadow:
            0px 5px black,
            0px -5px black,
            5px 0px black,
            -5px 0px black,
            inset 0px 5px #00000038;
    }
}

/* Mobile + click */
.category-btn:active {
    color: white;
    box-shadow:
        0px 5px black,
        0px -5px black,
        5px 0px black,
        -5px 0px black,
        inset 0px 5px #00000038;
}



.category-btn a {
    color: white;
}

.category-btn a:visited {
    color: white !important;
}

.category-btn a:hover {
    color: white;
}



.tags-btn {
    font-size: 8px !important;
}



.single-title {
    font-size: 45px !important;
}

:not(.btn-check)+.btn:active {

    border-color: #00000000 !important;

}


button.btn.btn-primary.rounded-0.subscribe-mail {
    margin: 0px !important;
    padding: 9px 20px 9px 20px !important;
    font-size: 14px;
    --bg-color: #2d7f37 !important;
}

.subscribe-wrap {
    text-align: center;
    padding: 0px 10% !important;

}

.subscribe-wrap form {
    padding-top: 30px !important;
}



@media (max-width: 768px) {

    .header-dark {
        padding: 16px 10px;
    }

    a.header-cta {
        padding: 7px 7px 5px 7px;
        font-size: 8px;
    }

    .post-tile {
        font-size: 18px;
    }

    .pixel-border {
        padding: 6px 4px 1px 4px !important;
        font-size: 7px !important;
        font-family: var(--font-body) !important;
        box-shadow: 0px 2px black, 0px -2px black, 2px 0px black, -2px 0px black, 0px 2px #00000038, 2px 2px #00000038, -2px 2px #00000038, inset 0px 2px #ffffff36;
    }

    .category-link {
        font-size: 12px;
    }

    .subscribe-wrap {

        padding: 30px 10% !important;
    }
}



h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading {
    font-family: var(--font-basic) !important;
}

.main-content h1,
.main-content h2,
.main-content h3 {
    font-family: var(--font-basic) !important;
}


.simple-p h1,
.simple-p h2,
.simple-p h3{
    font-family: var(--font-basic) !important;
}


.article-wrap {
    background: #f3f5ec;
    padding-bottom: 30px;
}

.main-content-wrapper {
    padding-top: 40px;
}

a.category-btn:visited {
    color: white !important;
}

.related-side-wrap .tag-btn {
    display: none;
}

.related-side-wrap h5 {
    font-family: var(--font-basic) !important;
}

.related-side-wrap .category-link {
    font-size: 12px;
}

.sidebar-title {
    padding: 10px 7px 8px 7px !important;
    font-family: var(--font-heading) !important;
    shape-rendering: crispEdges;
    border: 1px solid black;
    box-shadow: 0px 1px black, 0px -3px black, 3px 0px black, -3px 0px black, 0px 3px #00000038, 1px 1px #00000038, -1px 1px #00000038, inset 0px 1px #ffffff36;
    background: #2d7f37;
    color: white;
    font-size: 15px;
    border-radius: 6px !important;
    -webkit-tap-highlight-color: transparent;
    line-height: 23px;
}



.sidebar-shrimp {
    position: relative;
    min-height: 120px;
}

.shrimp-skeleton {
    background: #e5e5e5;
    border-radius: 6px;
    margin-bottom: 10px;
    animation: pulse 1.2s infinite ease-in-out;
}

.shrimp-skeleton.title {
    width: 60%;
    height: 18px;
}

.shrimp-skeleton.line {
    width: 100%;
    height: 12px;
}

.shrimp-skeleton.short {
    width: 70%;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}


li.health-progress {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

ul.side-bar-shrimp {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-family: var(--font-heading) !important;
    font-size: 11px;
}

span.side-bar-sh-title {
    font-size: 12px;
}

a.back-home {
    text-decoration: underline !important;
}


.main-content figure.wp-block-image img {
    border-radius: 4px;
}

.how-to-number {
    font-family: var(--font-heading) !important;

}

li.health-hero-li {
    display: flex;
    gap: 5px;
    align-items: center;
}


.category-icon-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* makes it square */
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* keeps full image visible */
}

.menu-btn {
    position: relative;
    z-index: 1200;
}

#menuToggle {
    display: block;
    position: fixed;
    top: 24px;
    left: 16px;
    width: 50px;
    height: 25px;
    z-index: 3000;
}

#menuToggle input {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    cursor: pointer;

    z-index: 3;

    -webkit-touch-callout: none;
}

#menuToggle span {
    pointer-events: none;
}

#menuToggle {
    touch-action: manipulation;
}

#menuToggle span {
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;

    background: #f3f5ec;
    border-radius: 3px;

    transform-origin: 4px 0px;

    transition:
        transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        opacity 0.4s ease,
        background 0.4s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);

}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    transform: rotate(45deg) translate(2px, -1px);
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 1px);
}



/* =========================
   MOBILE MENU
========================= */

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;

    width: 280px;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;

    margin: -24px 0 0 -16px;
    padding: 110px 30px 40px;

    box-sizing: border-box;
    overflow-y: auto;
    list-style: none;

    background: #2d7f37;

    transform: translateX(-100%);
    transform-origin: 0% 0%;
    transition: transform 0.35s ease;

    z-index: 1;
    box-shadow: 8px 0 20px rgba(0, 0, 0, 0.25);
}

/* OPEN MENU */
#menuToggle input:checked~.mobile-menu {
    transform: translateX(0);
}

#menuToggle span {
    position: relative;
    z-index: 2;
}

/* MENU ITEMS */

.mobile-menu li {
    margin-bottom: 20px;
}

.mobile-menu-link {
    font-size: 18px;
    text-decoration: none;
}

.mobile-menu-item {
    margin-bottom: 20px;
}

.mobile-menu-link {
    font-size: 18px;
    text-decoration: none;
}

@media (max-width: 991px) {

    .main-menu {
        display: none;
    }

    .header-nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 235px;
        height: 100%;
        top: -7px;
    }

    .header-left {
        z-index: 3;
    }

    .header-cta {
        z-index: 3;
    }

}

@media (max-width: 991px) {

    .main-menu {
        display: none;
    }

    .header-nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo-link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 235px;
        height: 100%;
        top: -7px;
    }

    .header-left {
        z-index: 3;
    }

    .header-cta {
        z-index: 3;
    }

    ul.footer-menu {
        text-align: center;
        padding: 25px 0px;
        margin: 0px;
    }

    .footer-menu li {
        padding: 2px;

    }


}

.transition-opacity {
    transition: opacity .3s ease;
}



a.mobile-menu-link {
    font-family: var(--font-heading);
    color: white;
}



li.menu-item a {
    font-family: var(--font-heading);
}

.mobile-logo-link {
    padding-top: 100px;
}

li.mobile-menu-item:first-of-type {
    padding-top: 50px;
}





.mobile-menu-bot { position: absolute; bottom: 10%; left: 0; width: 100%; color: #f3f5ec; padding: 110px 30px 40px; }

 .simple-p {
   background-color: #f3f5ec;
 }

 .simple-p img {
  /* -webkit-mask-image: radial-gradient(circle at top left, white 75%, transparent 100%);
  mask-image: radial-gradient(circle at top left, white 75%, transparent 100%); */
  border-radius: 6px;
}

.main-content a {
    color:var(--bs-body-color);;
}








.timeline__heading {
   position: relative;
   font-family: 'Bungee Shade', cursive;
   font-size: 4rem;
   color: black;
   text-align: center;
}

.timeline__section,
.timeline__point {
   &::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);

      @media (max-width: 767px) {
         display: none;
      }
   }
}

.timeline__section {
   position: relative;

   &::after {
      top: 0;
      bottom: 0;
      width: 3px;
      background: black;
   }
}

.timeline__point {
   position: relative;

   &::after { 
      width: 20px;
      height: 20px;
      background: white;
      border: 4px solid black;
      border-radius: 50%;
      z-index: 1;
   }
}

.timeline__gutter {
   margin-left: 30px;
   margin-right: 30px;

   > [class^="col-"] {
      padding-left: 30px;
      padding-right: 30px;
   }
}

.timeline__title {
   color: #FFE104;
   text-transform: uppercase;
}

.timeline__text {
   color: #FFF;
}

.timeline__img {
   display: block;
   width: 150px;
}

section.timeline {
    background: #f3f5ec;
}

section.timeline h2 {
        font-family: var(--font-heading);
        color:#18310b;
        padding-bottom:15px;
}
section.timeline p {
    color:#18310b;
}

.timeline__text {
    font-family: var(--font-heading);
}


span.lg-time {
        font-family: var(--font-body) !important;
        color:white;
        font-size:14px;
}