
/* LINO CMS V12.8.2 FINAL */

:root{
    --v1282-sage:#7e917b;
    --v1282-terra:#b76952;
    --v1282-dark:#26312b;
    --v1282-paper:#faf8f3;
    --v1282-soft:#f2efe8;
}

html{scroll-behavior:smooth}

body{
    background:linear-gradient(180deg,#fff 0%,var(--v1282-paper) 100%);
}

.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    backdrop-filter:blur(12px);
    background:rgba(255,255,255,.92);
    box-shadow:0 3px 18px rgba(0,0,0,.06);
}

.smart-status-v1282{
    position:relative;
    z-index:900;
    border-bottom:1px solid rgba(0,0,0,.06);
    font-size:.93rem;
}

.smart-status-v1282.open{
    background:#e9f3e9;
    color:#24452d;
}

.smart-status-v1282.closed{
    background:#f5e7e1;
    color:#654033;
}

.smart-status-inner{
    max-width:1180px;
    margin:auto;
    min-height:42px;
    padding:8px 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

.smart-status-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:currentColor;
    box-shadow:0 0 0 4px rgba(255,255,255,.55);
}

.smart-status-v1282 a{
    color:inherit;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}

.hero{
    min-height:68vh;
    display:flex;
    align-items:center;
    position:relative;
}

.hero-content{
    max-width:760px;
}

.hero h1{
    font-size:clamp(2.4rem,5vw,5rem);
    line-height:.98;
    letter-spacing:-.04em;
}

.hero .btn{
    min-width:170px;
    margin:6px;
}

.market-menu-v1282{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    margin:34px auto;
    max-width:1180px;
    box-shadow:0 18px 45px rgba(0,0,0,.07);
}

.market-menu-v1282::after{
    content:"";
    position:absolute;
    inset:auto -100px -120px auto;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(183,105,82,.08);
    pointer-events:none;
}

.market-menu-v1282 h2{
    font-size:clamp(2rem,4vw,3.6rem);
}

.market-menu-media img{
    border-radius:22px;
    box-shadow:0 14px 35px rgba(0,0,0,.08);
}

.public-grid .card,
.review-card,
.facebook-post-card,
.social-media-card{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    transition:transform .18s ease,box-shadow .18s ease;
}

.public-grid .card:hover,
.review-card:hover,
.facebook-post-card:hover,
.social-media-card:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 36px rgba(0,0,0,.09);
}

.google-reviews-section .rating-summary{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:18px auto 26px;
    padding:13px 18px;
    border-radius:999px;
    background:#fff;
    width:max-content;
    max-width:100%;
    box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.review-card{
    background:#fff;
    padding:20px;
}

.review-head{
    display:flex;
    align-items:center;
    gap:12px;
}

.review-head img{
    width:44px;
    height:44px;
    border-radius:50%;
    object-fit:cover;
}

.review-stars,
.stars{
    letter-spacing:2px;
}

.social-feed-section{
    background:linear-gradient(180deg,#fff 0%,#f8f7f3 100%);
}

.social-network-icons{
    margin-bottom:26px!important;
}

.social-logo-button{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    min-height:32px!important;
}

.social-logo-button svg{
    width:16px!important;
    height:16px!important;
}

.facebook-post-card,
.social-media-card{
    background:#fff;
}

.business-hours-v1273{
    box-shadow:0 12px 28px rgba(0,0,0,.06);
}

.mobile-actions-v127{
    border-top:1px solid rgba(0,0,0,.08);
}

.mobile-action{
    font-size:.96rem;
    box-shadow:0 5px 12px rgba(0,0,0,.08);
}

.mobile-call-v1272{
    width:46px!important;
    height:46px!important;
    bottom:88px!important;
}

footer{
    margin-top:40px;
}

@media(max-width:850px){
    .smart-status-inner{
        justify-content:flex-start;
        padding:8px 14px;
    }

    .smart-status-hours{
        width:100%;
        padding-left:22px;
        opacity:.82;
    }

    .hero{
        min-height:62vh;
    }

    .hero-content{
        padding:28px 14px;
    }

    .hero .btn{
        display:block;
        width:100%;
        max-width:340px;
        margin:9px auto;
    }

    .market-menu-v1282{
        border-radius:0;
        margin:22px 0;
    }

    .public-grid{
        gap:14px;
    }
}

@media(max-width:600px){
    .section{
        padding-left:16px;
        padding-right:16px;
    }

    .hero h1{
        font-size:clamp(2.2rem,12vw,3.3rem);
    }

    .social-logo-button{
        width:30px!important;
        height:30px!important;
        min-width:30px!important;
        min-height:30px!important;
    }

    .social-logo-button svg{
        width:15px!important;
        height:15px!important;
    }
}
