
/* GHOSTBASE V23.6 — GHOST STORE & PARCEIROS */

.page-ghost-store .store-page-hero-v236{
    min-height:350px;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 76% 26%,rgba(255,106,0,.10),transparent 27%),
        linear-gradient(115deg,#10181c,#080c0f 64%);
}

.page-ghost-store .store-page-hero-v236 .container{
    width:min(calc(100% - 48px),1360px);
}

.page-ghost-store .store-page-hero-v236 h1{
    max-width:850px;
    margin:8px 0 12px;
    font-size:clamp(46px,6vw,78px);
    line-height:.95;
    letter-spacing:-.055em;
}

.page-ghost-store .store-page-hero-v236 p{
    max-width:720px;
    color:#95a7b0;
    font-size:16px;
}

.page-ghost-store .store-directory-v236{
    padding:70px 0 88px;
}

.page-ghost-store .store-directory-v236>.container{
    width:min(calc(100% - 48px),1360px);
}

.page-ghost-store .store-grid-v236{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.page-ghost-store .store-card-v236{
    min-height:330px;
    display:grid;
    grid-template-columns:170px minmax(0,1fr);
    overflow:hidden;
    border:1px solid #293740;
    border-radius:18px;
    background:
        linear-gradient(145deg,#11191d,#0d1317);
    transition:.18s ease;
}

.page-ghost-store .store-card-v236:hover{
    transform:translateY(-5px);
    border-color:rgba(255,106,0,.46);
    box-shadow:0 22px 50px rgba(0,0,0,.28);
}

.page-ghost-store .store-card-media-v236{
    display:block;
    min-height:100%;
    overflow:hidden;
    background:#080d10;
}

.page-ghost-store .store-card-media-v236 img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .4s ease;
}

.page-ghost-store .store-card-v236:hover .store-card-media-v236 img{
    transform:scale(1.035);
}

.page-ghost-store .store-card-media-v236>span{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    color:#ff6a00;
    font-size:60px;
    font-weight:950;
}

.page-ghost-store .store-card-body-v236{
    padding:27px 23px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.page-ghost-store .store-card-location-v236{
    color:#ff7614;
    font-size:9px;
    font-weight:950;
    letter-spacing:.08em;
}

.page-ghost-store .store-card-body-v236 h3{
    margin:9px 0 13px;
    color:#fff;
    font-size:22px;
    line-height:1.12;
}

.page-ghost-store .store-card-body-v236 p{
    margin:0 0 18px;
    color:#93a3ac;
    font-size:13px;
    line-height:1.6;
}

.page-ghost-store .store-card-actions-v236{
    display:flex;
    gap:13px;
    flex-wrap:wrap;
    margin-top:auto;
}

.page-ghost-store .store-card-profile-v236{
    color:#ff7614;
    font-size:11px;
    font-weight:900;
}

.page-ghost-store .store-card-site-v236{
    color:#aebbc2;
    font-size:11px;
    font-weight:800;
}

@media(max-width:1100px){
    .page-ghost-store .store-grid-v236{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:760px){
    .page-ghost-store .store-page-hero-v236{
        min-height:290px;
    }

    .page-ghost-store .store-page-hero-v236 .container,
    .page-ghost-store .store-directory-v236>.container{
        width:calc(100% - 28px);
    }

    .page-ghost-store .store-grid-v236{
        grid-template-columns:1fr;
    }

    .page-ghost-store .store-card-v236{
        grid-template-columns:135px minmax(0,1fr);
        min-height:265px;
    }

    .page-ghost-store .store-card-body-v236{
        padding:20px 17px;
    }
}


/* ============================================================
   GHOSTBASE V23.8 — PERFIL DO PARCEIRO
   ============================================================ */

.page-ghost-store .store-profile-page{
    padding:58px 0 88px!important;
    background:
        radial-gradient(circle at 78% 12%,rgba(255,106,0,.07),transparent 25%),
        #080c0f!important;
}

.page-ghost-store .store-profile-shell{
    width:min(calc(100% - 48px),1240px)!important;
    max-width:1240px!important;
    display:grid!important;
    grid-template-columns:360px minmax(0,1fr)!important;
    gap:42px!important;
    align-items:start!important;
}

.page-ghost-store .store-profile-visual{
    position:sticky!important;
    top:100px!important;
}

.page-ghost-store .store-profile-image-box{
    width:100%!important;
    height:460px!important;
    overflow:hidden!important;
    border:1px solid #2a3a43!important;
    border-radius:22px!important;
    background:#0a1014!important;
    box-shadow:
        0 26px 62px rgba(0,0,0,.30),
        0 0 42px rgba(255,106,0,.045)!important;
}

.page-ghost-store .store-profile-main-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
}

.page-ghost-store .store-profile-mini-contact{
    margin-top:18px!important;
    padding:20px!important;
    border:1px solid #2a3a43!important;
    border-radius:16px!important;
    background:linear-gradient(145deg,#11191d,#0d1418)!important;
}

.page-ghost-store .store-profile-mini-contact h2{
    margin:8px 0 7px!important;
    font-size:22px!important;
}

.page-ghost-store .store-profile-mini-contact p{
    margin:0!important;
    color:#91a4ae!important;
}

.page-ghost-store .store-profile-main{
    min-width:0!important;
}

.page-ghost-store .store-profile-header{
    padding:16px 0 24px!important;
    border-bottom:1px solid rgba(255,255,255,.07)!important;
}

.page-ghost-store .store-profile-header h1{
    margin:8px 0 8px!important;
    font-size:clamp(48px,6vw,78px)!important;
    line-height:.93!important;
    letter-spacing:-.055em!important;
}

.page-ghost-store .store-profile-location{
    color:#a6b4bb!important;
}

.page-ghost-store .store-profile-content{
    margin-top:26px!important;
    padding:26px!important;
    border:1px solid #293941!important;
    border-radius:18px!important;
    background:linear-gradient(145deg,#11191d,#0d1418)!important;
}

.page-ghost-store .store-profile-content h2{
    margin:8px 0 16px!important;
    font-size:30px!important;
}

.page-ghost-store .store-profile-content h3{
    margin-top:24px!important;
    font-size:20px!important;
}

.page-ghost-store .store-profile-content p,
.page-ghost-store .store-profile-content li{
    color:#a6b4bb!important;
    line-height:1.72!important;
    font-size:14px!important;
}

.page-ghost-store .store-profile-contact-card{
    margin-top:18px!important;
    padding:24px!important;
    border:1px solid #293941!important;
    border-radius:18px!important;
    background:#10171b!important;
}

.page-ghost-store .store-profile-contact-actions{
    display:flex!important;
    gap:10px!important;
    flex-wrap:wrap!important;
    margin-top:18px!important;
}

.page-ghost-store .store-profile-contact-actions .btn{
    min-height:44px!important;
    padding:0 16px!important;
    border-radius:10px!important;
    font-weight:900!important;
}

@media(max-width:900px){
    .page-ghost-store .store-profile-shell{
        grid-template-columns:1fr!important;
    }

    .page-ghost-store .store-profile-visual{
        position:static!important;
    }

    .page-ghost-store .store-profile-image-box{
        height:420px!important;
    }
}

@media(max-width:620px){
    .page-ghost-store .store-profile-shell{
        width:calc(100% - 28px)!important;
    }

    .page-ghost-store .store-profile-image-box{
        height:340px!important;
    }
}
