// WORLDLINESS — content pulled from lib/content.ts
window.CONTACT = {
  phone: '+1 (604) 555-0199',
  phoneHref: 'tel:+16045550199',
  email: 'info@worldlinessconstruction.ca',
  emailHref: 'mailto:info@worldlinessconstruction.ca',
  address: 'Vancouver, BC & the Lower Mainland',
};

window.STATS = [
  { value: 500, suffix: '+', label: 'Projects Completed' },
  { value: 23,  suffix: '+', label: 'Years Experience' },
  { value: 100, suffix: '%', label: 'Licensed & Insured' },
  { value: 97,  suffix: '%', label: 'Client Referral Rate' },
];

window.SERVICES = [
  { slug: 'home-renovations', icon: 'hardhat', name: 'Home Renovations', description: 'Full gut renovations, basement finishing, and complete home overhauls executed with precision craftsmanship.', category: 'Renovation' },
  { slug: 'kitchen', icon: 'kitchen', name: 'Kitchen Remodels', description: 'Custom cabinetry, stone surfaces, and architectural lighting. Every detail engineered to specification.', category: 'Renovation' },
  { slug: 'bathroom', icon: 'bath', name: 'Bathroom Transformations', description: 'Spa-inspired suites. Heated floors, rain shower systems, and bespoke tile work — finished by licensed trades.', category: 'Renovation' },
  { slug: 'new-construction', icon: 'building', name: 'New Construction', description: 'Custom new builds from foundation to finish. Every phase managed in-house — on schedule, never over budget.', category: 'New Build' },
  { slug: 'roofing', icon: 'roof', name: 'Roofing', description: 'Full replacements, precision repairs, and new installations. Shingle, metal, flat, and torch-on systems.', category: 'Trade' },
  { slug: 'plumbing', icon: 'drop', name: 'Plumbing', description: 'Complete installations, replumbing, fixture replacement, drain work, and hot water upgrades by licensed pros.', category: 'Trade' },
  { slug: 'electrical', icon: 'bolt', name: 'Electrical', description: 'Panel upgrades, wiring, outlets, architectural lighting, EV chargers, and complete electrical systems.', category: 'Trade' },
  { slug: 'landscaping', icon: 'leaf', name: 'Landscaping', description: 'Bespoke landscape design, natural stone patios, irrigation, and outdoor living spaces built to endure.', category: 'Outdoor' },
  { slug: 'decks', icon: 'layers', name: 'Decks & Structures', description: 'Custom decks, pergolas, privacy fencing, and outbuildings engineered for Vancouver\u2019s climate.', category: 'Outdoor' },
];

window.WHY_US = [
  { number: '01', title: 'Fully Licensed & Insured', body: 'Every trade, every project. Full liability and WCB coverage \u2014 your investment is protected from day one.' },
  { number: '02', title: 'Transparent Pricing', body: 'A detailed written scope with full pricing before any work begins. No hidden fees. No surprise invoices. Ever.' },
  { number: '03', title: 'One Point of Contact', body: 'You deal directly with us. We coordinate every trade, inspection, and delivery \u2014 so you never have to.' },
  { number: '04', title: 'On Time, Every Time', body: 'We set a realistic timeline and honour it. If anything changes, you hear from us first.' },
];

window.PROCESS_STEPS = [
  { number: '01', title: 'Free Consultation', body: 'Call or submit an inquiry. We schedule an on-site visit within 48 hours at no cost and no commitment.', image: 'assets/beforeafter/how-it-works-1.png' },
  { number: '02', title: 'Detailed Proposal', body: 'A full written scope with transparent, itemized pricing delivered within 3 business days. No vague estimates.', image: 'assets/beforeafter/how-it-works-2.png' },
  { number: '03', title: 'Expert Execution', body: 'Our skilled crew arrives on schedule. You receive regular updates throughout every phase of your project.', image: 'assets/beforeafter/how-it-works-3.png' },
  { number: '04', title: 'Final Walkthrough', body: 'We inspect every detail with you. Every outstanding item is resolved before final payment is made.', image: 'assets/beforeafter/how-it-works-4.png' },
];

window.TESTIMONIALS = [
  { initials: 'MK', name: 'Michael K.', project: 'Basement Renovation', location: 'Burnaby', quote: 'We had Worldliness complete our full basement renovation and they knocked it out of the park. On time, on budget, and the finish quality was exceptional.' },
  { initials: 'SR', name: 'Sandra R.', project: 'Roof Repair', location: 'North Vancouver', quote: 'Called about a leaking roof on a Friday, they were on-site Monday. Fixed quickly, no mess left behind, and the price was fair. The real deal.' },
  { initials: 'JL', name: 'James L.', project: 'Full Reno + Landscaping', location: 'Coquitlam', quote: "Kitchen renovation, new deck, full landscaping — they handled everything. One crew, one invoice. I can't imagine going back to juggling multiple contractors." },
  { initials: 'AP', name: 'Angela P.', project: 'Kitchen & Bathroom', location: 'Richmond', quote: 'Their team handled all the electrical and plumbing for our kitchen and bathrooms. Clean work, fast, and everything passed inspection on the first attempt.' },
  { initials: 'DT', name: 'David T.', project: 'New Home Build', location: 'Port Moody', quote: 'Hired Worldliness for a new build on our lot. They managed every trade, every permit, everything. We moved in two weeks ahead of schedule.' },
  { initials: 'LN', name: 'Lisa N.', project: 'Landscape & Outdoor', location: 'Vancouver', quote: 'The team walked me through every step of the backyard project. The finished patio and garden space is beyond what I had hoped for. Outstanding.' },
];

// Before/After projects (using Unsplash interior pairs that read as reno)
window.BEFORE_AFTER = [
  {
    label: 'Kitchen — Burnaby',
    before: 'assets/beforeafter/kitchen-burnaby-before.png',
    after:  'assets/beforeafter/kitchen-burnaby-after.png',
  },
  {
    label: 'Bathroom — Richmond',
    before: 'assets/beforeafter/bathroom-richmond-before.png',
    after:  'assets/beforeafter/bathroom-richmond-after.png',
  },
  {
    label: 'Living — Coquitlam',
    before: 'assets/beforeafter/living-room-coquitlam-before.png',
    after:  'assets/beforeafter/living-room-coquitlam-after.png',
  },
];

window.SERVICE_OPTIONS = [
  'Full Home Renovation',
  'Kitchen Remodel',
  'Bathroom Remodel',
  'New Home Construction',
  'Roofing',
  'Addition / Extension',
  'Landscaping & Outdoor',
  'Multiple Services',
  'Not Sure Yet',
];

window.HERO_IMAGE = 'https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2400&q=90';
