﻿.raw-material-section {
    padding: 20px 0;
    background: #f7f5f2;
    font-family: 'Playfair Display', serif;
}

.raw-material-section .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.raw-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.raw-image img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.raw-content {
    max-width: 520px;
}

.phase {
    font-size: 12px;
    letter-spacing: 4px;
    color: #c0a36a;
    display: inline-block;
    margin-bottom: 20px;
}

.raw-content h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #2d2d2d;
}

.inspection-card {
    background: #ebe7e2;
    padding: 35px;
    position: relative;
}

.inspection-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 3px;
    background: #c0a36a;
}

.card-title {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #777;
    line-height: 1.6;
}

.inspection-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.inspection-item:last-child {
    margin-bottom: 0;
}

.inspection-item h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #2d2d2d;
}

.inspection-item p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.icon {
    color: #c0a36a;
    font-size: 16px;
    margin-top: 2px;
}

@media (max-width: 992px) {
    .raw-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .raw-image img {
        margin: auto;
    }

    .inspection-item {
        text-align: left;
    }
}

.craftsmanship-section {
    padding: 30px 0;
    background: #f7f5f2;
    font-family: 'Playfair Display', serif;
}

.craftsmanship-section .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.craft-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.craft-left {
    flex: 1;
}

.phase {
    font-size: 12px;
    letter-spacing: 4px;
    color: #c0a36a;
    margin-bottom: 20px;
    display: inline-block;
}

.craft-left h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #2d2d2d;
}

.description {
    font-size: 15px;
    color: #6d6d6d;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 420px;
}

.benchmark-list {
    border-top: 1px solid #ddd;
}

.benchmark-item {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
}

.benchmark-item .value {
    color: #c0a36a;
}

.craft-right {
    position: relative;
    flex: 1;
}

.craft-right img {
    width: 100%;
    display: block;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.overlay-card {
    position: absolute;
    left: -60px;
    bottom: 60px;
    background: #b1924c;
    padding: 40px;
    width: 320px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.overlay-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.4;
}

.overlay-card p {
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .craft-wrapper {
        flex-direction: column;
    }

    .overlay-card {
        position: relative;
        left: 16px;
        bottom: 0;
        margin-top: -40px;
    }

    .description {
        max-width: 100%;
    }
}

.purity-section {
    padding: 30px 0;
    background: #f3f1ee;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.mini-title {
    font-size: 11px;
    letter-spacing: 4px;
    color: #c0a36a;
    display: inline-block;
    margin-bottom: 15px;
}

.purity-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #2d2d2d;
}

.purity-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.purity-item {
    max-width: 260px;
}

.circle-icon {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 22px;
    color: #2d2d2d;
}

.purity-item h4 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.purity-item p {
    font-size: 13px;
    color: #777;
    line-height: 1.7;
}

.final-section {
    font-family: 'Playfair Display', serif;
}

.final-wrapper {
    display: flex;
    width: 100%;
}

.final-left,
.final-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.final-left {
    padding: 100px 80px;
    background: #ffffff;
}

.final-left h2 {
    font-size: 34px;
    margin-bottom: 40px;
}

.inspection-row {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.number {
    font-size: 14px;
    color: #c0a36a;
    font-weight: 600;
    min-width: 40px;
}

.inspection-row h4 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.inspection-row p {
    font-size: 12px;
    color: #888;
}

.final-right {
    position: relative;
    overflow: hidden;
    background-image: url('/assets/img/QualityAssurance/QAImg_3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px;
    display: flex;
    align-items: center;
    min-height: 600px;
    color: #fff;
}

.final-right::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 0;
}

.packaging-content {
    position: relative;
    z-index: 2;
}

.packaging-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

.packaging-content p {
    font-size: 16px;
    line-height: 1.8;
}

.packaging-content {
    max-width: 400px;
}

.outline-btn {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
}

.quality-section {
    padding: 110px 0;
    font-family: 'Playfair Display', serif;
    background: linear-gradient( 135deg, #2f2f2f 0%, #3a3835 40%, #4a443f 100% );
    color: #f5f3ef;
}

.center {
    text-align: center;
}

.quality-title {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 70px;
}

.quality-grid {
    display: flex;
    justify-content: center;
    gap: 70px;
    flex-wrap: wrap;
}

.quality-item {
    max-width: 240px;
    text-align: left;
}

.q-number {
    display: block;
    font-size: 22px;
    color: #c0a36a;
    margin-bottom: 18px;
}

.quality-item h4 {
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.quality-item p {
    font-size: 13px;
    line-height: 1.7;
    color: #d8d5cf;
}

@media (max-width: 992px) {
    .final-wrapper {
        flex-direction: column;
    }

    .final-left,
    .final-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .final-left {
        padding: 60px 30px;
    }

    .final-right {
        min-height: 400px;
    }

    .purity-grid {
        gap: 20px;
    }
}

