/* ================= ABOUT PAGE GLOBAL ================= */
.about-page{
    background:var(--bg);
}

/* ================= PAGE BANNER ================= */
.page-banner{
    position:relative;
}

.page-banner img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.page-banner-text{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0.35);
    color:#fff;
}

.page-banner-text h1{
    font-family:var(--font-head);
    font-size:38px;
    margin-bottom:6px;
}

.page-banner-text p{
    font-size:13px;
    opacity:0.9;
}

/* ================= INTRO IMAGE ================= */
.about-intro{
    padding:70px 0 40px;
}

.about-intro img{
    width:100%;
    border-radius:22px;
}

/* ================= ABOUT CONTENT ================= */
.about-content{
    padding:80px 0;
}

.about-content img{
    width:100%;
    border-radius:18px;
}

.about-content h2{
    font-family:var(--font-head);
    font-size:30px;
    margin-bottom:16px;
}

.about-content p{
    font-size:14px;
    line-height:1.7;
    color:var(--muted);
    margin-bottom:14px;
}

/* STATS */
.about-stats{
    display:flex;
    gap:50px;
    margin-top:30px;
}

.about-stats h3{
    font-family:var(--font-head);
    font-size:28px;
    margin-bottom:4px;
}

.about-stats span{
    font-size:13px;
    color:var(--muted);
}

/* ================= EXPERIENCE ================= */
.about-experience{
    padding:90px 0;
}

.about-experience h2{
    font-family:var(--font-head);
    font-size:30px;
    margin-bottom:14px;
}

.about-experience p{
    font-size:14px;
    color:var(--muted);
    margin-bottom:20px;
}

.about-experience ul{
    padding-left:18px;
}

.about-experience li{
    font-size:14px;
    margin-bottom:10px;
}

/* ================= VIDEO SECTION ================= */
.about-video{
    position:relative;
    margin:90px 0;
}

.about-video img{
    width:100%;
    border-radius:22px;
}

.video-play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:64px;
    height:64px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    cursor:pointer;
}

/* ================= TESTIMONIAL ================= */
.about-testimonial{
    padding:90px 0;
}

.small-title{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:var(--accent);
}

.about-testimonial h2{
    font-family:var(--font-head);
    font-size:30px;
    margin:10px 0 14px;
}

.about-testimonial p{
    font-size:14px;
    color:var(--muted);
}

.testimonial-box{
    background:var(--white);
    padding:34px;
    border-radius:18px;
}

.testimonial-box p{
    font-size:15px;
    line-height:1.8;
    color:var(--dark);
}

.testimonial-user{
    margin-top:18px;
}

.testimonial-user span{
    display:block;
    font-size:13px;
    color:var(--muted);
}

/* ================= BRANDS ================= */
.about-brands{
    padding:90px 0;
}

.about-brands h2{
    font-family:var(--font-head);
    font-size:28px;
    margin-bottom:40px;
}

.about-brands .brand-list{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

.about-brands img{
    height:42px;
    opacity:0.85;
}

/* ================= MOBILE ================= */
@media(max-width:768px){

    .page-banner img{
        height:220px;
    }

    .page-banner-text h1{
        font-size:28px;
    }

    .about-stats{
        flex-direction:column;
        gap:24px;
    }

    .about-content,
    .about-experience,
    .about-testimonial,
    .about-brands{
        padding:60px 0;
    }
}
 .about-intro img,
.about-content img,
.about-experience img,
.about-video img{
    object-fit:cover;
}
/* ===== PAGE BANNER ===== */
.page-banner{
    position:relative;
}
.page-banner img{
    width:100%;
    height:320px;
    object-fit:cover;
}
.page-banner-text{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    background:rgba(0,0,0,.35);
}

/* ===== WIDE IMAGE ===== */
.about-wide{
    padding:70px 0;
}
.about-wide img{
    width:100%;
    border-radius:18px;
}

/* ===== ABOUT MAIN ===== */
.about-main{
    padding:90px 0;
}
.about-main h2{
    font-family:var(--font-head);
    font-size:32px;
}
.about-stats{
    display:flex;
    gap:40px;
    margin-top:30px;
}
.about-stats h3{
    font-family:var(--font-head);
}

/* ===== EXPERIENCE ===== */
.about-experience{
    padding:90px 0;
}
.about-experience ul{
    padding-left:18px;
}
.about-experience li{
    margin-bottom:8px;
}

/* ===== VIDEO ===== */
.about-video{
    position:relative;
    margin:90px 0;
}
.about-video img{
    width:100%;
    border-radius:18px;
}
.play-btn{
    position:absolute;
    inset:0;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:42px;
    color:#fff;
}

/* ===== TESTIMONIAL ===== */
.about-testimonial{
    padding:90px 0;
}
.testimonial-box{
    background:#fff;
    padding:40px;
    border-radius:14px;
}

/* ===== BRANDS ===== */
.about-brands{
    padding:80px 0;
}
.brand-list{
    display:flex;
    justify-content:center;
    gap:50px;
}
.brand-list img{
    height:180px;
}

/* ===== COMMON ===== */
.rounded-img{
    width:100%;
    border-radius:18px;
}

/* MOBILE */
@media(max-width:768px){
    .about-stats{
        flex-direction:column;
        gap:20px;
    }
}
/* ================= NEWSLETTER ================= */
.newsletter{
    padding:10px 0;
    background:var(--white);
    border-top:1px solid var(--border);
}

.newsletter h2{
    font-family:var(--font-head);
    font-size:28px;
    line-height:1.4;
}

.newsletter h2 span{
    color:var(--accent);
}

.newsletter-form{
    margin-top:26px;
    display:flex;
    justify-content:center;
}

.newsletter-form input{
    width:280px;
    padding:12px 14px;
    border:1px solid var(--border);
    font-size:14px;
}

.newsletter-form button{
    padding:12px 22px;
    background:#111;
    color:#fff;
    border:none;
    font-size:14px;
    cursor:pointer;
}

/* ================= INSTAGRAM ================= */
.instagram-gallery{
    padding:80px 0;
    background:var(--bg);
}

.insta-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.insta-head h2{
    font-family:var(--font-head);
    font-size:26px;
}

.insta-btn{
    background:#111;
    color:#fff;
    font-size:13px;
    padding:6px 14px;
    text-decoration:none;
}

.insta-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.insta-grid img{
    width:100%;
    border-radius:12px;
}

/* ================= MOBILE ================= */
@media(max-width:768px){
    .newsletter-form{
        flex-direction:column;
        gap:12px;
    }

    .newsletter-form input{
        width:100%;
    }

    .insta-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

.shop-sidebar a,
.page-banner-text a {
    color: var(--dark);
    text-decoration: none;
}

.shop-sidebar a:hover,
.page-banner-text a:hover {
    color: var(--bs-orange);
}

.about-founder {
    padding: 80px 0;
    background: #fafafa;
}

.about-founder .small-title {
    text-transform: uppercase;
    font-size: 13px;
    color: #fd7e14;
    letter-spacing: 1px;
}

.founder-role {
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}

.founder-actions .btn-warning {
    background: #fd7e14;
    border-color: #fd7e14;
}

.about-values {
    padding: 80px 0;
    background: #fff;
}

.about-values .section-sub {
    color: #777;
    max-width: 600px;
    margin: 10px auto 0;
}

.value-card {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.value-card h5 {
    font-weight: 600;
    margin-bottom: 12px;
}

.value-card p {
    font-size: 14px;
    color: #666;
}

.trust-highlight {
    padding: 60px 0;
    background: linear-gradient(135deg, #fff4ec, #fff);
    border-top: 1px solid #ffe2cc;
    border-bottom: 1px solid #ffe2cc;
}

.trust-highlight-item {
    padding: 25px 15px;
    transition: all 0.3s ease;
}

.trust-highlight-item:hover {
    transform: translateY(-6px);
}

.icon-wrap {
    width: 60px;
    height: 60px;
    background: #fd7e14;
    color: #fff;
    font-size: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 10px 25px rgba(253,126,20,0.35);
}

.trust-highlight-item h5 {
    font-weight: 600;
    margin-bottom: 4px;
}

.trust-highlight-item span {
    font-size: 13px;
    color: #666;
}

