html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif}
.topbar{background:#b86400}
.hero-section{background:#f9fafb;position:relative;overflow:hidden}
.hero-slide{display:none;width:100%;max-width:100%}
.hero-slide.active-slide{display:block}
.hero-slide-inner{padding:1.75rem 1.25rem 5.25rem;display:grid;gap:1.5rem;align-items:start;justify-items:stretch;width:100%;max-width:80rem;min-width:0;box-sizing:border-box}
@media(min-width:640px){.hero-slide-inner{padding:2rem 1.5rem 5.25rem}}
@media(min-width:1024px){.hero-slide-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;padding:3.25rem 5.25rem 3.5rem;min-height:480px;align-items:center}}
.slide-txt{width:100%;max-width:100%;min-width:0;animation:txtIn .7s ease .1s both}
.hero-visual{display:flex;align-items:stretch;justify-content:flex-start;width:100%;min-width:0;overflow:hidden}
.hero-visual img{display:block;width:auto;max-width:100%;max-height:200px;object-fit:contain;margin:0}
.hero-visual img.hero-photo{width:100%;max-width:100%;height:220px;max-height:220px;object-fit:cover;object-position:center;border-radius:1rem;box-shadow:0 8px 32px -8px rgba(0,0,0,.18)}
@media(max-width:1023px){.hero-visual:has(.hero-status){display:none}}
@media(min-width:1024px){.hero-visual{justify-content:flex-end}.hero-visual img{max-width:100%;max-height:360px}.hero-visual img.hero-photo{height:360px;max-height:360px;width:100%}}
.hero-status{width:100%;max-width:440px;background:#fff;color:#1e293b;border:1px solid #e5e7eb;border-radius:1.25rem;padding:1.5rem;box-shadow:0 8px 32px -8px rgba(0,0,0,.14)}
.hero-status .kicker{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.hero-status .stat{background:#f8fafc;border-radius:.75rem;padding:.75rem 0;text-align:center}
.slider-nav{position:absolute;left:0;right:0;bottom:14px;z-index:12;display:flex;align-items:center;justify-content:center;gap:14px}
.slider-arrow{width:40px;height:40px;border-radius:50%;background:#fff;border:2px solid #e5e7eb;color:#1e5229;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}
.slider-arrow:hover{background:#b86400;border-color:#b86400;color:#fff}
@media(min-width:1024px){
  .slider-nav{inset:0;bottom:0;pointer-events:none;justify-content:stretch}
  .slider-arrow{pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%)}
  .slider-arrow.prev-arrow{left:16px}
  .slider-arrow.next-arrow{right:16px}
  #sliderDots{pointer-events:auto;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}
}
.van-drive{animation:vanIn 1s cubic-bezier(.16,1,.3,1) both}
@keyframes vanIn{from{transform:translateX(80px) scale(.95);opacity:0}to{transform:translateX(0) scale(1);opacity:1}}
.hero-visual img.hero-photo.van-drive{animation:photoIn .6s ease both}
@keyframes photoIn{from{opacity:0}to{opacity:1}}
@keyframes txtIn{from{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}
.slide-badge-in{animation:txtIn .5s ease both}
.hero-dot{height:10px;border-radius:9999px;background:rgba(30,82,41,.25);cursor:pointer;transition:all .35s;border:2px solid #1e5229;padding:0;width:10px}
.hero-dot.active{background:#b86400;border-color:#b86400;width:28px}
.pgbg{background:linear-gradient(135deg,#1e5229 0%,#276634 60%,#337a40 100%)}
.grid-overlay{background-image:linear-gradient(rgba(255,255,255,.08)1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08)1px,transparent 1px);background-size:36px 36px}
.marquee{animation:marquee 30s linear infinite}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
#leafmap{height:420px;border-radius:1rem;z-index:1}
.coverage-map-frame{display:block;width:100%;min-height:480px;height:560px;border:0;background:#f7f7f5}
@media(min-width:768px){.coverage-map-frame{min-height:520px;height:620px}}
.embed-lazy{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#f8fafc;border:1px solid #e5e7eb;color:#475569}
.embed-lazy--track{min-height:280px;width:100%}
.embed-lazy-label{margin:0;font-size:.875rem;font-weight:600}
.embed-lazy-btn{background:#b86400;color:#fff;border:0;border-radius:.5rem;padding:.7rem 1.15rem;font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.embed-lazy-btn:hover{background:#9a5000}
.embed-lazy iframe{display:block;width:100%;border:0}
.pulse-dot{width:16px;height:16px;border-radius:50%;background:#b86400;animation:ping 2s infinite}
@keyframes ping{0%{box-shadow:0 0 0 0 rgba(184,100,0,.7)}70%{box-shadow:0 0 0 14px rgba(184,100,0,0)}100%{box-shadow:0 0 0 0 rgba(184,100,0,0)}}
.tab-on{background:#b86400;color:#fff}.tab-off{background:#f1f5f9;color:#475569}
.nav-link{position:relative;padding-bottom:2px}
.nav-link.active::after{content:'';position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:#b86400;border-radius:9999px}
details summary::-webkit-details-marker{display:none}
header,header>div,header nav,#orderWrap{overflow:visible}
.order-now-btn::-moz-list-bullet{list-style:none;display:none}
#orderWrap[open] .order-now-btn{color:#b86400}
.fab{position:fixed;left:16px;display:flex;flex-direction:column;gap:8px;z-index:40;bottom:80px}
.fab a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .2s}
.fab a:hover{transform:scale(1.1)}
#scrollTop{position:fixed;left:16px;bottom:24px;width:44px;height:44px;border-radius:50%;background:#1e5229;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:40;transition:transform .2s}
#scrollTop:hover{transform:scale(1.1)}
.phone-xl{font-size:clamp(1.65rem,4.2vw,2.65rem);font-weight:900;letter-spacing:-.03em;line-height:1.15;font-variant-numeric:tabular-nums}
.phone-xl-link{min-height:48px}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
.active-slide .van-drive:not(.hero-photo){animation:vanIn 1s cubic-bezier(.16,1,.3,1) both,vanBob 3.2s ease-in-out 1s infinite}
@keyframes vanBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.driver-app-band{background:#07140c;border-top:1px solid rgba(255,255,255,.08)}
.store-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}
.store-btn{display:inline-flex;align-items:center;gap:.65rem;background:#000;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:.85rem;padding:.65rem 1rem;min-width:11.5rem;text-decoration:none;transition:transform .2s,opacity .2s}
.store-btn small{display:block;font-size:.65rem;letter-spacing:.04em;opacity:.8;line-height:1}
.store-btn strong{display:block;font-size:.95rem;font-weight:800;line-height:1.15}
.store-btn:hover{transform:translateY(-2px)}
.store-btn-off{opacity:.48;filter:grayscale(.35);cursor:not-allowed;pointer-events:none}
.store-soon{font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#f5b230;animation:soonPulse 2s ease-in-out infinite}
.hp-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
button:disabled{opacity:.6;cursor:not-allowed}
@keyframes soonPulse{0%,100%{opacity:.55}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){
  .reveal,.reveal.in{opacity:1;transform:none;transition:none}
  .van-drive,.hero-visual img.hero-photo.van-drive,.slide-txt,.slide-badge-in,.marquee,.pulse-dot,.store-soon,.active-slide .van-drive:not(.hero-photo){animation:none!important}
}
50%{opacity:1}}
@media(prefers-reduced-motion:reduce){
  .reveal,.reveal.in{opacity:1;transform:none;transition:none}
  .van-drive,.hero-visual img.hero-photo.van-drive,.slide-txt,.slide-badge-in,.marquee,.pulse-dot,.store-soon,.active-slide .van-drive:not(.hero-photo){animation:none!important}
}
