// Bilingual EN / 简体中文 dictionary + helper hook.

// Responsive: ≤768px = mobile. Drives layout switching across all components.
function useIsMobile(breakpoint = 768) {
  const [isMobile, setIsMobile] = React.useState(
    typeof window !== "undefined" ? window.innerWidth <= breakpoint : false
  );
  React.useEffect(() => {
    const mq = window.matchMedia(`(max-width: ${breakpoint}px)`);
    const onChange = (e) => setIsMobile(e.matches);
    mq.addEventListener ? mq.addEventListener("change", onChange) : mq.addListener(onChange);
    setIsMobile(mq.matches);
    return () => {
      mq.removeEventListener ? mq.removeEventListener("change", onChange) : mq.removeListener(onChange);
    };
  }, [breakpoint]);
  return isMobile;
}
window.useIsMobile = useIsMobile;

const I18N = {
  en: {
    promo: "FREE DELIVERY ON ORDERS OVER S$188 ✿",
    nav: { home: "Home", shop: "Shop All", collections: "Collections", contact: "Contact" },
    cart: "Cart", search: "Search", account: "Account",
    sold_out: "SOLD OUT",
    not_available: "NOT AVAILABLE",
    custom_label: "Customisation",
    custom_cta: "ENQUIRE TO CUSTOMISE",
    pdp_sold_out_desc: "This bouquet is currently sold out. Browse the Shop or message us to be notified when it's back.",
    hero_eyebrow: "FRESH FLOWERS, THOUGHTFULLY CURATED",
    hero_title_a: "Flowers that",
    hero_title_b: "speak from",
    hero_title_c: "the heart",
    hero_cta: "SHOP NOW",
    feat_1_t: "FRESH & SEASONAL", feat_1_d: "Hand-picked blooms, always fresh",
    feat_3_t: "SUSTAINABLE PRACTICES", feat_3_d: "We care for the planet as much as our flowers",
    feat_4_t: "MADE WITH LOVE", feat_4_d: "Every arrangement is made by hand",
    shop_collections: "SHOP OUR COLLECTIONS",
    shop_now: "SHOP NOW",
    about_eyebrow: "ABOUT US",
    about_title: "Rooted in passion.\nInspired by nature.",
    about_body: "At Passion's Petals, we believe flowers carry the words we don't always know how to say. Every bouquet is hand-tied in our Singapore studio with the care of someone you love.",
    about_cta: "LEARN OUR STORY",
    follow: "FOLLOW ALONG @PASSIONSPETALS",
    pdp_breadcrumb: "Shop / Bouquets",
    pdp_size: "Size", pdp_qty: "Quantity",
    pdp_delivery: "Delivery", pdp_pickup: "Self pickup — free",
    pdp_delivery_fee: "Delivery to home — S$20–30",
    pdp_in_stock: "In stock, ready to ship",
    pdp_desc_title: "Description",
    pdp_seasonal_t: "Seasonal note",
    pdp_seasonal_d: "Fresh flowers vary slightly in shade, shape and stem count by season. We substitute like-for-like when a stem is out of market — never compromising the look or value of the bouquet.",
    pdp_card_t: "Gift card message",
    pdp_card_p: "Write a note for the recipient — we hand-write it on a card.",
    pdp_add: "ADD TO CART",
    pdp_variant: "Wrap & ribbon",
    related: "YOU MAY ALSO LOVE",
    foot_visit: "VISIT THE STUDIO", foot_address: "", foot_hours: "Tue–Sat · 10:00–19:00\nSun · 11:00–17:00",
    foot_help: "FIND US",
    foot_shop: "SHOP", foot_shop_items: ["All bouquets", "Collections"],
    foot_legal: "© 2026 Passion's Petals · Singapore",
  },
  zh: {
    promo: "订单满 S$188 免费配送 ✿",
    nav: { home: "首页", shop: "全部花束", collections: "花束系列", contact: "联系我们" },
    cart: "购物车", search: "搜索", account: "账户",
    sold_out: "已售罄",
    not_available: "暫不販售",
    custom_label: "客製化",
    custom_cta: "联络我们客制",
    pdp_sold_out_desc: "此款花束目前已售罄。欢迎逛逛其他花束，或私讯我们在补货时通知你。",
    hero_eyebrow: "新鲜直采 · 精心搭配",
    hero_title_a: "用花",
    hero_title_b: "说出心里",
    hero_title_c: "的话",
    hero_cta: "立即选购",
    feat_1_t: "新鲜应季", feat_1_d: "手工挑选 · 当季鲜花",
    feat_3_t: "可持续花艺", feat_3_d: "对地球温柔 像对花一样",
    feat_4_t: "手作用心", feat_4_d: "每一束都由花艺师亲手扎制",
    shop_collections: "花束系列",
    shop_now: "查看",
    about_eyebrow: "关于我们",
    about_title: "因热爱而生\n以自然为灵感",
    about_body: "Passion's Petals 相信，鲜花替我们说出那些难以启齿的话。每一束花都在 Passion's Petals 工作室手工扎制，像送给最在乎的人那样用心。",
    about_cta: "阅读我们的故事",
    follow: "关注我们 @PASSIONSPETALS",
    pdp_breadcrumb: "全部 / 花束",
    pdp_size: "规格", pdp_qty: "数量",
    pdp_delivery: "配送方式", pdp_pickup: "门店自取 · 免费",
    pdp_delivery_fee: "送貨到家 · S$20–30",
    pdp_in_stock: "现货 · 立即发货",
    pdp_desc_title: "花束介绍",
    pdp_seasonal_t: "季节性说明",
    pdp_seasonal_d: "鲜花会因季节出现轻微的色差、花形与枝数差异。若某种花材临时缺货，我们会以同等价值与质感的花材等量替换，绝不影响整束花的美感。",
    pdp_card_t: "贺卡留言",
    pdp_card_p: "写一段话，我们会手写在卡片上随花附上。",
    pdp_add: "加入购物车",
    pdp_variant: "包装 & 缎带",
    related: "你可能也会喜欢",
    foot_visit: "工作室", foot_address: "", foot_hours: "周二–周六 · 10:00–19:00\n周日 · 11:00–17:00",
    foot_help: "联系我们",
    foot_shop: "选购", foot_shop_items: ["全部花束", "系列"],
    foot_legal: "© 2026 Passion's Petals · 新加坡",
  }
};
window.I18N = I18N;
window.useT = function(lang){ return I18N[lang] || I18N.en; };
