const {Button,Eyebrow,SectionHeading,Rule,Badge,Card,PhotoFrame}=window.AllTappedOutDesignSystem_c261bd; const P='./assets/photography/'; const Band=({children,tone='page',id,pad=true})=>{ const bg={page:'var(--surface-page)',sunken:'var(--surface-sunken)',ink:'var(--surface-inverse)',mint:'var(--mint-50)'}[tone]; return
{children}
; }; function ExperienceSection(){ const cols=[ {t:'The truck',c:'A hand-restored Piaggio Ape in pistachio green, with a pine bar built into the back. It is a design object first and a bar second — which is exactly why it works.'}, {t:'The service',c:'Two working taps, chilled glassware and a pour that keeps moving. Professional bartending is available when you want hands behind the bar all evening.'}, {t:'The setting',c:'Styled to your palette with signage, florals and finishing details, so the truck belongs in your photographs rather than sitting behind them.'} ]; return
{cols.map(c=>

{c.t}

{c.c}

)}
; } const STEPS=[ {n:'01',t:'Check your date',c:'Send us the date first. We have one truck, so availability is the only place to start.'}, {n:'02',t:'Tell us about the event',c:'Where it is, how many guests, the shape of the day and the look you are after.'}, {n:'03',t:'We help plan the bar',c:'What to serve, how much to buy, how the taps and service should run.'}, {n:'04',t:'You provide the beverages',c:'The alcohol is always supplied by you. We guide the quantities and selections.'}, {n:'05',t:'We arrive and serve',c:'The truck is positioned, styled and opened, and the pour is handled from there.'} ]; function HowItWorksSection(){ return
{STEPS.map(s=>
{s.n}

{s.t}

{s.c}

)}
; } const OCCASIONS=['Weddings','Cocktail hours','Rehearsal dinners','Bridal events','Golf events','Corporate events','Private parties','Upscale celebrations']; function PerfectForSection(){ return
{OCCASIONS.map(o=>{o})}
; } Object.assign(window,{Band,ExperienceSection,HowItWorksSection,PerfectForSection});