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


/* ==========================================================================
   Source: contact-page.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - CONTACT PAGE
   ========================================================================== */

.contact-page-body {
    background: #f7f0df;
    color: #241d18;
}

.contact-page-body .site-navbar {
    color: #241d18;
}

.contact-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;
}

.contact-hero-section,
.marketplace-section,
.contact-service-section,
.operational-section,
.faq-section {
    position: relative;
    overflow: hidden;
}

/* HERO */
.contact-hero-section {
    min-height: 680px;
    background: #f2ead7;
    display: flex;
    align-items: center;
    padding: 150px 0 80px;
}

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

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

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

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

.contact-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;
}

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

.contact-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;
}

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

.contact-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);
}

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

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

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

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

/* MARKETPLACE */
.marketplace-section {
    background: #183f29;
    padding: 88px 0 98px;
    color: #f7f0df;
}

.marketplace-header {
    text-align: center;
    margin-bottom: 58px;
}

.marketplace-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.35;
    font-weight: 800;
    color: #f7f0df;
}

.marketplace-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px;
    max-width: 980px;
    margin: 0 auto;
}

.marketplace-card {
    text-align: center;
}

.marketplace-logo-box {
    width: 142px;
    height: 142px;
    margin: 0 auto 20px;
    background: rgba(247, 240, 223, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
    transition: transform 0.32s ease, box-shadow 0.32s ease;
}

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

.marketplace-card:hover .marketplace-logo-box {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.22);
}

.marketplace-card h3 {
    color: #f7f0df;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.marketplace-card p {
    min-height: 48px;
    color: rgba(247, 240, 223, 0.76);
    font-size: 13px;
    line-height: 1.55;
    max-width: 230px;
    margin: 0 auto 20px;
}

.marketplace-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 48px;
    padding: 12px 22px;
    background: #d65757;
    color: #ffffff;
    border: 2px solid #d65757;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: all 0.28s ease;
}

.marketplace-btn:hover {
    background: #f7f0df;
    color: #183f29;
    border-color: #f7f0df;
    transform: translateY(-4px);
}


.marketplace-orbit,
.marketplace-beans,
.marketplace-pack-float,
.contact-service-glow,
.contact-service-beans,
.contact-service-pack,
.operational-beans {
    position: absolute;
    pointer-events: none;
}

.marketplace-orbit {
    border-radius: 999px;
    z-index: 1;
}

.marketplace-orbit-left {
    left: -150px;
    top: 52px;
    width: 330px;
    height: 330px;
    border: 34px solid rgba(247, 240, 223, 0.075);
}

.marketplace-orbit-right {
    right: -120px;
    bottom: -130px;
    width: 390px;
    height: 390px;
    background: rgba(247, 240, 223, 0.045);
    box-shadow: inset 0 0 0 42px rgba(247, 240, 223, 0.045);
}

.marketplace-beans {
    left: 7%;
    bottom: 58px;
    width: 142px;
    height: 136px;
    opacity: 0.22;
    z-index: 1;
}

.marketplace-beans::before,
.marketplace-beans::after,
.contact-service-beans::before,
.contact-service-beans::after,
.operational-beans::before,
.operational-beans::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 66px;
    border: 5px solid currentColor;
    border-radius: 50%;
}

.marketplace-beans,
.operational-beans {
    color: #f7f0df;
}

.marketplace-beans::before {
    top: 12px;
    left: 22px;
    transform: rotate(-48deg);
}

.marketplace-beans::after {
    right: 22px;
    bottom: 8px;
    transform: rotate(38deg);
}

.marketplace-pack-float {
    right: 8%;
    top: 68px;
    width: clamp(92px, 10vw, 150px);
    z-index: 1;
    opacity: 0.78;
    filter: drop-shadow(0 28px 32px rgba(0, 0, 0, 0.22));
    transform: rotate(8deg);
}

/* CUSTOMER SERVICE */

.contact-service-glow {
    width: 340px;
    height: 340px;
    border-radius: 999px;
    z-index: 0;
    filter: blur(1px);
}

.contact-service-glow-left {
    left: -130px;
    top: 34px;
    background: radial-gradient(circle, rgba(105, 164, 95, 0.18) 0%, rgba(105, 164, 95, 0) 68%);
}

.contact-service-glow-right {
    right: -120px;
    bottom: -110px;
    border: 34px solid rgba(118, 74, 53, 0.075);
}

.contact-service-beans {
    right: 9%;
    top: 72px;
    width: 136px;
    height: 126px;
    color: #764a35;
    opacity: 0.18;
    z-index: 1;
}

.contact-service-beans::before {
    top: 8px;
    left: 16px;
    transform: rotate(-42deg);
}

.contact-service-beans::after {
    right: 18px;
    bottom: 6px;
    transform: rotate(34deg);
}

.contact-service-pack {
    left: 4%;
    bottom: 26px;
    width: clamp(82px, 9vw, 138px);
    z-index: 1;
    opacity: 0.62;
    filter: drop-shadow(0 26px 30px rgba(56, 39, 29, 0.16));
    transform: rotate(-9deg);
}

.contact-service-container {
    position: relative;
    z-index: 2;
}

.contact-service-section {
    background:
        radial-gradient(circle at 15% 18%, rgba(105, 164, 95, 0.10), transparent 22%),
        radial-gradient(circle at 92% 8%, rgba(118, 74, 53, 0.10), transparent 18%),
        linear-gradient(180deg, #fbf8f2 0%, #f5eee3 100%);
    padding: 96px 0;
}

.contact-service-container {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 34px;
    align-items: stretch;
}

.contact-service-copy,
.contact-service-actions {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.contact-service-copy {
    padding: 42px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(80, 59, 46, 0.10);
    box-shadow: 0 28px 60px rgba(56, 39, 29, 0.10);
}

.contact-service-copy::before {
    content: '';
    position: absolute;
    top: -72px;
    right: -66px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(105, 164, 95, 0.18) 0%, rgba(105, 164, 95, 0) 72%);
    pointer-events: none;
}

.contact-service-copy::after {
    content: '';
    position: absolute;
    left: -36px;
    bottom: -36px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 22px solid rgba(118, 74, 53, 0.08);
    pointer-events: none;
}

.contact-service-copy h2 {
    position: relative;
    z-index: 1;
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    color: #2b231d;
    margin-bottom: 30px;
}

.service-info-block {
    position: relative;
    z-index: 1;
    padding: 28px 28px 26px 30px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(247,240,223,0.92));
    border: 1px solid rgba(118, 74, 53, 0.10);
    box-shadow: 0 14px 35px rgba(36, 29, 24, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-info-block::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    width: 6px;
    height: calc(100% - 56px);
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #69a45f 0%, #1f4f34 100%);
}

.service-info-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 42px rgba(36, 29, 24, 0.12);
    border-color: rgba(105, 164, 95, 0.26);
}

.service-info-block + .service-info-block {
    margin-top: 22px;
}

.service-info-block h3 {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.18;
    font-weight: 800;
    color: #2b231d;
    margin-bottom: 10px;
}

.service-info-block h3 span {
    color: #6b5a4e;
    font-size: 0.88em;
    font-weight: 700;
}

.service-info-block p {
    max-width: 560px;
    color: #5b5048;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.contact-service-actions {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    background: linear-gradient(180deg, rgba(25, 64, 41, 0.96) 0%, rgba(20, 51, 34, 0.96) 100%);
    border: 1px solid rgba(247, 240, 223, 0.10);
    box-shadow: 0 28px 60px rgba(16, 34, 24, 0.18);
}

.contact-service-actions::before {
    content: 'Connect with us';
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(247, 240, 223, 0.12);
    color: #f7f0df;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.service-action-row {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(247, 240, 223, 0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.service-action-row::after {
    content: '↗';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(247, 240, 223, 0.7);
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.28s ease, color 0.28s ease;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    color: #f7f0df;
    background: linear-gradient(180deg, rgba(247, 240, 223, 0.18) 0%, rgba(247, 240, 223, 0.10) 100%);
    border: 1px solid rgba(247, 240, 223, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.service-icon svg {
    width: 30px;
    height: 30px;
}

.service-action-btn {
    min-height: 56px;
    padding: 16px 58px 16px 22px;
    background: linear-gradient(90deg, #d65757 0%, #e16f6f 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 24px rgba(214, 87, 87, 0.22);
    transition: all 0.28s ease;
}

.service-action-row:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 36px rgba(9, 22, 15, 0.24);
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(247, 240, 223, 0.18);
}

.service-action-row:hover::after {
    transform: translateY(-50%) translateX(3px);
    color: #ffffff;
}

.service-action-row:hover .service-icon {
    color: #183f29;
    background: #f7f0df;
    transform: scale(1.06);
}

.service-action-row:hover .service-action-btn {
    background: linear-gradient(90deg, #69a45f 0%, #78b469 100%);
    box-shadow: 0 14px 26px rgba(105, 164, 95, 0.24);
}
/* OPERATIONAL */
.operational-section {
    background:
        radial-gradient(circle at 16% 18%, rgba(105, 164, 95, 0.10), transparent 22%),
        linear-gradient(135deg, #2f1f18 0%, #3b2419 55%, #2a1a14 100%);
    color: #f7f0df;
    padding: 88px 0 104px;
}

.operational-splash {
    position: absolute;
    top: -78px;
    right: -74px;
    width: 440px;
    height: 300px;
    border: 28px solid rgba(160, 102, 72, 0.55);
    border-radius: 50%;
    transform: rotate(12deg);
    opacity: 0.9;
}

.operational-splash::before {
    content: '';
    position: absolute;
    top: 52px;
    left: 52px;
    width: 310px;
    height: 200px;
    border: 18px solid rgba(196, 145, 113, 0.38);
    border-radius: 50%;
}

.operational-splash::after {
    content: '';
    position: absolute;
    right: -46px;
    bottom: -58px;
    width: 230px;
    height: 108px;
    border: 24px solid rgba(118, 74, 53, 0.85);
    border-radius: 50%;
    transform: rotate(10deg);
}

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

.operational-container h2 {
    text-align: center;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.2vw, 46px);
    font-weight: 800;
    color: #f7f0df;
    margin-bottom: 58px;
}

.operational-container h2::before {
    content: 'KOPSOON Info';
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(247, 240, 223, 0.10);
    border: 1px solid rgba(247, 240, 223, 0.12);
    color: rgba(247, 240, 223, 0.82);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.operational-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 980px;
    margin: 0 auto;
}

.operational-card {
    position: relative;
    padding: 34px 32px 30px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(247, 240, 223, 0.10);
    box-shadow: 0 24px 54px rgba(16, 10, 8, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.operational-card::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 24px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247,240,223,0.18), rgba(247,240,223,0.08));
    border: 1px solid rgba(247, 240, 223, 0.14);
}

.operational-card:first-child::after,
.operational-card:last-child::after {
    position: absolute;
    top: 38px;
    left: 40px;
    font-size: 24px;
    line-height: 1;
}

.operational-card:first-child::after {
    content: '⏰';
}

.operational-card:last-child::after {
    content: '📍';
}

.operational-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 62px rgba(12, 8, 6, 0.28);
    border-color: rgba(247, 240, 223, 0.18);
}

.operational-card h3 {
    padding-left: 86px;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.16;
    font-weight: 800;
    color: #f7f0df;
    margin-bottom: 18px;
    min-height: 58px;
    display: flex;
    align-items: center;
}

.operational-card p {
    color: rgba(247, 240, 223, 0.92);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.operational-card p + p {
    margin-top: 10px;
    color: rgba(247, 240, 223, 0.80);
}
/* FAQ */
.faq-section {
    background:
        radial-gradient(circle at 12% 86%, rgba(118, 74, 53, 0.10), transparent 24%),
        radial-gradient(circle at 88% 14%, rgba(105, 164, 95, 0.08), transparent 20%),
        linear-gradient(180deg, #f7f0df 0%, #f3ead8 100%);
    padding: 108px 0 112px;
}

.faq-container {
    position: relative;
    z-index: 3;
}

.faq-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.faq-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(36, 29, 24, 0.06);
    color: #6f5b4d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.faq-heading h2 {
    font-family: var(--font-heading);
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.1;
    font-weight: 800;
    color: #2b231d;
    margin-bottom: 12px;
}

.faq-heading p {
    color: #685d55;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
}

.faq-list {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.faq-item {
    position: relative;
    padding: 30px 32px 28px 98px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(250,245,235,0.94) 100%);
    border: 1px solid rgba(118, 74, 53, 0.10);
    box-shadow: 0 18px 38px rgba(53, 38, 29, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item::before {
    content: 'Q';
    position: absolute;
    top: 28px;
    left: 28px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #1f4f34 0%, #2b6a45 100%);
    color: #f7f0df;
    font-size: 20px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(31, 79, 52, 0.24);
}

.faq-item::after {
    content: '';
    position: absolute;
    inset: auto auto 0 0;
    width: 110px;
    height: 110px;
    border-radius: 0 100% 0 0;
    background: rgba(105, 164, 95, 0.06);
    pointer-events: none;
}

.faq-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 48px rgba(53, 38, 29, 0.12);
    border-color: rgba(105, 164, 95, 0.24);
}

.faq-item h3 {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.22;
    font-weight: 800;
    color: #1e1a17;
    margin-bottom: 12px;
}

.faq-item p {
    font-family: var(--font-heading);
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.38;
    font-weight: 700;
    color: #4f453d;
}

.faq-curve {
    position: absolute;
    top: -120px;
    right: 118px;
    width: 780px;
    height: 360px;
    border: 10px solid rgba(118, 99, 77, 0.22);
    border-radius: 50%;
    transform: rotate(24deg);
    z-index: 1;
}

.faq-curve::after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 10px solid rgba(255, 255, 255, 0.96);
    border-radius: 50%;
}

.faq-splash {
    position: absolute;
    left: -118px;
    bottom: -96px;
    width: 382px;
    height: 304px;
    background: #764a35;
    border-radius: 55% 45% 46% 54% / 48% 55% 45% 52%;
    transform: rotate(-12deg);
    z-index: 1;
}

.faq-splash::before {
    content: '';
    position: absolute;
    top: 64px;
    left: 74px;
    width: 202px;
    height: 142px;
    border: 28px solid #f7f0df;
    border-radius: 50%;
    transform: rotate(28deg);
}

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

.faq-beans {
    position: absolute;
    right: 68px;
    bottom: 22px;
    width: 154px;
    height: 150px;
    opacity: 0.24;
    z-index: 2;
}

.faq-beans::before,
.faq-beans::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 68px;
    border: 5px solid #8e806d;
    border-radius: 50%;
}

.faq-beans::before {
    top: 14px;
    left: 24px;
    transform: rotate(-48deg);
    box-shadow: 70px 44px 0 -3px transparent;
}

.faq-beans::after {
    top: 54px;
    right: 12px;
    transform: rotate(38deg);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 992px) {
    .contact-hero-copy {
        padding-left: 0;
        text-align: center;
    }

    .contact-hero-copy h1 {
        font-size: 38px;
    }

    .contact-hero-copy p {
        font-size: 15.5px;
    }

    .marketplace-grid,
    .contact-service-container,
    .operational-grid {
        grid-template-columns: 1fr;
    }

    .marketplace-grid {
        gap: 42px;
        max-width: 380px;
    }

    .contact-service-container {
        gap: 24px;
    }

    .contact-service-copy,
    .contact-service-actions {
        padding: 28px 24px;
    }

    .contact-service-actions {
        margin: 0;
        max-width: 100%;
    }

    .operational-grid {
        gap: 22px;
        text-align: left;
    }

    .operational-card {
        padding: 28px 24px 24px;
    }

    .operational-card h3 {
        min-height: 0;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        min-height: 560px;
        padding: 130px 0 72px;
    }

    .contact-hero-copy h1 {
        font-size: 30px;
        line-height: 1.35;
        letter-spacing: -0.3px;
    }

    .contact-hero-copy p {
        font-size: 15px;
        line-height: 1.7;
        font-weight: 400;
    }

    .marketplace-section,
    .contact-service-section,
    .operational-section,
    .faq-section {
        padding-left: 0;
        padding-right: 0;
    }

    .service-action-row {
        grid-template-columns: 52px 1fr;
        gap: 12px;
        padding: 12px;
    }

    .service-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }

    .service-icon svg {
        width: 26px;
        height: 26px;
    }

    .service-action-btn {
        min-height: 50px;
        font-size: 12px;
        padding: 12px 42px 12px 14px;
        border-radius: 16px;
    }

    .faq-heading {
        margin-bottom: 28px;
    }

    .faq-item {
        padding: 24px 22px 22px 82px;
        border-radius: 24px;
    }

    .faq-item::before {
        top: 22px;
        left: 20px;
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 18px;
    }

    .contact-hero-curve,
    .faq-curve {
        opacity: 0.7;
    }

    .marketplace-pack-float,
    .contact-service-pack,
    .marketplace-beans,
    .contact-service-beans,
    .operational-beans {
        opacity: 0.18;
    }

    .marketplace-orbit-left,
    .marketplace-orbit-right,
    .contact-service-glow {
        opacity: 0.55;
    }

}


/* ==========================================================================
   Source: contact-parallax.css
   ========================================================================== */
/* ===========================================================================
   KOPSOON - CONTACT PARALLAX EFFECTS
   =========================================================================== */

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

.contact-parallax .contact-hero-section {
    min-height: 100vh;
    isolation: isolate;
    overflow: hidden;
    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');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center calc(50% + var(--contact-hero-bg-y));
    transition: background-position 80ms linear;
    will-change: background-position;
}

.contact-parallax .contact-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    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%);
}

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

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

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

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

.contact-parallax .marketplace-card,
.contact-parallax .service-info-block,
.contact-parallax .service-action-row,
.contact-parallax .operational-card,
.contact-parallax .faq-item {
    translate: 0 var(--contact-card-parallax-y, 0px);
}

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

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

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

.contact-parallax .marketplace-card,
.contact-parallax .service-action-row,
.contact-parallax .operational-card,
.contact-parallax .faq-item {
    backface-visibility: hidden;
}

.contact-parallax .marketplace-card,
.contact-parallax .operational-card,
.contact-parallax .faq-item {
    transition: transform 320ms ease, box-shadow 320ms ease;
}

.contact-parallax .marketplace-card:hover {
    transform: translateY(-8px);
}

.contact-parallax .operational-card:hover,
.contact-parallax .faq-item:hover {
    transform: translateY(-6px);
}

@media (max-width: 768px) {
    .contact-parallax .contact-hero-section {
        min-height: 100vh;
        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;
    }

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

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

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

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


/* ==========================================================================
   Source: kopsoon-text-palette.css
   ========================================================================== */
/* ========================================================================
   KOPSOON - TYPOGRAPHY & COLOR PALETTE ALIGNMENT
   Menyamakan font dan warna teks seluruh halaman dengan style hero Home.
   ======================================================================== */

:root {
    --color-coffee: #3C2A21;
    --color-coffee-soft: #6F4A36;
    --color-cream: #F3EAD8;
    --color-cream-soft: #FBF6EE;
    --color-leaf: #5D9C59;
    --color-leaf-dark: #1F3B27;
    --color-body: #58524C;
    --color-muted: #746A62;
    --color-line: rgba(60, 42, 33, 0.14);

    --font-heading: 'DM Sans', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}

html,
body,
button,
input,
textarea,
select {
    font-family: var(--font-body);
}

body {
    color: var(--color-body);
    background-color: var(--color-cream-soft);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

::selection {
    color: var(--color-cream-soft);
    background: var(--color-leaf);
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.about-hero-title,
.about-story-content h2,
.about-values-title,
.about-team-title,
.product-hero-title,
.product-showcase-title,
.product-detail-heading,
.serving-hero-title,
.serving-method-content h2,
.serving-hacks-header h2,
.contact-hero-copy h1,
.marketplace-header h2,
.contact-service-title,
.operational-title,
.faq-question,
.reseller-hero-title,
.reseller-deals-title,
.reseller-benefits-title,
.reseller-packages-title,
.reseller-join-title,
.footer-heading,
.footer-contact-title {
    font-family: var(--font-heading);
    color: var(--color-coffee);
    font-weight: 800;
    letter-spacing: -0.035em;
}

p,
li,
.hero-description,
.about-hero-content p,
.about-story-content p,
.about-values-description,
.about-member-role,
.product-hero-description,
.product-showcase-description,
.product-detail-description,
.serving-hero-description,
.serving-method-lead,
.serving-method-list li > span,
.serving-hacks-header p,
.serving-hack-card p,
.contact-hero-copy p,
.marketplace-card p,
.contact-service-copy p,
.operational-copy p,
.faq-answer,
.reseller-hero-description,
.reseller-deals-description,
.reseller-benefit-card p,
.reseller-package-card p,
.reseller-join-description,
.footer-subtext,
.footer-contact-desc,
.footer-bottom p {
    font-family: var(--font-body);
    color: var(--color-body);
    font-weight: 500;
    letter-spacing: -0.005em;
}

strong,
b,
.nav-link,
.btn,
.marketplace-btn,
.social-action-btn,
.order-card-btn,
.promo-reseller-button,
.reseller-btn,
.reseller-package-btn,
.reseller-join-btn {
    font-weight: 800;
}

.hero-title .highlight,
.product-hero-eyebrow,
.contact-eyebrow,
.reseller-eyebrow,
.serving-hero-eyebrow,
.about-hero-title span,
.about-story-content h2 span,
.product-detail-tag,
.footer-social-icons .social-icon-btn:hover,
.nav-link:hover,
.nav-link.active {
    color: var(--color-leaf);
}

/* Button palette mengikuti Home: hijau utama, cokelat outline. */
.btn-primary,
.marketplace-btn,
.order-card-btn,
.promo-reseller-button,
.reseller-deal-btn,
.reseller-package-btn,
.reseller-join-btn,
.social-action-btn {
    background: var(--color-leaf);
    border-color: var(--color-leaf);
    color: var(--color-cream-soft);
    box-shadow: 0 12px 28px rgba(93, 156, 89, 0.24);
}

.btn-primary:hover,
.marketplace-btn:hover,
.order-card-btn:hover,
.promo-reseller-button:hover,
.reseller-deal-btn:hover,
.reseller-package-btn:hover,
.reseller-join-btn:hover,
.social-action-btn:hover {
    background: var(--color-leaf-dark);
    border-color: var(--color-leaf-dark);
    color: var(--color-cream-soft);
}

.btn-secondary {
    color: var(--color-coffee);
    border-color: var(--color-coffee);
}

.btn-secondary:hover {
    background: var(--color-coffee);
    border-color: var(--color-coffee);
    color: var(--color-cream-soft);
}

/* Navbar dan footer dibuat lebih menyatu dengan palet Home. */
.nav-link {
    color: rgba(60, 42, 33, 0.82);
}

.nav-link::after {
    background: var(--color-leaf);
}

.site-footer {
    background: #E4DED4;
    color: var(--color-coffee);
}

.site-footer h2,
.site-footer h3,
.site-footer p {
    color: var(--color-coffee);
}

.social-icon-btn {
    color: var(--color-coffee);
}

/* Card terang: teks selalu dark coffee/body agar konsisten. */
.marketplace-card,
.order-card,
.product-option-card,
.product-detail-card,
.serving-hack-card,
.reseller-package-card,
.reseller-join-card,
.contact-service-card,
.faq-item,
.about-member-card {
    color: var(--color-coffee);
}

.marketplace-card h3,
.order-card h3,
.product-option-card h3,
.product-detail-card h3,
.serving-hack-card h3,
.reseller-package-card h3,
.reseller-join-card h3,
.contact-service-card h3,
.about-member-name {
    color: var(--color-coffee);
}

/* Section gelap: tetap pakai palet brand, tetapi teks dibuat cream supaya terbaca. */
.about-story-dark,
.about-values-section,
.product-showcase-section,
.promo-reseller-section,
.reseller-deals-section,
.reseller-benefits-section,
.marketplace-section,
.operational-section,
.serving-method-hot {
    color: var(--color-cream-soft);
}

.about-story-dark h1,
.about-story-dark h2,
.about-story-dark h3,
.about-values-section h1,
.about-values-section h2,
.about-values-section h3,
.product-showcase-section h1,
.product-showcase-section h2,
.product-showcase-section h3,
.promo-reseller-section h1,
.promo-reseller-section h2,
.promo-reseller-section h3,
.reseller-deals-section h1,
.reseller-deals-section h2,
.reseller-deals-section h3,
.reseller-benefits-section h1,
.reseller-benefits-section h2,
.reseller-benefits-section h3,
.marketplace-section h1,
.marketplace-section h2,
.marketplace-section h3,
.operational-section h1,
.operational-section h2,
.operational-section h3,
.serving-method-hot h1,
.serving-method-hot h2,
.serving-method-hot h3 {
    color: var(--color-cream-soft);
}

.about-story-dark p,
.about-values-section p,
.product-showcase-section p,
.promo-reseller-section p,
.reseller-deals-section p,
.reseller-benefits-section p,
.marketplace-section p,
.operational-section p,
.serving-method-hot p,
.serving-method-hot li,
.serving-method-hot .serving-method-lead,
.serving-method-hot .serving-method-list li > span {
    color: rgba(251, 246, 238, 0.84);
}

/* Serving Method: menyesuaikan tone dengan Home tanpa menghilangkan parallax/layout. */
.serving-method-hot {
    background:
        radial-gradient(circle at 82% 18%, rgba(243, 234, 216, 0.10), transparent 30%),
        radial-gradient(circle at 3% 104%, rgba(111, 74, 54, 0.18), transparent 36%),
        linear-gradient(135deg, #1F3B27 0%, #244833 52%, #1B3525 100%);
}

.serving-method-ice {
    background:
        radial-gradient(circle at 18% 6%, rgba(255, 255, 255, 0.72), transparent 32%),
        radial-gradient(circle at 92% 92%, rgba(255, 255, 255, 0.36), transparent 30%),
        linear-gradient(135deg, #F3EAD8 0%, #FBF6EE 54%, #EFE4CF 100%);
    color: var(--color-coffee);
}

.serving-method-ice h1,
.serving-method-ice h2,
.serving-method-ice h3 {
    color: var(--color-coffee);
}

.serving-method-ice p,
.serving-method-ice li,
.serving-method-ice .serving-method-lead,
.serving-method-ice .serving-method-list li > span {
    color: var(--color-body);
}

.serving-method-content::before,
.serving-method-hot .serving-method-content::before {
    background: var(--color-cream);
    color: var(--color-leaf-dark);
}

.serving-method-ice .serving-method-content::before {
    background: var(--color-coffee-soft);
    color: var(--color-cream-soft);
}

.serving-method-list li::before {
    background: var(--color-cream);
    color: var(--color-leaf-dark);
}

.serving-method-ice .serving-method-list li::before {
    background: var(--color-coffee-soft);
    color: var(--color-cream-soft);
}

.serving-hacks-section {
    background:
        radial-gradient(circle at 8% 12%, rgba(111, 74, 54, 0.06), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(93, 156, 89, 0.07), transparent 32%),
        var(--color-cream-soft);
}

.serving-hacks-header h2,
.serving-hack-card h3 {
    color: var(--color-coffee);
}

.serving-hacks-header p,
.serving-hack-card p {
    color: var(--color-body);
}

/* Contact/Reseller/Product text yang sebelumnya terlalu hitam atau merah diselaraskan. */
.contact-hero-copy h1,
.reseller-hero-title,
.product-hero-title,
.serving-hero-title,
.about-hero-title {
    color: var(--color-coffee);
}

.contact-hero-copy p,
.reseller-hero-description,
.product-hero-description,
.serving-hero-description,
.about-hero-content p {
    color: var(--color-body);
}

.about-team-section {
    color: var(--color-coffee);
}

.about-member-action,
.about-member-social,
.member-social-btn {
    background: var(--color-leaf) !important;
    color: var(--color-cream-soft) !important;
}

@media (max-width: 768px) {
    h1,
    h2,
    h3,
    .hero-title,
    .about-hero-title,
    .product-hero-title,
    .serving-hero-title,
    .contact-hero-copy h1,
    .reseller-hero-title {
        letter-spacing: -0.025em;
    }
}


/* ==========================================================================
   Source: contact-marketplace-cards.css
   ========================================================================== */
/* ==========================================================================
   KOPSOON - CONTACT MARKETPLACE CARD POLISH
   Override khusus setelah global palette agar card marketplace lebih premium.
   ========================================================================== */

.marketplace-section {
    padding: 104px 0 112px;
    background:
        radial-gradient(circle at 14% 18%, rgba(247, 240, 223, 0.12), transparent 28%),
        radial-gradient(circle at 86% 82%, rgba(93, 156, 89, 0.16), transparent 32%),
        linear-gradient(135deg, #143722 0%, #174328 48%, #10311e 100%);
}

.marketplace-section::before,
.marketplace-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    z-index: 0;
}

.marketplace-section::before {
    top: 44px;
    left: -92px;
    width: 260px;
    height: 260px;
    border: 36px solid rgba(247, 240, 223, 0.055);
}

.marketplace-section::after {
    right: -120px;
    bottom: -130px;
    width: 340px;
    height: 340px;
    background: rgba(247, 240, 223, 0.045);
    box-shadow: inset 0 0 0 38px rgba(247, 240, 223, 0.04);
}

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

.marketplace-header {
    max-width: 980px;
    margin: 0 auto 54px;
}

.marketplace-header h2 {
    color: #fbf6ee !important;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.marketplace-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: 1160px;
    align-items: stretch;
}

.marketplace-card {
    position: relative;
    display: flex;
    min-height: 392px;
    padding: 34px 30px 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 32px;
    border: 1px solid rgba(247, 240, 223, 0.18);
    background:
        linear-gradient(180deg, rgba(251, 246, 238, 0.16) 0%, rgba(251, 246, 238, 0.075) 100%);
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    overflow: hidden;
    isolation: isolate;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform-origin: center bottom;
    transition:
        transform 360ms cubic-bezier(0.2, 0.84, 0.24, 1),
        box-shadow 360ms ease,
        border-color 360ms ease,
        background 360ms ease;
}

.marketplace-card::before {
    content: "";
    position: absolute;
    top: -72px;
    left: -80px;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(251, 246, 238, 0.24), transparent 64%);
    opacity: 0.75;
    z-index: -1;
    transition: transform 420ms ease, opacity 420ms ease;
}

.marketplace-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.15) 42%, transparent 60%);
    transform: translateX(-125%);
    transition: transform 720ms cubic-bezier(0.2, 0.84, 0.24, 1);
}

.contact-parallax .marketplace-card:hover,
.marketplace-card:hover {
    transform: translateY(-16px) scale(1.025);
    border-color: rgba(251, 246, 238, 0.36);
    background:
        linear-gradient(180deg, rgba(251, 246, 238, 0.24) 0%, rgba(251, 246, 238, 0.105) 100%);
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.30),
        0 0 0 1px rgba(251, 246, 238, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.marketplace-card:hover::before {
    opacity: 1;
    transform: translate(28px, 22px) scale(1.15);
}

.marketplace-card:hover::after {
    transform: translateX(125%);
}

.marketplace-logo-box {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 26px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.70), transparent 32%),
        linear-gradient(145deg, #fbf6ee 0%, #eee2c9 100%);
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow:
        0 22px 44px rgba(0, 0, 0, 0.20),
        0 0 0 10px rgba(251, 246, 238, 0.045);
    transition:
        transform 360ms cubic-bezier(0.2, 0.84, 0.24, 1),
        box-shadow 360ms ease,
        border-radius 360ms ease;
}

.marketplace-logo-box::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 26px;
    border: 1px solid rgba(60, 42, 33, 0.08);
    pointer-events: none;
}

.marketplace-card:hover .marketplace-logo-box {
    transform: translateY(-8px) rotate(-2deg) scale(1.05);
    border-radius: 38px;
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.28),
        0 0 0 14px rgba(251, 246, 238, 0.07);
}

.marketplace-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08));
    transition: transform 360ms ease;
}

.marketplace-card:hover .marketplace-logo-img {
    transform: scale(1.07);
}

.marketplace-card h3 {
    color: #fbf6ee !important;
    font-size: clamp(20px, 1.6vw, 24px);
    line-height: 1.15;
    letter-spacing: -0.035em;
    margin-bottom: 10px;
}

.marketplace-card p {
    min-height: 66px;
    max-width: 260px;
    margin: 0 auto 26px;
    color: rgba(251, 246, 238, 0.78) !important;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.marketplace-btn {
    position: relative;
    margin-top: auto;
    min-width: 178px;
    min-height: 52px;
    padding: 15px 24px;
    border: 0 !important;
    border-radius: 999px;
    background: #fbf6ee !important;
    color: #183f29 !important;
    box-shadow:
        0 15px 32px rgba(0, 0, 0, 0.20),
        inset 0 -2px 0 rgba(60, 42, 33, 0.10) !important;
    overflow: hidden;
    letter-spacing: 0.035em;
}

.marketplace-btn::after {
    content: "→";
    margin-left: 9px;
    transform: translateX(0);
    transition: transform 260ms ease;
}

.marketplace-btn:hover {
    background: #5d9c59 !important;
    color: #fbf6ee !important;
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(93, 156, 89, 0.28) !important;
}

.marketplace-card:hover .marketplace-btn::after,
.marketplace-btn:hover::after {
    transform: translateX(4px);
}

@media (max-width: 992px) {
    .marketplace-section {
        padding: 84px 0 92px;
    }

    .marketplace-grid {
        grid-template-columns: 1fr;
        max-width: 430px;
        gap: 26px;
    }

    .marketplace-card {
        min-height: auto;
        padding: 32px 28px 30px;
    }

    .marketplace-card p {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .marketplace-header h2 {
        font-size: clamp(24px, 8vw, 34px);
    }

    .marketplace-card {
        border-radius: 26px;
        padding: 28px 22px 26px;
    }

    .marketplace-logo-box {
        width: 126px;
        height: 126px;
        border-radius: 28px;
    }

    .marketplace-btn {
        width: 100%;
        min-width: 0;
    }
}
