/* ==========================================================================
   KOPSOON CSS BUNDLE: kopsoon-home.css
   Generated for deployment bundling. Source files are kept for development.
   ========================================================================== */


/* ==========================================================================
   Source: uvp.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - UVP SECTION
   ========================================================================== */

.uvp-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fcfbf8 0%, #f6f2ec 100%);
    padding: 82px 0 92px;
    color: #2B231D;
}

.uvp-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.uvp-header {
    max-width: 900px;
    margin: 0 auto 36px;
    text-align: center;
}

.uvp-header-card {
    padding: 34px 42px;
    border-radius: 34px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 22px 46px rgba(59, 43, 34, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.uvp-header-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 56px rgba(59, 43, 34, 0.12);
    border-color: rgba(103, 163, 95, 0.20);
}

.uvp-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(103, 163, 95, 0.12);
    color: #5f9957;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.uvp-title {
    font-family: var(--font-heading);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.16;
    color: #2B231D;
    margin-bottom: 18px;
}

.uvp-description {
    max-width: 790px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    color: #4a413b;
}

.uvp-content {
    text-align: center;
    margin-top: 30px;
}

.uvp-content-card {
    padding: 10px 0 0;
}

.uvp-subtitle {
    font-family: var(--font-heading);
    font-size: clamp(30px, 2.6vw, 42px);
    font-weight: 800;
    line-height: 1.22;
    color: #2B231D;
    margin-bottom: 32px;
}

.uvp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 24px;
    max-width: 980px;
    margin: 0 auto;
}

.uvp-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 24px 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(250,246,240,0.98) 100%);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 18px 38px rgba(59, 43, 34, 0.07);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.uvp-item::before {
    content: '';
    position: absolute;
    top: -24px;
    right: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 163, 95, 0.14), rgba(103, 163, 95, 0));
}

.uvp-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
}

.uvp-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 50px rgba(59, 43, 34, 0.12);
    border-color: rgba(103, 163, 95, 0.20);
}

.uvp-check-icon {
    position: relative;
    width: 82px;
    height: 82px;
    border: 5px solid #7B543E;
    border-radius: 50%;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.76);
    box-shadow: 0 14px 24px rgba(66, 50, 40, 0.08);
    transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.uvp-check-icon::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 12px;
    width: 24px;
    height: 41px;
    border-right: 7px solid #7B543E;
    border-bottom: 7px solid #7B543E;
    transform: rotate(40deg);
    border-radius: 3px;
    transition: border-color 0.32s ease;
}

.uvp-item:hover .uvp-check-icon {
    transform: scale(1.06);
    border-color: #69a45f;
    background: #f6fbf4;
    box-shadow: 0 16px 28px rgba(103, 163, 95, 0.14);
}

.uvp-item:hover .uvp-check-icon::before {
    border-right-color: #69a45f;
    border-bottom-color: #69a45f;
}

.uvp-item h4 {
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
    color: #2B231D;
    margin-bottom: 10px;
}

.uvp-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5048;
    font-weight: 600;
    max-width: 240px;
}

/* DEKORASI KIRI */
.uvp-decoration-left {
    position: absolute;
    top: -190px;
    left: -170px;
    width: 430px;
    height: 430px;
    background: #ddd5cf;
    border-radius: 48% 52% 57% 43%;
    z-index: 1;
    opacity: 0.9;
}

.uvp-decoration-left::after {
    content: "";
    position: absolute;
    top: 36px;
    left: 120px;
    width: 260px;
    height: 520px;
    border-right: 12px solid rgba(123, 84, 62, 0.18);
    border-radius: 50%;
    transform: rotate(18deg);
}

/* DEKORASI GARIS KANAN */
.uvp-decoration-lines {
    position: absolute;
    right: -180px;
    bottom: -165px;
    width: 500px;
    height: 430px;
    border: 4px solid rgba(123, 84, 62, 0.18);
    border-radius: 48% 52% 42% 58%;
    z-index: 1;
}

.uvp-decoration-lines::before,
.uvp-decoration-lines::after {
    content: "";
    position: absolute;
    border: 4px solid rgba(123, 84, 62, 0.18);
    border-radius: 48% 52% 42% 58%;
}

.uvp-decoration-lines::before {
    inset: 34px;
}

.uvp-decoration-lines::after {
    inset: 68px;
}

/* TABLET */
@media (max-width: 992px) {
    .uvp-section {
        padding: 72px 0 80px;
    }

    .uvp-header-card {
        padding: 30px 26px;
        border-radius: 28px;
    }

    .uvp-description {
        font-size: 16px;
    }

    .uvp-grid {
        gap: 18px;
    }

    .uvp-item {
        padding: 26px 18px 24px;
        border-radius: 24px;
    }

    .uvp-check-icon {
        width: 72px;
        height: 72px;
    }

    .uvp-check-icon::before {
        left: 21px;
        top: 10px;
        width: 22px;
        height: 37px;
    }

    .uvp-item h4 {
        font-size: 21px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .uvp-section {
        padding: 58px 0 66px;
    }

    .uvp-header {
        margin-bottom: 26px;
    }

    .uvp-header-card {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .uvp-description {
        font-size: 15px;
        line-height: 1.72;
    }

    .uvp-subtitle {
        margin-bottom: 24px;
    }

    .uvp-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 360px;
    }

    .uvp-item {
        padding: 24px 18px 22px;
        border-radius: 22px;
    }

    .uvp-item h4 {
        font-size: 20px;
    }

    .uvp-item p {
        font-size: 14px;
    }

    .uvp-decoration-left {
        top: -230px;
        left: -230px;
        width: 390px;
        height: 390px;
    }

    .uvp-decoration-lines {
        right: -260px;
        bottom: -210px;
        width: 430px;
        height: 380px;
        opacity: 0.65;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .uvp-title {
        font-size: 28px;
    }

    .uvp-description {
        font-size: 14px;
    }

    .uvp-subtitle {
        font-size: 26px;
    }

    .uvp-check-icon {
        width: 66px;
        height: 66px;
    }

    .uvp-check-icon::before {
        left: 18px;
        top: 9px;
        width: 20px;
        height: 34px;
        border-right-width: 6px;
        border-bottom-width: 6px;
    }
}


/* ==========================================================================
   Source: product-options.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - PRODUCT OPTIONS SECTION
   ========================================================================== */

.product-options-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f7f0df 0%, #f2e8d6 100%);
    padding: 86px 0 88px;
    color: #2B231D;
}

.product-options-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.product-options-content {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 56px;
}

.product-options-text {
    position: relative;
    max-width: 620px;
    padding: 38px 40px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 22px 46px rgba(43, 35, 29, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.product-options-text::before {
    content: 'Pilihan Produk';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(103, 163, 95, 0.12);
    color: #5f9957;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.product-options-text:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 56px rgba(43, 35, 29, 0.12);
    border-color: rgba(103, 163, 95, 0.20);
}

.product-options-title {
    font-family: var(--font-heading);
    font-size: clamp(30px, 2.8vw, 44px);
    font-weight: 800;
    line-height: 1.16;
    color: #2B231D;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}

.product-options-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.product-option-item {
    position: relative;
    padding: 20px 22px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.80) 0%, rgba(248,242,232,0.96) 100%);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 12px 28px rgba(43, 35, 29, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.product-option-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
}

.product-option-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(43, 35, 29, 0.10);
    border-color: rgba(103, 163, 95, 0.18);
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(248,242,232,1) 100%);
}

.product-option-item h3 {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.28;
    color: #2B231D;
    margin-bottom: 6px;
}

.product-option-item p {
    max-width: 560px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    color: #4b423c;
}

/* VISUAL PRODUCT COLLAGE */
.product-options-visual {
    position: relative;
    min-height: 400px;
    border-radius: 34px;
}

.product-image {
    position: absolute;
    display: block;
    object-fit: cover;
    border-radius: 24px;
    padding: 8px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 18px 34px rgba(43, 35, 29, 0.12);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.product-image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 26px 48px rgba(43, 35, 29, 0.18);
    border-color: rgba(103, 163, 95, 0.18);
}

.product-image-top {
    top: 0;
    left: 70px;
    width: 206px;
    height: 166px;
    z-index: 3;
}

.product-image-right {
    top: 84px;
    right: 8px;
    width: 226px;
    height: 176px;
    z-index: 4;
}

.product-image-bottom {
    left: 92px;
    bottom: 0;
    width: 262px;
    height: 166px;
    z-index: 2;
}

/* DEKORASI LINGKARAN ATAS */
.product-options-decoration-top {
    position: absolute;
    top: -270px;
    right: 230px;
    width: 520px;
    height: 520px;
    background: #cdbfaa;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.82;
}

.product-options-decoration-top::before,
.product-options-decoration-top::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 8px solid rgba(123, 84, 62, 0.16);
}

.product-options-decoration-top::before {
    inset: -36px;
}

.product-options-decoration-top::after {
    inset: -78px;
}

/* DEKORASI BENTUK KIRI BAWAH */
.product-options-decoration-left {
    position: absolute;
    left: -38px;
    bottom: -18px;
    width: 290px;
    height: 220px;
    z-index: 1;
    opacity: 0.48;
}

.product-options-decoration-left::before,
.product-options-decoration-left::after {
    content: "";
    position: absolute;
    background: #b7a893;
    border-radius: 80% 20% 75% 25%;
    transform-origin: bottom center;
}

.product-options-decoration-left::before {
    width: 56px;
    height: 205px;
    left: 118px;
    bottom: 0;
    transform: rotate(8deg);
}

.product-options-decoration-left::after {
    width: 48px;
    height: 180px;
    left: 70px;
    bottom: 6px;
    transform: rotate(-48deg);
    opacity: 0.85;
}

.product-options-beans {
    position: absolute;
    right: 120px;
    bottom: 44px;
    width: 190px;
    height: 120px;
    z-index: 1;
    opacity: 0.38;
}

.product-options-beans::before {
    content: "";
    position: absolute;
    width: 28px;
    height: 46px;
    border: 4px solid #9a7b61;
    border-radius: 50%;
    transform: rotate(28deg);
    box-shadow:
        46px -22px 0 -2px transparent,
        46px -22px 0 0 #9a7b61,
        82px 10px 0 -2px transparent,
        82px 10px 0 0 #9a7b61,
        128px -18px 0 -2px transparent,
        128px -18px 0 0 #9a7b61,
        150px 20px 0 -2px transparent,
        150px 20px 0 0 #9a7b61;
}

.product-options-beans::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    width: 3px;
    height: 32px;
    background: #9a7b61;
    border-radius: 20px;
    transform: rotate(14deg);
    box-shadow:
        46px -22px 0 #9a7b61,
        82px 10px 0 #9a7b61,
        128px -18px 0 #9a7b61,
        150px 20px 0 #9a7b61;
}

/* TABLET */
@media (max-width: 992px) {
    .product-options-section {
        padding: 72px 0 78px;
    }

    .product-options-content {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .product-options-text {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
        padding: 32px 28px;
    }

    .product-option-item {
        padding: 18px 18px 16px;
    }

    .product-option-item p {
        margin: 0 auto;
    }

    .product-options-visual {
        max-width: 560px;
        width: 100%;
        min-height: 350px;
        margin: 0 auto;
    }

    .product-options-decoration-top {
        right: -120px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .product-options-section {
        padding: 58px 0 64px;
    }

    .product-options-container {
        padding: 0 18px;
    }

    .product-options-content {
        gap: 34px;
    }

    .product-options-text {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .product-options-text::before {
        margin-bottom: 12px;
    }

    .product-options-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .product-options-list {
        gap: 16px;
    }

    .product-option-item {
        padding: 16px 16px 14px;
        border-radius: 18px;
    }

    .product-option-item h3 {
        font-size: 17px;
    }

    .product-option-item p {
        max-width: 360px;
        font-size: 15px;
        line-height: 1.55;
    }

    .product-options-visual {
        min-height: 300px;
        max-width: 360px;
    }

    .product-image-top {
        top: 0;
        left: 12px;
        width: 164px;
        height: 130px;
        border-radius: 18px;
    }

    .product-image-right {
        top: 74px;
        right: 0;
        width: 178px;
        height: 138px;
        border-radius: 18px;
    }

    .product-image-bottom {
        left: 42px;
        bottom: 0;
        width: 204px;
        height: 130px;
        border-radius: 18px;
    }

    .product-options-decoration-top {
        top: -300px;
        right: -250px;
        width: 470px;
        height: 470px;
        opacity: 0.55;
    }

    .product-options-decoration-left {
        left: -110px;
        bottom: -60px;
        transform: scale(0.78);
        opacity: 0.35;
    }

    .product-options-beans {
        right: -40px;
        bottom: 28px;
        transform: scale(0.72);
        opacity: 0.32;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .product-options-section {
        padding: 52px 0 58px;
    }

    .product-options-title {
        font-size: 22px;
    }

    .product-option-item h3 {
        font-size: 16px;
    }

    .product-option-item p {
        font-size: 14px;
    }

    .product-options-visual {
        min-height: 270px;
        max-width: 320px;
    }

    .product-image-top {
        width: 146px;
        height: 116px;
    }

    .product-image-right {
        top: 66px;
        width: 160px;
        height: 124px;
    }

    .product-image-bottom {
        left: 36px;
        width: 184px;
        height: 116px;
    }
}


/* ==========================================================================
   Source: servings.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - SERVING SECTION
   ========================================================================== */

.serving-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 78%, rgba(105, 164, 95, 0.14), transparent 24%),
        linear-gradient(135deg, #173823 0%, #1f4a31 54%, #163b28 100%);
    padding: 105px 0 145px;
    color: #F8F3EC;
}

.serving-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.serving-title {
    font-family: var(--font-heading);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.18;
    text-align: center;
    color: #F7F0DE;
    margin-bottom: 68px;
    letter-spacing: 0.3px;
}

.serving-title::before {
    content: 'Serving Method';
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(247, 240, 222, 0.10);
    color: #f7f0de;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.serving-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    align-items: stretch;
}

.serving-card {
    position: relative;
    background: linear-gradient(180deg, rgba(247,240,222,0.98) 0%, rgba(241,232,216,0.98) 100%);
    color: #2B231D;
    border-radius: 34px;
    padding: 42px 40px 42px;
    min-height: 455px;
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.serving-card::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 163, 95, 0.15), rgba(103, 163, 95, 0));
    pointer-events: none;
}

.serving-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    width: 6px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
}

.serving-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.18);
    border-color: rgba(103, 163, 95, 0.20);
}

.serving-card:nth-child(1) .serving-card-title::before,
.serving-card:nth-child(2) .serving-card-title::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.serving-card:nth-child(1) .serving-card-title::before {
    content: 'Hot Serving';
    background: rgba(123, 84, 62, 0.10);
    color: #7b543e;
}

.serving-card:nth-child(2) .serving-card-title::before {
    content: 'Ice Serving';
    background: rgba(103, 163, 95, 0.12);
    color: #5f9957;
}

.serving-card-title {
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    color: #2B231D;
    margin-bottom: 24px;
}

.serving-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.serving-image {
    width: 270px;
    height: 150px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    padding: 8px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 16px 30px rgba(66, 50, 40, 0.10);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.serving-card:hover .serving-image {
    transform: scale(1.03);
    box-shadow: 0 22px 38px rgba(66, 50, 40, 0.14);
    border-color: rgba(103, 163, 95, 0.18);
}

.serving-list {
    max-width: 420px;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.serving-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: #3e3732;
}

.serving-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
    box-shadow: 0 0 0 5px rgba(103, 163, 95, 0.10);
}

/* TABLET */
@media (max-width: 992px) {
    .serving-section {
        padding: 82px 0 98px;
    }

    .serving-title {
        margin-bottom: 46px;
    }

    .serving-grid {
        gap: 34px;
    }

    .serving-card {
        padding: 34px 28px 34px;
        min-height: 420px;
        border-radius: 28px;
    }

    .serving-card-title {
        font-size: 21px;
    }

    .serving-image {
        width: 245px;
        height: 136px;
    }

    .serving-list li {
        font-size: 15px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .serving-section {
        padding: 66px 0 76px;
    }

    .serving-container {
        padding: 0 18px;
    }

    .serving-title {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .serving-title::before {
        margin-bottom: 12px;
    }

    .serving-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 440px;
        margin: 0 auto;
    }

    .serving-card {
        border-radius: 26px;
        padding: 30px 22px 30px;
        min-height: auto;
    }

    .serving-card::after {
        top: 26px;
        bottom: 26px;
    }

    .serving-card-title {
        font-size: 19px;
        margin-bottom: 22px;
    }

    .serving-image {
        width: 235px;
        height: 130px;
        border-radius: 20px;
    }

    .serving-list {
        max-width: 340px;
    }

    .serving-list li {
        font-size: 14.5px;
        line-height: 1.6;
        padding-left: 26px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .serving-section {
        padding: 48px 0 54px;
    }

    .serving-title {
        font-size: 22px;
    }

    .serving-card {
        padding: 24px 18px 26px;
    }

    .serving-card-title {
        font-size: 17px;
    }

    .serving-image {
        width: 190px;
        height: 104px;
    }

    .serving-list li {
        font-size: 13px;
    }
}


/* ==========================================================================
   Source: promo-reseller.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - PROMO & RESELLER SECTION
   ========================================================================== */

.promo-reseller-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 72%, rgba(168, 141, 114, 0.10), transparent 28%),
        linear-gradient(135deg, #2d2118 0%, #3a2619 50%, #2a1d15 100%);
    padding: 78px 0 88px;
    color: #F8F3EC;
}

.promo-reseller-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.promo-reseller-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.18;
    color: #F7F0DE;
    margin-bottom: 38px;
    letter-spacing: 0.2px;
}

.promo-reseller-title::before {
    content: 'Benefit & Partnership';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(247, 240, 222, 0.10);
    color: #F7F0DE;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.promo-reseller-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.promo-reseller-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 34px;
    background: linear-gradient(180deg, rgba(247,240,222,0.98) 0%, rgba(241,232,216,0.98) 100%);
    color: #2B231D;
    padding: 34px 30px 34px 34px;
    min-height: 156px;
    border-radius: 30px;
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.promo-reseller-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    bottom: 28px;
    width: 6px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
}

.promo-reseller-card::after {
    content: '';
    position: absolute;
    top: -34px;
    right: -24px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103,163,95,0.14), rgba(103,163,95,0));
    pointer-events: none;
}

.promo-reseller-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 56px rgba(0, 0, 0, 0.20);
    border-color: rgba(103, 163, 95, 0.20);
}

.promo-reseller-card:nth-child(1) .promo-reseller-text::before,
.promo-reseller-card:nth-child(2) .promo-reseller-text::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.promo-reseller-card:nth-child(1) .promo-reseller-text::before {
    content: 'Promo Spesial';
    background: rgba(103, 163, 95, 0.12);
    color: #5f9957;
}

.promo-reseller-card:nth-child(2) .promo-reseller-text::before {
    content: 'Peluang Reseller';
    background: rgba(123, 84, 62, 0.10);
    color: #7b543e;
}

.promo-reseller-text h3 {
    max-width: 680px;
    font-family: var(--font-heading);
    font-size: 23px;
    font-weight: 800;
    line-height: 1.28;
    color: #2B231D;
}

.promo-reseller-text p {
    max-width: 640px;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
    color: #4b423c;
}

.promo-reseller-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 255px;
    height: 56px;
    padding: 0 26px;
    border-radius: 18px;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #E16461 0%, #D95454 100%);
    border: 1px solid rgba(217, 84, 84, 0.88);
    box-shadow: 0 14px 26px rgba(217, 84, 84, 0.22);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
    white-space: nowrap;
}

.promo-reseller-btn:hover {
    background: linear-gradient(180deg, #69a45f 0%, #5f9957 100%);
    border-color: rgba(103, 163, 95, 0.88);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(103, 163, 95, 0.24);
}

/* DEKORASI BACKGROUND */
.promo-decoration {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.22;
}

.promo-decoration-left {
    left: -120px;
    bottom: 60px;
    width: 420px;
    height: 420px;
    border: 10px solid #A88D72;
    border-radius: 50%;
}

.promo-decoration-top {
    right: 40px;
    top: -120px;
    width: 330px;
    height: 250px;
}

.promo-decoration-top::before,
.promo-decoration-top::after {
    content: "";
    position: absolute;
    background: #A88D72;
    border-radius: 80% 20% 80% 20%;
    transform-origin: bottom center;
}

.promo-decoration-top::before {
    width: 62px;
    height: 230px;
    right: 95px;
    top: 0;
    transform: rotate(30deg);
}

.promo-decoration-top::after {
    width: 62px;
    height: 230px;
    right: 15px;
    top: -8px;
    transform: rotate(-58deg);
}

.promo-decoration-bottom {
    left: 430px;
    bottom: -250px;
    width: 500px;
    height: 500px;
    border: 8px solid #A88D72;
    border-radius: 50%;
}

/* TABLET */
@media (max-width: 992px) {
    .promo-reseller-section {
        padding: 68px 0 76px;
    }

    .promo-reseller-title {
        text-align: center;
        margin-bottom: 34px;
    }

    .promo-reseller-title::before {
        margin-left: auto;
        margin-right: auto;
    }

    .promo-reseller-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
        padding: 30px 26px;
        border-radius: 24px;
    }

    .promo-reseller-card::before {
        top: 0;
        left: 28px;
        right: 28px;
        width: auto;
        height: 6px;
        bottom: auto;
        border-radius: 999px;
    }

    .promo-reseller-text h3,
    .promo-reseller-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .promo-reseller-btn {
        justify-self: center;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .promo-reseller-section {
        padding: 56px 0 64px;
    }

    .promo-reseller-container {
        padding: 0 18px;
    }

    .promo-reseller-title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .promo-reseller-list {
        gap: 24px;
    }

    .promo-reseller-card {
        border-radius: 18px;
        padding: 26px 20px 28px;
        min-height: auto;
    }

    .promo-reseller-text h3 {
        font-size: 18px;
        line-height: 1.35;
    }

    .promo-reseller-text p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    .promo-reseller-btn {
        min-width: 100%;
        height: 48px;
        font-size: 15px;
        border-radius: 14px;
    }

    .promo-decoration-left {
        left: -260px;
        bottom: 40px;
        width: 380px;
        height: 380px;
        opacity: 0.16;
    }

    .promo-decoration-top {
        right: -130px;
        top: -110px;
        transform: scale(0.75);
        opacity: 0.18;
    }

    .promo-decoration-bottom {
        left: auto;
        right: -260px;
        bottom: -280px;
        width: 420px;
        height: 420px;
        opacity: 0.16;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .promo-reseller-section {
        padding: 50px 0 58px;
    }

    .promo-reseller-title {
        font-size: 22px;
    }

    .promo-reseller-card {
        padding: 24px 18px 26px;
    }

    .promo-reseller-text h3 {
        font-size: 17px;
    }

    .promo-reseller-btn {
        height: 46px;
        font-size: 14px;
    }
}


/* ==========================================================================
   Source: order-section.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - ORDER SECTION
   ========================================================================== */

.order-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fcfbf8 0%, #f5f1eb 100%);
    padding: 72px 0 76px;
    color: #2B231D;
}

.order-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.order-header {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.order-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(103, 163, 95, 0.12);
    color: #5f9957;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.order-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 800;
    line-height: 1.2;
    color: #2B231D;
    margin-bottom: 16px;
}

.order-description {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #504741;
    font-weight: 500;
}

.order-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    max-width: 1050px;
    margin: 0 auto 58px;
    align-items: stretch;
}

.order-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 26px 22px 24px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(248,242,232,0.98) 100%);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 18px 38px rgba(43, 35, 29, 0.08);
    overflow: hidden;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.order-product-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #7b543e 100%);
}

.order-product-card::after {
    content: '';
    position: absolute;
    top: -24px;
    right: -18px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103,163,95,0.12), rgba(103,163,95,0));
    pointer-events: none;
}

.order-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 50px rgba(43, 35, 29, 0.14);
    border-color: rgba(103, 163, 95, 0.22);
}

.order-image-box {
    width: 150px;
    height: 150px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 22px;
    padding: 8px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 14px 30px rgba(43, 35, 29, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.order-product-card:hover .order-image-box {
    transform: scale(1.03);
    box-shadow: 0 20px 36px rgba(43, 35, 29, 0.12);
    border-color: rgba(103, 163, 95, 0.18);
}

.order-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.order-product-image[src=""] {
    display: none;
}

.order-product-info {
    margin-bottom: 18px;
}

.order-product-info h3 {
    font-family: var(--font-heading);
    font-size: 21px;
    font-weight: 800;
    color: #2B231D;
    line-height: 1.25;
    margin-bottom: 8px;
}

.order-product-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #5c5149;
    font-weight: 500;
    max-width: 250px;
}

.order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #E16461 0%, #D95454 100%);
    border: 1px solid rgba(217, 84, 84, 0.90);
    box-shadow: 0 12px 24px rgba(217, 84, 84, 0.18);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.order-btn:hover {
    background: linear-gradient(180deg, #69a45f 0%, #5f9957 100%);
    border-color: rgba(103, 163, 95, 0.88);
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(103, 163, 95, 0.22);
}

.order-social {
    text-align: center;
}

.order-social-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 30px 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(123, 84, 62, 0.08);
    box-shadow: 0 18px 38px rgba(43, 35, 29, 0.08);
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.order-social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px rgba(43, 35, 29, 0.12);
    border-color: rgba(103, 163, 95, 0.18);
}

.order-social-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(123, 84, 62, 0.10);
    color: #7b543e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.order-social h3 {
    font-family: var(--font-heading);
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 800;
    line-height: 1.32;
    color: #2B231D;
    margin-bottom: 18px;
}

.order-tiktok-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    color: #2B231D;
    background: rgba(103, 163, 95, 0.10);
    transition: transform 0.28s ease, background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.order-tiktok-link:hover {
    color: #FFFFFF;
    background: linear-gradient(180deg, #69a45f 0%, #5f9957 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(103, 163, 95, 0.18);
}

.order-tiktok-icon {
    font-size: 24px;
    font-weight: 800;
    color: #7B543E;
    transition: color 0.28s ease;
}

.order-tiktok-link:hover .order-tiktok-icon {
    color: #FFFFFF;
}

/* DEKORASI LINGKARAN KANAN ATAS */
.order-decoration-circle {
    position: absolute;
    top: -260px;
    right: -80px;
    width: 560px;
    height: 560px;
    background: #D9D0CB;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.75;
}

.order-decoration-circle::before,
.order-decoration-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 8px solid rgba(123, 84, 62, 0.18);
}

.order-decoration-circle::before {
    inset: -42px;
}

.order-decoration-circle::after {
    inset: -88px;
}

/* DEKORASI SPLASH KIRI */
.order-decoration-splash {
    position: absolute;
    left: -130px;
    bottom: -180px;
    width: 440px;
    height: 440px;
    border: 28px solid #7B4B31;
    border-radius: 52% 48% 44% 56%;
    z-index: 1;
    opacity: 0.95;
}

.order-decoration-splash::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 48px;
    width: 260px;
    height: 260px;
    background: #FAF9F6;
    border-radius: 58% 42% 50% 50%;
}

/* DEKORASI BIJI KOPI KANAN */
.order-decoration-beans {
    position: absolute;
    right: 52px;
    bottom: 70px;
    width: 120px;
    height: 120px;
    z-index: 1;
    opacity: 0.35;
}

.order-decoration-beans::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 40px;
    border: 4px solid #9A7B61;
    border-radius: 50%;
    transform: rotate(25deg);
    box-shadow:
        38px -16px 0 0 #9A7B61,
        70px 12px 0 0 #9A7B61,
        100px -18px 0 0 #9A7B61,
        124px 24px 0 0 #9A7B61;
}

.order-decoration-beans::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 7px;
    width: 3px;
    height: 27px;
    background: #9A7B61;
    border-radius: 20px;
    transform: rotate(12deg);
    box-shadow:
        38px -16px 0 #9A7B61,
        70px 12px 0 #9A7B61,
        100px -18px 0 #9A7B61,
        124px 24px 0 #9A7B61;
}

/* TABLET */
@media (max-width: 992px) {
    .order-section {
        padding: 66px 0 72px;
    }

    .order-header {
        margin-bottom: 42px;
    }

    .order-title {
        font-size: 28px;
    }

    .order-product-grid {
        gap: 20px;
        max-width: 920px;
    }

    .order-product-card {
        padding: 22px 16px 20px;
        border-radius: 24px;
    }

    .order-image-box {
        width: 136px;
        height: 136px;
    }

    .order-product-info h3 {
        font-size: 19px;
    }

    .order-social h3 {
        font-size: 25px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .order-section {
        padding: 54px 0 60px;
    }

    .order-container {
        padding: 0 18px;
    }

    .order-header {
        margin-bottom: 34px;
    }

    .order-title {
        font-size: 24px;
    }

    .order-description {
        font-size: 14px;
    }

    .order-product-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 320px;
        margin-bottom: 36px;
    }

    .order-product-card {
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .order-product-card::before {
        top: 0;
        left: 22px;
        right: 22px;
        width: auto;
        height: 5px;
        bottom: auto;
        border-radius: 999px;
    }

    .order-image-box {
        width: 145px;
        height: 145px;
        margin-bottom: 14px;
    }

    .order-btn {
        min-width: 138px;
        height: 44px;
        font-size: 13px;
        border-radius: 14px;
    }

    .order-social-card {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .order-social h3 {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        font-size: 21px;
        line-height: 1.35;
    }

    .order-tiktok-link {
        font-size: 17px;
    }

    .order-decoration-circle {
        top: -300px;
        right: -260px;
        width: 460px;
        height: 460px;
        opacity: 0.55;
    }

    .order-decoration-splash {
        left: -260px;
        bottom: -230px;
        width: 400px;
        height: 400px;
        opacity: 0.65;
    }

    .order-decoration-beans {
        right: -20px;
        bottom: 48px;
        transform: scale(0.72);
        opacity: 0.25;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .order-section {
        padding: 50px 0 56px;
    }

    .order-title {
        font-size: 22px;
    }

    .order-product-grid {
        gap: 22px;
        max-width: 280px;
    }

    .order-image-box {
        width: 132px;
        height: 132px;
    }

    .order-product-info h3 {
        font-size: 18px;
    }

    .order-product-info p {
        font-size: 13px;
    }

    .order-social h3 {
        font-size: 19px;
    }

    .order-tiktok-link {
        font-size: 16px;
    }
}


/* ==========================================================================
   Source: home-parallax.css
   ========================================================================== */
/* ===========================================================================
   KOPSOON - HOME PARALLAX EFFECTS
   =========================================================================== */

body.home-parallax {
    --hero-bg-y: 0px;
    --hero-content-y: 0px;
    --hero-image-y: 0px;
    --hero-image-rotate: 0deg;
    --hero-image-scale: 1;
    --hero-opacity: 1;
}

.home-parallax .hero-section {
    isolation: isolate;
    background-position: center calc(50% + var(--hero-bg-y));
    transition: background-position 80ms linear;
    will-change: background-position;
}

.home-parallax .hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(180deg, rgba(250, 249, 246, 0.04) 0%, rgba(234, 227, 210, 0.20) 100%);
}

.home-parallax .hero-container {
    position: relative;
    z-index: 2;
}

.home-parallax .hero-content {
    opacity: var(--hero-opacity);
    translate: 0 var(--hero-content-y);
    will-change: translate, opacity;
}

.home-parallax .hero-image-container {
    translate: 0 var(--hero-image-y);
    rotate: var(--hero-image-rotate);
    scale: var(--hero-image-scale);
    will-change: translate, rotate, scale;
}

.home-parallax [data-parallax] {
    --home-parallax-y: 0px;
    translate: 0 var(--home-parallax-y);
    will-change: translate;
}

.home-parallax [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 42px, 0) scale(0.985);
    filter: blur(8px);
    transition:
        opacity 760ms ease,
        transform 760ms cubic-bezier(0.18, 0.84, 0.28, 1),
        filter 760ms ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

.home-parallax [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}

.home-parallax .home-parallax-section {
    transform-style: preserve-3d;
}

.home-parallax .uvp-item,
.home-parallax .product-option-item,
.home-parallax .serving-card,
.home-parallax .promo-reseller-card,
.home-parallax .order-product-card {
    backface-visibility: hidden;
}

.home-parallax .product-image {
    transition: box-shadow 260ms ease;
}

.home-parallax .product-options-visual:hover .product-image {
    box-shadow: 0 22px 42px rgba(43, 35, 29, 0.18);
}

@media (max-width: 768px) {
    .home-parallax .hero-section {
        background-position: center center;
    }

    .home-parallax [data-reveal] {
        transform: translate3d(0, 28px, 0) scale(0.99);
        filter: blur(5px);
        transition-duration: 620ms;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-parallax .hero-section {
        background-position: center center !important;
        transition: none !important;
    }

    .home-parallax .hero-content,
    .home-parallax .hero-image-container,
    .home-parallax [data-parallax] {
        translate: 0 0 !important;
        rotate: 0deg !important;
        scale: 1 !important;
        opacity: 1 !important;
    }

    .home-parallax [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }
}
