/* ================================
   FELIPE LAWN CARE
   GALLERY PAGE HERO
================================ */

.flc-gallery-hero{
    position:relative;
    height:100svh;
    max-height:100svh;
    min-height:0;
    padding-top:var(--nav-height, 78px);
    overflow:hidden;
    isolation:isolate;
    background:var(--flc-black);
    color:var(--flc-white);
}

.flc-gallery-hero-bg{
    position:absolute;
    inset:0;
    z-index:-4;
    background:
        linear-gradient(
            90deg,
            rgba(5,6,5,.98) 0%,
            rgba(5,6,5,.90) 36%,
            rgba(5,6,5,.64) 68%,
            rgba(5,6,5,.44) 100%
        ),
        linear-gradient(
            120deg,
            rgba(116,168,40,.24) 0%,
            transparent 34%,
            transparent 100%
        ),
        url("/img/lawncare/l\ \(10\).jpg") center right / cover no-repeat;
    transform:scale(1.04);
    will-change:transform;
}

.flc-gallery-hero-bg::after{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(5,6,5,.24) 0%,
            rgba(5,6,5,.08) 44%,
            rgba(5,6,5,.88) 100%
        );
}

.flc-gallery-hero::before{
    content:'';
    position:absolute;
    left:-14vw;
    top:0;
    width:50vw;
    height:100%;
    z-index:-3;
    background:
        linear-gradient(
            120deg,
            rgba(116,168,40,.24),
            rgba(36,56,21,.08) 56%,
            transparent 100%
        );
    clip-path:polygon(0 0, 80% 0, 100% 100%, 0 100%);
    pointer-events:none;
}

.flc-gallery-hero-shell{
    position:relative;
    z-index:2;
    width:min(100% - 44px, 1220px);
    height:calc(100svh - var(--nav-height, 78px));
    max-height:calc(100svh - var(--nav-height, 78px));
    margin-inline:auto;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 390px;
    align-items:center;
    gap:54px;
    padding-bottom:46px;
}

/* Content */
.flc-gallery-hero-content{
    max-width:780px;
}

.flc-gallery-hero-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:var(--flc-lawn-light);
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.flc-gallery-hero-kicker::before{
    content:'';
    width:42px;
    height:2px;
    background:var(--flc-lawn);
}

.flc-gallery-hero-title{
    color:var(--flc-white);
    font-size:clamp(3.15rem, 7vw, 6.45rem);
    line-height:.9;
    letter-spacing:-.075em;
    font-weight:950;
}

.flc-gallery-hero-title > span{
    display:block;
    overflow:hidden;
}

.flc-gallery-hero-title > span > span{
    display:block;
}

.flc-gallery-hero-copy{
    max-width:660px;
    margin-top:22px;
    color:rgba(255,255,255,.76);
    font-size:1.03rem;
    line-height:1.68;
}

.flc-gallery-hero-actions{
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

/* Buttons */
.flc-gallery-btn{
    position:relative;
    isolation:isolate;
    min-height:52px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 26px;
    overflow:hidden;
    font-size:.88rem;
    font-weight:950;
    transition:
        transform .35s var(--ease-smooth),
        box-shadow .35s var(--ease-smooth),
        background .35s var(--ease-smooth);
}

.flc-gallery-btn::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:-1;
    transform:translateX(-110%) skewX(-14deg);
    transition:transform .55s var(--ease-smooth);
}

.flc-gallery-btn:hover{
    transform:translateY(-3px);
}

.flc-gallery-btn:hover::before{
    transform:translateX(0) skewX(-14deg);
}

.flc-gallery-btn-primary{
    background:var(--flc-lawn);
    color:var(--flc-black);
    box-shadow:0 18px 45px rgba(116,168,40,.28);
}

.flc-gallery-btn-primary::before{
    background:var(--flc-white);
}

.flc-gallery-btn-glass{
    color:var(--flc-white);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.flc-gallery-btn-glass::before{
    background:rgba(255,255,255,.14);
}

/* Panel */
.flc-gallery-hero-panel{
    position:relative;
    padding:28px;
    overflow:hidden;
    background:rgba(5,6,5,.58);
    border:1px solid rgba(255,255,255,.16);
    backdrop-filter:blur(22px);
    -webkit-backdrop-filter:blur(22px);
    box-shadow:
        0 28px 80px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.08);
}

.flc-gallery-hero-panel::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            rgba(116,168,40,.26),
            transparent 44%,
            rgba(255,255,255,.04) 100%
        );
    pointer-events:none;
}

.flc-gallery-hero-panel::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:
        linear-gradient(
            90deg,
            var(--flc-lawn),
            var(--flc-lawn-light),
            var(--flc-green)
        );
}

.flc-gallery-panel-top,
.flc-gallery-hero-panel h2,
.flc-gallery-panel-links{
    position:relative;
    z-index:1;
}

.flc-gallery-panel-top{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    color:var(--flc-lawn-light);
    font-size:.72rem;
    font-weight:950;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.flc-gallery-panel-top span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--flc-lawn);
    box-shadow:0 0 0 6px rgba(116,168,40,.18);
}

.flc-gallery-hero-panel h2{
    color:var(--flc-white);
    font-size:1.85rem;
    line-height:.96;
    letter-spacing:-.055em;
    font-weight:950;
}

.flc-gallery-panel-links{
    margin-top:24px;
    display:grid;
    gap:10px;
}

.flc-gallery-panel-links a{
    min-height:50px;
    padding:0 14px;
    display:flex;
    align-items:center;
    gap:12px;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.10);
    color:rgba(255,255,255,.80);
    transition:
        transform .35s var(--ease-smooth),
        background .35s var(--ease-smooth),
        border-color .35s var(--ease-smooth);
}

.flc-gallery-panel-links a:hover{
    transform:translateX(4px);
    background:rgba(116,168,40,.18);
    border-color:rgba(167,217,87,.32);
}

.flc-gallery-panel-links strong{
    flex:0 0 auto;
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    background:var(--flc-lawn);
    color:var(--flc-black);
    font-size:.7rem;
    font-weight:950;
}

.flc-gallery-panel-links span{
    font-size:.86rem;
    font-weight:900;
}

/* Bottom cities */
.flc-gallery-hero-bottom{
    position:absolute;
    left:50%;
    bottom:20px;
    z-index:3;
    width:min(100% - 44px, 1220px);
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    color:rgba(255,255,255,.62);
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.flc-gallery-hero-bottom span{
    position:relative;
}

.flc-gallery-hero-bottom span:not(:last-child)::after{
    content:'';
    position:absolute;
    right:-11px;
    top:50%;
    width:4px;
    height:4px;
    border-radius:50%;
    background:var(--flc-lawn);
    transform:translateY(-50%);
}












































/* ================================
   FELIPE LAWN CARE
   GALLERY INDEX / SERVICE NAV
================================ */

.flc-gallery-index{
    position:relative;
    display:block;
    width:100%;
    padding:98px 0;
    overflow:visible;
    isolation:isolate;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.84) 0%,
            rgba(246,246,243,.96) 38%,
            rgba(239,239,231,1) 100%
        );
    color:var(--flc-text);
}

.flc-gallery-index::before{
    content:'';
    position:absolute;
    left:-12vw;
    top:0;
    width:44vw;
    height:100%;
    z-index:-2;
    background:
        linear-gradient(
            120deg,
            rgba(116,168,40,.15),
            rgba(36,56,21,.05) 54%,
            transparent 100%
        );
    clip-path:polygon(0 0, 78% 0, 100% 100%, 0 100%);
}

.flc-gallery-index::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(36,56,21,.24),
            transparent
        );
}

.flc-gallery-index-shell{
    position:relative;
    z-index:2;
    width:min(100% - 44px, 1220px);
    margin-inline:auto;
}

/* Header */
.flc-gallery-index-header{
    margin-bottom:44px;
}

.flc-gallery-index-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    color:var(--flc-green);
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.flc-gallery-index-kicker::before{
    content:'';
    width:42px;
    height:2px;
    background:var(--flc-lawn);
}

.flc-gallery-index-title-row{
    display:grid;
    grid-template-columns:minmax(0, .95fr) minmax(280px, .52fr);
    gap:48px;
    align-items:end;
}

.flc-gallery-index-title-row h2{
    max-width:850px;
    color:var(--flc-text);
    font-size:clamp(2.35rem, 5vw, 4.75rem);
    font-weight:950;
    line-height:.94;
    letter-spacing:-.07em;
}

.flc-gallery-index-title-row p{
    color:var(--flc-muted);
    font-size:1.02rem;
    line-height:1.75;
}

/* Sticky service nav */
.flc-gallery-index-bar{
    position:sticky;
    top:calc(var(--nav-height, 78px) + 12px);
    z-index:30;
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:12px;
    padding:14px;
    background:rgba(255,255,255,.78);
    border:1px solid var(--flc-border);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    box-shadow:0 24px 70px rgba(13,16,10,.12);
}

/* Cards */
.flc-gallery-index-card{
    position:relative;
    min-height:104px;
    padding:18px;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:14px;
    overflow:hidden;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(36,56,21,.14);
    color:var(--flc-text);
    transition:
        transform .35s var(--ease-smooth),
        background .35s var(--ease-smooth),
        border-color .35s var(--ease-smooth),
        box-shadow .35s var(--ease-smooth);
}

.flc-gallery-index-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            rgba(116,168,40,.14),
            transparent 48%
        );
    opacity:0;
    transition:opacity .35s var(--ease-smooth);
}

.flc-gallery-index-card::after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:
        linear-gradient(
            90deg,
            var(--flc-forest),
            var(--flc-lawn),
            var(--flc-lawn-light)
        );
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .45s var(--ease-smooth);
}

.flc-gallery-index-card:hover,
.flc-gallery-index-card.is-active{
    transform:translateY(-4px);
    background:var(--flc-white);
    border-color:rgba(80,119,23,.34);
    box-shadow:0 18px 48px rgba(13,16,10,.11);
}

.flc-gallery-index-card:hover::before,
.flc-gallery-index-card.is-active::before{
    opacity:1;
}

.flc-gallery-index-card:hover::after,
.flc-gallery-index-card.is-active::after{
    transform:scaleX(1);
}

.flc-gallery-index-number{
    position:relative;
    z-index:1;
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    background:var(--flc-black);
    color:var(--flc-lawn-light);
    font-size:.72rem;
    font-weight:950;
}

.flc-gallery-index-card div{
    position:relative;
    z-index:1;
    min-width:0;
}

.flc-gallery-index-card strong{
    display:block;
    color:var(--flc-text);
    font-size:1rem;
    font-weight:950;
    line-height:1.05;
    letter-spacing:-.035em;
}

.flc-gallery-index-card small{
    display:block;
    margin-top:6px;
    color:var(--flc-muted);
    font-size:.78rem;
    font-weight:700;
    line-height:1.4;
}

.flc-gallery-index-card em{
    position:relative;
    z-index:1;
    grid-column:1 / -1;
    align-self:end;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-top:10px;
    color:var(--flc-green);
    font-size:.72rem;
    font-style:normal;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.flc-gallery-index-card em::after{
    content:'→';
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    background:var(--flc-lawn);
    color:var(--flc-black);
    transform:translateX(-3px);
    transition:
        transform .35s var(--ease-smooth),
        background .35s var(--ease-smooth);
}

.flc-gallery-index-card:hover em::after,
.flc-gallery-index-card.is-active em::after{
    transform:translateX(0);
    background:var(--flc-lawn-light);
}

/* Target highlight used by JS */
.flc-gallery-section-highlight{
    outline:3px solid rgba(116,168,40,.36);
    outline-offset:10px;
    transition:outline .35s var(--ease-smooth);
}

/* Animation */
.flc-gallery-index-animate{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}

.flc-gallery-index.js-ready .flc-gallery-index-animate{
    opacity:0;
    transform:translateY(28px);
    clip-path:inset(0 0 16% 0);
    transition:
        opacity .55s var(--ease-smooth),
        transform .85s var(--ease-smooth),
        clip-path .85s var(--ease-premium);
}

.flc-gallery-index.js-ready .flc-gallery-index-animate.is-visible{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}

/* Scroll margin for gallery targets */
#gallery-lawn-care,
#gallery-landscaping,
#gallery-trimming,
#gallery-hardscape-detail,
#gallery-seasonal-cleanups,
#gallery-seeding{
    scroll-margin-top:120px;
}


































/* ================================
   FELIPE LAWN CARE
   MAIN GALLERY SECTION
   FIXED LIGHTBOX VERSION
================================ */

.flc-gallery-main{
    position:relative;
    width:100%;
    padding:112px 0;
    overflow:visible;
    isolation:auto;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.84) 0%,
            rgba(246,246,243,.96) 38%,
            rgba(239,239,231,1) 100%
        );
    color:var(--flc-text);
}

.flc-gallery-main::before{
    content:'';
    position:absolute;
    left:-14vw;
    top:0;
    width:48vw;
    height:100%;
    z-index:0;
    background:
        linear-gradient(
            120deg,
            rgba(116,168,40,.12),
            rgba(36,56,21,.045) 54%,
            transparent 100%
        );
    clip-path:polygon(0 0, 78% 0, 100% 100%, 0 100%);
    pointer-events:none;
}

.flc-gallery-main-shell{
    position:relative;
    z-index:2;
    width:min(100% - 44px, 1220px);
    margin-inline:auto;
}

/* Service blocks */
.flc-gallery-service-block{
    position:relative;
    padding:92px 0;
    border-top:1px solid rgba(36,56,21,.16);
    scroll-margin-top:120px;
}

.flc-gallery-service-block:first-child{
    padding-top:0;
    border-top:0;
}

.flc-gallery-service-block:last-child{
    padding-bottom:0;
}

.flc-gallery-service-header{
    margin-bottom:34px;
}

.flc-gallery-service-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:var(--flc-green);
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.flc-gallery-service-kicker::before{
    content:'';
    width:42px;
    height:2px;
    background:var(--flc-lawn);
}

.flc-gallery-service-title-row{
    display:grid;
    grid-template-columns:minmax(0, .9fr) minmax(280px, .52fr);
    align-items:end;
    gap:48px;
}

.flc-gallery-service-title-row h2{
    color:var(--flc-text);
    font-size:clamp(2.3rem, 5vw, 4.6rem);
    font-weight:950;
    line-height:.94;
    letter-spacing:-.07em;
}

.flc-gallery-service-title-row p{
    color:var(--flc-muted);
    font-size:1rem;
    line-height:1.72;
}

/* Gallery grid */
.flc-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    grid-auto-rows:220px;
    gap:14px;
}

.flc-gallery-item{
    position:relative;
    border:0;
    padding:0;
    cursor:pointer;
    overflow:hidden;
    background:var(--flc-black);
    color:var(--flc-white);
    box-shadow:0 18px 50px rgba(13,16,10,.09);
    isolation:isolate;
}

.flc-gallery-large{
    grid-column:span 2;
    grid-row:span 2;
}

.flc-gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transform:scale(1.08);
    opacity:.88;
    filter:saturate(1.04) contrast(1.04);
    transition:
        transform .9s var(--ease-smooth),
        opacity .45s var(--ease-smooth),
        filter .45s var(--ease-smooth);
}

.flc-gallery-item::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:1;
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(5,6,5,.18) 42%,
            rgba(5,6,5,.82) 100%
        );
    opacity:.86;
    transition:opacity .45s var(--ease-smooth);
}

.flc-gallery-item::after{
    content:'';
    position:absolute;
    inset:0;
    z-index:2;
    background:var(--flc-forest);
    transform:translateX(0);
    transition:transform .95s var(--ease-premium);
}

.flc-gallery-item.is-visible::after{
    transform:translateX(102%);
}

.flc-gallery-item span{
    position:absolute;
    left:18px;
    bottom:16px;
    z-index:3;
    color:var(--flc-white);
    font-size:.74rem;
    font-weight:950;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.flc-gallery-item span::after{
    content:'View';
    margin-left:10px;
    color:var(--flc-lawn-light);
    opacity:0;
    transform:translateX(-6px);
    display:inline-block;
    transition:
        opacity .35s var(--ease-smooth),
        transform .35s var(--ease-smooth);
}

.flc-gallery-item:hover img{
    transform:scale(1);
    opacity:1;
    filter:saturate(1.08) contrast(1.08);
}

.flc-gallery-item:hover::before{
    opacity:1;
}

.flc-gallery-item:hover span::after{
    opacity:1;
    transform:translateX(0);
}

.flc-gallery-service-block.is-targeted{
    outline:3px solid rgba(116,168,40,.34);
    outline-offset:12px;
}

/* Animations */
.flc-gallery-main-animate{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}

.flc-gallery-main.js-ready .flc-gallery-main-animate{
    opacity:0;
    transform:translateY(28px);
    clip-path:inset(0 0 16% 0);
    transition:
        opacity .55s var(--ease-smooth),
        transform .85s var(--ease-smooth),
        clip-path .85s var(--ease-premium);
}

.flc-gallery-main.js-ready .flc-gallery-main-animate.is-visible{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}

/* ================================
   LIGHTBOX FIX
================================ */

html.flc-lightbox-lock,
body.flc-lightbox-lock{
    overflow:hidden !important;
    height:100% !important;
    touch-action:none;
}

.flc-gallery-lightbox{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    z-index:2147483000 !important;
    display:grid;
    place-items:center;
    padding:32px;
    background:rgba(5,6,5,.94);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    overflow:hidden;
    overscroll-behavior:contain;
    transform:translateZ(0);
    transition:
        opacity .35s var(--ease-smooth),
        visibility .35s var(--ease-smooth);
}

.flc-gallery-lightbox.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.flc-gallery-lightbox-content{
    position:relative;
    z-index:2;
    width:min(100%, 1040px);
    max-height:calc(100dvh - 64px);
    display:grid;
    grid-template-rows:minmax(0, 1fr) auto;
    background:var(--flc-black);
    box-shadow:0 34px 100px rgba(0,0,0,.45);
    overflow:hidden;
}

.flc-gallery-lightbox-content img{
    width:100%;
    height:min(72dvh, 720px);
    max-height:calc(100dvh - 150px);
    object-fit:contain;
    background:#050605;
}

.flc-gallery-lightbox-info{
    padding:18px 22px;
    background:var(--flc-black);
    border-top:1px solid rgba(255,255,255,.12);
}

.flc-gallery-lightbox-info span{
    display:block;
    color:var(--flc-lawn-light);
    font-size:.7rem;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
    margin-bottom:6px;
}

.flc-gallery-lightbox-info strong{
    color:var(--flc-white);
    font-size:1.15rem;
    font-weight:950;
    letter-spacing:-.035em;
}

.flc-gallery-lightbox-close,
.flc-gallery-lightbox-nav{
    position:fixed;
    z-index:2147483001 !important;
    border:0;
    display:grid;
    place-items:center;
    cursor:pointer;
    background:rgba(255,255,255,.12);
    color:var(--flc-white);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    transition:
        transform .35s var(--ease-smooth),
        background .35s var(--ease-smooth),
        color .35s var(--ease-smooth);
}

.flc-gallery-lightbox-close{
    top:22px;
    right:22px;
    width:52px;
    height:52px;
    font-size:2.15rem;
    line-height:1;
}

.flc-gallery-lightbox-nav{
    top:50%;
    width:56px;
    height:56px;
    font-size:3rem;
    transform:translateY(-50%);
}

.flc-gallery-lightbox-prev{
    left:22px;
}

.flc-gallery-lightbox-next{
    right:22px;
}

.flc-gallery-lightbox-close:hover,
.flc-gallery-lightbox-nav:hover{
    background:var(--flc-lawn);
    color:var(--flc-black);
}

.flc-gallery-lightbox-nav:hover{
    transform:translateY(-50%) scale(1.04);
}
/* ================================
   GALLERY VIDEO CARD
================================ */

.flc-gallery-video-item{
    position:relative;
}

.flc-gallery-video-badge{
    position:absolute;
    top:16px;
    left:16px;
    z-index:4;
    min-height:30px;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:var(--flc-lawn);
    color:var(--flc-black);
    font-size:.66rem;
    font-weight:950;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.flc-gallery-video-play{
    position:absolute;
    inset:0;
    z-index:4;
    display:grid;
    place-items:center;
    pointer-events:none;
}

.flc-gallery-video-play span{
    width:74px;
    height:74px;
    display:grid;
    place-items:center;
    background:rgba(5,6,5,.62);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    box-shadow:0 22px 60px rgba(0,0,0,.28);
    transition:
        transform .35s var(--ease-smooth),
        background .35s var(--ease-smooth);
}

.flc-gallery-video-play span::before{
    content:'';
    width:0;
    height:0;
    margin-left:5px;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    border-left:18px solid var(--flc-white);
}

.flc-gallery-video-item:hover .flc-gallery-video-play span{
    transform:scale(1.08);
    background:rgba(116,168,40,.92);
}

.flc-gallery-video-item:hover .flc-gallery-video-play span::before{
    border-left-color:var(--flc-black);
}

/* Lightbox video */
.flc-gallery-lightbox-video{
    display:none;
    width:100%;
    height:min(72dvh, 720px);
    max-height:calc(100dvh - 150px);
    background:#050605;
    object-fit:contain;
}

.flc-gallery-lightbox.is-video .flc-gallery-lightbox-video{
    display:block;
}

.flc-gallery-lightbox.is-video .flc-gallery-lightbox-content img{
    display:none;
}

@media(max-width:720px){
    .flc-gallery-video-play span{
        width:62px;
        height:62px;
    }

    .flc-gallery-lightbox-video{
        height:68dvh;
        max-height:calc(100dvh - 136px);
    }
}

@media(max-width:420px){
    .flc-gallery-lightbox-video{
        height:64dvh;
        max-height:calc(100dvh - 132px);
    }
}







































/* ================================
   FELIPE LAWN CARE
   GALLERY QUALITY SECTION
================================ */

.flc-gallery-quality{
    position:relative;
    width:100%;
    padding:112px 0;
    overflow:hidden;
    isolation:isolate;
    background:var(--flc-black);
    color:var(--flc-white);
}

.flc-gallery-quality::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:-4;
    background:
        linear-gradient(
            115deg,
            rgba(5,6,5,1) 0%,
            rgba(13,16,10,.98) 48%,
            rgba(36,56,21,.94) 100%
        );
}

.flc-gallery-quality::after{
    content:'';
    position:absolute;
    right:-18vw;
    top:-18%;
    width:58vw;
    height:135%;
    z-index:-3;
    background:
        linear-gradient(
            120deg,
            transparent 0%,
            rgba(116,168,40,.20) 46%,
            rgba(167,217,87,.08) 100%
        );
    clip-path:polygon(22% 0, 100% 0, 78% 100%, 0 100%);
    pointer-events:none;
}

.flc-gallery-quality-shell{
    position:relative;
    z-index:2;
    width:min(100% - 44px, 1220px);
    margin-inline:auto;
}

/* Header */
.flc-gallery-quality-header{
    margin-bottom:48px;
}

.flc-gallery-quality-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    color:var(--flc-lawn-light);
    font-size:.76rem;
    font-weight:950;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.flc-gallery-quality-kicker::before{
    content:'';
    width:42px;
    height:2px;
    background:var(--flc-lawn);
}

.flc-gallery-quality-title-row{
    display:grid;
    grid-template-columns:minmax(0, .95fr) minmax(280px, .52fr);
    gap:48px;
    align-items:end;
}

.flc-gallery-quality-title-row h2{
    max-width:880px;
    color:var(--flc-white);
    font-size:clamp(2.45rem, 5.2vw, 4.9rem);
    font-weight:950;
    line-height:.94;
    letter-spacing:-.07em;
}

.flc-gallery-quality-title-row p{
    color:rgba(255,255,255,.68);
    font-size:1.02rem;
    line-height:1.75;
}

/* Layout */
.flc-gallery-quality-layout{
    display:grid;
    grid-template-columns:390px minmax(0, 1fr);
    gap:18px;
    align-items:stretch;
}

/* Feature card */
.flc-quality-feature{
    position:relative;
    min-height:620px;
    overflow:hidden;
    background:var(--flc-black);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 28px 80px rgba(0,0,0,.24);
}

.flc-quality-feature-bg{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(5,6,5,.12) 0%,
            rgba(5,6,5,.72) 54%,
            rgba(5,6,5,.96) 100%
        ),
        url("/img/gallery-quality.jpg") center center / cover no-repeat;
    transform:scale(1.04);
    transition:transform 1.1s var(--ease-smooth);
}

.flc-quality-feature:hover .flc-quality-feature-bg{
    transform:scale(1);
}

.flc-quality-feature::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:
        linear-gradient(
            90deg,
            var(--flc-lawn),
            var(--flc-lawn-light),
            var(--flc-green)
        );
}

.flc-quality-feature-content{
    position:relative;
    z-index:2;
    min-height:620px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}

.flc-quality-feature-label{
    display:block;
    margin-bottom:16px;
    color:var(--flc-lawn-light);
    font-size:.72rem;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.flc-quality-feature h3{
    max-width:310px;
    color:var(--flc-white);
    font-size:clamp(2rem, 3vw, 3rem);
    line-height:.92;
    font-weight:950;
    letter-spacing:-.06em;
}

.flc-quality-feature p{
    margin-top:18px;
    color:rgba(255,255,255,.70);
    font-size:.95rem;
    line-height:1.68;
}

/* Checklist */
.flc-quality-checklist{
    margin-top:28px;
    display:grid;
    gap:12px;
}

.flc-quality-checklist div{
    display:flex;
    align-items:flex-start;
    gap:13px;
    padding:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.flc-quality-checklist strong{
    flex:0 0 auto;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    background:var(--flc-lawn);
    color:var(--flc-black);
    font-size:.72rem;
    font-weight:950;
}

.flc-quality-checklist span{
    color:rgba(255,255,255,.78);
    font-size:.84rem;
    font-weight:850;
    line-height:1.45;
}

/* Cards */
.flc-quality-cards{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:18px;
}

.flc-quality-card{
    position:relative;
    min-height:194px;
    padding:24px;
    overflow:hidden;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.13);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
    transition:
        transform .35s var(--ease-smooth),
        border-color .35s var(--ease-smooth),
        background .35s var(--ease-smooth),
        box-shadow .35s var(--ease-smooth);
}

.flc-quality-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            rgba(116,168,40,.20),
            transparent 48%,
            rgba(255,255,255,.04) 100%
        );
    opacity:0;
    transition:opacity .35s var(--ease-smooth);
    pointer-events:none;
}

.flc-quality-card::after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:3px;
    background:
        linear-gradient(
            90deg,
            var(--flc-lawn),
            var(--flc-lawn-light)
        );
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .45s var(--ease-smooth);
}

.flc-quality-card:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.095);
    border-color:rgba(167,217,87,.34);
    box-shadow:0 30px 86px rgba(0,0,0,.26);
}

.flc-quality-card:hover::before{
    opacity:1;
}

.flc-quality-card:hover::after{
    transform:scaleX(1);
}

.flc-quality-card span,
.flc-quality-card h3,
.flc-quality-card p{
    position:relative;
    z-index:1;
}

.flc-quality-card span{
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    margin-bottom:28px;
    background:var(--flc-lawn);
    color:var(--flc-black);
    font-size:.72rem;
    font-weight:950;
}

.flc-quality-card h3{
    color:var(--flc-white);
    font-size:1.35rem;
    font-weight:950;
    line-height:1;
    letter-spacing:-.045em;
}

.flc-quality-card p{
    margin-top:12px;
    color:rgba(255,255,255,.64);
    font-size:.9rem;
    line-height:1.6;
}

/* Bottom CTA */
.flc-quality-bottom{
    margin-top:18px;
    padding:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    background:rgba(255,255,255,.075);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
}

.flc-quality-bottom-copy span{
    display:block;
    margin-bottom:8px;
    color:var(--flc-lawn-light);
    font-size:.72rem;
    font-weight:950;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.flc-quality-bottom-copy strong{
    display:block;
    max-width:660px;
    color:var(--flc-white);
    font-size:clamp(1.45rem, 2.5vw, 2.35rem);
    line-height:1;
    letter-spacing:-.05em;
    font-weight:950;
}

.flc-quality-bottom-actions{
    flex:0 0 auto;
    display:flex;
    align-items:center;
    gap:12px;
}

.flc-quality-btn{
    position:relative;
    isolation:isolate;
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 22px;
    overflow:hidden;
    font-size:.82rem;
    font-weight:950;
    white-space:nowrap;
    transition:
        transform .35s var(--ease-smooth),
        box-shadow .35s var(--ease-smooth),
        background .35s var(--ease-smooth);
}

.flc-quality-btn::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:-1;
    transform:translateX(-110%) skewX(-14deg);
    transition:transform .55s var(--ease-smooth);
}

.flc-quality-btn:hover{
    transform:translateY(-3px);
}

.flc-quality-btn:hover::before{
    transform:translateX(0) skewX(-14deg);
}

.flc-quality-btn-primary{
    background:var(--flc-lawn);
    color:var(--flc-black);
    box-shadow:0 18px 45px rgba(116,168,40,.22);
}

.flc-quality-btn-primary::before{
    background:var(--flc-white);
}

.flc-quality-btn-glass{
    color:var(--flc-white);
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
}

.flc-quality-btn-glass::before{
    background:rgba(255,255,255,.14);
}

/* Animations */
.flc-gallery-quality-animate{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}

.flc-gallery-quality.js-ready .flc-gallery-quality-animate{
    opacity:0;
    transform:translateY(30px);
    clip-path:inset(0 0 16% 0);
    transition:
        opacity .55s var(--ease-smooth),
        transform .85s var(--ease-smooth),
        clip-path .85s var(--ease-premium);
}

.flc-gallery-quality.js-ready .flc-gallery-quality-animate.is-visible{
    opacity:1;
    transform:translateY(0);
    clip-path:inset(0 0 0 0);
}








































/* ================================
   RESPONSIVE - STAYS WITHIN 100VH
================================ */

@media(max-width:1080px){
        .flc-gallery-quality-title-row{
        grid-template-columns:1fr;
        gap:22px;
    }

    .flc-gallery-quality-layout{
        grid-template-columns:1fr;
    }

    .flc-quality-feature,
    .flc-quality-feature-content{
        min-height:520px;
    }

      .flc-gallery-service-title-row{
        grid-template-columns:1fr;
        gap:20px;
    }

    .flc-gallery-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        grid-auto-rows:230px;
    }
     .flc-gallery-index-title-row{
        grid-template-columns:1fr;
        gap:22px;
    }

    .flc-gallery-index-bar{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
    .flc-gallery-hero-shell{
        grid-template-columns:1fr;
    }

    .flc-gallery-hero-panel{
        display:none;
    }

    .flc-gallery-hero-content{
        max-width:820px;
    }
}

@media(max-width:970px){
    .flc-gallery-hero{
        height:100svh;
        max-height:100svh;
        padding-top:var(--nav-height-mobile, 72px);
    }

    .flc-gallery-hero-shell{
        width:min(100% - 28px, 100%);
        height:calc(100svh - var(--nav-height-mobile, 72px));
        max-height:calc(100svh - var(--nav-height-mobile, 72px));
        padding-bottom:44px;
        align-items:center;
    }

    .flc-gallery-hero-title{
        font-size:clamp(2.75rem, 12vw, 5rem);
        line-height:.91;
    }

    .flc-gallery-hero-copy{
        max-width:600px;
        font-size:.96rem;
        line-height:1.58;
    }

    .flc-gallery-hero-bottom{
        width:min(100% - 28px, 100%);
        bottom:14px;
        gap:12px;
        font-size:.6rem;
    }

    .flc-gallery-hero-bottom span:not(:last-child)::after{
        display:none;
    }
}

@media(max-width:820px){
    .flc-quality-cards{
        grid-template-columns:1fr;
    }

    .flc-quality-bottom{
        align-items:flex-start;
        flex-direction:column;
    }

    .flc-quality-bottom-actions{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .flc-quality-btn{
        width:100%;
    }
}

@media(max-width:720px){
     .flc-gallery-quality{
        padding:78px 0;
    }

    .flc-gallery-quality-shell{
        width:min(100% - 28px, 100%);
    }

    .flc-gallery-quality-kicker{
        font-size:.68rem;
        letter-spacing:.13em;
    }

    .flc-gallery-quality-kicker::before{
        width:30px;
    }

    .flc-quality-feature,
    .flc-quality-feature-content{
        min-height:500px;
    }

    .flc-quality-feature-content{
        padding:24px 20px;
    }

    .flc-quality-card{
        min-height:auto;
        padding:22px;
    }

    .flc-quality-bottom{
        padding:24px 20px;
    }

    .flc-quality-bottom-actions{
        grid-template-columns:1fr;
    }

    .flc-quality-btn{
        min-height:46px;
        font-size:.78rem;
    }
     .flc-gallery-main{
        padding:78px 0;
    }

    .flc-gallery-main-shell{
        width:min(100% - 28px, 100%);
    }

    .flc-gallery-service-block{
        padding:72px 0;
        scroll-margin-top:100px;
    }

    .flc-gallery-service-kicker{
        font-size:.68rem;
        letter-spacing:.13em;
    }

    .flc-gallery-service-kicker::before{
        width:30px;
    }

    .flc-gallery-grid{
        grid-template-columns:1fr;
        grid-auto-rows:250px;
        gap:12px;
    }

    .flc-gallery-large{
        grid-column:span 1;
        grid-row:span 1;
    }

    .flc-gallery-lightbox{
        padding:16px;
        align-items:center;
    }

    .flc-gallery-lightbox-content{
        width:100%;
        max-height:calc(100dvh - 32px);
    }

    .flc-gallery-lightbox-content img{
        height:68dvh;
        max-height:calc(100dvh - 136px);
    }

    .flc-gallery-lightbox-close{
        top:14px;
        right:14px;
        width:48px;
        height:48px;
        font-size:2rem;
    }

    .flc-gallery-lightbox-nav{
        width:44px;
        height:44px;
        font-size:2.4rem;
        background:rgba(5,6,5,.58);
    }

    .flc-gallery-lightbox-prev{
        left:10px;
    }

    .flc-gallery-lightbox-next{
        right:10px;
    }
    .flc-gallery-index{
        padding:78px 0;
    }

    .flc-gallery-index-shell{
        width:min(100% - 28px, 100%);
    }

    .flc-gallery-index-kicker{
        font-size:.68rem;
        letter-spacing:.13em;
    }

    .flc-gallery-index-kicker::before{
        width:30px;
    }

    .flc-gallery-index-bar{
        top:calc(var(--nav-height-mobile, 72px) + 8px);
        display:flex;
        gap:10px;
        overflow-x:auto;
        overscroll-behavior-x:contain;
        scroll-snap-type:x mandatory;
        padding:12px;
        scrollbar-width:none;
    }

    .flc-gallery-index-bar::-webkit-scrollbar{
        display:none;
    }

    .flc-gallery-index-card{
        flex:0 0 260px;
        scroll-snap-align:start;
        min-height:112px;
    }

    #gallery-lawn-care,
    #gallery-landscaping,
    #gallery-trimming,
    #gallery-hardscape-detail,
    #gallery-seasonal-cleanups,
    #gallery-seeding{
        scroll-margin-top:100px;
    }
}

@media(max-width:620px){
    .flc-gallery-hero-shell{
        padding-bottom:30px;
    }

    .flc-gallery-hero-kicker{
        margin-bottom:14px;
        font-size:.66rem;
        letter-spacing:.13em;
    }

    .flc-gallery-hero-kicker::before{
        width:30px;
    }

    .flc-gallery-hero-title{
        font-size:clamp(2.35rem, 13vw, 3.8rem);
    }

    .flc-gallery-hero-copy{
        margin-top:18px;
        font-size:.88rem;
        line-height:1.5;
    }

    .flc-gallery-hero-actions{
        margin-top:22px;
        display:grid;
        grid-template-columns:1fr;
        gap:11px;
    }

    .flc-gallery-btn{
        width:100%;
        min-height:46px;
        padding:0 16px;
        font-size:.78rem;
    }

    .flc-gallery-hero-bottom{
        display:none;
    }
}

@media(max-width:420px){
    .flc-gallery-index-card{
        flex-basis:240px;
        padding:16px;
    }

    .flc-gallery-index-number{
        width:36px;
        height:36px;
    }

    .flc-gallery-index-card strong{
        font-size:.95rem;
    }

    .flc-gallery-index-card small{
        font-size:.72rem;
    }

       .flc-gallery-lightbox{
        padding:12px;
    }

    .flc-gallery-lightbox-content img{
        height:64dvh;
        max-height:calc(100dvh - 132px);
    }

    .flc-gallery-lightbox-info{
        padding:15px 16px;
    }
}

@media(max-height:700px) and (max-width:970px){
    .flc-gallery-hero-title{
        font-size:clamp(2.1rem, 10vw, 3.35rem);
    }

    .flc-gallery-hero-copy{
        font-size:.84rem;
        line-height:1.45;
    }

    .flc-gallery-hero-actions{
        margin-top:18px;
    }
}

@media(max-height:620px){
    .flc-gallery-hero-bottom{
        display:none;
    }

    .flc-gallery-hero-copy{
        max-width:560px;
    }
}