/* ===========================================
            ABOUT HERO
=========================================== */

.about-hero{

    position:relative;

    width:100%;

    height:100vh;

    overflow:hidden;

    background:#000;

}

/* ===========================
        VIDEO
=========================== */

.hero-video{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    object-fit:cover;

    z-index:1;

}

/* ===========================
        OVERLAY
=========================== */

.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.22);

    z-index:2;

}

/* ===========================
      SOUND BUTTON
=========================== */

.sound-btn{

    position:absolute;

    right:40px;

    bottom:45px;

    width:58px;

    height:58px;

    border:none;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    color:#fff;

    font-size:20px;

    cursor:pointer;

    z-index:5;

    transition:.35s;

}

.sound-btn:hover{

    background:#9CAD94;

    transform:scale(1.08);

}

/* ===========================
      SCROLL BUTTON
=========================== */

.scroll-btn{

    position:absolute;

    left:50%;

    bottom:40px;

    transform:translateX(-50%);

    width:56px;

    height:56px;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    color:#fff;

    text-decoration:none;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    z-index:5;

    transition:.35s;

    animation:bounce 2s infinite;

}

.scroll-btn:hover{

    background:#9CAD94;

    color:#fff;

}

/* ===========================
      BOUNCE
=========================== */

@keyframes bounce{

    0%{

        transform:translate(-50%,0);

    }

    50%{

        transform:translate(-50%,10px);

    }

    100%{

        transform:translate(-50%,0);

    }

}

/* ===========================================
            INTRO SECTION
=========================================== */

.about-intro{

    background:#F8F7F3;

    padding:120px 0;

    text-align:center;

}

.section-tag{

    display:inline-block;

    margin-bottom:18px;

    color:#9CAD94;

    font-size:13px;

    letter-spacing:4px;

    text-transform:uppercase;

    font-weight:600;

}

.about-intro h2{

    font-size:64px;

    font-weight:700;

    color:#222;

    margin-bottom:30px;

    line-height:1.15;

}

.about-intro p{

    max-width:760px;

    margin:auto;

    color:#666;

    font-size:20px;

    line-height:1.9;

}

/* ===========================================
            RESPONSIVE
=========================================== */

@media(max-width:992px){

.about-hero{

    height:85vh;

}

.about-intro{

    padding:90px 20px;

}

.about-intro h2{

    font-size:48px;

}

.about-intro p{

    font-size:18px;

}

}

@media(max-width:768px){

.about-hero{

    height:75vh;

}

.sound-btn{

    right:20px;

    bottom:20px;

    width:50px;

    height:50px;

    font-size:18px;

}

.scroll-btn{

    width:50px;

    height:50px;

    bottom:20px;

    font-size:26px;

}

.about-intro{

    padding:70px 20px;

}

.about-intro h2{

    font-size:38px;

}

.about-intro p{

    font-size:16px;

    line-height:1.8;

}

}

@media(max-width:480px){

.about-hero{

    height:65vh;

}

.about-intro h2{

    font-size:32px;

}

.about-intro p{

    font-size:15px;

}

.section-tag{

    font-size:11px;

    letter-spacing:3px;

}

}





/* ======================================================
                OUR STORY
====================================================== */

.about-intro{

    background:#F8F7F3;

    padding:120px 0;

}

.section-tag{

    display:inline-block;

    margin-bottom:18px;

    color:#9CAD94;

    letter-spacing:4px;

    font-size:13px;

    font-weight:600;

    text-transform:uppercase;

}

.about-intro h2{

    font-size:56px;

    font-weight:700;

    color:#222;

    margin-bottom:25px;

}

.intro-text{

    max-width:760px;

    color:#666;

    font-size:19px;

    line-height:1.9;

    margin-bottom:70px;

}

/* ======================================
            STORY GRID
====================================== */

.story-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/* ======================================
            STORY CARD
====================================== */

.story-card{

    background:#fff;

    padding:40px 35px;

    border-radius:24px;

    text-align:left;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    border:1px solid #ECE9E2;

}

.story-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

/* ======================================
            ICON
====================================== */

.story-card i{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#9CAD94;

    color:#fff;

    font-size:28px;

    margin-bottom:28px;

}

/* ======================================
            TITLE
====================================== */

.story-card h4{

    color:#222;

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

}

/* ======================================
            TEXT
====================================== */

.story-card p{

    color:#666;

    font-size:16px;

    line-height:1.9;

    margin:0;

}

/* ======================================
            RESPONSIVE
====================================== */

@media(max-width:992px){

.story-grid{

    grid-template-columns:1fr;

    gap:25px;

}

.about-intro{

    text-align:center;

}

.intro-text{

    margin-left:auto;

    margin-right:auto;

}

.story-card{

    text-align:center;

}

.story-card i{

    margin-left:auto;

    margin-right:auto;

}

.about-intro h2{

    font-size:42px;

}

}

@media(max-width:576px){

.about-intro{

    padding:80px 20px;

}

.about-intro h2{

    font-size:34px;

}

.intro-text{

    font-size:16px;

}

.story-card{

    padding:30px 24px;

}

.story-card h4{

    font-size:22px;

}

.story-card i{

    width:60px;

    height:60px;

    font-size:24px;

}

}


/* ======================================================
                CATEGORIES SECTION
====================================================== */

.categories-section{

    padding:120px 0;

    background:#fff;

    text-align:center;

}

.categories-section h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.categories-text{

    max-width:720px;

    margin:0 auto 70px;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

/* ==========================
        GRID
========================== */

.categories-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

/* ==========================
        CARD
========================== */

.category-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    transition:.35s;

    border:1px solid #ECE9E2;

}

.category-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

/* ==========================
        IMAGE
========================== */

.category-card img{

    width:100%;

    height:280px;

    object-fit:cover;

    transition:.5s;

}

.category-card:hover img{

    transform:scale(1.06);

}

/* ==========================
        CONTENT
========================== */

.category-content{

    padding:28px;

    text-align:left;

}

.category-content h3{

    font-size:24px;

    font-weight:700;

    color:#222;

    margin-bottom:14px;

}

.category-content p{

    color:#666;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/* ==========================
        MOBILE
========================== */

@media(max-width:768px){

    .categories-section{

        padding:80px 20px;

    }

    .categories-section h2{

        font-size:36px;

    }

    .categories-text{

        font-size:16px;

        margin-bottom:50px;

    }

    .category-card img{

        height:220px;

    }

}


/* ======================================================
                WHY CHOOSE FEEL ME
====================================================== */

.why-feelme{

    padding:120px 0;

    background:#F8F7F3;

    text-align:center;

}

.why-feelme h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.why-text{

    max-width:760px;

    margin:0 auto 70px;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

/* ==========================
        GRID
========================== */

.why-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

/* ==========================
        CARD
========================== */

.why-card{

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    border:1px solid #ECE9E2;

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

/* ==========================
        ICON
========================== */

.why-icon{

    width:75px;

    height:75px;

    margin:0 auto 28px;

    border-radius:50%;

    background:#9CAD94;

    display:flex;

    align-items:center;

    justify-content:center;

}

.why-icon i{

    color:#fff;

    font-size:30px;

}

/* ==========================
        TITLE
========================== */

.why-card h3{

    font-size:23px;

    color:#222;

    margin-bottom:18px;

    font-weight:700;

}

/* ==========================
        TEXT
========================== */

.why-card p{

    color:#666;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/* ==========================
        RESPONSIVE
========================== */

@media(max-width:992px){

    .why-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:768px){

    .why-feelme{

        padding:80px 20px;

    }

    .why-feelme h2{

        font-size:36px;

    }

    .why-text{

        font-size:16px;

        margin-bottom:50px;

    }

    .why-grid{

        grid-template-columns:1fr;

    }

}

/* ======================================================
                VISIT STORE
====================================================== */

.visit-store{

    padding:120px 0;

    background:#fff;

}

.store-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.store-image img{

    width:100%;

    border-radius:28px;

    display:block;

    box-shadow:0 20px 60px rgba(0,0,0,.10);

}

.store-content h2{

    font-size:50px;

    font-weight:700;

    color:#222;

    margin:18px 0 25px;

}

.store-content p{

    color:#666;

    font-size:18px;

    line-height:1.9;

    margin-bottom:40px;

}

/* ======================
        INFO
====================== */

.store-info{

    display:flex;

    flex-direction:column;

    gap:30px;

    margin-bottom:45px;

}

.info-item{

    display:flex;

    gap:22px;

    align-items:flex-start;

}

.info-item i{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#9CAD94;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    flex-shrink:0;

}

.info-item h5{

    margin-bottom:8px;

    color:#222;

    font-size:20px;

    font-weight:700;

}

.info-item span{

    color:#666;

    line-height:1.8;

}

.store-btn{

    display:inline-block;

    background:#9CAD94;

    color:#fff;

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.store-btn:hover{

    background:#879883;

    color:#fff;

    text-decoration:none;

    transform:translateY(-3px);

}

/* ======================
        MOBILE
====================== */

@media(max-width:992px){

    .store-wrapper{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .visit-store{

        padding:80px 20px;

    }

    .store-content{

        text-align:center;

    }

    .store-content h2{

        font-size:36px;

    }

    .store-content p{

        font-size:16px;

    }

    .info-item{

        flex-direction:column;

        align-items:center;

        text-align:center;

    }

}


/* ======================================================
                FOUNDER MESSAGE
====================================================== */

.founder-message{

    padding:120px 0;

    background:#F8F7F3;

}

.message-card{

    max-width:900px;

    margin:auto;

    background:#fff;

    padding:70px;

    border-radius:30px;

    text-align:center;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    border:1px solid #ECE9E2;

}

.message-card h2{

    font-size:50px;

    font-weight:700;

    color:#222;

    margin:20px 0 35px;

}

.quote-icon{

    width:90px;

    height:90px;

    margin:0 auto 35px;

    border-radius:50%;

    background:#9CAD94;

    display:flex;

    align-items:center;

    justify-content:center;

}

.quote-icon i{

    color:#fff;

    font-size:34px;

}

.message{

    color:#666;

    font-size:18px;

    line-height:2;

    margin-bottom:25px;

}

.signature{

    margin-top:45px;

}

.signature strong{

    display:block;

    font-size:32px;

    color:#222;

    margin-bottom:8px;

}

.signature span{

    color:#9CAD94;

    font-size:18px;

    letter-spacing:1px;

}

/* ==========================
        MOBILE
========================== */

@media(max-width:768px){

    .founder-message{

        padding:80px 20px;

    }

    .message-card{

        padding:40px 28px;

    }

    .message-card h2{

        font-size:34px;

    }

    .message{

        font-size:16px;

    }

    .quote-icon{

        width:70px;

        height:70px;

    }

    .quote-icon i{

        font-size:26px;

    }

    .signature strong{

        font-size:26px;

    }

}


/* ======================================================
                    FIND US
====================================================== */

.find-us{

    padding:120px 0;

    background:#ffffff;

}

.find-header{

    text-align:center;

    margin-bottom:70px;

}

.find-header h2{

    font-size:52px;

    font-weight:700;

    color:#222;

    margin:18px 0;

}

.find-header p{

    max-width:700px;

    margin:auto;

    color:#666;

    line-height:1.9;

    font-size:18px;

}

/* ==========================
        LAYOUT
========================== */

.find-wrapper{

    display:grid;

    grid-template-columns:1.4fr 1fr;

    gap:45px;

    align-items:stretch;

}

/* ==========================
        MAP
========================== */

.map-box{

    overflow:hidden;

    border-radius:28px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.map-box iframe{

    width:100%;

    height:100%;

    min-height:520px;

    border:none;

}

/* ==========================
        CONTACT CARD
========================== */

.contact-card{

    background:#F8F7F3;

    border-radius:28px;

    padding:45px;

    border:1px solid #ECE9E2;

}

.contact-card h3{

    font-size:34px;

    margin-bottom:15px;

    color:#222;

}

.contact-desc{

    color:#666;

    line-height:1.8;

    margin-bottom:35px;

}

.contact-item{

    display:flex;

    gap:20px;

    margin-bottom:28px;

}

.contact-item i{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#9CAD94;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.contact-item strong{

    display:block;

    margin-bottom:6px;

    color:#222;

}

.contact-item span{

    color:#666;

    line-height:1.7;

}

.contact-buttons{

    display:flex;

    gap:15px;

    margin-top:35px;

}

.direction-btn,
.call-btn{

    flex:1;

    padding:15px;

    text-align:center;

    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;

}

.direction-btn{

    background:#9CAD94;

    color:#fff;

}

.direction-btn:hover{

    background:#869781;

    color:#fff;

}

.call-btn{

    border:2px solid #9CAD94;

    color:#9CAD94;

}

.call-btn:hover{

    background:#9CAD94;

    color:#fff;

}

/* ==========================
        MOBILE
========================== */

@media(max-width:992px){

    .find-wrapper{

        grid-template-columns:1fr;

    }

}

@media(max-width:768px){

    .find-us{

        padding:80px 20px;

    }

    .find-header h2{

        font-size:36px;

    }

    .find-header p{

        font-size:16px;

    }

    .contact-card{

        padding:30px;

    }

    .contact-buttons{

        flex-direction:column;

    }

}

/* ======================================================
                    FINAL CTA
====================================================== */

.about-cta{

    padding:120px 0;

    background:linear-gradient(135deg,#9CAD94 0%,#B7C5B0 100%);

}

.cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.about-cta .section-tag{

    color:#F7F7F7;

    opacity:.9;

}

.cta-box h2{

    font-size:56px;

    font-weight:700;

    margin:18px 0 25px;

    color:#fff;

}

.cta-box p{

    max-width:700px;

    margin:0 auto 45px;

    line-height:1.9;

    font-size:18px;

    color:rgba(255,255,255,.92);

}

/* ==========================
        BUTTONS
========================== */

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.shop-btn,
.contact-btn{

    min-width:210px;

    padding:17px 38px;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    transition:.35s;

}

/* Primary */

.shop-btn{

    background:#fff;

    color:#222;

}

.shop-btn:hover{

    background:#f2f2f2;

    color:#222;

    transform:translateY(-3px);

    text-decoration:none;

}

/* Secondary */

.contact-btn{

    border:2px solid rgba(255,255,255,.8);

    color:#fff;

}

.contact-btn:hover{

    background:#fff;

    color:#222;

    text-decoration:none;

}

/* ==========================
        MOBILE
========================== */

@media(max-width:768px){

    .about-cta{

        padding:80px 20px;

    }

    .cta-box h2{

        font-size:38px;

    }

    .cta-box p{

        font-size:16px;

    }

    .cta-buttons{

        flex-direction:column;

        align-items:center;

    }

    .shop-btn,
    .contact-btn{

        width:100%;

        max-width:320px;

    }

}
