.movable {
    touch-action: none;
    cursor: grab;
    user-select: none;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.movable:hover {
    transform: translateY(-1px);
}

.post-it-pink {
    z-index: 27;
    inset: 305.588px auto auto -64.4202px;
    background: #f3bcc8;
    box-shadow: var(--shadow-sm);
}

.post-it-blue {
    z-index: 30;
    inset: 311.633px auto auto 286.818px;
    background: #bfd7e8;
    box-shadow: var(--shadow-sm);
}

.post-it-green {
    z-index: 31;
    inset: 186.063px auto auto 575.968px;
    background: #cbe2c7;
    box-shadow: var(--shadow-sm);
}

.coming-soon-badge {
    display: inline-block;
    padding: 4px 10px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.5);
    border: 1.5px solid var(--ink);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-it p {
    margin: 0 0 12px;
    font-family: "Reenie Beanie", "Bradley Hand", "Segoe Print", cursive;
    font-size: 18px;
    line-height: 1.1;
}

.post-it-challenge {
    z-index: 30;
    inset: 300px auto auto 180px;
    width: 320px;
}

.challenge-days {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.day-chip {
    display: inline-block;
    padding: 4px 10px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    background: #fff;
    border: 1.5px solid var(--ink);
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.day-chip:hover {
    background: #f7f7f7;
}

@media (max-width: 700px) {
    .soon-body {
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        height: auto;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .view-toggle {
        top: calc(18px + env(safe-area-inset-top, 0px));
    }

    .soon-desk {
        height: auto;
        min-height: 1080px;
        overflow: visible;
        align-items: start;
        padding: 80px 0 120px;
        padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
    }

    .soon-paper {
        height: 500px;
    }

    .soon-paper {
        transform: none;
        box-shadow: var(--shadow-md);
    }

    .soon-copy {
        left: 28px;
        top: 42px;
        max-width: calc(100% - 56px);
    }

    .soon-copy h1 {
        font-size: 68px;
    }

    .soon-copy p:last-child {
        font-size: 18px;
    }

    .post-it-pink {
        z-index: 27;
        inset: 172px auto auto 24px;
        transform: none;
    }

    .post-it-blue {
        z-index: 26;
        inset: 342px auto auto 92px;
        transform: none;
    }

    .post-it-challenge {
        inset: 318px auto auto 64px;
        width: 286px;
        transform: none;
    }

    .post-it-green {
        z-index: 25;
        inset: 556px auto auto 24px;
        transform: none;
    }
}

@media (max-width: 480px) {
    .soon-desk {
        min-height: 1000px;
    }

    .soon-paper {
        width: 380px;
        height: 310px;
    }

    .soon-copy {
        left: 20px;
        top: 32px;
    }

    .soon-copy h1 {
        font-size: 50px;
        margin: 4px 0 8px;
    }

    .soon-copy p:last-child {
        font-size: 14px;
    }

    .drawing-kicker {
        font-size: 12px;
    }

    .post-it-pink {
        inset: 172px auto auto 18px;
    }

    .post-it-blue {
        inset: 342px auto auto 74px;
    }

    .post-it-challenge {
        inset: 318px auto auto 48px;
        width: 268px;
    }

    .post-it-green {
        inset: 556px auto auto 18px;
    }
}

@media (max-width: 380px) {
    .soon-desk {
        min-height: 920px;
    }

    .soon-paper {
        width: 330px;
        height: 270px;
    }

    .soon-copy {
        left: 16px;
        top: 28px;
    }

    .soon-copy h1 {
        font-size: 42px;
    }

    .soon-copy p:last-child {
        font-size: 12px;
    }

    .post-it-pink {
        inset: 156px auto auto 14px;
    }

    .post-it-blue {
        inset: 314px auto auto 64px;
    }

    .post-it-challenge {
        inset: 292px auto auto 36px;
        width: 240px;
    }

    .post-it-green {
        inset: 506px auto auto 14px;
    }
}

@media (orientation: landscape) and (max-height: 600px) {
    .soon-body {
        height: auto;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }

    .soon-desk {
        height: auto;
        min-height: 1080px;
        overflow: visible;
        align-items: start;
        padding: 92px 0 120px;
        padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
    }

    .soon-paper {
        height: 500px;
        transform: none;
    }

    .post-it-pink {
        inset: 172px auto auto 24px;
    }

    .post-it-blue {
        inset: 342px auto auto 92px;
    }

    .post-it-challenge {
        inset: 318px auto auto 64px;
        width: 286px;
    }

    .post-it-green {
        inset: 556px auto auto 24px;
    }

    .view-toggle {
        left: auto;
        right: max(12px, env(safe-area-inset-right, 0px));
        top: calc(12px + env(safe-area-inset-top, 0px));
        transform: none;
        padding: 6px 8px 4px;
    }
}

/* Shared layout/styles for individual blog post pages */
.blog-post-body.soon-body {
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
}

.blog-post-desk.soon-desk {
    height: auto;
    overflow: visible;
    padding: 2rem;
}

.blog-post-desk {
    display: block;
    width: min(100%, 980px);
    min-height: 100vh;
    margin: 0 auto;
}

.blog-post-paper.soon-paper {
    width: min(100%, 600px);
    max-width: 600px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
}

.blog-post-content {
    max-width: none;
    margin: 0 auto;
    padding: 2rem;
    padding-bottom: 1rem;
}

.blog-post-content h1 {
    font-family: "Reenie Beanie", cursive;
    font-size: 2.5rem;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

.blog-post-content .date {
    font-size: 0.875rem;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.blog-post-content h2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--primary-green);
}

.blog-post-content p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.blog-post-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.blog-post-content li {
    margin-bottom: 0.5rem;
}

.blog-post-content .highlight {
    background: var(--accent-green);
    padding: 0.125rem 0.25rem;
    border-radius: 2px;
}

.blog-post-content .back-link {
    display: inline-block;
    margin-top: 2rem;
    color: var(--primary-green);
    text-decoration: underline;
}

.blog-post-list {
    position: relative;
    min-height: 430px;
    margin: -6px auto 0;
    padding-bottom: 4rem;
    width: min(100%, 980px);
}

.blog-post-item {
    position: relative;
    width: 245px;
    min-height: 190px;
    padding: 32px 20px 18px;
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-post-work {
    position: absolute;
    inset: -390.912px auto auto 733.815px;
}

.blog-post-small {
    position: absolute;
    inset: -38.8053px auto auto 401.044px;
}

.blog-post-big {
    position: absolute;
    inset: -103.045px auto auto 738.896px;
}

.blog-post-item h3 {
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 8px;
}

.blog-post-item ol,
.blog-post-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Reenie Beanie", "Bradley Hand", "Segoe Print", cursive;
    font-size: 21px;
    line-height: 1.05;
}

.blog-post-item li {
    margin-bottom: 4px;
}

.blog-post-item strong {
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
}

.blog-post-todo li {
    position: relative;
    padding-left: 18px;
}

.blog-post-todo li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1.5px solid var(--ink);
    background: rgba(255, 255, 255, 0.24);
}

.blog-post-number {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 700;
    margin-right: 7px;
    border: 1.5px solid var(--ink);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.24);
}

.blog-post-item.post-it-pink {
    transform: none;
}

.blog-post-item.post-it-green {
    transform: none;
}

.blog-post-item.post-it-green.blog-post-big {
    transform: none;
}

.blog-post-item .tape {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 60px;
    height: 20px;
    background: #e5dcc9;
    border-left: 1px solid rgba(43, 33, 24, 0.08);
    border-right: 1px solid rgba(43, 33, 24, 0.08);
    transform: translateX(-50%);
}

.tool-card {
    position: relative;
    display: block;
    margin: 1.25rem 0 1.5rem;
    padding: 14px 16px;
    width: fit-content;
    max-width: 260px;
    background: var(--card);
    border: 2px solid var(--ink);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    text-decoration: none;
    transform: none;
}

.tool-card .card-pin {
    left: 22px;
}

.tool-card span:last-child {
    display: inline-block;
    margin-top: 8px;
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .blog-post-desk.soon-desk {
        padding: 1rem;
    }

    .blog-post-list {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        min-height: 0;
        margin-top: 2rem;
        align-items: center;
    }

    .blog-post-work,
    .blog-post-small,
    .blog-post-big {
        position: relative;
        inset: auto;
    }
}
