.gallery-hero{text-align:center;background-color:var(--color-forest);justify-content:center;align-items:center;height:480px;min-height:400px;display:flex;position:relative;overflow:hidden}.gallery-hero-bg{filter:brightness(.7);background-image:url(/assets/images/gallery/farm-tour-hero.png);background-position:50%;background-size:cover;animation:28s ease-in-out infinite gallerySlowZoom;position:absolute;inset:0}.gallery-hero-overlay{background:linear-gradient(#0c2314bf 0%,#0c2314e0 100%);position:absolute;inset:0}.gallery-hero-container{z-index:2;flex-direction:column;align-items:center;width:min(1000px,100% - 40px);margin:0 auto;padding:2rem 0;display:flex;position:relative}.gallery-eyebrow{font-family:var(--font-body);letter-spacing:3px;text-transform:uppercase;color:var(--color-corn);background:#e5b83f26;border:1px solid #e5b83f4d;border-radius:50px;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:700;display:inline-block}.gallery-hero h1{color:var(--color-white);letter-spacing:-.5px;margin-bottom:1.25rem;font-size:3.5rem;line-height:1.15}.gallery-hero h1 span{color:var(--color-corn);font-style:italic}.gallery-hero-divider{background:linear-gradient(90deg, var(--color-tomato), var(--color-corn));border-radius:2px;width:70px;height:3px;margin-bottom:1.25rem}.gallery-hero p{color:#ffffffe6;max-width:650px;font-size:1.1rem;line-height:1.7}.gallery-filter-section{background-color:var(--color-cream);z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 0 1.5rem;position:sticky;top:76px;box-shadow:0 4px 20px #00000008}.gallery-filter-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.filter-btn{background-color:var(--color-white);color:var(--color-charcoal);font-family:var(--font-body);cursor:pointer;border:1.5px solid #00000014;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #00000008}.filter-btn .filter-count{color:var(--color-charcoal);background-color:#0000000f;border-radius:20px;justify-content:center;align-items:center;padding:.15rem .5rem;font-size:.75rem;transition:all .3s;display:inline-flex}.filter-btn:hover{border-color:var(--color-farm-green);color:var(--color-farm-green);transform:translateY(-2px)}.filter-btn.active{background-color:var(--color-forest);color:var(--color-white);border-color:var(--color-forest);box-shadow:0 6px 18px #163a2440}.filter-btn.active .filter-count{color:var(--color-white);background-color:#ffffff40}.gallery-section{background-color:var(--color-cream);padding:2.5rem 0 4rem}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.gallery-item{background-color:var(--color-white);cursor:pointer;opacity:1;border-radius:18px;flex-direction:column;transition:transform .4s cubic-bezier(.165,.84,.44,1),box-shadow .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;transform:scale(1);box-shadow:0 6px 20px #0000000f}.gallery-item.hidden{opacity:0;display:none;transform:scale(.9)}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 16px 36px #0000001f}.gallery-thumb-wrap{aspect-ratio:4/3;background-color:#0d1f14;width:100%;position:relative;overflow:hidden}.gallery-thumb-wrap img,.gallery-thumb-wrap video{object-fit:cover;width:100%;height:100%;transition:transform .6s}.gallery-item:hover .gallery-thumb-wrap img,.gallery-item:hover .gallery-thumb-wrap video{transform:scale(1.08)}.gallery-overlay{opacity:0;background:linear-gradient(#0000001a 0%,#0c2314d9 100%);flex-direction:column;justify-content:space-between;padding:1.25rem;transition:opacity .35s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-badge{text-transform:uppercase;letter-spacing:1px;color:var(--color-forest);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border-radius:30px;align-self:flex-start;padding:.35rem .85rem;font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #00000026}.gallery-badge.badge-video{background:var(--color-tomato);color:var(--color-white)}.gallery-overlay-icon{background:var(--color-white);width:52px;height:52px;color:var(--color-forest);border-radius:50%;justify-content:center;align-self:center;align-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.8);box-shadow:0 4px 15px #0003}.gallery-item:hover .gallery-overlay-icon{transform:scale(1)}.gallery-card-info{background-color:var(--color-white);flex-direction:column;flex-grow:1;gap:.4rem;padding:1.25rem 1.5rem;display:flex}.gallery-card-info h3{font-size:1.15rem;font-family:var(--font-display);color:var(--color-forest);margin-bottom:.2rem;line-height:1.3}.gallery-card-info p{color:#666;font-size:.88rem;line-height:1.5}.video-play-indicator{color:#fff;z-index:5;pointer-events:none;background:#d94a38e6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite pulse-play;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 #d94a38b3}@keyframes pulse-play{0%{box-shadow:0 0 #d94a38b3}70%{box-shadow:0 0 0 16px #d94a3800}to{box-shadow:0 0 #d94a3800}}.lightbox-modal{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#0a180feb;justify-content:center;align-items:center;padding:2rem;transition:opacity .35s;display:flex;position:fixed;inset:0}.lightbox-modal.active{opacity:1;pointer-events:auto}.lightbox-content-wrapper{background-color:var(--color-forest);border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:1050px;max-height:90vh;transition:transform .35s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;transform:scale(.92);box-shadow:0 25px 60px #00000080}.lightbox-modal.active .lightbox-content-wrapper{transform:scale(1)}.lightbox-close-btn{z-index:10;width:44px;height:44px;color:var(--color-white);cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .3s,transform .3s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.lightbox-close-btn:hover{background:var(--color-tomato);transform:rotate(90deg)}.lightbox-media-container{background:#000;justify-content:center;align-items:center;width:100%;max-height:65vh;display:flex;position:relative;overflow:hidden}.lightbox-media-container img,.lightbox-media-container video{object-fit:contain;max-width:100%;max-height:65vh;display:block}.lightbox-nav-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:5;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-btn:hover{background:var(--color-farm-green);border-color:var(--color-farm-green);transform:translateY(-50%)scale(1.1)}.lightbox-prev{left:1.25rem}.lightbox-next{right:1.25rem}.lightbox-caption-bar{background-color:var(--color-forest);width:100%;color:var(--color-white);border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 2rem;display:flex}.lightbox-info h4{color:var(--color-white);font-size:1.25rem;font-family:var(--font-display);margin-bottom:.25rem}.lightbox-info p{color:#fffc;font-size:.9rem;line-height:1.4}.lightbox-counter{color:var(--color-corn);white-space:nowrap;background:#e5b83f26;border:1px solid #e5b83f4d;border-radius:20px;padding:.4rem .9rem;font-size:.85rem;font-weight:600}.gallery-video-spotlight{background-color:var(--color-forest);color:var(--color-white);padding:4.5rem 0;position:relative;overflow:hidden}.gallery-video-spotlight:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#2f6b3f59 0%,#0000 60%);position:absolute;inset:0}.video-spotlight-container{z-index:2;grid-template-columns:1fr 1.1fr;align-items:center;gap:3.5rem;width:min(1200px,100% - 80px);margin:0 auto;display:grid;position:relative}.video-spotlight-text h2{color:var(--color-white);margin-bottom:1.25rem;font-size:2.75rem;line-height:1.2}.video-spotlight-text p{color:#ffffffd9;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.video-highlights-list{flex-direction:column;gap:.85rem;margin-bottom:2.25rem;list-style:none;display:flex}.video-highlights-list li{color:#ffffffe6;align-items:center;gap:.85rem;font-size:.95rem;display:flex}.video-highlights-list svg{color:var(--color-corn);flex-shrink:0}.video-frame-wrapper{aspect-ratio:16/9;background:#000;border:2px solid #ffffff26;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 45px #00000059}.video-frame-wrapper video{object-fit:cover;width:100%;height:100%;display:block}.gallery-stats-banner{background-color:var(--color-white);padding:3.5rem 0;box-shadow:0 4px 20px #0000000a}.gallery-stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.gallery-stat-card{text-align:center;border-right:1px solid #00000012;padding:1.5rem}.gallery-stat-card:last-child{border-right:none}.gallery-stat-num{font-family:var(--font-display);color:var(--color-forest);margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1}.gallery-stat-num span{color:var(--color-tomato)}.gallery-stat-label{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.gallery-social-section{background-color:var(--color-cream);padding:4.5rem 0}.gallery-social-box{background-color:var(--color-white);text-align:center;border:1px solid #0000000d;border-radius:24px;max-width:1000px;margin:0 auto;padding:3.5rem;box-shadow:0 10px 35px #0000000d}.social-handle{color:var(--color-tomato);letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:inline-flex}.gallery-social-box h2{color:var(--color-forest);margin-bottom:1rem;font-size:2.4rem}.gallery-social-box p{color:#666;max-width:600px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.social-mini-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:2.25rem;display:grid}.social-mini-grid img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:100%;transition:transform .3s,filter .3s}.social-mini-grid img:hover{filter:brightness(1.05);transform:scale(1.06)}@media screen and (width<=1023px){.gallery-hero h1{font-size:2.75rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.video-spotlight-container{grid-template-columns:1fr;gap:2.5rem}.gallery-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery-stat-card{border-bottom:1px solid #00000012;border-right:none}.gallery-stat-card:nth-last-child(-n+2){border-bottom:none}.social-mini-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (width<=767px){.gallery-hero{height:auto;padding:3.5rem 0}.gallery-hero h1{font-size:2.1rem}.gallery-filter-section{padding:1rem 0 .5rem;top:76px}.gallery-filter-container{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:.5rem;padding:0 1.5rem .5rem;display:flex;overflow-x:auto}.gallery-filter-container::-webkit-scrollbar{display:none}.filter-btn{padding:.5rem 1rem;font-size:.82rem}.gallery-grid{grid-template-columns:1fr}.lightbox-caption-bar{flex-direction:column;align-items:flex-start;gap:.5rem}.video-spotlight-text h2{font-size:2rem}.gallery-stats-grid{grid-template-columns:1fr}.gallery-stat-card{border-bottom:1px solid #00000012}.gallery-social-box{padding:2rem 1.25rem}.social-mini-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}@keyframes gallerySlowZoom{0%{transform:scale(1.02)translate(0)}50%{transform:scale(1.12)translate(-1.5%,-1%)}to{transform:scale(1.02)translate(0)}}
