/* ═══════════════════════════════════════════════════════════════════
   BAKERY ILLUSTRATION SECTION STYLES
   Prefix: bk-
   ═══════════════════════════════════════════════════════════════════ */

.bk-our-story-section {
    padding: 80px 0;
    background-color: var(--clr-off-white);
    overflow: hidden;
}

.bk-story-container {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.bk-story-content {
    flex: 1;
    z-index: 2;
}

.bk-story-content .section-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(213, 5, 5, 0.1);
    color: #d50505;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bk-story-content h2 {
    font-family: var(--font-heading);
    font-size: 42px;
    color: var(--clr-text);
    margin-bottom: 25px;
    line-height: 1.2;
}

.bk-story-content p {
    font-size: 18px;
    color: var(--clr-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.bk-story-illustration {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

@media (max-width: 1024px) {
    .bk-story-container {
        flex-direction: column;
        text-align: center;
    }

    .bk-story-content {
        max-width: 800px;
    }

    .bk-illustration-wrap {
        transform: scale(0.9);
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .bk-story-content h2 {
        font-size: 32px;
    }

    .bk-illustration-wrap {
        transform: scale(0.7);
    }
}

@media (max-width: 480px) {
    .bk-illustration-wrap {
        transform: scale(0.55);
        margin-left: 2px;
        /* Offset for better centering at small scales */
    }
}

/* ─── CSS Illustration ────────────────────────────────────────────────── */

.bk-illustration {
    width: 530px;
    height: 450px;
    position: relative;
}

/* Animations */
@keyframes bk-ground-animation-reveal {
    0% {
        bottom: -10px;
        opacity: 0;
    }

    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes bk-lantern-animation-reveal {
    0% {
        bottom: 29.5px;
        opacity: 0;
    }

    100% {
        bottom: 9.5px;
        opacity: 1;
    }
}

@keyframes bk-base-animation {
    0% {
        opacity: 0;
        bottom: 40px;
        transform: rotate(5deg);
    }

    30% {
        opacity: 1;
        bottom: 13.33px;
        transform: rotate(10deg);
    }

    100% {
        opacity: 1;
        bottom: 0;
        transform: rotate(0deg);
    }
}

@keyframes bk-basic-walls-animation {
    0% {
        transform: translateX(-50%) scale(1.3);
        opacity: 0;
    }

    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
}

@keyframes bk-basic-bricks-animation {
    0% {
        transform: scale(0, 1);
        opacity: 0;
    }

    1% {
        transform: scale(0, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes bk-basic-roof-animation {
    0% {
        opacity: 0;
        transform: scale(1, 0);
    }

    30% {
        opacity: 1;
        transform: scale(1, .3);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes bk-bottom-chimney-animation {
    0% {
        bottom: 25px;
        opacity: 0;
    }

    20% {
        bottom: 30px;
        opacity: 1;
    }

    100% {
        bottom: 75px;
        opacity: 1;
    }
}

@keyframes bk-top-chimney-animation {
    0% {
        top: -88.4px;
        transform: rotate(0deg);
        opacity: 0;
    }

    20% {
        top: -81.6px;
        opacity: 1;
    }

    100% {
        top: -68px;
        opacity: 1;
    }
}

@keyframes bk-front-walls-animation {
    0% {
        transform: scale(.3);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bk-front-shadow-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bk-front-bricks-animation {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    20% {
        opacity: 1;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bk-door-animation {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(1.3);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) scale(1.3);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes bk-door-decorations-animation {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(1, 0);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) scale(1, 0);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
}

@keyframes bk-door-sign-animation {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(15deg);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) rotate(15deg);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(0deg);
    }
}

@keyframes bk-roof-add-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bk-roof-decoration-animation {
    0% {
        opacity: 0;
        transform: scale(0, 1);
    }

    20% {
        opacity: 1;
        transform: scale(0, 1);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

@keyframes bk-main-sign-animation {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    20% {
        opacity: 1;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bk-main-sign-animation2 {
    0% {
        text-shadow: -4px 4px 0 rgba(0, 0, 0, .35), 0px 0px 0px rgba(255, 255, 255, .85);
    }

    100% {
        text-shadow: -4px 4px 0 rgba(0, 0, 0, .75), 0px 0px 35px rgba(255, 255, 255, .85);
    }
}

@keyframes bk-bottom-roof-animation {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    20% {
        opacity: 1;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bk-window-left-animation {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    20% {
        opacity: 1;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bk-window-right-animation {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    20% {
        opacity: 1;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bk-cake-plate {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    20% {
        opacity: 1;
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bk-cake-bottom-animation {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(35deg);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) rotate(35deg);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(0deg);
    }
}

@keyframes bk-cake-top-animation {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(-35deg);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) rotate(-35deg);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) rotate(0deg);
    }
}

@keyframes bk-shelf-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bk-donut-animation {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    20% {
        opacity: 1;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bk-dessert-animation {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    20% {
        opacity: 1;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bk-smoke-big-animation {
    0% {
        left: 37px;
        top: 34px;
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    20% {
        left: 55.5px;
        top: 27.2px;
        opacity: 1;
        transform: scale(1.3) rotate(10deg);
    }

    35% {
        left: 66.6px;
        top: 17px;
        opacity: .8;
        transform: scale(1.5) rotate(0deg);
    }

    50% {
        left: 74px;
        top: 10.2px;
        opacity: .5;
        transform: scale(1.8) rotate(-10deg);
    }

    65% {
        left: 88.8px;
        top: 6.8px;
        opacity: .3;
        transform: scale(2.2) rotate(0deg);
    }

    80% {
        left: 96.2px;
        top: 3.4px;
        opacity: 0;
        transform: scale(2.5) rotate(0deg);
    }

    100% {
        left: 96.2px;
        top: 3.4px;
        opacity: 0;
        transform: scale(2.5) rotate(0deg);
    }
}

@keyframes bk-smoke-small-animation {
    0% {
        left: 20px;
        top: 42px;
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }

    30% {
        left: 20px;
        top: 33.6px;
        opacity: 0;
        transform: scale(1) rotate(0deg);
    }

    35% {
        left: 26px;
        top: 33.6px;
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    50% {
        left: 34px;
        top: 21px;
        opacity: 1;
        transform: scale(1.5) rotate(-10deg);
    }

    65% {
        left: 42px;
        top: 12.6px;
        opacity: 1;
        transform: scale(1.8) rotate(0deg);
    }

    80% {
        left: 48px;
        top: 8.4px;
        opacity: 1;
        transform: scale(2.1) rotate(10deg);
    }

    100% {
        left: 56px;
        top: 4.2px;
        opacity: 0;
        transform: scale(2.5) rotate(0deg);
    }
}

/* ─── Ground ──────────────────────────────────────────────────────────── */
.bk-ground {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 9px;
    width: 100%;
    opacity: 0;
    background-color: #3c1d0a;
    animation: bk-ground-animation-reveal .3s linear .5s 1 forwards;
}

/* ─── Lantern ─────────────────────────────────────────────────────────── */
.bk-lantern {
    position: absolute;
    bottom: 29px;
    left: 10px;
    width: 35px;
    height: 207px;
    opacity: 0;
    animation: bk-lantern-animation-reveal .3s cubic-bezier(0.39, 1.4, 0.15, 1.3) .9s 1 forwards;
}

.bk-lantern__bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    height: 60px;
    background-color: #d40607;
    transform: translateX(-50%);
}

.bk-lantern__bottom:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 45%;
    height: 100%;
    background-color: #ae0807;
}

.bk-lantern__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-color: #f47a79;
    border-radius: 50%;
}

.bk-lantern__top:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    background-color: #fff;
    border-radius: 50%;
}

.bk-lantern__middle {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 5px;
    height: calc(100% - 60px - 35px);
    background-color: #ae0807;
    transform: translateX(-50%);
}

.bk-lantern__middle:before {
    position: absolute;
    top: -2px;
    left: 50%;
    content: '';
    display: block;
    width: 205%;
    height: 5px;
    background-color: inherit;
    border-radius: 20px;
    transform: translateX(-50%);
}

/* ─── Bakery Building ─────────────────────────────────────────────────── */
.bk-bakery {
    position: absolute;
    bottom: 9px;
    right: 7px;
    width: 465px;
    height: 444px;
}

.bk-bakery__base {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 12px;
    opacity: 0;
    transform: rotate(5deg);
    transform-origin: right center;
    background-color: #621b1b;
    animation: bk-base-animation .3s ease-out 1.05s 1 forwards;
}

.bk-bakery__walls-basic {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 445px;
    height: 228px;
    opacity: 0;
    z-index: 2;
    background-color: #f57977;
    transform: translateX(-50%) scale(1.3);
    animation: bk-basic-walls-animation .35s linear 1.45s 1 forwards;
}

.bk-bakery__walls-basic:after {
    position: absolute;
    bottom: 0;
    left: -3px;
    content: '';
    display: block;
    width: calc(100% + 6px);
    height: 46px;
    opacity: 0;
    transform: scale(0, 1);
    background-image:
        linear-gradient(to right, #681d1d 0, #681d1d 25px, transparent 25px),
        linear-gradient(to right, #681d1d 0, #681d1d 25px, transparent 25px),
        linear-gradient(to right, #681d1d 0, #681d1d 25px, transparent 25px),
        linear-gradient(to right, #681d1d 0, #681d1d 25px, transparent 25px);
    background-size: 27px 11px;
    background-position: 0 0, -5px 13px, -10px 26px, -15px 39px;
    background-repeat: repeat-x;
    animation: bk-basic-bricks-animation .35s linear 2.4s 1 forwards;
}

.bk-bakery__roof-basic {
    position: absolute;
    bottom: 240px;
    left: -32px;
    height: 180px;
    width: 460px;
}

.bk-bakery__roof-basic:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
    width: calc(100% - 250px);
    border-bottom: 180px solid #b10909;
    border-left: 250px solid transparent;
    animation: bk-basic-roof-animation .35s linear 1.85s 1 forwards;
}

.bk-bakery__chimney {
    position: absolute;
    bottom: 0;
    width: 92px;
    height: 184px;
}

.bk-bakery__chimney:before {
    position: absolute;
    bottom: -75px;
    left: -46.25px;
    content: '';
    display: block;
    width: 156px;
    height: 92px;
    opacity: 0;
    border-right: 25px solid #671919;
    border-bottom: 25px solid #671919;
    transform: rotate(90deg) skew(-20deg);
    box-sizing: border-box;
    animation: bk-bottom-chimney-animation .35s linear 2.1s 1 forwards;
}

.bk-bakery__chimney:after {
    position: absolute;
    top: -102px;
    left: -13px;
    content: '';
    display: block;
    width: 42.5px;
    height: 30px;
    opacity: 0;
    transform: rotate(0deg);
    border-right: 42.5px solid transparent;
    border-bottom: 25px solid #671919;
    box-sizing: border-box;
    animation: bk-top-chimney-animation .35s linear 2.1s 1 forwards;
}

.bk-bakery__front-part {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 378.25px;
    height: 100%;
    opacity: 0;
    transform: scale(.3);
    background-color: #ffb97e;
    z-index: 3;
    animation: bk-front-walls-animation .35s cubic-bezier(0, 1.73, 0.99, 1.01) 2.7s 1 forwards;
}

.bk-bakery__front-part:after {
    position: absolute;
    bottom: 0;
    left: -3px;
    content: '';
    display: block;
    width: calc(100% + 6px);
    height: 46px;
    opacity: 0;
    background-image:
        linear-gradient(to right, #db0706 0, #db0706 25px, #591719 25px),
        linear-gradient(to right, #db0706 0, #db0706 25px, #591719 25px),
        linear-gradient(to right, #db0706 0, #db0706 25px, #591719 25px),
        linear-gradient(to right, #db0706 0, #db0706 25px, #591719 25px);
    border-top: 2px solid #591719;
    background-color: #591719;
    background-size: 27px 11px;
    background-position: 0 0, -5px 13px, -10px 26px, -15px 39px;
    background-repeat: repeat-x;
    transform: translateX(50px);
    animation: bk-front-bricks-animation .3s linear 3.2s 1 forwards;
}

.bk-bakery__front-part:before {
    position: absolute;
    bottom: 46px;
    left: -66.75px;
    content: '';
    display: block;
    width: 66.75px;
    height: 182px;
    opacity: 0;
    border-top: 182px solid #c96361;
    border-left: 66.75px solid transparent;
    box-sizing: border-box;
    animation: bk-front-shadow-animation .2s linear 3s 1 forwards;
}

.bk-bakery__door {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 97px;
    height: 190px;
    opacity: 0;
    border: 14px solid #c2682a;
    border-bottom: 22px solid #c2682a;
    background-image: linear-gradient(45deg, transparent 0, transparent 20px, #67291c 20px, #67291c 29px, transparent 29px, transparent 40px, #67291c 40px, #67291c 60px, transparent 60px);
    background-color: #401d0a;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transform: translateX(-50%) scale(1.3);
    z-index: 4;
    animation: bk-door-animation .3s linear 4.7s 1 forwards;
}

.bk-bakery__door:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    width: 65%;
    height: 100%;
    opacity: 0;
    transform: translateX(-50%) scale(1, 0);
    transform-origin: center center;
    border-left: 4px solid #c2682a;
    border-right: 4px solid #c2682a;
    background-image: linear-gradient(to top, transparent 0px, transparent 34px, #c2682a 34px, #c2682a 38px, transparent 38px);
    box-sizing: border-box;
    animation: bk-door-decorations-animation .3s linear 5s 1 forwards;
}

.bk-bakery__door:after {
    position: absolute;
    top: 30px;
    left: 50%;
    content: 'open';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 17px;
    opacity: 0;
    transform: translateX(-50%) rotate(15deg);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #45210d;
    background-color: #cacccc;
    animation: bk-door-sign-animation .3s linear 5.3s 1 forwards;
}

.bk-bakery__roof-front-part {
    position: absolute;
    top: 0;
    right: -41px;
    width: 406.25px;
    height: 213px;
    z-index: 10;
}

.bk-bakery__roof-top-block {
    position: absolute;
    top: 0;
    right: 41px;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.bk-bakery__roof-top-block:before {
    position: absolute;
    top: 0;
    left: 44.1px;
    content: '';
    display: block;
    opacity: 0;
    width: calc(100% - 225px);
    border-bottom: 99px solid #fc552b;
    border-left: 150px solid transparent;
    animation: bk-roof-add-animation .2s linear 4.5s 1 forwards;
}

.bk-bakery__roof-top-block:after {
    position: absolute;
    top: 0;
    left: 159.9px;
    content: '';
    display: block;
    opacity: 0;
    width: calc(100% - 120.75px);
    border-bottom: 99px solid #d50505;
    border-left: 37.5px solid transparent;
    border-right: 37.5px solid transparent;
    animation: bk-roof-add-animation .2s linear 4.3s 1 forwards;
}

.bk-bakery__roof-top-decorations {
    position: absolute;
    top: -3.5px;
    right: 0;
    width: 211px;
}

.bk-bakery__roof-top-decorations:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    display: block;
    height: 7px;
    width: 100%;
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    background-color: #f87472;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    animation: bk-roof-decoration-animation .3s linear 4s 1 forwards;
}

.bk-bakery__roof-main-sign {
    position: absolute;
    top: 20px;
    left: 200px;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transform: translateY(-20px);
    animation: bk-main-sign-animation .4s cubic-bezier(0.14, 1.29, 0, 1.07) 8s 1 forwards;
}

.bk-bakery__roof-main-sign p {
    font-family: 'Rammetto One', cursive;
    font-size: 28px;
    color: #fcdb7a;
    text-shadow: -4px 4px 0 rgba(0, 0, 0, .35), 0px 0px 0px rgba(255, 255, 255, .85);
    animation: bk-main-sign-animation2 1.4s linear 8.4s infinite alternate;
    margin: 0;
}

.bk-bakery__roof-bottom-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 119px;
    border-top: 10px solid #641c1d;
    box-sizing: border-box;
    opacity: 0;
    z-index: 10;
    transform: translateY(-50px);
    animation: bk-bottom-roof-animation .35s cubic-bezier(1, -0.55, 1, 1.36) 3.6s 1 forwards;
}

.bk-bakery__roof-bottom-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 9.25px);
    background-image:
        linear-gradient(to right, #fc552b 0, #fc552b 37px, #fedc7b 37px, #fedc7b 74px),
        linear-gradient(to right, transparent 0, transparent 5%, #fff 30%, #fff 60%, transparent 95%),
        radial-gradient(circle, #d50505 18.5px, transparent 0),
        radial-gradient(circle, #fe9933 18.5px, transparent 0);
    background-size: 74px 75px, 100% 3px, 74px 37px, 74px 37px;
    background-position: 0 0, 0 74px, -18.5px 56.5px, 18.5px 56.5px;
    background-repeat: repeat-x, no-repeat, repeat-x, repeat-x;
    content: '';
    display: block;
    z-index: 10;
}

.bk-bakery__roof-bottom-block:after {
    position: absolute;
    bottom: 6px;
    left: 50%;
    content: '';
    display: block;
    width: 378.25px;
    height: 37px;
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #af835c 18.5px, transparent 0);
    background-size: 37px 65.75px;
    background-repeat: repeat-x;
    background-position: 29.13px -13.2px;
    z-index: 8;
}

/* ─── Windows ─────────────────────────────────────────────────────────── */
.bk-bakery__window {
    position: absolute;
    top: 63px;
    width: 117px;
    height: 102px;
    box-sizing: border-box;
    background-color: #3f1c09;
    border: 6.5px solid #c2682a;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}

.bk-bakery__window--left {
    left: 41px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateX(-30px);
    animation: bk-window-left-animation .3s ease-out 5.8s 1 forwards;
}

.bk-bakery__window--right {
    right: 41px;
    opacity: 0;
    transform: translateX(30px);
    background-image: linear-gradient(-135deg, transparent 0, transparent 40px, #67291c 40px, #67291c 58px, transparent 58px, transparent 68px, #67291c 68px, #67291c 76px, transparent 76px);
    animation: bk-window-right-animation .3s ease-out 5.8s 1 forwards;
}

/* ─── Interior Details ─────────────────────────────────────────────────── */
.bk-cake {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 64px;
    transform: translateX(-50%);
}

.bk-cake:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    opacity: 0;
    transform: scale(.5);
    width: 100%;
    height: 4px;
    background-color: #cdcccb;
    animation: bk-cake-plate .2s linear 6.3s 1 forwards;
}

.bk-cake__part {
    position: absolute;
    left: 50%;
    background-color: #fa7976;
}

.bk-cake__part:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
}

.bk-cake__part--bottom {
    bottom: 4px;
    width: 56px;
    height: 20px;
    opacity: 0;
    transform: translateX(-50%) rotate(35deg);
    transform-origin: right center;
    animation: bk-cake-bottom-animation .3s cubic-bezier(0.32, -0.18, 0.85, -0.47) 6.5s 1 forwards;
}

.bk-cake__part--bottom:after {
    border-left: 28px solid transparent;
    border-right: 28px solid #e07270;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #e07270;
}

.bk-cake__part--bottom:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-image: radial-gradient(circle, #fff 4px, transparent 0);
    background-size: 12px 8px;
    background-position: -2px 0;
    background-repeat: repeat-x;
}

.bk-cake__part--top {
    bottom: 24px;
    width: 40px;
    height: 22px;
    opacity: 0;
    transform: translateX(-50%) rotate(-35deg);
    transform-origin: left center;
    animation: bk-cake-top-animation .3s cubic-bezier(0.32, -0.18, 0.85, -0.47) 6.8s 1 forwards;
}

.bk-cake__part--top:after {
    border-left: 20px solid transparent;
    border-right: 20px solid #e07270;
    border-top: 11px solid transparent;
    border-bottom: 11px solid #e07270;
}

.bk-cake__part--top:before {
    position: absolute;
    top: -17px;
    left: 50%;
    content: '';
    display: block;
    width: 85%;
    height: 17px;
    transform: translateX(-50%);
    background-image: radial-gradient(circle, #fff 9.4px, transparent 0);
    background-size: 20.4px 34px;
    background-position: 17px 0;
    background-repeat: repeat-x;
}

.bk-shelf {
    width: calc(100% - 1px);
    height: 33.33%;
    box-sizing: border-box;
}

.bk-shelf--with-border {
    opacity: 0;
    border-bottom: 4px solid #844924;
    animation: bk-shelf-animation .2s linear 6.1s 1 forwards;
}

.bk-dessert-pack {
    position: relative;
    top: 4px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    height: calc(100% - 4px);
    margin: auto;
}

.bk-donut {
    position: relative;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    opacity: 0;
    background-color: #f57877;
    border-radius: 50%;
    transform: translateY(-15px);
    animation: bk-donut-animation .2s linear 1 forwards;
}

.bk-donut:before {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    background-color: #3f1c09;
    border-radius: 50%;
}

.bk-donut:nth-child(2n) {
    background-color: #feb880;
}

.bk-donut:first-child {
    margin-left: 12px;
    right: 0;
    animation-delay: 7.1s;
}

.bk-donut:nth-child(2) {
    right: 3px;
    animation-delay: 7.15s;
}

.bk-donut:nth-child(3) {
    right: 6px;
    animation-delay: 7.2s;
}

.bk-donut:nth-child(4) {
    right: 9px;
    animation-delay: 7.25s;
}

.bk-donut:nth-child(5) {
    right: 12px;
    animation-delay: 7.3s;
}

.bk-dessert {
    position: relative;
    margin-right: 6px;
    transform: scale(0);
    animation: bk-dessert-animation .2s linear 1 forwards;
}

.bk-dessert:last-child {
    margin-right: 0;
}

.bk-dessert-pack--bigger-dimension .bk-dessert {
    margin-right: 10px;
}

.bk-dessert--1 {
    width: 20px;
    height: 12px;
    opacity: 0;
    background-color: #c49e78;
    background-image: linear-gradient(to bottom, transparent 0, transparent 6px, #a52e2a 0);
    animation-delay: 7.45s;
}

.bk-dessert--1:before {
    position: absolute;
    top: -4px;
    left: 50%;
    content: '';
    display: block;
    width: 10px;
    height: 4px;
    background-color: #b93032;
    border-radius: 50%/5px 50% 0 0;
    transform: translateX(-50%);
    z-index: 3;
}

.bk-dessert--1:after {
    position: absolute;
    top: -4px;
    left: calc(50% + 3px);
    content: '';
    display: block;
    width: 6px;
    height: 4px;
    background-color: #4d9240;
    border-radius: 50%/4px 50% 0 0;
    z-index: 2;
}

.bk-dessert--2 {
    width: 24px;
    height: 12px;
    opacity: 0;
    background-color: #c58d29;
    background-image: linear-gradient(to bottom, transparent 0, transparent 4px, #994a40 0, #994a40 7px, #c4635d 0, #994a40 10px, #5a1f15 0);
    animation-delay: 7.55s;
}

.bk-dessert--2:before {
    position: absolute;
    top: -7px;
    left: 50%;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #a50f39;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.bk-dessert--2:after {
    position: absolute;
    top: -5px;
    left: calc(50% + 3px);
    content: '';
    display: block;
    width: 8px;
    height: 3px;
    background-color: #4d9240;
    border-radius: 50% 0 50% 0;
    z-index: 2;
}

.bk-dessert--3 {
    width: 20px;
    height: 12px;
    opacity: 0;
    background-color: #ec9670;
    background-image: linear-gradient(to bottom, transparent 0, transparent 6px, #d61e20 0, #d61e20 9px, #5a1f15 0);
    animation-delay: 7.65s;
}

.bk-dessert--3:before,
.bk-dessert--3:after {
    content: '';
    display: block;
    background-color: #702012;
    border-radius: 50% 50% 0 0/4px 4px 0 0;
    transform: rotate(180deg);
}

.bk-dessert--3:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 4px;
}

.bk-dessert--3:after {
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 3px;
}

.bk-dessert--4 {
    width: 17px;
    height: 12px;
    opacity: 0;
    background-color: #88473f;
    background-image: linear-gradient(to right, transparent 0, transparent 3px, #fa7976 0, #fa7976 4px);
    background-size: 4px 100%;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    animation-delay: 7.75s;
}

.bk-dessert--4:before {
    position: absolute;
    top: -3.5px;
    left: 50%;
    width: 22px;
    height: 7px;
    content: '';
    display: block;
    background-color: #ee9850;
    border-radius: 50%;
    transform: translateX(-50%);
}

.bk-dessert--4:after {
    position: absolute;
    top: -5.5px;
    left: 50%;
    width: 12px;
    height: 6px;
    content: '';
    display: block;
    background-color: #ee9850;
    border-radius: 50%;
    transform: translateX(-50%);
}

.bk-dessert--5 {
    width: 17px;
    height: 12px;
    opacity: 0;
    background-color: #d5a892;
    background-image: linear-gradient(to right, transparent 0, transparent 3px, #9b5939 0, #9b5939 4px);
    background-size: 4px 100%;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    animation-delay: 7.85s;
}

.bk-dessert--5:before {
    position: absolute;
    top: -2.5px;
    left: 50%;
    width: 22px;
    height: 5px;
    content: '';
    display: block;
    background-color: #f57877;
    border-radius: 5px;
    transform: translateX(-50%);
}

.bk-dessert--5:after {
    position: absolute;
    top: -5px;
    left: 50%;
    width: 5px;
    height: 5px;
    content: '';
    display: block;
    background-color: #a50f39;
    border-radius: 5px;
    transform: translateX(-50%);
}

/* ─── Smoke ───────────────────────────────────────────────────────────── */
.bk-smoke {
    position: absolute;
    top: -80px;
    left: 0;
    width: 190px;
    height: 90px;
    z-index: 10;
}

.bk-smoke:before,
.bk-smoke:after {
    content: '';
    display: block;
    background-color: #cccccc;
    border-radius: 50%;
}

.bk-smoke:before {
    position: absolute;
    top: 34px;
    left: 37px;
    width: 26px;
    height: 13px;
    opacity: 0;
    animation: bk-smoke-big-animation 2s linear 8.5s infinite;
}

.bk-smoke:after {
    position: absolute;
    top: 42px;
    left: 20px;
    width: 16px;
    height: 8px;
    opacity: 0;
    animation: bk-smoke-small-animation 2s linear 8.5s infinite;
}