/* ============================================================
   Julyem Gemstones - About Section ([julyem_about])
   ============================================================ */

.jl-about {
    --jl-ab-gold:    #CFA56A;
    --jl-gold:       #CFA56A;
    --jl-ab-text:    #d6e0ea;
    --jl-ab-muted:   #9fb2c2;
    color: var(--jl-ab-text);
    position: relative;
    overflow: hidden;
}

.jl-about-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
}

/* === Ảnh === */
.jl-about-media { min-width: 0; }

.jl-about-frame {
    position: relative;
    border: 1px solid rgba(207, 165, 106, .55);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.jl-about-frame img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* === Nội dung === */
.jl-about-content { min-width: 0; }
.jl-about-content--full { grid-column: 1 / -1; text-align: center; }

.jl-about-eyebrow {
    margin: 0 0 10px;
    color: var(--jl-ab-text);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.jl-about-title {
    margin: 0 0 22px;
    color: var(--jl-ab-gold);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.15;
}

.jl-about-desc {
    color: var(--jl-ab-text);
    font-size: 16px;
    line-height: 1.85;
}
.jl-about-desc p { margin: 0 0 14px; }
.jl-about-desc p:last-child { margin-bottom: 0; }

/* === 4 đặc điểm === */
.jl-about-features {
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.jl-about-content--full .jl-about-features { max-width: 760px; margin-inline: auto; }

.jl-about-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.jl-about-feature-ic {
    color: var(--jl-ab-gold);
    line-height: 0;
}

.jl-about-feature-text {
    display: flex;
    flex-direction: column;
    color: var(--jl-ab-text);
    font-size: 15px;
    line-height: 1.45;
}
.jl-about-feature-text strong { font-weight: 600; }
.jl-about-feature-text em { font-style: normal; }

/* === Nút CTA === */
.jl-about-btn {
    display: inline-block;
    margin-top: 34px;
    padding: 14px 40px;
    border: 1px solid var(--jl-ab-gold);
    border-radius: 4px;
    color: var(--jl-ab-gold);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease;
}
.jl-about-btn:hover,
.jl-about-btn:focus {
    background: var(--jl-ab-gold);
    color: #0B3F66;
}

/* === Responsive === */
@media (max-width: 900px) {
    .jl-about-inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 48px 20px;
    }
    .jl-about-content { text-align: center; }
    .jl-about-features { max-width: 520px; margin-inline: auto; }
}

@media (max-width: 480px) {
    .jl-about-features { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
}
