/* Local lightweight utility layer. Replaces Tailwind CDN + Google Fonts for this static site. */
*{box-sizing:border-box}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif}button,input,textarea,select{font:inherit}button{border:0;background:transparent;cursor:pointer;color:inherit;padding:0}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%;height:auto}ul{margin:0;padding-left:1.25rem}h1,h2,h3,h4,p{margin-top:0}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.top-20{top:5rem}.top-full{top:100%}.right-0{right:0}.right-40{right:10rem}.bottom-20{bottom:5rem}.left-0{left:0}.left-20{left:5rem}.z-0{z-index:0}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}
.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}
.mx-auto{margin-left:auto;margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-24{padding-top:6rem}.pb-20{padding-bottom:5rem}.pl-4{padding-left:1rem}
.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-56{width:14rem}.w-72{width:18rem}.w-96{width:24rem}.w-3\/4{width:75%}.w-full{width:100%}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-40{height:10rem}.h-48{height:12rem}.h-72{height:18rem}.h-96{height:24rem}.h-full{height:100%}.min-h-\[90vh\]{min-height:90vh}.max-w-xs{max-width:20rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}
.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.pointer-events-none{pointer-events:none}.cursor-pointer{cursor:pointer}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.transform{transform:translateZ(0)}.translate-x-1\/4{transform:translateX(25%)}.translate-x-full{transform:translateX(100%)}.blur-3xl{filter:blur(64px)}.backdrop-blur-sm{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-\[2rem\]{border-radius:2rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-l-\[100px\]{border-top-left-radius:100px;border-bottom-left-radius:100px}.border{border-width:1px;border-style:solid}.border-t{border-top:1px solid}.border-b{border-bottom:1px solid}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-200\/50{border-color:rgba(226,232,240,.5)}.border-slate-800{border-color:#1e293b}.divide-y>:not([hidden])~:not([hidden]){border-top:1px solid}.divide-slate-100>:not([hidden])~:not([hidden]){border-color:#f1f5f9}
.bg-white{background-color:#fff}.bg-white\/60{background-color:rgba(255,255,255,.6)}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-100\/80{background-color:rgba(241,245,249,.8)}.bg-slate-800{background-color:#1e293b}.bg-slate-900{background-color:#0f172a}.bg-amber-100{background-color:#fef3c7}.bg-amber-200\/40{background-color:rgba(253,230,138,.4)}.bg-amber-400{background-color:#fbbf24}.bg-amber-500{background-color:#f59e0b}.bg-blue-100{background-color:#dbeafe}.bg-blue-200\/40{background-color:rgba(191,219,254,.4)}.bg-blue-500{background-color:#3b82f6}.bg-green-100{background-color:#dcfce7}.bg-green-600{background-color:#16a34a}.bg-cyan-100{background-color:#cffafe}.bg-cyan-500{background-color:#06b6d4}.bg-purple-100{background-color:#f3e8ff}
.text-left{text-align:left}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-\[1\.1\]{line-height:1.1}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-amber-400{color:#fbbf24}.text-amber-500{color:#f59e0b}.text-amber-600{color:#d97706}.text-amber-800{color:#92400e}.text-blue-100{color:#dbeafe}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.text-green-100{color:#dcfce7}.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-cyan-100{color:#cffafe}.text-cyan-500{color:#06b6d4}.text-cyan-600{color:#0891b2}.text-cyan-800{color:#155e75}.text-purple-600{color:#9333ea}
.shadow-sm{box-shadow:0 1px 2px rgba(15,23,42,.08)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(15,23,42,.12),0 4px 6px -4px rgba(15,23,42,.12)}.shadow-xl{box-shadow:0 20px 25px -5px rgba(15,23,42,.14),0 8px 10px -6px rgba(15,23,42,.1)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(15,23,42,.25)}.shadow-slate-200{box-shadow:0 20px 25px -5px rgba(226,232,240,.9),0 8px 10px -6px rgba(226,232,240,.7)}.shadow-amber-200{box-shadow:0 20px 25px -5px rgba(253,230,138,.8),0 8px 10px -6px rgba(253,230,138,.5)}
.transition-all{transition:all .25s ease}.transition-colors{transition:background-color .25s ease,color .25s ease,border-color .25s ease}.transition-shadow{transition:box-shadow .25s ease}.transition-transform{transition:transform .25s ease}.duration-300{transition-duration:.3s}.hover\:-translate-y-1:hover{transform:translateY(-.25rem)}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:opacity-70:hover{opacity:.7}.hover\:underline:hover{text-decoration:underline}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.hover\:bg-slate-200:hover{background-color:#e2e8f0}.hover\:bg-slate-800:hover{background-color:#1e293b}.hover\:bg-slate-900:hover{background-color:#0f172a}.hover\:bg-amber-200:hover{background-color:#fde68a}.hover\:bg-amber-400:hover{background-color:#fbbf24}.hover\:bg-amber-500:hover{background-color:#f59e0b}.hover\:bg-blue-200:hover{background-color:#bfdbfe}.hover\:bg-blue-500:hover{background-color:#3b82f6}.hover\:bg-green-200:hover{background-color:#bbf7d0}.hover\:bg-green-500:hover{background-color:#22c55e}.hover\:bg-cyan-200:hover{background-color:#a5f3fc}.hover\:text-white:hover{color:#fff}.hover\:text-slate-700:hover{color:#334155}.hover\:text-slate-900:hover{color:#0f172a}.hover\:text-amber-400:hover{color:#fbbf24}.hover\:text-amber-500:hover{color:#f59e0b}.hover\:text-blue-500:hover{color:#3b82f6}.hover\:text-green-500:hover{color:#22c55e}.hover\:text-cyan-500:hover{color:#06b6d4}.hover\:border-slate-300:hover{border-color:#cbd5e1}.hover\:border-amber-300:hover{border-color:#fcd34d}.hover\:border-blue-300:hover{border-color:#93c5fd}.hover\:border-green-300:hover{border-color:#86efac}.hover\:border-cyan-300:hover{border-color:#67e8f9}.hover\:shadow-sm:hover{box-shadow:0 1px 2px rgba(15,23,42,.08)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(15,23,42,.14),0 8px 10px -6px rgba(15,23,42,.1)}.hover\:shadow-2xl:hover{box-shadow:0 25px 50px -12px rgba(15,23,42,.25)}
.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:bg-amber-500{background-color:#f59e0b}.group:hover .group-hover\:text-slate-400{color:#94a3b8}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){margin-top:2rem}
.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}@keyframes ping{75%,100%{transform:scale(2);opacity:0}}
.preloader-hidden{opacity:0;transition:opacity .45s ease}.view-enter{animation:viewEnter .42s ease both}.soft-enter{animation:softEnter .55s ease both}@keyframes viewEnter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes softEnter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.icon{flex-shrink:0;stroke:currentColor;color:currentColor}.trash-showcase{position:relative}.trash-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.trash-photo-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;overflow:hidden;box-shadow:0 14px 30px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.trash-photo-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -12px rgba(15,23,42,.22);border-color:#bfdbfe}.trash-photo-card.featured{grid-column:span 2}.trash-photo-wrap{height:235px;background:#e2e8f0;overflow:hidden}.trash-photo-card.featured .trash-photo-wrap{height:285px}.trash-photo-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.trash-photo-card:hover img{transform:scale(1.04)}.trash-card-body{padding:1.35rem}.trash-card-body h3{font-size:1.1rem;line-height:1.35;font-weight:800;color:#0f172a;margin-bottom:.65rem}.trash-card-body p{font-size:.95rem;line-height:1.65;color:#475569;margin:0}.trash-page-section .service-features{max-width:64rem;margin-left:auto;margin-right:auto}
@media (min-width:640px){.sm\:flex-row{flex-direction:row}}
@media (min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2/span 2}.md\:justify-start{justify-content:flex-start}.md\:text-left{text-align:left}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:w-1\/2{width:50%}.md\:w-64{width:16rem}.md\:mx-0{margin-left:0;margin-right:0}.md\:p-12{padding:3rem}}
@media (min-width:1024px){.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:text-6xl{font-size:3.75rem;line-height:1}}
@media (min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:1023px){.trash-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trash-photo-card.featured{grid-column:span 2}.trash-photo-wrap,.trash-photo-card.featured .trash-photo-wrap{height:230px}}
@media (max-width:767px){.trash-photo-grid{grid-template-columns:1fr;gap:1rem}.trash-photo-card.featured{grid-column:span 1}.trash-photo-wrap,.trash-photo-card.featured .trash-photo-wrap{height:210px}.trash-card-body{padding:1rem}.trash-card-body h3{font-size:1.05rem}.trash-card-body p{font-size:.92rem}.text-4xl{font-size:2rem;line-height:2.25rem}.text-3xl{font-size:1.65rem;line-height:2rem}.px-6{padding-left:1rem;padding-right:1rem}.py-16{padding-top:3rem;padding-bottom:3rem}.grid-cols-3{grid-template-columns:1fr}.h-40,.h-48{height:14rem}.right-40{right:1rem}.left-20{left:1rem}.w-96{width:18rem}.w-72{width:14rem}}
