*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f172a;--navy-mid: #1e293b;--navy-light: #334155;--yellow: #facc15;--yellow-dk: #eab308;--amber: #f59e0b;--amber-light:#fef3c7;--amber-bg: #fffbeb;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-500: #22c55e;--radius: 0.5rem;--font: "Inter", system-ui, -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-900);background:var(--white);line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:900px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#0f172a}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(15,23,42,0.97) 48%,rgba(15,23,42,0.55) 72%,rgba(15,23,42,0.25) 100%);z-index:1;pointer-events:none}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;z-index:0;display:block}.hero-bg-img img{width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hero-body{position:relative;z-index:2;width:100%;padding:80px 0 72px}.hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem;max-width:640px;margin:0 2rem}.hero-h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15;color:var(--white);margin-bottom:1.25rem;letter-spacing:-0.02em;overflow-wrap:break-word}.hero-h1 .city{color:var(--yellow)}.hero-sub{font-size:1.05rem;color:#cbd5e1;max-width:520px;margin-bottom:1.75rem;line-height:1.7}.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:var(--yellow);margin-bottom:1.75rem}.hero-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);flex-shrink:0}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.8rem 1.5rem;border-radius:var(--radius);font-size:0.95rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background 0.18s,color 0.18s,border-color 0.18s,opacity 0.18s;white-space:nowrap}.btn-yellow{background:var(--yellow);color:var(--gray-900);border-color:var(--yellow)}.btn-yellow:hover{background:var(--yellow-dk);border-color:var(--yellow-dk)}@keyframes hero-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(197,211,0,0.55)}7%{transform:scale(1.04);box-shadow:0 0 0 8px rgba(197,211,0,0.2)}15%{transform:scale(1.06);box-shadow:0 0 0 12px rgba(197,211,0,0)}30%{transform:scale(1);box-shadow:0 0 0 0 rgba(197,211,0,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(197,211,0,0)}}.hero-cta-pulse{animation:hero-pulse 2s ease-out 1s infinite}.hero-cta-pulse:hover,.hero-cta-pulse:focus{animation:none}@media(prefers-reduced-motion:reduce){.hero-cta-pulse{animation:none}}.btn-outline-white{background:transparent;color:var(--white);border-color:var(--white)}.btn-outline-white:hover{background:rgba(255,255,255,0.1)}.trust-bar{background:var(--navy-mid);padding:0;border-bottom:1px solid #2d3f55}.trust-bar-inner{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none}.trust-bar-inner::-webkit-scrollbar{display:none}.trust-item{display:flex;align-items:center;gap:0.5rem;padding:0.85rem 1.5rem;color:#cbd5e1;font-size:0.82rem;font-weight:500;white-space:normal;border-right:1px solid #2d3f55;flex:1;min-width:0}.trust-item:last-child{border-right:none}.trust-item svg{color:#64748b;flex-shrink:0}.info-section{padding:64px 0;background:var(--white)}.info-grid{display:grid;grid-template-columns:2fr 3fr;gap:3rem;align-items:start}.map-card{border:1px solid var(--gray-200);border-radius:0.75rem;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,0.06)}.map-embed{width:100%;height:220px;display:block;border:none}.biz-card{padding:1.25rem 1.25rem 1.5rem;background:var(--white)}.biz-top{display:flex;align-items:center;gap:0.625rem;margin-bottom:0.5rem}.biz-name{font-size:1rem;font-weight:700;color:var(--gray-900)}.biz-verified{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.7rem;font-weight:600;color:#1a73e8;background:#e8f0fe;border-radius:999px;padding:0.2rem 0.5rem}.biz-type{font-size:0.8rem;color:var(--gray-500);margin-bottom:0.75rem}.biz-stars{display:flex;align-items:center;gap:0.375rem;margin-bottom:1rem}.biz-rating{font-size:0.9rem;font-weight:700;color:var(--gray-800)}.stars{display:flex;gap:1px}.stars span{color:#f59e0b;font-size:0.95rem}.biz-count{font-size:0.8rem;color:var(--gray-500)}.biz-details{display:flex;flex-direction:column;gap:0.6rem}.biz-row{display:flex;align-items:flex-start;gap:0.625rem;font-size:0.82rem;color:var(--gray-600)}.biz-row svg{flex-shrink:0;margin-top:1px;color:var(--gray-400)}.info-text h2{font-size:1.6rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;line-height:1.3}.info-text p{color:var(--gray-600);margin-bottom:1rem;font-size:0.95rem;line-height:1.75}.info-text p:last-of-type{margin-bottom:1.75rem}.occasions-heading{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}.occasions-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0.75rem}.occasion-item{display:flex;flex-direction:column;align-items:center;gap:0.4rem;text-decoration:none;color:var(--gray-700);transition:color 0.18s}.occasion-item:hover .occasion-icon{background:var(--gray-700)}.occasion-icon{width:44px;height:44px;border-radius:50%;background:var(--gray-900);display:flex;align-items:center;justify-content:center;color:var(--white);transition:background 0.18s}.occasion-icon svg{width:18px;height:18px}.occasion-label{font-size:0.72rem;font-weight:500;text-align:center}.highlights-section{padding:56px 0;background:var(--white);border-top:1px solid var(--gray-100)}.highlights-section h2{text-align:center;font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:0.5rem}.highlights-section .sub{text-align:center;font-size:0.9rem;color:var(--gray-500);margin-bottom:2.5rem}.highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.highlight-card{display:flex;gap:1rem;padding:1.25rem;border-radius:0.75rem;border:1px solid var(--gray-100);background:var(--gray-50);transition:border-color 0.18s,background 0.18s}.highlight-card:hover{border-color:#fcd34d;background:#fffbeb}.highlight-icon{width:44px;height:44px;border-radius:0.5rem;background:#fef3c7;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--amber);margin-top:2px}.highlight-icon svg{width:20px;height:20px}.highlight-card h3{font-size:0.875rem;font-weight:600;color:var(--gray-900);margin-bottom:0.25rem}.highlight-card p{font-size:0.78rem;color:var(--gray-500);line-height:1.55}.steps-section{padding:72px 0;background:var(--dark, var(--navy))}.steps-section .section-head h2{color:#fff}.steps-section .section-head p{color:rgba(255,255,255,0.72)}.steps-section .section-label{color:rgba(255,255,255,0.85);border-color:rgba(255,255,255,0.28)}.section-head{text-align:center;margin-bottom:3rem}.section-label{display:inline-block;font-size:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--gray-500);border:1px solid var(--gray-300);border-radius:999px;padding:0.25rem 0.875rem;margin-bottom:0.875rem}.section-head h2{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:0.5rem}.section-head p{color:var(--gray-500);font-size:0.95rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card{background:var(--white);border:1px solid var(--gray-200);border-radius:0.75rem;padding:1.75rem 1.5rem;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,0.04)}.step-num{width:36px;height:36px;border-radius:50%;background:var(--yellow);color:var(--gray-900);font-size:0.875rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-icon{width:52px;height:52px;border-radius:50%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--gray-600)}.step-icon svg{width:22px;height:22px}.step-card h3{font-size:0.95rem;font-weight:700;color:var(--gray-900);margin-bottom:0.5rem}.step-card p{font-size:0.82rem;color:var(--gray-500);line-height:1.65}.why-section{padding:72px 0;background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{border:1px solid var(--gray-200);border-radius:0.75rem;padding:1.75rem;transition:box-shadow 0.18s}.why-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08)}.why-icon{width:48px;height:48px;border-radius:0.625rem;background:var(--gray-100);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--gray-600)}.why-icon svg{width:22px;height:22px}.why-card h3{font-size:1rem;font-weight:700;color:var(--gray-900);margin-bottom:0.4rem}.why-card p{font-size:0.85rem;color:var(--gray-500);line-height:1.65}.cta-section{background:var(--yellow);padding:56px 0;text-align:center}.cta-section h2{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin-bottom:0.5rem}.cta-section p{color:var(--gray-700);margin-bottom:2rem;font-size:1rem}.cta-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-dark{background:var(--gray-900);color:var(--white);border-color:var(--gray-900)}.btn-dark:hover{background:var(--gray-800)}.btn-outline-dark{background:transparent;color:var(--gray-900);border-color:var(--gray-900)}.btn-outline-dark:hover{background:rgba(0,0,0,0.06)}.reviews-section{padding:72px 0;background:var(--gray-50)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.review-card{background:var(--white);border:1px solid var(--gray-200);border-radius:0.75rem;padding:1.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.04)}.review-stars{display:flex;gap:2px;margin-bottom:0.875rem}.review-stars svg{width:16px;height:16px;fill:#facc15;color:#facc15}.review-text{font-size:0.88rem;color:var(--gray-600);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.reviewer{display:flex;align-items:center;gap:0.75rem}.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-size:0.9rem;font-weight:700;color:var(--gray-600);flex-shrink:0}.reviewer-name{font-size:0.875rem;font-weight:600;color:var(--gray-900)}.reviewer-role{font-size:0.75rem;color:var(--gray-500)}.faq-section{padding:72px 0;background:var(--white)}.faq-list{display:flex;flex-direction:column;gap:0;margin-top:2rem;border:1px solid var(--gray-200);border-radius:0.75rem;overflow:hidden}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item:last-child{border-bottom:none}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;background:var(--white);border:none;cursor:pointer;text-align:left;font-size:0.9rem;font-weight:600;color:var(--gray-900);transition:background 0.15s}.faq-q:hover{background:var(--gray-50)}.faq-q[aria-expanded=true]{background:var(--gray-50)}.faq-chevron{flex-shrink:0;color:var(--gray-400);transition:transform 0.2s}.faq-q[aria-expanded=true] .faq-chevron{transform:rotate(180deg)}.faq-a{display:none;padding:0 1.5rem 1.25rem;font-size:0.875rem;color:var(--gray-600);line-height:1.75;background:var(--gray-50)}.faq-a.open{display:block}@media(max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}.highlights-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.info-grid{grid-template-columns:1fr}.occasions-grid{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.reviews-grid{grid-template-columns:1fr}.highlights-grid{grid-template-columns:1fr}.trust-bar-inner{flex-direction:column}.trust-item{border-right:none;border-bottom:1px solid #2d3f55}.trust-item:last-child{border-bottom:none}.hero-inner{margin:0 1rem}.hero-bg-img{display:none}.hero::after{display:none}.hero{background:#0f172a;flex-direction:column;align-items:stretch;min-height:unset;overflow:visible}.hero::before{content:"";display:block;width:100%;height:50vw;max-height:234px;flex-shrink:0;margin-bottom:-1px;border-bottom:1px solid #0f172a;background:linear-gradient(to top,#0f172a 0%,#0f172a 10%,rgba(15,23,42,0) 35%),linear-gradient(30deg,#0f172a 0%,#0f172a 22%,rgba(15,23,42,0) 65%),url(/images/hero-photo-mobile.webp) center bottom / cover no-repeat}.hero-body{margin-top:-28px;padding-top:0;padding-bottom:44px}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}.occasions-grid{grid-template-columns:repeat(3,1fr)}.hero-actions{flex-direction:column}.btn{justify-content:center}.cta-actions{flex-direction:column;align-items:center}.hero-h1{font-size:1.6rem;letter-spacing:-0.01em}.hero-inner{padding-left:1rem;padding-right:1rem}}.nearby-section{background:var(--dark, var(--navy));padding:56px 16px;text-align:center}.nearby-inner{max-width:760px;margin:0 auto}.nearby-heading{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:.04em}.nearby-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.nearby-pill{display:inline-block;padding:8px 18px;border:1.5px solid #d1d5db;border-radius:999px;font-size:.875rem;font-weight:600;color:#1a1a2e;text-decoration:none;background:#fff;transition:border-color .15s,background .15s}.nearby-pill:hover{border-color:#84cc16;background:#f0fdf4;color:#3f6212}.county-permits-link{margin-top:22px;font-size:.9rem;color:rgba(255,255,255,0.72)}.county-permits-link a{color:#d9f99d;font-weight:700;text-decoration:none;font-family:"Poppins",sans-serif}.county-permits-link a:hover{text-decoration:underline}.local-products-section{padding:80px 0;background:var(--dark)}.local-products-section .section-head{margin-bottom:2.5rem}.local-products-section .section-head h2{color:#fff}.local-products-section .section-label{color:rgba(255,255,255,0.85);border-color:rgba(255,255,255,0.25)}.local-services-section{padding:80px 0;background:var(--dark, var(--navy))}.local-services-section .section-head{margin-bottom:2.5rem}.local-services-section .section-head h2{color:#fff}.local-services-section .section-label{color:rgba(255,255,255,0.85);border-color:rgba(255,255,255,0.28)}.local-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.local-service-card{display:flex;flex-direction:column;gap:0.5rem;padding:1.5rem;border-radius:0.75rem;border:1px solid var(--gray-100);background:var(--white);text-decoration:none;transition:border-color 0.18s,box-shadow 0.18s,transform 0.18s}.local-service-card:hover{border-color:#84cc16;box-shadow:0 8px 24px rgba(15,23,42,0.08);transform:translateY(-3px)}.local-service-icon{width:44px;height:44px;border-radius:0.6rem;background:#f7fee7;color:#3f6212;display:flex;align-items:center;justify-content:center;margin-bottom:0.25rem}.local-service-icon svg{width:22px;height:22px}.local-service-card h3{font-family:"Poppins",sans-serif;font-size:1rem;font-weight:700;color:var(--gray-900);line-height:1.35}.local-service-card p{font-size:0.85rem;color:var(--gray-500);line-height:1.55;flex:1}.local-avail-link{font-size:0.85rem;font-weight:700;color:#3f6212;font-family:"Poppins",sans-serif}@media(max-width:900px){.local-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.local-services-grid{grid-template-columns:1fr}}
