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


/* ==========================================================================
   Source: about.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - ABOUT PAGE BASE
   ========================================================================== */

.about-page {
    background: var(--color-white);
    color: #2B231D;
}

.about-page main {
    width: 100%;
    overflow: hidden;
}


.about-page section {
    position: relative;
}

.about-bean {
    position: absolute;
    width: 118px;
    height: 62px;
    border-radius: 50%;
    background: #7A4B35;
    transform: rotate(10deg);
    opacity: 0.96;
}

.about-bean::after {
    content: '';
    position: absolute;
    inset: 12px 46px;
    border-left: 8px solid rgba(255,255,255,0.86);
    border-radius: 50%;
    transform: rotate(18deg);
}

.about-story-container,
.about-values-container,
.about-team-container {
    max-width: 1180px;
}

@media (max-width: 768px) {
}


/* ==========================================================================
   Source: about-hero.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - ABOUT HERO
   ========================================================================== */

.about-hero-section {
    min-height: 680px;
    background: #f2ead7;
    display: flex;
    align-items: center;
    padding: 150px 0 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.about-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.about-hero-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
}

.about-hero-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: rgba(36, 29, 24, 0.62);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-hero-title {
    font-family: var(--font-heading);
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: var(--color-coffee);
    margin-bottom: 25px;
}

.about-hero-title span {
    font-size: inherit;
    line-height: inherit;
    color: var(--color-leaf);
}

.about-hero-content p {
    max-width: 540px;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-text-body);
}

.about-hero-curve {
    position: absolute;
    top: -240px;
    right: -250px;
    width: 850px;
    height: 620px;
    border: 18px solid rgba(118, 99, 77, 0.22);
    border-radius: 0 0 0 70%;
    transform: rotate(-20deg);
    z-index: 1;
}

.about-hero-curve::after {
    content: '';
    position: absolute;
    inset: 32px;
    border: 16px solid rgba(255, 251, 239, 0.95);
    border-radius: 0 0 0 70%;
}

.about-hero-splash {
    position: absolute;
    left: -125px;
    bottom: -145px;
    width: 390px;
    height: 340px;
    background: #764a35;
    border-radius: 58% 42% 42% 58% / 42% 48% 52% 58%;
    transform: rotate(-12deg);
    z-index: 1;
}

.about-hero-splash::before {
    content: '';
    position: absolute;
    top: 72px;
    left: 78px;
    width: 210px;
    height: 158px;
    border: 28px solid #f7f0df;
    border-radius: 50%;
    transform: rotate(28deg);
}

.about-hero-splash::after {
    content: '';
    position: absolute;
    right: -70px;
    bottom: 2px;
    width: 250px;
    height: 98px;
    border-top: 5px solid rgba(255, 251, 239, 0.72);
    border-radius: 50%;
    transform: rotate(-4deg);
}

.about-hero-beans {
    position: absolute;
    right: 72px;
    bottom: 36px;
    width: 130px;
    height: 140px;
    opacity: 0.28;
    z-index: 2;
}

.about-hero-beans::before,
.about-hero-beans::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 72px;
    border: 5px solid #8e806d;
    border-radius: 50%;
    transform: rotate(-48deg);
}

.about-hero-beans::before {
    top: 24px;
    left: 16px;
    box-shadow: 58px 12px 0 -5px transparent, 48px 36px 0 -3px transparent;
}

.about-hero-beans::after {
    top: 58px;
    right: 12px;
    transform: rotate(40deg);
}

@media (max-width: 992px) {
    .about-hero-section {
        min-height: 620px;
        padding: 136px 0 72px;
    }

    .about-hero-title {
        font-size: 38px;
    }

    .about-hero-content p {
        font-size: 15.5px;
    }

    .about-hero-curve {
        right: -340px;
        top: -180px;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        min-height: 100svh;
        background: #EFE4CF;
        padding-top: 126px;
        padding-bottom: 72px;
    }

    .about-hero-content {
        margin: 0;
        text-align: left;
    }

    .about-hero-eyebrow {
        font-size: 12px;
        letter-spacing: 0.15em;
    }

    .about-hero-title {
        font-size: 34px;
        line-height: 1.25;
        letter-spacing: -0.6px;
    }

    .about-hero-title span {
        font-size: inherit;
    }

    .about-hero-content p {
        font-size: 15px;
        line-height: 1.7;
        margin: 0;
    }

    .about-hero-curve,
    .about-hero-splash,
    .about-hero-beans {
        opacity: 0.42;
    }
}


/* ==========================================================================
   Source: about-story.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - ABOUT STORY SECTIONS
   ========================================================================== */

.about-story-section {
    padding: 110px 0;
}

.about-story-light {
    min-height: 530px;
    background: linear-gradient(180deg, #fcfbf8 0%, #f6f3ee 100%);
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 72px;
}

.about-story-grid-reverse {
    grid-template-columns: 1.2fr 0.8fr;
}

.about-cup-outline {
    position: absolute;
    left: -175px;
    top: 74px;
    width: 515px;
    height: 515px;
    background-image: url('../images/logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.38;
    filter: grayscale(1);
}

.about-story-visual {
    position: relative;
    z-index: 2;
    min-height: 310px;
    display: flex;
    align-items: center;
}

.about-story-visual-card {
    position: relative;
    width: min(100%, 520px);
    min-height: 360px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 78% 18%, rgba(198, 191, 172, 0.82) 0%, rgba(198, 191, 172, 0.82) 24%, transparent 25%),
        linear-gradient(180deg, rgba(248, 244, 233, 0.94), rgba(231, 226, 209, 0.98));
    border: 1px solid rgba(98, 76, 61, 0.10);
    box-shadow: 0 24px 48px rgba(58, 44, 35, 0.12);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-story-visual-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.about-story-visual-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(42, 39, 37, 0.42) 0%, rgba(42, 39, 37, 0.10) 48%, rgba(246, 240, 226, 0.24) 100%);
    pointer-events: none;
}

.about-story-visual-card::after {
    content: '';
    position: absolute;
    inset: auto 28px 24px auto;
    z-index: 2;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(246, 240, 226, 0.34) 0%, rgba(246, 240, 226, 0.08) 58%, transparent 70%);
    pointer-events: none;
}

.about-story-visual::before {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -12px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(123,82,61,0.12), rgba(123,82,61,0));
    pointer-events: none;
}

.about-story-visual-pill {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #4a3e35;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(61, 48, 39, 0.08);
}

.about-story-visual-badge {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 20px;
    padding: 16px 18px;
    min-width: 150px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(98, 76, 61, 0.10);
    box-shadow: 0 18px 34px rgba(58, 44, 35, 0.10);
    backdrop-filter: blur(6px);
}

.about-story-visual-badge span {
    display: block;
    color: #67a35f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.about-story-visual-badge strong {
    color: #332a26;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.about-story-visual:hover .about-story-visual-card {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 32px 58px rgba(58, 44, 35, 0.16);
}

.about-story-visual:hover .about-story-visual-image {
    transform: scale(1.08);
    filter: saturate(1.06) contrast(1.03);
}

.about-story-content {
    position: relative;
    z-index: 2;
}

.about-story-content-card {
    padding: 38px 40px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(98, 76, 61, 0.10);
    box-shadow: 0 24px 48px rgba(58, 44, 35, 0.10);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-story-content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 32px 58px rgba(58, 44, 35, 0.14);
    border-color: rgba(103, 163, 95, 0.22);
}

.about-story-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: #5e9b56;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-story-content h2 {
    font-size: 39px;
    font-weight: 800;
    line-height: 1.12;
    color: #2A2725;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
}

.about-story-content h2 span {
    font-size: 64px;
    line-height: 0.8;
}

.about-story-content p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    color: #393431;
    margin-bottom: 14px;
}

.about-story-content p:last-child {
    margin-bottom: 0;
}

.about-story-dark {
    min-height: 565px;
    background: radial-gradient(circle at 70% 24%, rgba(92, 63, 45, 0.28), transparent 24%), linear-gradient(135deg, #2b231d 0%, #35271f 52%, #251d18 100%);
    color: #F6F0E2;
}

.about-story-content-dark h2,
.about-story-content-dark p {
    color: #F6F0E2;
}

.about-story-content-dark p {
    color: rgba(246, 240, 226, 0.88);
}

.about-story-content-dark-card {
    padding: 40px 42px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(246, 240, 226, 0.10);
    box-shadow: 0 26px 52px rgba(11, 8, 6, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-story-content-dark-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 60px rgba(11, 8, 6, 0.24);
    border-color: rgba(103, 163, 95, 0.28);
}

.about-story-eyebrow-dark {
    background: rgba(246, 240, 226, 0.10);
    color: #f2eadc;
}

.about-story-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.about-story-feature-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(246, 240, 226, 0.10);
    color: #f6f0e2;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.about-story-content-dark-card:hover .about-story-feature-chip {
    background: rgba(103, 163, 95, 0.14);
    border-color: rgba(103, 163, 95, 0.24);
}

.about-story-feature-chip:hover {
    transform: translateY(-3px);
}

.about-product-photo {
    position: relative;
    z-index: 2;
    justify-self: center;
}

.about-product-photo-card {
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-product-photo-frame {
    position: relative;
    padding: 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(246,240,226,0.10);
    box-shadow: 0 28px 56px rgba(11, 8, 6, 0.24);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-product-photo-frame::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 42px;
    border: 1px solid rgba(103, 163, 95, 0.14);
    pointer-events: none;
}

.about-product-photo-frame:hover {
    transform: translateY(-8px) rotate(-1deg);
    box-shadow: 0 36px 66px rgba(11, 8, 6, 0.30);
    border-color: rgba(103, 163, 95, 0.24);
}

.about-product-photo img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}

.about-product-floating-badge {
    position: absolute;
    left: -18px;
    bottom: 18px;
    padding: 14px 16px;
    min-width: 164px;
    border-radius: 20px;
    background: rgba(246, 240, 226, 0.94);
    border: 1px solid rgba(64, 49, 40, 0.10);
    box-shadow: 0 18px 34px rgba(11, 8, 6, 0.18);
}

.about-product-floating-badge span {
    display: block;
    color: #67a35f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.about-product-floating-badge strong {
    display: block;
    color: #2f2925;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.about-dark-decoration {
    position: absolute;
    pointer-events: none;
    opacity: 0.35;
}

.about-dark-decoration-left {
    left: -120px;
    bottom: -160px;
    width: 520px;
    height: 520px;
    border: 22px solid #564234;
    border-radius: 50%;
}

.about-dark-decoration-right {
    right: -50px;
    top: 62px;
    width: 210px;
    height: 110px;
    border: 22px solid #8A5A40;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(22deg);
}

@media (max-width: 992px) {
    .about-story-grid,
    .about-story-grid-reverse {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .about-story-visual {
        min-height: auto;
    }

    .about-story-visual-card {
        width: 100%;
        min-height: 300px;
    }

    .about-story-content-card,
    .about-story-content-dark-card {
        padding: 32px 28px;
    }

    .about-product-photo {
        justify-self: start;
    }

    .about-product-photo-frame {
        width: fit-content;
    }
}

@media (max-width: 768px) {
    .about-story-section {
        padding: 72px 0;
    }

    .about-story-content-card,
    .about-story-content-dark-card {
        padding: 26px 22px;
        border-radius: 26px;
    }

    .about-story-content h2 {
        font-size: 30px;
    }

    .about-story-content h2 span {
        font-size: 46px;
    }

    .about-story-content p {
        font-size: 14px;
    }

    .about-story-visual-card {
        min-height: 240px;
        border-radius: 26px;
    }

    .about-story-visual-card::before {
        border-radius: 26px;
    }

    .about-story-visual-pill {
        top: 18px;
        left: 18px;
        padding: 8px 12px;
        font-size: 10px;
    }

    .about-story-visual-badge {
        right: 16px;
        bottom: 16px;
        min-width: 136px;
        padding: 14px 14px;
        border-radius: 18px;
    }

    .about-story-visual-badge strong {
        font-size: 15px;
    }

    .about-cup-outline {
        left: -220px;
        opacity: 0.2;
    }

    .about-product-photo-frame {
        padding: 14px;
        border-radius: 26px;
    }

    .about-product-photo img {
        width: 230px;
        height: 230px;
        border-radius: 18px;
    }

    .about-product-floating-badge {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-width: 0;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .about-product-floating-badge strong {
        font-size: 15px;
    }
}


/* ==========================================================================
   Source: about-values.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - ABOUT VALUES
   ========================================================================== */

.about-values-section {
    min-height: 615px;
    background:
        radial-gradient(circle at 18% 24%, rgba(105, 164, 95, 0.14), transparent 22%),
        linear-gradient(135deg, #163b28 0%, #1f4a31 55%, #173823 100%);
    color: #F7F0DE;
    display: flex;
    align-items: center;
    padding: 120px 0;
    overflow: hidden;
}

.about-values-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 56px;
    position: relative;
    z-index: 2;
}

.about-values-heading-card {
    position: relative;
    padding: 40px 42px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(247, 240, 222, 0.10);
    box-shadow: 0 26px 54px rgba(8, 18, 12, 0.20);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-values-heading-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 62px rgba(8, 18, 12, 0.26);
    border-color: rgba(247, 240, 222, 0.16);
}

.about-values-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 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.14em;
    text-transform: uppercase;
}

.about-values-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #F7F0DE;
    text-align: left;
    line-height: 1.05;
    margin-bottom: 16px;
}

.about-values-heading p {
    color: rgba(247, 240, 222, 0.84);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

.about-values-list {
    display: grid;
    gap: 22px;
    max-width: 100%;
}

.about-value-item {
    position: relative;
    padding: 30px 30px 28px 100px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.05) 100%);
    border: 1px solid rgba(247, 240, 222, 0.10);
    box-shadow: 0 20px 42px rgba(8, 18, 12, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    overflow: hidden;
}

.about-value-item::after {
    content: '';
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247,240,222,0.12), rgba(247,240,222,0));
    pointer-events: none;
}

.about-value-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 52px rgba(8, 18, 12, 0.22);
    border-color: rgba(103, 163, 95, 0.30);
    background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.07) 100%);
}

.about-value-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #f7f0de 0%, #ebe1cb 100%);
    color: #1f402b;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 14px 24px rgba(8, 18, 12, 0.12);
}

.about-value-item h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #F7F0DE;
    margin-bottom: 10px;
}

.about-value-item p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: rgba(247, 240, 222, 0.88);
}

.about-values-curve {
    position: absolute;
    right: -140px;
    bottom: -150px;
    width: 520px;
    height: 520px;
    border: 38px solid rgba(130, 101, 65, 0.45);
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    transform: rotate(-18deg);
}

@media (max-width: 992px) {
    .about-values-container {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-values-heading-card {
        padding: 34px 30px;
    }
}

@media (max-width: 768px) {
    .about-values-section {
        padding: 80px 0;
    }

    .about-values-heading-card {
        padding: 28px 22px;
        border-radius: 26px;
    }

    .about-values-heading h2 {
        font-size: 30px;
    }

    .about-values-heading p {
        font-size: 14px;
    }

    .about-value-item {
        padding: 24px 20px 22px 84px;
        border-radius: 22px;
    }

    .about-value-badge {
        top: 22px;
        left: 20px;
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 14px;
    }

    .about-value-item h3 {
        font-size: 20px;
    }

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

    .about-values-list {
        gap: 16px;
    }
}


/* ==========================================================================
   Source: about-team.css
   ========================================================================== */
/* ========================================================================== 
   KOPSOON - ABOUT TEAM
   ========================================================================== */

.about-team-section {
    position: relative;
    background: linear-gradient(90deg, #f8f8f8 0%, #f8f8f8 49%, #e8e0da 49%, #e8e0da 100%);
    padding: 84px 0 108px;
    min-height: 620px;
    overflow: hidden;
}

.about-team-container {
    position: relative;
    z-index: 2;
}

.about-team-container h2 {
    text-align: center;
    font-size: clamp(32px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #171412;
    margin-bottom: 54px;
    line-height: 1.08;
}

.about-team-container h2::before {
    content: 'Tim di Balik KOPSOON';
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 9px 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;
}

.about-team-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 42px;
    max-width: 1040px;
    margin: 0 auto;
}

.about-team-card {
    position: relative;
    width: 280px;
    height: 280px;
    flex: 0 0 280px;
    padding: 3px;
    border-radius: 32px;
    background: #fffaf3;
    box-shadow: rgba(122, 75, 53, 0.22) 0 70px 30px -50px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.about-team-card::before {
    content: '';
    position: absolute;
    top: -34px;
    right: -22px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(103, 163, 95, 0.16), rgba(103, 163, 95, 0));
    pointer-events: none;
    z-index: 0;
}

.about-team-profile-pic {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 29px;
    border: 0 solid #67a35f;
    overflow: hidden;
    background: #efe8dc;
    transition: all 0.5s ease-in-out 0.2s, z-index 0.5s ease-in-out 0.2s;
}

.about-team-profile-pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.94) contrast(1.02) brightness(0.96);
    transform: scale(1.01);
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.about-team-profile-pic::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(23, 20, 18, 0.02) 0%, rgba(23, 20, 18, 0.22) 100%),
        radial-gradient(circle at 76% 18%, rgba(255, 250, 243, 0.28), rgba(255, 250, 243, 0) 34%);
    pointer-events: none;
    transition: opacity 0.5s ease-in-out;
}

.about-team-bottom {
    position: absolute;
    top: 80%;
    right: 3px;
    bottom: 3px;
    left: 3px;
    z-index: 2;
    border-radius: 29px;
    background: linear-gradient(135deg, #67a35f 0%, #4f7f48 100%);
    box-shadow: rgba(48, 70, 43, 0.24) 0 5px 5px 0 inset;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.about-team-content {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    left: 1.5rem;
    height: 160px;
}

.about-team-name {
    display: block;
    max-width: 130px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.12;
    color: #fffaf3;
}

.about-team-about {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 250, 243, 0.86);
}

.about-team-bottom-bottom {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about-team-social-links {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.about-team-social-links a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #fffaf3;
    background: rgba(255, 250, 243, 0.14);
    border: 1px solid rgba(255, 250, 243, 0.26);
    text-decoration: none;
    filter: drop-shadow(0 5px 5px rgba(48, 70, 43, 0.12));
    transition: color 0.28s ease, transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.about-team-social-links a svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.about-team-social-links a:hover,
.about-team-social-links a:focus-visible {
    color: #7a4b35;
    background: #fffaf3;
    border-color: #fffaf3;
    transform: translateY(-3px) scale(1.08);
}

.about-team-card:hover {
    border-top-left-radius: 55px;
}

.about-team-card:hover .about-team-bottom {
    top: 20%;
    border-radius: 80px 29px 29px 29px;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.about-team-card:hover .about-team-profile-pic {
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 100px;
    height: 100px;
    aspect-ratio: 1;
    border: 7px solid #67a35f;
    border-radius: 50%;
    box-shadow: rgba(122, 75, 53, 0.22) 0 5px 5px 0;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.1s;
}

.about-team-card:hover .about-team-profile-pic img {
    filter: saturate(1) contrast(1.04) brightness(1);
    transform: scale(1.08);
}

.about-team-card:hover .about-team-profile-pic::before {
    opacity: 0.42;
}

.about-team-card:hover .about-team-profile-pic:hover {
    border-radius: 0;
    transform: scale(1.2);
}

.about-team-card:hover .about-team-profile-pic:hover img {
    transform: scale(1.18);
}

.about-team-decoration {
    position: absolute;
    pointer-events: none;
    opacity: 0.8;
}

.about-team-decoration-left {
    left: -95px;
    bottom: 0;
    width: 420px;
    height: 210px;
    border: 35px solid rgba(122, 75, 53, 0.78);
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    transform: rotate(-8deg);
}

.about-team-decoration-right {
    right: -40px;
    top: 120px;
    width: 330px;
    height: 330px;
    border: 28px solid rgba(255, 255, 255, 0.80);
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    transform: rotate(-22deg);
}

@media (max-width: 1100px) {
    .about-team-grid {
        max-width: 720px;
        gap: 34px;
    }
}

@media (max-width: 768px) {
    .about-team-section {
        padding: 64px 0 78px;
        background: linear-gradient(180deg, #f8f8f8 0%, #ece4de 100%);
    }

    .about-team-grid {
        max-width: 100%;
        gap: 28px;
    }

    .about-team-container h2 {
        font-size: 27px;
        margin-bottom: 38px;
    }

    .about-team-container h2::before {
        margin-bottom: 12px;
    }

    .about-team-card {
        width: min(320px, 100%);
        height: auto;
        min-height: 0;
        flex-basis: min(320px, 100%);
        padding-bottom: 0;
        border-top-left-radius: 55px;
    }

    .about-team-profile-pic {
        position: relative;
        top: auto;
        left: auto;
        z-index: 3;
        width: 108px;
        height: 108px;
        margin: 14px auto 0 14px;
        border: 7px solid #67a35f;
        border-radius: 50%;
        box-shadow: rgba(122, 75, 53, 0.22) 0 5px 5px 0;
        transition: none;
    }

    .about-team-profile-pic img {
        filter: saturate(1) contrast(1.04) brightness(1);
        transform: scale(1.04);
    }

    .about-team-profile-pic::before {
        opacity: 0.42;
    }

    .about-team-bottom {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        min-height: 250px;
        margin: -46px 0 3px;
        padding: 72px 20px 74px;
        border-radius: 72px 29px 29px 29px;
        transition: none;
    }

    .about-team-content {
        position: static;
        height: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .about-team-name {
        max-width: 100%;
        font-size: 1.12rem;
    }

    .about-team-about {
        margin-top: 0.75rem;
    }

    .about-team-bottom-bottom {
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .about-team-card:hover {
        border-top-left-radius: 55px;
    }

    .about-team-card:hover .about-team-profile-pic:hover {
        border-radius: 50%;
        transform: none;
    }

    .about-team-card:hover .about-team-bottom {
        top: auto;
        border-radius: 72px 29px 29px 29px;
        transition: none;
    }

    .about-team-card:hover .about-team-profile-pic {
        top: auto;
        left: auto;
        z-index: 3;
        width: 108px;
        height: 108px;
        border: 7px solid #67a35f;
        border-radius: 50%;
        transition: none;
    }

    .about-team-card:hover .about-team-profile-pic img,
    .about-team-card:hover .about-team-profile-pic:hover img {
        transform: scale(1.04);
    }
}


/* ==========================================================================
   Source: about-parallax.css
   ========================================================================== */
/* ===========================================================================
   KOPSOON - ABOUT PARALLAX EFFECTS
   =========================================================================== */

body.about-parallax {
    --about-hero-bg-y: 0px;
    --about-hero-content-y: 0px;
    --about-hero-opacity: 1;
}

.about-parallax .about-hero-section {
    isolation: isolate;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(244, 236, 216, 0.72) 0%, rgba(244, 236, 216, 0.58) 42%, rgba(201, 184, 164, 0.34) 100%),
        url('../images/hero.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center calc(50% + var(--about-hero-bg-y));
    transition: background-position 80ms linear;
    will-change: background-position;
}

.about-parallax .about-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.22), transparent 30%),
        linear-gradient(180deg, rgba(255, 252, 244, 0.06) 0%, rgba(77, 56, 40, 0.08) 100%);
}

.about-parallax .about-hero-container {
    position: relative;
    z-index: 3;
}

.about-parallax .about-hero-curve,
.about-parallax .about-bean-left {
    z-index: 2;
}

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

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

.about-parallax [data-about-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(--about-reveal-delay, 0ms);
    will-change: opacity, transform, filter;
}

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

.about-parallax .about-parallax-section {
    transform-style: preserve-3d;
    overflow: hidden;
}

.about-parallax .about-story-visual {
    min-height: 360px;
    border-radius: 38px;
    background-image:
        linear-gradient(135deg, rgba(244, 236, 216, 0.30), rgba(31, 64, 43, 0.22)),
        url('../images/hero.webp');
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 54px rgba(43, 35, 29, 0.16);
    opacity: 0.9;
}

.about-parallax .about-product-photo img,
.about-parallax .about-team-card,
.about-parallax .about-value-item {
    backface-visibility: hidden;
}

.about-parallax .about-product-photo img {
    transition: transform 360ms ease, box-shadow 360ms ease;
}

.about-parallax .about-product-photo:hover img {
    transform: translateY(-8px) rotate(-1deg) scale(1.03);
    box-shadow: 0 30px 54px rgba(0, 0, 0, 0.32);
}

@media (max-width: 768px) {
    .about-parallax .about-hero-section {
        background-image:
            linear-gradient(180deg, rgba(244, 236, 216, 0.82), rgba(239, 228, 207, 0.72)),
            url('../images/hero.webp');
        background-position: center center;
    }

    .about-parallax .about-story-visual {
        display: none;
    }

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

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

    .about-parallax .about-hero-content,
    .about-parallax [data-about-parallax] {
        translate: 0 0 !important;
        opacity: 1 !important;
    }

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

/* ---------------------------------------------------------------------------
   ABOUT HERO CONTACT STYLE PATCH
   Menyamakan desain section hero About dengan Contact hero.
   --------------------------------------------------------------------------- */
.about-parallax .about-hero-section {
    min-height: 100vh;
    padding: 150px 0 80px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(244, 236, 216, 0.76) 0%, rgba(244, 236, 216, 0.62) 42%, rgba(201, 184, 164, 0.34) 100%),
        url('../images/hero.webp');
}

.about-parallax .about-hero-section::after {
    background:
        radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(255, 252, 244, 0.05) 0%, rgba(77, 56, 40, 0.08) 100%);
}

.about-parallax .about-hero-content {
    max-width: 560px;
    margin: 0 auto;
    text-align: left;
    padding-left: 0;
}

.about-parallax .about-hero-title {
    font-size: 46px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
    color: var(--color-coffee);
}

.about-parallax .about-hero-content p {
    max-width: 540px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--color-text-body);
}

.about-parallax .about-hero-curve,
.about-parallax .about-hero-splash,
.about-parallax .about-hero-beans {
    z-index: 2;
}

@media (max-width: 992px) {
    .about-parallax .about-hero-section {
        min-height: 86vh;
        padding: 136px 0 72px;
    }
}

@media (max-width: 768px) {
    .about-parallax .about-hero-section {
        min-height: 100svh;
        padding: 126px 0 72px;
        background-image:
            linear-gradient(180deg, rgba(244, 236, 216, 0.84), rgba(239, 228, 207, 0.74)),
            url('../images/hero.webp');
        background-position: center center;
    }

    .about-parallax .about-hero-title {
        font-size: 34px;
        line-height: 1.25;
        letter-spacing: -0.6px;
    }

    .about-parallax .about-hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }
}
