{"id":3960,"date":"2026-07-18T20:00:03","date_gmt":"2026-07-18T13:00:03","guid":{"rendered":"https:\/\/dingfongfood.com\/aboutus-2\/"},"modified":"2026-07-18T20:00:03","modified_gmt":"2026-07-18T13:00:03","slug":"aboutus","status":"publish","type":"page","link":"https:\/\/dingfongfood.com\/th\/aboutus\/","title":{"rendered":"\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32"},"content":{"rendered":"<!-- ============================================================================\n     ABOUT HERO \u2014 Figma node 164:1266 (\"hero\") + its sibling text nodes on the\n     About artboard (Figma file Wui8LL0rxDl4f1hmbwMiwv).\n\n     The Figma \"hero\" frame (164:1266) is 1440\u00d7697.5 @ page-y 193 (page-y 0..890\n     once the navbar headroom is included). On that frame the bottles, the white\n     wave and a couple of \"lower-hand\" pieces are stacked in this Z ORDER\n     (back \u2192 front):\n       164:1267 \"Hand 1 2\"      + 164:1268 \"Hand 2 2\"    \u2014 the two hands+bottles\n       164:1269 \"Vector\"        \u2014 the white wave  (drawn OVER the hands)\n       164:1270\/1271 \"buttom-Hand \u2026\" \u2014 small lower-hand pieces drawn over the wave\n     i.e. the hands sit BEHIND the white wave; only their lower part (the wrists)\n     is covered by it. That is the whole trick \u2014 the forearms are NOT cropped,\n     they simply pass behind the white. We reproduce it with ONE combined bottles\n     raster behind a single white wave layer (the tiny front lower-hand pieces are\n     a subtle Figma refinement we fold into the raster), which is enough to read\n     identically and is far more robust.\n\n     Pieces rebuilt here as SEPARATE responsive LAYERS:\n       assets\/about\/hero-bottles.webp  hands + OJ + strawberry bottle, TRANSPARENT\n                raster (1590\u00d71561, aspect 1.0186). COMPOSITED from the two Figma\n                hand layers 164:1267 (rotate -11.56\u00b0) + 164:1268 (rotate 12.12\u00b0)\n                at their Figma offsets, then alpha-trimmed (the small front\n                \"buttom-Hand\" pieces are folded in \u2014 the forearms simply run\n                behind the wave). Sized by WIDTH and bottom-anchored \u2014 no crop.\n       assets\/about\/hero-wave.svg  white wave (viewBox 0 0 1440 100, single white\n                path, preserveAspectRatio \"none\"). White in the UPPER half with a\n                wavy BOTTOM edge; flipped vertically (scaleY(-1)) \u2192 white at the\n                bottom, wavy orange\u2192white edge on top. Sits over a solid white\n                fill; both are full-bleed so the white continues past the capped\n                1440 frame (and into the white About-story panel) with no gap.\n       H1 \"\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32\"  Sriracha 83.33px white  @ x784.17 y195.83 (right column).\n       intro paragraph    Kanit 26.67px white     @ x784.17 y359.17 (right column).\n       LEAF \u2014 page-wide parallax leaf field (see note at the bottom of this file).\n\n     DRIFT-PROOF LOCKSTEP (the point of this rebuild): the bottle raster (height =\n     its width-% \u00d7 aspect) and the wave layer (height\/offset in cqw) are BOTH\n     driven by the FRAME WIDTH and bottom-anchored, so on any viewport the white\n     edge crosses the wrists at the SAME fraction of the bottle (~17%, verified\n     across 375\u21921920). The bottle can never drift out from behind the wave \u2014 and\n     there is NO hard overflow clip anywhere, so no \"severed wrist\" straight edge.\n\n     Frame pattern (see CLAUDE.md): the inner @container is locked to the\n     composition aspect ratio; it spans the navbar headroom (page-y 0) down\n     through the wave bottom (page-y 890), so the desktop frame box is 1440\u00d7890.\n     The page background (orange #f58132 + fruit line-art) is painted on\n     body[data-page=\"about\"], so this section only adds the bottles, the wave +\n     full-bleed white, and the live text.\n============================================================================ -->\n<!-- \u2265lg this section carries a negative margin-block-end (src\/pages\/about.css)\n     that pulls the blue df\/about-products band up over the hero's empty blue\n     tail \u2014 a Tailwind margin utility can't do it (WP's blockGap layout rule\n     zeroes margin-block on block roots and beats layered utilities). -->\n<section class=\"relative w-full\" data-about-hero>\n  <!-- Frame aspect ratio: Figma composition is 1440\/890 on desktop (\u2265lg). On\n       small screens that ratio is too short \u2014 the Sriracha headline crowds under\n       the navbar and the bottles overlap the text \u2014 so the frame is made\n       progressively taller below lg. Text stacks above; the bottles are\n       bottom-anchored just above the wave. -->\n  <div\n    class=\"@container relative mx-auto aspect-[1440\/2480] w-full max-w-(--df-frame-max) sm:aspect-[1440\/1560] lg:aspect-[1440\/890]\"\n  >\n    <!-- \u2500\u2500 WHITE WAVE + FILL (Figma 164:1269 \"Vector\", assets\/about\/hero-wave.svg)\n         IN FRONT of the bottles (z-10), behind the text (z-20).\n         Figma layer order on this frame is: Hand 1\/2 \u2192 Vector(wave) \u2192 buttom-Hand\n         \u2014 i.e. the hands sit BEHIND the white wave and only their lower part is\n         covered by it. We reproduce that with a single white layer drawn over the\n         (un-clipped) bottles: the forearms simply pass behind the white. No hard\n         overflow clip anywhere, so there is never a \"severed wrist\" straight edge.\n\n         DRIFT-PROOF LOCKSTEP (the whole point of this rebuild):\n         every vertical measure here is in `cqw` (1cqw = 1% of the @container =\n         the FRAME width) and the layer is bottom-anchored \u2014 the SAME basis the\n         bottle image uses (its height = its width-% \u00d7 aspect, also frame-width\n         driven). So when the viewport changes, the wave's white edge and the\n         bottle scale together and the edge always crosses the wrists at the\n         identical point. It can never drift out from behind the wave.\n\n         FULL-BLEED: the layer is w-screen \/ -translate-x-1\/2 so the white runs\n         edge-to-edge (continuing seamlessly into the white About-story panel\n         below the frame), while its height stays locked to the capped frame via\n         cqw. The two cover heights below are matched per breakpoint to the\n         bottle's width so the crossing point stays on the wrist at every size. -->\n    <div\n      class=\"pointer-events-none absolute bottom-0 left-1\/2 z-10 w-screen max-w-none -translate-x-1\/2\"\n      aria-hidden=\"true\"\n    >\n      <!-- solid brand-blue from the wave baseline down to (and past) the frame bottom.\n           This blue seam flows straight into the blue df\/about-products band below \u2014\n           the two are the same colour so the join is invisible. -->\n      <div\n        class=\"absolute inset-x-0 bottom-0 bg-brand-blue h-[12.5cqw] sm:h-[9.5cqw] lg:h-[9cqw]\"\n      ><\/div>\n      <!-- wave crest sitting on top of the blue fill (flipped: blue below,\n           wavy orange\u2192blue edge on top). Height\/offset in cqw \u2192 locked. -->\n      <img decoding=\"async\"\n        src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-blue.svg\"\n        alt=\"\"\n        class=\"absolute inset-x-0 w-full -scale-y-100 bottom-[12.1cqw] h-[6cqw] sm:bottom-[9.1cqw] lg:bottom-[8.6cqw] lg:h-[5cqw]\"\n      \/>\n    <\/div>\n\n    <!-- H1 \u2014 \"\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e40\u0e23\u0e32\" (Figma 83:2068, Sriracha 83.333px white).\n         left 784.17\/1440 = 54.46%, top 195.83\/890 = 22.0%, w 368\/1440 = 25.56%.\n         font-accent = Sriracha. 83.333\/1440 = 5.787cqw.\n         On mobile the right column drops to full width & moves up. -->\n    <h1\n      class=\"absolute left-[6%] top-[calc(64px+1rem)] z-20 w-[88%] font-accent leading-none text-white [text-shadow:0_4px_8px_rgba(0,0,0,0.35)] lg:left-[54.46%] lg:top-[24%] lg:w-[45%]\"\n      style=\"font-size: clamp(2.25rem, 7cqw, 4.6cqw)\"\n    >\n      \u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 (Ding Fong) \u0e04\u0e37\u0e2d    <\/h1>\n\n    <!-- Founding-story intro \u2014 TWO paragraphs (Figma 330:3343, Kanit ~26.7px white).\n         Same right-column x as the H1. Both paragraphs live in ONE absolutely-\n         positioned block and flow normally (gap between), so the second paragraph\n         can never collide with the first regardless of length. -->\n    <div\n      class=\"absolute left-[6%] top-[calc(64px+5rem)] z-20 flex w-[88%] flex-col gap-[0.9em] font-display leading-relaxed text-white [text-shadow:0_2px_5px_rgba(0,0,0,0.45)] lg:left-[54.46%] lg:top-[35%] lg:w-[38%]\"\n      style=\"font-size: clamp(1rem, 3.6cqw, 1.5cqw)\"\n    >\n      <p>\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e41\u0e25\u0e30 \u0e40\u0e1a\u0e40\u0e01\u0e2d\u0e23\u0e35\u0e48 \u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48\u0e04\u0e39\u0e48\u0e27\u0e07\u0e01\u0e32\u0e23\u0e23\u0e49\u0e32\u0e19\u0e2d\u0e32\u0e2b\u0e32\u0e23\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e44\u0e17\u0e22\u0e21\u0e32\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32 27 \u0e1b\u0e35 \u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e42\u0e14\u0e22 \u0e1b\u0e23\u0e30\u0e18\u0e32\u0e19\u0e1a\u0e23\u0e34\u0e29\u0e31\u0e17 \u0e04\u0e38\u0e13\u0e04\u0e38\u0e19\u0e2b\u0e25\u0e38\u0e07 \u0e2b\u0e27\u0e31\u0e07 \u0e41\u0e25\u0e30 \u0e04\u0e38\u0e13\u0e40\u0e2a\u0e32\u0e27\u0e13\u0e35\u0e22\u0e4c \u0e2b\u0e27\u0e31\u0e07 \u0e17\u0e35\u0e48\u0e21\u0e2d\u0e07\u0e40\u0e2b\u0e47\u0e19\u0e27\u0e48\u0e32\u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d &#8220;\u0e42\u0e2d\u0e01\u0e32\u0e2a&#8221; \u0e17\u0e35\u0e48\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e15\u0e39\u0e2a\u0e39\u0e48\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e43\u0e2b\u0e21\u0e48\u0e43\u0e2b\u0e49\u0e04\u0e19\u0e44\u0e17\u0e22\u0e08\u0e33\u0e19\u0e27\u0e19\u0e21\u0e32\u0e01\u0e44\u0e14\u0e49<\/p>\n      <p>\u0e43\u0e19\u0e22\u0e38\u0e04\u0e17\u0e35\u0e48\u0e15\u0e25\u0e32\u0e14\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e44\u0e17\u0e22\u0e22\u0e31\u0e07\u0e08\u0e33\u0e01\u0e31\u0e14\u0e2d\u0e22\u0e39\u0e48\u0e41\u0e04\u0e48\u0e23\u0e49\u0e32\u0e19\u0e01\u0e32\u0e41\u0e1f\u0e41\u0e25\u0e30\u0e0a\u0e32 \u0e1c\u0e39\u0e49\u0e01\u0e48\u0e2d\u0e15\u0e31\u0e49\u0e07\u0e44\u0e14\u0e49\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19\u0e2b\u0e25\u0e32\u0e01\u0e23\u0e2a\u0e0a\u0e32\u0e15\u0e34 \u0e41\u0e25\u0e30\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e2d\u0e37\u0e48\u0e19 \u0e46 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e2a\u0e2d\u0e19\u0e2a\u0e39\u0e15\u0e23\u0e01\u0e32\u0e23\u0e0a\u0e07\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e17\u0e35\u0e48\u0e2d\u0e22\u0e32\u0e01\u0e21\u0e35\u0e23\u0e32\u0e22\u0e44\u0e14\u0e49\u0e40\u0e1b\u0e47\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e07 \u0e14\u0e49\u0e27\u0e22\u0e1e\u0e37\u0e49\u0e19\u0e10\u0e32\u0e19\u0e27\u0e34\u0e17\u0e22\u0e32\u0e28\u0e32\u0e2a\u0e15\u0e23\u0e4c\u0e01\u0e32\u0e23\u0e2d\u0e32\u0e2b\u0e32\u0e23 \u0e04\u0e38\u0e13\u0e2b\u0e27\u0e31\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e1c\u0e39\u0e49\u0e1c\u0e25\u0e34\u0e15 \u0e41\u0e15\u0e48\u0e15\u0e49\u0e2d\u0e07\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19 &#8220;\u0e1c\u0e39\u0e49\u0e43\u0e2b\u0e49\u0e42\u0e2d\u0e01\u0e32\u0e2a&#8221; \u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e19\u0e33\u0e44\u0e1b\u0e15\u0e48\u0e2d\u0e22\u0e2d\u0e14\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08\u0e44\u0e14\u0e49<\/p>\n    <\/div>\n\n    <!-- Bottles raster \u2014 hands + OJ bottle + strawberry-syrup bottle\n         (Figma 164:1267\/1268 hands + bottles, assets\/about\/hero-bottles.webp,\n         1590\u00d71561, transparent). LCP image, above the fold. z-0 \u2014 BEHIND the\n         white wave (z-10) and the text (z-20).\n\n         Sized purely by WIDTH (w-%) and BOTTOM-anchored, with NO clip: the\n         image's height is its width \u00d7 natural aspect, i.e. frame-width driven \u2014\n         the exact same basis the wave layer uses (cqw). That is what keeps the\n         wave\/wrist crossing locked on every screen. The full forearms render and\n         simply pass behind the white wave, so there is no hard cut.\n\n         Bottom is pulled a hair below the frame edge (-translate-y) so the very\n         bottom of the cuffs tucks under the white seam with no gap. Width is\n         bumped on small screens (text stacks above the bottles there); each\n         width has a matching wave cover height in the layer above. -->\n    <div\n      class=\"pointer-events-none absolute bottom-[-4.7cqw] left-1\/2 z-0 aspect-[1590\/1561] w-[80%] max-w-[520px] -translate-x-1\/2 sm:w-[60%] lg:bottom-[-5.4cqw] lg:left-[1.74%] lg:w-[55.2%] lg:max-w-none lg:translate-x-0\"\n    >\n      <img\n        src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-bottles.webp\"\n        alt=\"\u0e21\u0e37\u0e2d\u0e2a\u0e2d\u0e07\u0e02\u0e49\u0e32\u0e07\u0e16\u0e37\u0e2d\u0e02\u0e27\u0e14\u0e19\u0e49\u0e33\u0e2a\u0e49\u0e21\u0e41\u0e25\u0e30\u0e19\u0e49\u0e33\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e2a\u0e15\u0e23\u0e2d\u0e27\u0e4c\u0e40\u0e1a\u0e2d\u0e23\u0e4c\u0e23\u0e35\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19\u0e15\u0e23\u0e32\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\"\n        class=\"block h-full w-full\"\n        fetchpriority=\"high\"\n        decoding=\"async\"\n        width=\"1590\"\n        height=\"1561\"\n      \/>\n    <\/div>\n\n    <!-- Bottle-BOTTOM front pieces (Figma 164:1270 \"buttom-Hand 2 2\" + 164:1271\n         \"buttom-Hand 1 2\" \u2014 the lower glass\/base of each bottle). z-[15]: IN FRONT\n         of the white wave (z-10), behind the text (z-20). This is the layer that\n         makes the bottle bases sit ON TOP of the white wave while the hands\/wrists\n         pass behind it \u2014 exactly the Figma stack (Hand \u2192 Vector \u2192 buttom-Hand).\n\n         assets\/about\/hero-bottles-front.webp is composited on the SAME canvas\n         registration as hero-bottles.webp (same 1590\u00d71561, same crop), so giving\n         it the IDENTICAL positioning box as the bottles below pins every bottle-\n         base pixel exactly over its twin in the z-0 raster \u2014 at every breakpoint,\n         with zero drift and no JS. Keep these two boxes' classes in lockstep. -->\n    <div\n      class=\"pointer-events-none absolute bottom-[-4.7cqw] left-1\/2 z-[15] aspect-[1590\/1561] w-[80%] max-w-[520px] -translate-x-1\/2 sm:w-[60%] lg:bottom-[-5.4cqw] lg:left-[1.74%] lg:w-[55.2%] lg:max-w-none lg:translate-x-0\"\n      aria-hidden=\"true\"\n    >\n      <img loading=\"lazy\"\n        src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-bottles-front.webp\"\n        alt=\"\"\n        class=\"block h-full w-full\"\n        decoding=\"async\"\n        width=\"1590\"\n        height=\"1561\"\n      \/>\n    <\/div>\n\n    <!-- Decorative leaves are no longer placed per-section: a single reusable,\n         page-wide parallax LEAF FIELD (assets\/js\/leaf-field.js, opted in via\n         body[data-leaf-field]) scatters and animates them over the whole page. -->\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT PRODUCTS \u2014 Figma node 330:3042. Blue featured-products band.\n     Desktop (\u2265lg): byte-faithful absolute frame at aspect 1920\/704 (unchanged).\n     Below lg the side-by-side columns are far too narrow \u2014 at 390px the band was\n     only ~143px tall and the two blurbs overflowed it (~+87px) and piled over the\n     product scene. So below lg the band becomes a normal-flow CENTERED column\n     (scene on top, the two blurbs stacked below); the decorative front overlays\n     hide. Same responsive pattern as df\/about-factory. -->\n<section class=\"relative w-full bg-brand-blue\" data-about-products>\n  <div class=\"@container relative mx-auto w-full max-w-(--df-frame-max)\">\n    <!-- inner frame: flow column on mobile, Figma-aspect absolute box on desktop -->\n    <div class=\"relative mx-auto flex w-[86%] flex-col items-center gap-[7%] py-[11%] lg:block lg:aspect-[1920\/704] lg:w-full lg:gap-0 lg:py-0\">\n\n      <!-- \u2500\u2500 Product SCENE (Figma 330:3051): blue-Hawaii bottle + boba pack on\n           plinths. Swappable via sidebar. Mobile: centered on top. Desktop: z-10. -->\n      <div class=\"pointer-events-none relative aspect-[661\/694] w-[60%] max-w-[260px] lg:absolute lg:left-[31.7%] lg:top-[1.4%] lg:z-10 lg:w-[34.4%] lg:max-w-none\">\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/product-scene.webp\"\n          alt=\"\u0e19\u0e49\u0e33\u0e1a\u0e25\u0e39\u0e2e\u0e32\u0e27\u0e32\u0e22\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19\u0e41\u0e25\u0e30\u0e1a\u0e38\u0e01\u0e44\u0e02\u0e48\u0e21\u0e38\u0e01\u0e15\u0e23\u0e32\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u0e08\u0e31\u0e14\u0e27\u0e32\u0e07\u0e1a\u0e19\u0e41\u0e17\u0e48\u0e19\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\"\n          class=\"block h-full w-full object-contain object-bottom\"\n          width=\"1028\"\n          height=\"1080\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n      <\/div>\n\n      <!-- \u2500\u2500 Iced blue-Hawaii GLASS (Figma 330:3050), front-left overlay. Decorative\n           \u2192 hidden on mobile (can't place in flow), absolute on desktop. z-20. -->\n      <div class=\"pointer-events-none hidden lg:absolute lg:left-[28%] lg:top-[47.6%] lg:z-20 lg:block lg:aspect-[247\/347] lg:w-[12.9%]\">\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/product-glass.webp\"\n          alt=\"\"\n          aria-hidden=\"true\"\n          class=\"block h-full w-full object-contain object-bottom\"\n          width=\"358\"\n          height=\"502\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n      <\/div>\n\n      <!-- \u2500\u2500 Bowl of BOBA (Figma 330:3049), front-right overlay. Decorative \u2192 mobile-hidden. z-20. -->\n      <div class=\"pointer-events-none hidden lg:absolute lg:left-[58.2%] lg:top-[67%] lg:z-20 lg:block lg:aspect-[221\/190] lg:w-[11.5%]\">\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/product-boba-bowl.webp\"\n          alt=\"\"\n          aria-hidden=\"true\"\n          class=\"block h-full w-full object-contain object-bottom\"\n          width=\"278\"\n          height=\"239\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n      <\/div>\n\n      <!-- \u2500\u2500 LEFT column \u2014 \u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19. Heading + blurb share ONE flex block so the\n           blurb always flows BELOW the heading. Mobile: full-width centered. Desktop:\n           right-aligned, points at the bottle. z-30. White on blue (6.3:1). -->\n      <div class=\"flex w-full flex-col items-center gap-[0.6em] text-center text-white lg:absolute lg:left-[2%] lg:top-[15%] lg:z-30 lg:w-[33%] lg:items-end lg:text-right\">\n        <h2 class=\"font-display font-bold leading-tight\" style=\"font-size: clamp(1.1rem, 3.1cqw, 2.4cqw)\">\u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19<\/h2>\n        <p class=\"w-full font-display leading-relaxed lg:w-[88%]\" style=\"font-size: clamp(0.9rem, 1.9cqw, 1.3cqw)\">\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e19\u0e15\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e02\u0e2d\u0e07\u0e40\u0e21\u0e19\u0e39 \u0e2d\u0e34\u0e15\u0e32\u0e40\u0e25\u0e35\u0e48\u0e22\u0e19\u0e42\u0e0b\u0e14\u0e32 \u0e41\u0e25\u0e30\u0e40\u0e21\u0e19\u0e39\u0e19\u0e49\u0e33\u0e1b\u0e31\u0e48\u0e19\u0e02\u0e2d\u0e07\u0e44\u0e17\u0e22 \u0e14\u0e49\u0e27\u0e22 <strong>\u0e22\u0e2d\u0e14\u0e02\u0e32\u0e22\u0e2d\u0e31\u0e19\u0e14\u0e31\u0e1a 1 \u0e01\u0e27\u0e48\u0e32 27 \u0e1b\u0e35\u0e0b\u0e49\u0e2d\u0e19<\/strong><\/p>\n      <\/div>\n\n      <!-- \u2500\u2500 RIGHT column \u2014 \u0e1a\u0e38\u0e01\u0e44\u0e02\u0e48\u0e21\u0e38\u0e01. Mobile: full-width centered. Desktop: left-aligned. z-30. -->\n      <div class=\"flex w-full flex-col items-center gap-[0.6em] text-center text-white lg:absolute lg:left-[63%] lg:top-[36%] lg:z-30 lg:w-[35%] lg:items-start lg:text-left\">\n        <h2 class=\"font-display font-bold leading-tight\" style=\"font-size: clamp(1.1rem, 3.1cqw, 2.4cqw)\">\u0e1a\u0e38\u0e01\u0e44\u0e02\u0e48\u0e21\u0e38\u0e01 \u0e40\u0e08\u0e49\u0e32\u0e41\u0e23\u0e01\u0e43\u0e19\u0e44\u0e17\u0e22<\/h2>\n        <p class=\"w-full font-display leading-relaxed lg:w-[70%]\" style=\"font-size: clamp(0.9rem, 1.9cqw, 1.3cqw)\"><strong>\u0e1c\u0e25\u0e34\u0e15\u0e43\u0e19\u0e44\u0e17\u0e22\u0e40\u0e08\u0e49\u0e32\u0e41\u0e23\u0e01<\/strong> \u0e41\u0e25\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e1a\u0e38\u0e01\u0e40\u0e1a\u0e34\u0e01\u0e15\u0e25\u0e32\u0e14\u0e1a\u0e38\u0e01\u0e44\u0e02\u0e48\u0e21\u0e38\u0e01\u0e43\u0e19\u0e44\u0e17\u0e22<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2500\u2500 BOTTOM WAVE \u2014 the band's bottom edge is a curved orange wash that rises\n       OVER the product scene's plinth (per design: the scene sits on the band\n       bottom and the wave overlaps it). rotate-180 flips the divider shape so\n       the solid fill sits BELOW the curve (orange, continuous with the orange\n       about-brand band that follows) and the transparent side faces up, showing\n       the band + scene through it. Anchored inside the section so it hugs the\n       true bottom at every breakpoint; z-20 + later DOM \u2192 paints above the\n       scene (z-10) and the front overlays (z-20). -->\n  <img decoding=\"async\"\n    src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-orange.svg\"\n    alt=\"\"\n    aria-hidden=\"true\"\n    loading=\"lazy\"\n    class=\"pointer-events-none absolute bottom-0 left-0 z-20 block w-full rotate-180 h-[clamp(24px,4.27vw,82px)]\"\n  \/>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT BRAND \u2014 Figma nodes 330:3347 + siblings. Brand-meaning, orange bg.\n============================================================================ -->\n<!-- Desktop (\u2265lg): byte-faithful absolute frame at aspect 1920\/842 (unchanged).\n     Below lg the frame collapsed to ~171px and every absolutely-positioned child\n     (callouts, pill, circles, closing line) piled on top of each other. So below\n     lg this becomes a normal-flow CENTERED column; the decorative dashed\n     connectors hide. Same responsive pattern as df\/about-factory.\n     A11Y NOTE: the cobalt\/white copy sits on the orange page field (cobalt\u22482.4:1,\n     white\u22482.6:1) \u2014 this is the committed \"Cobalt-Is-Ink on orange\" brand identity\n     (see DESIGN.md), so the colours are kept and a text-shadow halo is added for\n     real-world legibility (the same technique df\/about-hero uses on this orange).\n     It is a legibility aid, not a WCAG 4.5:1 pass. -->\n<section class=\"relative w-full\" data-about-brand>\n  <div class=\"@container relative mx-auto w-full max-w-(--df-frame-max)\">\n    <!-- inner frame: flow column on mobile, Figma-aspect absolute box on desktop -->\n    <div class=\"relative mx-auto flex w-[88%] flex-col items-center gap-[5%] py-[10%] lg:block lg:aspect-[1920\/842] lg:w-full lg:gap-0 lg:py-0\">\n\n      <!-- Colour DingFong logo (Figma 330:3348). Mobile: centred on top. -->\n      <div class=\"relative z-20 aspect-[406\/304] w-[52%] max-w-[220px] lg:absolute lg:left-[39.4%] lg:top-[6.6%] lg:w-[21.1%] lg:max-w-none\">\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/brand-logo-color.webp\"\n          alt=\"\u0e42\u0e25\u0e42\u0e01\u0e49\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 (Ding Fong)\"\n          class=\"block h-full w-full object-contain\"\n          width=\"406\"\n          height=\"304\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n      <\/div>\n\n      <!-- Dashed connector lines from each callout toward the logo (decorative, desktop only). -->\n      <div class=\"hidden border-t-2 border-dashed border-white\/70 lg:absolute lg:left-[35.8%] lg:top-[25%] lg:z-0 lg:block lg:w-[4.5%]\" aria-hidden=\"true\"><\/div>\n      <div class=\"hidden border-t-2 border-dashed border-white\/70 lg:absolute lg:left-[60%] lg:top-[25%] lg:z-0 lg:block lg:w-[5.7%]\" aria-hidden=\"true\"><\/div>\n\n      <!-- LEFT callout (Figma 330:3415 + 330:3414). -->\n      <div class=\"relative z-10 flex w-[82%] items-center justify-center rounded-[4cqw] border-2 border-dashed border-white\/80 px-[4cqw] py-[3.5cqw] text-center lg:absolute lg:left-[18.5%] lg:top-[16.2%] lg:h-[18.5%] lg:w-[17.3%] lg:rounded-[2cqw] lg:px-[1.5cqw] lg:py-0\">\n        <p class=\"font-display leading-snug text-white [text-shadow:0_2px_5px_rgba(0,0,0,0.4)]\" style=\"font-size: clamp(0.9rem, 2cqw, 1.55cqw)\">\u0e10\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e42\u0e25\u0e42\u0e01\u0e49 \u0e17\u0e35\u0e48\u0e40\u0e1b\u0e23\u0e35\u0e22\u0e1a\u0e40\u0e2a\u0e21\u0e37\u0e2d\u0e19\u0e2b\u0e21\u0e49\u0e2d<\/p>\n      <\/div>\n\n      <!-- RIGHT callout (Figma 330:3410 + 330:3411\/3409). -->\n      <div class=\"relative z-10 flex w-[82%] flex-col items-center justify-center rounded-[4cqw] border-2 border-dashed border-white\/80 px-[4cqw] py-[3.5cqw] text-center lg:absolute lg:left-[65.7%] lg:top-[15.8%] lg:h-[18.5%] lg:w-[17.3%] lg:rounded-[2cqw] lg:px-[1.5cqw] lg:py-0\">\n        <p class=\"font-display font-bold leading-snug text-white [text-shadow:0_2px_5px_rgba(0,0,0,0.4)]\" style=\"font-size: clamp(1rem, 2.2cqw, 1.75cqw)\">\u201c\u0e2b\u0e22\u0e14\u0e19\u0e49\u0e33\u201d<\/p>\n        <p class=\"font-display leading-snug text-white [text-shadow:0_2px_5px_rgba(0,0,0,0.4)]\" style=\"font-size: clamp(0.85rem, 1.8cqw, 1.35cqw)\">\u0e2a\u0e31\u0e0d\u0e25\u0e31\u0e01\u0e29\u0e13\u0e4c \u0e02\u0e2d\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e14\u0e0a\u0e37\u0e48\u0e19 \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e40\u0e09\u0e25\u0e34\u0e21\u0e09\u0e25\u0e2d\u0e07<\/p>\n      <\/div>\n\n      <!-- GREEN pill (Figma 330:3406 + 330:3407). White on green fill (large text). -->\n      <div class=\"relative z-10 flex w-[94%] items-center justify-center rounded-full bg-brand-green px-[5cqw] py-[3.5cqw] text-center lg:absolute lg:left-[26%] lg:top-[47.5%] lg:h-[10.2%] lg:w-[47.9%] lg:px-[3cqw] lg:py-0\">\n        <p class=\"font-display font-medium leading-tight text-white lg:leading-none\" style=\"font-size: clamp(1rem, 2.4cqw, 1.85cqw)\">\u0e0a\u0e37\u0e48\u0e2d &quot;\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07&quot; \u0e21\u0e32\u0e08\u0e32\u0e01\u0e20\u0e32\u0e29\u0e32\u0e08\u0e35\u0e19 \u0e17\u0e35\u0e48\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e21\u0e32\u0e22\u0e21\u0e07\u0e04\u0e25<\/p>\n      <\/div>\n\n      <!-- \u0e15\u0e34\u0e48\u0e07 circle + description (Figma 330:3397\/3398 + 330:3403). -->\n      <div class=\"relative z-10 flex aspect-square w-[24%] max-w-[92px] items-center justify-center rounded-full bg-brand-blue lg:absolute lg:left-[25.1%] lg:top-[61%] lg:w-[8.5%] lg:max-w-none\">\n        <span class=\"font-accent leading-none text-white\" style=\"font-size: clamp(1.5rem, 3.6cqw, 3cqw)\">\u0e15\u0e34\u0e48\u0e07<\/span>\n      <\/div>\n      <p class=\"relative z-10 w-[80%] text-center font-display font-bold leading-snug text-brand-blue [text-shadow:0_1px_3px_rgba(0,0,0,0.3)] lg:absolute lg:left-[34.6%] lg:top-[63.5%] lg:w-[16%] lg:text-left\" style=\"font-size: clamp(0.9rem, 1.9cqw, 1.5cqw)\">\u0e2b\u0e21\u0e49\u0e2d\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e43\u0e19\u0e1e\u0e34\u0e18\u0e35\u0e09\u0e25\u0e2d\u0e07\u0e0a\u0e31\u0e22\u0e0a\u0e19\u0e30 \u0e2a\u0e37\u0e48\u0e2d\u0e16\u0e36\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08<\/p>\n\n      <!-- \u0e1f\u0e07 circle + description (Figma 330:3400\/3401 + 330:3404). -->\n      <div class=\"relative z-10 flex aspect-square w-[24%] max-w-[92px] items-center justify-center rounded-full bg-brand-blue lg:absolute lg:left-[54%] lg:top-[61%] lg:w-[8.5%] lg:max-w-none\">\n        <span class=\"font-accent leading-none text-white\" style=\"font-size: clamp(1.5rem, 3.6cqw, 3cqw)\">\u0e1f\u0e07<\/span>\n      <\/div>\n      <p class=\"relative z-10 w-[80%] text-center font-display font-bold leading-snug text-brand-blue [text-shadow:0_1px_3px_rgba(0,0,0,0.3)] lg:absolute lg:left-[64%] lg:top-[63.5%] lg:w-[15%] lg:text-left\" style=\"font-size: clamp(0.9rem, 1.9cqw, 1.5cqw)\">\u0e04\u0e27\u0e32\u0e21\u0e40\u0e08\u0e23\u0e34\u0e0d\u0e23\u0e38\u0e48\u0e07\u0e40\u0e23\u0e37\u0e2d\u0e07 \u0e41\u0e25\u0e30\u0e40\u0e1f\u0e37\u0e48\u0e2d\u0e07\u0e1f\u0e39<\/p>\n\n      <!-- Closing line (Figma 330:3402). Widened + started a touch higher so the longer\n           EN translation still clears the frame bottom. -->\n      <p class=\"relative z-10 w-full text-center font-display leading-snug text-brand-blue [text-shadow:0_1px_3px_rgba(0,0,0,0.3)] lg:absolute lg:left-[27%] lg:top-[80.5%] lg:w-[46%]\" style=\"font-size: clamp(0.9rem, 1.8cqw, 1.4cqw)\">\u0e0a\u0e37\u0e48\u0e2d\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e15\u0e23\u0e32\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e41\u0e15\u0e48\u0e40\u0e1b\u0e47\u0e19 \u0e04\u0e33\u0e2d\u0e27\u0e22\u0e1e\u0e23\u0e43\u0e2b\u0e49\u0e17\u0e38\u0e01\u0e23\u0e49\u0e32\u0e19\u0e17\u0e35\u0e48\u0e21\u0e35\u0e02\u0e27\u0e14\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e27\u0e32\u0e07\u0e2d\u0e22\u0e39\u0e48 \u0e43\u0e2b\u0e49\u0e01\u0e34\u0e08\u0e01\u0e32\u0e23\u0e23\u0e38\u0e48\u0e07\u0e40\u0e23\u0e37\u0e2d\u0e07 \u0e0a\u0e35\u0e27\u0e34\u0e15\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07 \u0e41\u0e25\u0e30\u0e40\u0e15\u0e47\u0e21\u0e44\u0e1b\u0e14\u0e49\u0e27\u0e22\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02<\/p>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT STANDARDS \u2014 Figma 330:3417. Cream band, centred column.\n============================================================================ -->\n<section class=\"relative w-full bg-brand-cream\" data-about-standards data-reveal=\"fade\">\n  <!-- \u2500\u2500 TOP DIVIDER \u2014 wavy bottom edge of the orange about-brand band above\n       (same divider pattern as df\/contact-form). Orange above the curve,\n       transparent below \u2192 this section's cream shows through the dips.\n       -scale-x-100 flips the crest so consecutive waves alternate direction. -->\n  <img decoding=\"async\"\n    src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-orange.svg\"\n    alt=\"\"\n    aria-hidden=\"true\"\n    loading=\"lazy\"\n    class=\"pointer-events-none relative z-[1] block w-full -scale-x-100 h-[clamp(24px,4.27vw,82px)]\"\n  \/>\n  <div class=\"@container relative mx-auto w-full\">\n    <div class=\"relative mx-auto flex w-[92%] max-w-[1073px] flex-col items-center px-[2%] pb-[8%] pt-[8%] lg:px-0 lg:pb-[3.6cqw] lg:pt-[3.6cqw]\">\n\n      <!-- HEADING \"\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\" \u2014 curved Sriracha (330:3418). -->\n      <div class=\"relative aspect-[1060\/132] w-[96%] max-w-[880px] lg:w-[62%]\">\n        <h2 class=\"sr-only\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15<\/h2>\n        <svg\n          class=\"curved-heading absolute inset-0 h-full w-full\"\n          viewBox=\"0 0 1060 132\"\n          preserveAspectRatio=\"xMidYMid meet\"\n          aria-hidden=\"true\"\n          focusable=\"false\"\n        >\n          <defs>\n            <path id=\"df-standards-curve\" fill=\"none\" d=\"M 96 96 Q 530 60 964 96\" \/>\n          <\/defs>\n          <text text-anchor=\"middle\">\n            <textPath href=\"#df-standards-curve\" startOffset=\"50%\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15<\/textPath>\n          <\/text>\n        <\/svg>\n        <!-- flanking leaf + dot (green leaf \/ orange dot), mirrored on the right. -->\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-0 top-[42%] h-[30%] w-[8%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[3%] top-[12%] h-[20%] w-[3.2%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[92%] top-[42%] h-[30%] w-[8%] -scale-x-100\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[93.8%] top-[12%] h-[20%] w-[3.2%] -scale-x-100\" \/>\n      <\/div>\n\n      <!-- INTRO (330:3488) \u2014 cobalt, centred. -->\n      <p class=\"mt-[5%] text-center font-body leading-relaxed text-brand-blue lg:mt-[2cqw]\" style=\"font-size: clamp(0.88rem, 1.5cqw, 1.35rem)\">\u0e1b\u0e31\u0e08\u0e08\u0e38\u0e1a\u0e31\u0e19\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e39\u0e49\u0e1c\u0e25\u0e34\u0e15\u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19\u0e2d\u0e31\u0e19\u0e14\u0e31\u0e1a 1 \u0e02\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22 \u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e23\u0e30\u0e14\u0e31\u0e1a\u0e2a\u0e32\u0e01\u0e25\u0e17\u0e31\u0e49\u0e07 ISO, GHPs, HALAL \u0e41\u0e25\u0e30 CODEX \u0e42\u0e14\u0e22\u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 \u0e41\u0e15\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e1a\u0e23\u0e34\u0e42\u0e20\u0e04\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e41\u0e25\u0e30\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e32\u0e27\u0e19\u0e32\u0e19 \u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e04\u0e23\u0e2d\u0e1a\u0e04\u0e25\u0e38\u0e21\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e19\u0e49\u0e33\u0e1c\u0e25\u0e44\u0e21\u0e49\u0e40\u0e02\u0e49\u0e21\u0e02\u0e49\u0e19 (Concentrated fruit syrup) \u0e44\u0e0b\u0e23\u0e31\u0e1b \u0e1c\u0e07\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e17\u0e47\u0e2d\u0e1b\u0e1b\u0e34\u0e49\u0e07\u0e15\u0e48\u0e32\u0e07\u0e46 \u0e43\u0e2b\u0e49\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e23\u0e49\u0e32\u0e19\u0e40\u0e25\u0e47\u0e01\u0e23\u0e34\u0e21\u0e17\u0e32\u0e07\u0e08\u0e19\u0e16\u0e36\u0e07\u0e42\u0e23\u0e07\u0e41\u0e23\u0e21 \u0e23\u0e49\u0e32\u0e19\u0e2d\u0e32\u0e2b\u0e32\u0e23 \u0e04\u0e32\u0e40\u0e1f\u0e48 \u0e41\u0e25\u0e30\u0e41\u0e1f\u0e23\u0e19\u0e44\u0e0a\u0e2a\u0e4c\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e17\u0e31\u0e48\u0e27\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28<\/p>\n\n      <!-- SUB-HEADING (330:3489) \u2014 orange Sriracha, white halo for legibility on cream. -->\n      <p class=\"mt-[6%] text-center font-accent italic leading-tight text-brand-orange [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_6px_rgba(255,255,255,0.85)] lg:mt-[2.6cqw]\" style=\"font-size: clamp(1.4rem, 2.7cqw, 2.4rem)\">\u201c\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u0e04\u0e34\u0e14 \u0e41\u0e25\u0e30 \u0e17\u0e33\u201d<\/p>\n\n      <!-- THREE CARDS (330:3490 \/ 3497 \/ 3504) \u2014 header pill + body, equal heights. -->\n      <div class=\"mt-[6%] grid w-full grid-cols-1 gap-[6%] sm:grid-cols-3 sm:gap-[3%] lg:mt-[2.6cqw]\">\n\n                <div class=\"flex h-full flex-col items-center\" data-reveal data-reveal-delay=\"0ms\">\n          <!-- header pill (#199159) -->\n          <div class=\"flex min-h-[3.6em] w-[92%] items-center justify-center rounded-[2.4cqw] bg-[#199159] px-[4%] py-[0.4em] text-center sm:rounded-[1.4cqw]\">\n            <h3 class=\"font-display font-semibold leading-tight text-white [text-wrap:balance]\" style=\"font-size: clamp(0.92rem, 1.4cqw, 1.2rem)\">\u0e08\u0e38\u0e14\u0e01\u0e33\u0e40\u0e19\u0e34\u0e14\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e15\u0e31\u0e49\u0e07\u0e43\u0e08\u0e14\u0e35<\/h3>\n          <\/div>\n          <!-- connector stems (Rect9\/10) -->\n          <div class=\"flex w-[92%] justify-between px-[16%]\" aria-hidden=\"true\">\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n          <\/div>\n          <!-- body (#2f8a4a \u2014 darkened from Figma #51ac63 so white body text passes 4.5:1) -->\n          <div class=\"flex w-[92%] flex-1 items-start justify-center rounded-[2.4cqw] bg-[#2f8a4a] px-[8%] py-[6%] text-center sm:rounded-[1.4cqw]\">\n            <p class=\"font-body leading-relaxed text-white\" style=\"font-size: clamp(0.8rem, 1.2cqw, 1.05rem)\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e08\u0e32\u0e01\u0e01\u0e32\u0e23\u0e2d\u0e22\u0e32\u0e01\u0e02\u0e32\u0e22\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e41\u0e15\u0e48\u0e40\u0e23\u0e34\u0e48\u0e21\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e23\u0e32\u0e23\u0e16\u0e19\u0e32\u0e17\u0e35\u0e48\u0e08\u0e30\u0e21\u0e2d\u0e1a \u201c\u0e42\u0e2d\u0e01\u0e32\u0e2a\u201d \u0e43\u0e2b\u0e49\u0e17\u0e38\u0e01\u0e04\u0e19\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2d\u0e32\u0e0a\u0e35\u0e1e\u0e44\u0e14\u0e49\u0e14\u0e49\u0e27\u0e22\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e DNA \u0e19\u0e35\u0e49\u0e1d\u0e31\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e17\u0e38\u0e01\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e41\u0e1a\u0e23\u0e19\u0e14\u0e4c\u0e17\u0e33 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e2a\u0e39\u0e15\u0e23 \u0e01\u0e32\u0e23\u0e2a\u0e2d\u0e19\u0e0a\u0e07 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e01\u0e32\u0e23\u0e15\u0e31\u0e49\u0e07\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e44\u0e14\u0e49<\/p>\n          <\/div>\n        <\/div>\n                <div class=\"flex h-full flex-col items-center\" data-reveal data-reveal-delay=\"120ms\">\n          <!-- header pill (#199159) -->\n          <div class=\"flex min-h-[3.6em] w-[92%] items-center justify-center rounded-[2.4cqw] bg-[#199159] px-[4%] py-[0.4em] text-center sm:rounded-[1.4cqw]\">\n            <h3 class=\"font-display font-semibold leading-tight text-white [text-wrap:balance]\" style=\"font-size: clamp(0.92rem, 1.4cqw, 1.2rem)\">\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e1a\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07<\/h3>\n          <\/div>\n          <!-- connector stems (Rect9\/10) -->\n          <div class=\"flex w-[92%] justify-between px-[16%]\" aria-hidden=\"true\">\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n          <\/div>\n          <!-- body (#2f8a4a \u2014 darkened from Figma #51ac63 so white body text passes 4.5:1) -->\n          <div class=\"flex w-[92%] flex-1 items-start justify-center rounded-[2.4cqw] bg-[#2f8a4a] px-[8%] py-[6%] text-center sm:rounded-[1.4cqw]\">\n            <p class=\"font-body leading-relaxed text-white\" style=\"font-size: clamp(0.8rem, 1.2cqw, 1.05rem)\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e01\u0e32\u0e23\u0e23\u0e31\u0e1a\u0e23\u0e2d\u0e07 ISO, GHPs, HALAL \u0e41\u0e25\u0e30 CODEX \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e40\u0e14\u0e35\u0e22\u0e27 \u0e41\u0e15\u0e48\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e48\u0e32\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e04\u0e37\u0e2d\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e2a\u0e21\u0e04\u0e27\u0e23\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a \u0e40\u0e1b\u0e49\u0e32\u0e2b\u0e21\u0e32\u0e22\u0e2a\u0e39\u0e07\u0e2a\u0e38\u0e14\u0e04\u0e37\u0e2d\u0e43\u0e2b\u0e49\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e42\u0e20\u0e04\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e01\u0e31\u0e1a\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e31\u0e48\u0e19\u0e43\u0e08\u0e41\u0e25\u0e30\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/p>\n          <\/div>\n        <\/div>\n                <div class=\"flex h-full flex-col items-center\" data-reveal data-reveal-delay=\"240ms\">\n          <!-- header pill (#199159) -->\n          <div class=\"flex min-h-[3.6em] w-[92%] items-center justify-center rounded-[2.4cqw] bg-[#199159] px-[4%] py-[0.4em] text-center sm:rounded-[1.4cqw]\">\n            <h3 class=\"font-display font-semibold leading-tight text-white [text-wrap:balance]\" style=\"font-size: clamp(0.92rem, 1.4cqw, 1.2rem)\">\u0e1e\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e19\u0e2d\u0e23\u0e4c \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e0b\u0e31\u0e1e\u0e1e\u0e25\u0e32\u0e22\u0e40\u0e2d\u0e2d\u0e23\u0e4c<\/h3>\n          <\/div>\n          <!-- connector stems (Rect9\/10) -->\n          <div class=\"flex w-[92%] justify-between px-[16%]\" aria-hidden=\"true\">\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n            <span class=\"h-[0.7em] w-[0.5em] bg-[#199159]\"><\/span>\n          <\/div>\n          <!-- body (#2f8a4a \u2014 darkened from Figma #51ac63 so white body text passes 4.5:1) -->\n          <div class=\"flex w-[92%] flex-1 items-start justify-center rounded-[2.4cqw] bg-[#2f8a4a] px-[8%] py-[6%] text-center sm:rounded-[1.4cqw]\">\n            <p class=\"font-body leading-relaxed text-white\" style=\"font-size: clamp(0.8rem, 1.2cqw, 1.05rem)\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e27\u0e32\u0e07\u0e15\u0e31\u0e27\u0e40\u0e1b\u0e47\u0e19\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e19\u0e23\u0e48\u0e27\u0e21\u0e17\u0e32\u0e07\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e23\u0e49\u0e32\u0e19\u0e40\u0e25\u0e47\u0e01\u0e23\u0e34\u0e21\u0e17\u0e32\u0e07\u0e08\u0e19\u0e16\u0e36\u0e07\u0e42\u0e23\u0e07\u0e41\u0e23\u0e21\u0e41\u0e25\u0e30\u0e41\u0e1f\u0e23\u0e19\u0e44\u0e0a\u0e2a\u0e4c \u0e14\u0e49\u0e27\u0e22\u0e01\u0e32\u0e23\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e1c\u0e25\u0e34\u0e15\u0e20\u0e31\u0e13\u0e11\u0e4c\u0e43\u0e2b\u0e21\u0e48 \u0e23\u0e2a\u0e0a\u0e32\u0e15\u0e34\u0e43\u0e2b\u0e21\u0e48 \u0e41\u0e25\u0e30\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e2b\u0e25\u0e32\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07 \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e43\u0e2b\u0e49\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e23\u0e23\u0e04\u0e4c\u0e40\u0e21\u0e19\u0e39\u0e44\u0e14\u0e49\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e44\u0e21\u0e48\u0e23\u0e39\u0e49\u0e08\u0e1a \u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e15\u0e48\u0e2d\u0e22\u0e2d\u0e14\u0e01\u0e34\u0e08\u0e01\u0e32\u0e23\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/p>\n          <\/div>\n        <\/div>\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT HAPPINESS \u2014 Figma 330:3511. Transparent orange band, centred column.\n============================================================================ -->\n<section class=\"relative w-full\" data-about-happiness data-reveal=\"fade\">\n  <!-- \u2500\u2500 TOP DIVIDER \u2014 wavy bottom edge of the cream about-standards band above\n       (same divider pattern as df\/contact-form). Cream above the curve,\n       transparent below \u2192 the orange page field shows through the dips. -->\n  <img decoding=\"async\"\n    src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-cream.svg\"\n    alt=\"\"\n    aria-hidden=\"true\"\n    loading=\"lazy\"\n    class=\"pointer-events-none relative z-[1] block w-full h-[clamp(24px,4.27vw,82px)]\"\n  \/>\n  <div class=\"@container relative mx-auto w-full\">\n    <div class=\"relative mx-auto flex w-[94%] max-w-[1073px] flex-col items-center px-[2%] pb-[8%] pt-[7%] lg:px-0 lg:pb-[2.4cqw] lg:pt-[2.4cqw]\">\n\n      <!-- HEADING \"\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\" (330:3513) \u2014 green Sriracha with white halo. -->\n      <h2 class=\"text-center font-accent italic leading-tight text-[#008555] [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_6px_rgba(255,255,255,0.8)]\" style=\"font-size: clamp(2rem, 5cqw, 4rem)\">\u201c\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u201d<\/h2>\n\n      <!-- DEFINITION line (330:3512) \u2014 white, centred. -->\n      <p class=\"mt-[2%] text-center font-body leading-relaxed text-white [text-shadow:0_1px_4px_rgba(0,0,0,0.28)]\" style=\"font-size: clamp(0.9rem, 1.5cqw, 1.35rem)\">\u0e19\u0e34\u0e22\u0e32\u0e21 \u201c\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u201d \u0e43\u0e19\u0e1a\u0e23\u0e34\u0e1a\u0e17\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32 \u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e04\u0e33\u0e2b\u0e27\u0e32\u0e19\u0e41\u0e15\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e1c\u0e25\u0e25\u0e31\u0e1e\u0e18\u0e4c\u0e17\u0e35\u0e48\u0e40\u0e01\u0e34\u0e14\u0e08\u0e32\u0e01<\/p>\n\n      <!-- THREE BADGES + two blue \"+\" connectors. -->\n      <div class=\"mt-[6%] flex w-full items-stretch justify-center gap-[1.5%] lg:mt-[2.6cqw]\">\n\n                            <!-- badge card: white rounded, orange-top illustration clipped by radius, green label. -->\n          <div class=\"flex w-[29%] max-w-[215px] flex-col overflow-hidden rounded-[4cqw] bg-white shadow-[0_5px_16px_rgba(0,0,0,0.10)] lg:rounded-[1.6cqw]\" data-reveal data-reveal-delay=\"0ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/happiness-badge-1.webp\"\n              alt=\"\"\n              class=\"block aspect-[215\/208] w-full object-cover\"\n              width=\"215\"\n              height=\"208\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex flex-1 items-center justify-center px-[6%] py-[9%]\">\n              <h3 class=\"text-center font-accent italic leading-tight text-[#008555]\" style=\"font-size: clamp(0.85rem, 1.5cqw, 1.3rem)\">\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32<\/h3>\n            <\/div>\n          <\/div>\n                              <!-- blue \"+\" (330:3515 \/ 330:3514), aligned to the badge circle centre. -->\n            <div class=\"flex w-[6%] shrink-0 justify-center pt-[9%]\" aria-hidden=\"true\">\n              <span class=\"font-display font-bold leading-none text-brand-blue\" style=\"font-size: clamp(1.4rem, 3.4cqw, 3rem)\">+<\/span>\n            <\/div>\n                    <!-- badge card: white rounded, orange-top illustration clipped by radius, green label. -->\n          <div class=\"flex w-[29%] max-w-[215px] flex-col overflow-hidden rounded-[4cqw] bg-white shadow-[0_5px_16px_rgba(0,0,0,0.10)] lg:rounded-[1.6cqw]\" data-reveal data-reveal-delay=\"120ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/happiness-badge-2.webp\"\n              alt=\"\"\n              class=\"block aspect-[215\/208] w-full object-cover\"\n              width=\"215\"\n              height=\"208\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex flex-1 items-center justify-center px-[6%] py-[9%]\">\n              <h3 class=\"text-center font-accent italic leading-tight text-[#008555]\" style=\"font-size: clamp(0.85rem, 1.5cqw, 1.3rem)\">\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e31\u0e21\u0e1e\u0e31\u0e19\u0e18\u0e4c \u0e41\u0e25\u0e30\u0e01\u0e32\u0e23\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23<\/h3>\n            <\/div>\n          <\/div>\n                              <!-- blue \"+\" (330:3515 \/ 330:3514), aligned to the badge circle centre. -->\n            <div class=\"flex w-[6%] shrink-0 justify-center pt-[9%]\" aria-hidden=\"true\">\n              <span class=\"font-display font-bold leading-none text-brand-blue\" style=\"font-size: clamp(1.4rem, 3.4cqw, 3rem)\">+<\/span>\n            <\/div>\n                    <!-- badge card: white rounded, orange-top illustration clipped by radius, green label. -->\n          <div class=\"flex w-[29%] max-w-[215px] flex-col overflow-hidden rounded-[4cqw] bg-white shadow-[0_5px_16px_rgba(0,0,0,0.10)] lg:rounded-[1.6cqw]\" data-reveal data-reveal-delay=\"240ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/happiness-badge-3.webp\"\n              alt=\"\"\n              class=\"block aspect-[215\/208] w-full object-cover\"\n              width=\"215\"\n              height=\"208\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex flex-1 items-center justify-center px-[6%] py-[9%]\">\n              <h3 class=\"text-center font-accent italic leading-tight text-[#008555]\" style=\"font-size: clamp(0.85rem, 1.5cqw, 1.3rem)\">\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08 \u0e02\u0e2d\u0e07\u0e17\u0e38\u0e01\u0e04\u0e19<\/h3>\n            <\/div>\n          <\/div>\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT BELIEFS \u2014 Figma 330:3585. Transparent orange band, white card.\n============================================================================ -->\n<section class=\"relative w-full\" data-about-beliefs data-reveal=\"fade\">\n  <div class=\"@container relative mx-auto w-full\">\n    <div class=\"relative mx-auto w-[94%] max-w-[1073px] px-[1%] pb-[4%] pt-[8%] lg:pt-[3cqw]\">\n\n      <!-- HEADING (330:3587) \u2014 green Sriracha, quoted \u201c\u0e40\u0e23\u0e32\u201d in orange, white halo.\n           Straddles the card top edge. -->\n      <h2 class=\"relative z-10 text-center font-accent italic leading-tight [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_7px_rgba(255,255,255,0.85)]\" style=\"font-size: clamp(1.6rem, 4cqw, 3.2rem)\"><span class=\"text-[#008555]\">\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48<\/span> <span class=\"text-brand-ember\">\u201c\u0e40\u0e23\u0e32\u201d<\/span> <span class=\"text-[#008555]\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e21\u0e31\u0e48\u0e19<\/span><\/h2>\n\n      <!-- WHITE CARD (330:3586) \u2014 pulled up so the heading straddles its top edge\n           (Figma: card top at ~49.6% of the heading box). The pull-up mirrors HALF\n           the heading's line-box \u2014 heading font clamp(1.6rem,4cqw,3.2rem) \u00d7 1.25\n           leading = clamp(2rem,5cqw,4rem), so half = clamp(1rem,2.5cqw,2rem). Using\n           the SAME clamp shape keeps the ~50% straddle stable at every width; a bare\n           cqw drifted (heading floated onto the orange at narrow\/some widths). -->\n      <div class=\"relative -mt-[clamp(1rem,2.5cqw,2rem)] rounded-[4cqw] bg-white px-[6%] pb-[6%] pt-[8%] shadow-[0_10px_30px_rgba(0,0,0,0.08)] lg:rounded-[2cqw] lg:pt-[5cqw]\">\n        <div class=\"flex flex-col gap-[6%] lg:gap-[3.4cqw]\">\n                    <div class=\"flex items-start gap-[4%]\" data-reveal data-reveal-delay=\"0ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/beliefs-leaf-1.webp\"\n              alt=\"\"\n              aria-hidden=\"true\"\n              class=\"mt-[0.2em] block w-[11%] max-w-[113px] shrink-0\"\n              width=\"113\"\n              height=\"79\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex-1\">\n              <!-- item-head: deeper ember #d9640f (not brand-ember #ee7623) so it\n                   clears 3:1 on the WHITE card \u2014 a white halo can't help on white.\n                   Approved a11y deviation from Figma. -->\n              <h3 class=\"font-accent italic leading-tight text-[#d9640f]\" style=\"font-size: clamp(1.05rem, 2cqw, 1.7rem)\">\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e14\u0e35\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e04\u0e19\u0e44\u0e14\u0e49<\/h3>\n              <p class=\"mt-[0.35em] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.32cqw, 1.12rem)\">\u0e40\u0e23\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e48\u0e32\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e2b\u0e19\u0e36\u0e48\u0e07\u0e41\u0e01\u0e49\u0e27\u0e2d\u0e32\u0e08\u0e40\u0e1b\u0e47\u0e19\u0e08\u0e38\u0e14\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e02\u0e2d\u0e07\u0e2d\u0e32\u0e0a\u0e35\u0e1e \u0e23\u0e32\u0e22\u0e44\u0e14\u0e49 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e43\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e02\u0e2d\u0e07\u0e43\u0e04\u0e23\u0e1a\u0e32\u0e07\u0e04\u0e19 \u0e23\u0e2a\u0e0a\u0e32\u0e15\u0e34\u0e17\u0e35\u0e48\u0e14\u0e35\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e04\u0e27\u0e32\u0e21\u0e2d\u0e23\u0e48\u0e2d\u0e22\u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e17\u0e35\u0e48\u0e23\u0e2d\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e17\u0e38\u0e01\u0e41\u0e01\u0e49\u0e27<\/p>\n            <\/div>\n          <\/div>\n                    <div class=\"flex items-start gap-[4%]\" data-reveal data-reveal-delay=\"90ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/beliefs-leaf-2.webp\"\n              alt=\"\"\n              aria-hidden=\"true\"\n              class=\"mt-[0.2em] block w-[11%] max-w-[113px] shrink-0\"\n              width=\"113\"\n              height=\"79\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex-1\">\n              <!-- item-head: deeper ember #d9640f (not brand-ember #ee7623) so it\n                   clears 3:1 on the WHITE card \u2014 a white halo can't help on white.\n                   Approved a11y deviation from Figma. -->\n              <h3 class=\"font-accent italic leading-tight text-[#d9640f]\" style=\"font-size: clamp(1.05rem, 2cqw, 1.7rem)\">\u0e17\u0e38\u0e01\u0e04\u0e19\u0e2a\u0e21\u0e04\u0e27\u0e23\u0e17\u0e35\u0e48\u0e08\u0e30\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19<\/h3>\n              <p class=\"mt-[0.35em] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.32cqw, 1.12rem)\">\u0e1c\u0e39\u0e49\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e17\u0e38\u0e01\u0e02\u0e19\u0e32\u0e14\u0e44\u0e21\u0e48\u0e27\u0e48\u0e32\u0e08\u0e30\u0e40\u0e1b\u0e47\u0e19\u0e23\u0e49\u0e32\u0e19\u0e40\u0e25\u0e47\u0e01\u0e23\u0e34\u0e21\u0e17\u0e32\u0e07\u0e2b\u0e23\u0e37\u0e2d\u0e04\u0e32\u0e40\u0e1f\u0e48\u0e43\u0e19\u0e40\u0e21\u0e37\u0e2d\u0e07\u0e04\u0e27\u0e23\u0e40\u0e02\u0e49\u0e32\u0e16\u0e36\u0e07\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e2a\u0e39\u0e07\u0e43\u0e19\u0e23\u0e32\u0e04\u0e32\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e47\u0e19\u0e18\u0e23\u0e23\u0e21 \u0e40\u0e1e\u0e23\u0e32\u0e30\u0e17\u0e38\u0e01\u0e04\u0e19\u0e2a\u0e21\u0e04\u0e27\u0e23\u0e21\u0e35\u0e08\u0e38\u0e14\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e17\u0e35\u0e48\u0e14\u0e35<\/p>\n            <\/div>\n          <\/div>\n                    <div class=\"flex items-start gap-[4%]\" data-reveal data-reveal-delay=\"180ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/beliefs-leaf-3.webp\"\n              alt=\"\"\n              aria-hidden=\"true\"\n              class=\"mt-[0.2em] block w-[11%] max-w-[113px] shrink-0\"\n              width=\"113\"\n              height=\"79\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex-1\">\n              <!-- item-head: deeper ember #d9640f (not brand-ember #ee7623) so it\n                   clears 3:1 on the WHITE card \u2014 a white halo can't help on white.\n                   Approved a11y deviation from Figma. -->\n              <h3 class=\"font-accent italic leading-tight text-[#d9640f]\" style=\"font-size: clamp(1.05rem, 2cqw, 1.7rem)\">\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e17\u0e35\u0e48\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e1a\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19<\/h3>\n              <p class=\"mt-[0.35em] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.32cqw, 1.12rem)\">\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e1b\u0e25\u0e2d\u0e14\u0e20\u0e31\u0e22\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e17\u0e32\u0e07\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e32\u0e01\u0e10\u0e32\u0e19 \u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e38\u0e19\u0e43\u0e19\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e04\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e25\u0e07\u0e17\u0e38\u0e19\u0e43\u0e19\u0e04\u0e27\u0e32\u0e21\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08\u0e17\u0e35\u0e48\u0e44\u0e21\u0e48\u0e21\u0e35\u0e27\u0e31\u0e19\u0e40\u0e2a\u0e37\u0e48\u0e2d\u0e21\u0e04\u0e48\u0e32<\/p>\n            <\/div>\n          <\/div>\n                    <div class=\"flex items-start gap-[4%]\" data-reveal data-reveal-delay=\"270ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/beliefs-leaf-4.webp\"\n              alt=\"\"\n              aria-hidden=\"true\"\n              class=\"mt-[0.2em] block w-[11%] max-w-[113px] shrink-0\"\n              width=\"113\"\n              height=\"79\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex-1\">\n              <!-- item-head: deeper ember #d9640f (not brand-ember #ee7623) so it\n                   clears 3:1 on the WHITE card \u2014 a white halo can't help on white.\n                   Approved a11y deviation from Figma. -->\n              <h3 class=\"font-accent italic leading-tight text-[#d9640f]\" style=\"font-size: clamp(1.05rem, 2cqw, 1.7rem)\">\u0e04\u0e27\u0e32\u0e21\u0e40\u0e08\u0e23\u0e34\u0e0d\u0e23\u0e38\u0e48\u0e07\u0e40\u0e23\u0e37\u0e2d\u0e07\u0e40\u0e1b\u0e47\u0e19\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e41\u0e1a\u0e48\u0e07\u0e1b\u0e31\u0e19\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49<\/h3>\n              <p class=\"mt-[0.35em] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.32cqw, 1.12rem)\">\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e23\u0e38\u0e48\u0e07\u0e40\u0e23\u0e37\u0e2d\u0e07\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e01\u0e47\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e44\u0e1b\u0e14\u0e49\u0e27\u0e22 \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e40\u0e01\u0e21\u0e17\u0e35\u0e48\u0e21\u0e35\u0e1c\u0e39\u0e49\u0e0a\u0e19\u0e30\u0e40\u0e1e\u0e35\u0e22\u0e07\u0e04\u0e19\u0e40\u0e14\u0e35\u0e22\u0e27\u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d\u0e23\u0e30\u0e1a\u0e1a\u0e19\u0e34\u0e40\u0e27\u0e28\u0e17\u0e35\u0e48\u0e17\u0e38\u0e01\u0e1d\u0e48\u0e32\u0e22\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e44\u0e1b\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e31\u0e19 \u0e1e\u0e27\u0e01\u0e40\u0e23\u0e32\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e19\u0e34\u0e22\u0e32\u0e21\u0e21\u0e31\u0e19\u0e27\u0e48\u0e32 \u201c\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02 Ecosystem\u201d<\/p>\n            <\/div>\n          <\/div>\n                    <div class=\"flex items-start gap-[4%]\" data-reveal data-reveal-delay=\"360ms\">\n            <img\n              src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/beliefs-leaf-5.webp\"\n              alt=\"\"\n              aria-hidden=\"true\"\n              class=\"mt-[0.2em] block w-[11%] max-w-[113px] shrink-0\"\n              width=\"113\"\n              height=\"79\"\n              loading=\"lazy\"\n              decoding=\"async\"\n            \/>\n            <div class=\"flex-1\">\n              <!-- item-head: deeper ember #d9640f (not brand-ember #ee7623) so it\n                   clears 3:1 on the WHITE card \u2014 a white halo can't help on white.\n                   Approved a11y deviation from Figma. -->\n              <h3 class=\"font-accent italic leading-tight text-[#d9640f]\" style=\"font-size: clamp(1.05rem, 2cqw, 1.7rem)\">\u0e04\u0e27\u0e32\u0e21\u0e04\u0e25\u0e32\u0e2a\u0e2a\u0e34\u0e01\u0e01\u0e31\u0e1a\u0e04\u0e27\u0e32\u0e21\u0e17\u0e31\u0e19\u0e2a\u0e21\u0e31\u0e22\u0e2d\u0e22\u0e39\u0e48\u0e23\u0e48\u0e27\u0e21\u0e01\u0e31\u0e19\u0e44\u0e14\u0e49<\/h3>\n              <p class=\"mt-[0.35em] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.32cqw, 1.12rem)\">\u0e23\u0e2a\u0e0a\u0e32\u0e15\u0e34\u0e17\u0e35\u0e48\u0e04\u0e19\u0e44\u0e17\u0e22\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08\u0e15\u0e25\u0e2d\u0e14 27 \u0e1b\u0e35\u0e2a\u0e32\u0e21\u0e32\u0e23\u0e16\u0e19\u0e33\u0e40\u0e2a\u0e19\u0e2d\u0e43\u0e19\u0e23\u0e39\u0e1b\u0e41\u0e1a\u0e1a\u0e43\u0e2b\u0e21\u0e48\u0e17\u0e35\u0e48\u0e2a\u0e14\u0e43\u0e2a\u0e41\u0e25\u0e30\u0e40\u0e02\u0e49\u0e32\u0e01\u0e31\u0e1a\u0e22\u0e38\u0e04\u0e2a\u0e21\u0e31\u0e22\u0e17\u0e35\u0e48\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e15\u0e25\u0e2d\u0e14\u0e44\u0e14\u0e49 \u0e42\u0e14\u0e22\u0e44\u0e21\u0e48\u0e25\u0e37\u0e21\u0e08\u0e38\u0e14\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e41\u0e25\u0e30\u0e15\u0e31\u0e27\u0e15\u0e19\u0e02\u0e2d\u0e07\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07<\/p>\n            <\/div>\n          <\/div>\n                  <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT FACTORY \u2014 Figma 330:3618 (photo) + 330:3623 (blue panel).\n============================================================================ -->\n<section class=\"relative w-full\" data-about-factory data-reveal=\"left\">\n  <div class=\"@container relative mx-auto w-full\">\n    <!-- inner frame: flow column on mobile, Figma-aspect overlap box on desktop -->\n    <div class=\"relative mx-auto flex w-[92%] flex-col gap-[4%] lg:block lg:aspect-[1566\/478] lg:w-[88%] lg:gap-0\">\n\n      <!-- FACTORY PHOTO (Figma 330:3618), rounded, logo baked in. -->\n      <div class=\"relative aspect-[1055\/403] w-full overflow-hidden rounded-2xl lg:absolute lg:left-0 lg:top-[7.9%] lg:h-[84.3%] lg:w-[67.4%] lg:rounded-[18px]\">\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/factory-photo.webp?v=1784378746\"\n          alt=\"\u0e2a\u0e32\u0e22\u0e01\u0e32\u0e23\u0e1c\u0e25\u0e34\u0e15\u0e1a\u0e23\u0e23\u0e08\u0e38\u0e19\u0e49\u0e33\u0e1a\u0e25\u0e39\u0e2e\u0e32\u0e27\u0e32\u0e22\u0e41\u0e25\u0e30\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e02\u0e2d\u0e07\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u0e1f\u0e39\u0e49\u0e14\u0e2a\u0e4c \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e42\u0e25\u0e42\u0e01\u0e49 Ding Fong\"\n          class=\"absolute inset-0 h-full w-full object-cover\"\n          width=\"1055\"\n          height=\"403\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n      <\/div>\n\n      <!-- BLUE PANEL (Figma 330:3623 \/ 330:3624 #214492): heading + paragraph.\n           Mobile: auto height, padded. Desktop: Figma aspect + % insets. -->\n      <div class=\"relative w-full rounded-[4cqw] bg-about-navy px-[7%] py-[7%] lg:absolute lg:left-[58.8%] lg:top-0 lg:aspect-[645\/478] lg:w-[41.2%] lg:rounded-[1.6cqw] lg:px-0 lg:py-0\">\n        <div class=\"flex flex-col lg:absolute lg:inset-[7.7%_6%_6%_7%]\">\n          <h3 class=\"font-display font-bold leading-snug text-white\" style=\"font-size: clamp(1.1rem, 2cqw, 1.9rem)\">\u201c\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21\u0e23\u0e2a\u0e0a\u0e32\u0e15\u0e34\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02 \u0e41\u0e25\u0e30\u0e40\u0e1b\u0e34\u0e14\u0e1b\u0e23\u0e30\u0e15\u0e39\u0e2a\u0e39\u0e48\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e17\u0e38\u0e01\u0e04\u0e19\u201d<\/h3>\n          <p class=\"mt-[4%] font-body leading-relaxed text-white\/95 lg:mt-[5%]\" style=\"font-size: clamp(0.72rem, 1.16cqw, 1rem)\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e14\u0e33\u0e23\u0e07\u0e2d\u0e22\u0e39\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e47\u0e19\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e1c\u0e39\u0e49\u0e1c\u0e25\u0e34\u0e15\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e17\u0e33\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e14\u0e37\u0e48\u0e21\u0e41\u0e25\u0e30\u0e40\u0e1a\u0e40\u0e01\u0e2d\u0e23\u0e35\u0e48 \u0e41\u0e15\u0e48\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e40\u0e1b\u0e47\u0e19 \u201c\u0e1c\u0e39\u0e49\u0e2a\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u201d \u0e17\u0e38\u0e01\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32\u0e17\u0e35\u0e48\u0e2d\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e42\u0e23\u0e07\u0e07\u0e32\u0e19\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a \u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d\u0e40\u0e21\u0e25\u0e47\u0e14\u0e1e\u0e31\u0e19\u0e18\u0e38\u0e4c\u0e02\u0e2d\u0e07\u0e2d\u0e32\u0e0a\u0e35\u0e1e \u0e04\u0e27\u0e32\u0e21\u0e1d\u0e31\u0e19 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e43\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15 \u0e17\u0e35\u0e48\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e40\u0e1a\u0e48\u0e07\u0e1a\u0e32\u0e19\u0e43\u0e19\u0e21\u0e37\u0e2d\u0e02\u0e2d\u0e07\u0e1c\u0e39\u0e49\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23\u0e44\u0e17\u0e22\u0e17\u0e38\u0e01\u0e04\u0e19 \u0e01\u0e27\u0e48\u0e32 27 \u0e1b\u0e35\u0e17\u0e35\u0e48\u0e1c\u0e48\u0e32\u0e19\u0e21\u0e32 \u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e44\u0e21\u0e48\u0e44\u0e14\u0e49\u0e02\u0e32\u0e22\u0e41\u0e04\u0e48\u0e27\u0e31\u0e15\u0e16\u0e38\u0e14\u0e34\u0e1a\u0e2a\u0e33\u0e2b\u0e23\u0e31\u0e1a\u0e23\u0e49\u0e32\u0e19\u0e19\u0e49\u0e33\u0e0a\u0e07 \u0e41\u0e15\u0e48\u0e40\u0e23\u0e32\u0e2a\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e21\u0e31\u0e48\u0e19\u0e04\u0e07\u0e43\u0e19\u0e0a\u0e35\u0e27\u0e34\u0e15\u0e43\u0e2b\u0e49\u0e01\u0e31\u0e1a\u0e1c\u0e39\u0e49\u0e04\u0e19\u0e21\u0e32\u0e01\u0e21\u0e32\u0e22 \u0e41\u0e25\u0e30\u0e08\u0e30\u0e22\u0e31\u0e07\u0e04\u0e07\u0e40\u0e15\u0e34\u0e21\u0e40\u0e15\u0e47\u0e21\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e19\u0e35\u0e49\u0e15\u0e48\u0e2d\u0e44\u0e1b<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT VISION \u2014 Figma 330:3627. Cream band, centred column.\n============================================================================ -->\n<section class=\"relative w-full bg-brand-cream\" data-about-vision data-reveal>\n  <!-- \u2500\u2500 TOP DIVIDER \u2014 wavy bottom edge of the orange about-factory band above\n       (same divider pattern as df\/contact-form). Orange above the curve,\n       transparent below \u2192 this section's cream shows through the dips.\n       -scale-x-100 flips the crest so consecutive waves alternate direction. -->\n  <img decoding=\"async\"\n    src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-orange.svg\"\n    alt=\"\"\n    aria-hidden=\"true\"\n    loading=\"lazy\"\n    class=\"pointer-events-none relative z-[1] block w-full -scale-x-100 h-[clamp(24px,4.27vw,82px)]\"\n  \/>\n  <div class=\"@container relative mx-auto w-full\">\n    <div class=\"relative mx-auto flex w-[92%] max-w-[1096px] flex-col items-center px-[2%] pb-[8%] pt-[7%] lg:px-0 lg:pb-[3.4cqw] lg:pt-[3cqw]\">\n\n      <!-- HEADING \"\u0e27\u0e34\u0e2a\u0e31\u0e22\u0e17\u0e31\u0e28\u0e19\u0e4c\" \u2014 curved Sriracha (orange), flanking leaf + dot. -->\n      <div class=\"relative aspect-[720\/132] w-[80%] max-w-[560px] lg:w-[42%]\">\n        <h2 class=\"sr-only\">\u0e27\u0e34\u0e2a\u0e31\u0e22\u0e17\u0e31\u0e28\u0e19\u0e4c<\/h2>\n        <svg class=\"curved-heading absolute inset-0 h-full w-full\" viewBox=\"0 0 720 132\" preserveAspectRatio=\"xMidYMid meet\" aria-hidden=\"true\" focusable=\"false\">\n          <defs><path id=\"df-vision-curve\" fill=\"none\" d=\"M 108 96 Q 360 62 612 96\" \/><\/defs>\n          <text text-anchor=\"middle\"><textPath href=\"#df-vision-curve\" startOffset=\"50%\">\u0e27\u0e34\u0e2a\u0e31\u0e22\u0e17\u0e31\u0e28\u0e19\u0e4c<\/textPath><\/text>\n        <\/svg>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[4%] top-[42%] h-[30%] w-[9%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[8%] top-[12%] h-[20%] w-[3.6%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[87%] top-[42%] h-[30%] w-[9%] -scale-x-100\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[88.4%] top-[12%] h-[20%] w-[3.6%] -scale-x-100\" \/>\n      <\/div>\n\n      <!-- CONTENT \u2014 icon left (desktop), centred text column. -->\n      <div class=\"relative mt-[4%] flex w-full flex-col items-center lg:mt-[1.5cqw]\">\n        <!-- logo-and-arrows icon (330:3634). -->\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/vision-icon.webp?v=1784378746\"\n          alt=\"\u0e42\u0e25\u0e42\u0e01\u0e49\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u0e01\u0e31\u0e1a\u0e25\u0e39\u0e01\u0e28\u0e23\u0e0a\u0e35\u0e49\u0e02\u0e36\u0e49\u0e19 \u0e2a\u0e37\u0e48\u0e2d\u0e16\u0e36\u0e07\u0e27\u0e34\u0e2a\u0e31\u0e22\u0e17\u0e31\u0e28\u0e19\u0e4c\u0e01\u0e32\u0e23\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\"\n          class=\"mb-[4%] block aspect-[212\/342] w-[32%] max-w-[150px] lg:absolute lg:left-[1%] lg:top-[2%] lg:mb-0 lg:w-[15%]\"\n          width=\"212\"\n          height=\"342\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n\n        <div class=\"w-full text-center lg:pl-[16%] lg:pr-[3%]\">\n          <!-- English tagline (330:3631) \u2014 brand text, shown verbatim in both languages. -->\n          <p class=\"font-accent italic leading-snug\" style=\"font-size: clamp(1.15rem, 2.5cqw, 2rem)\"><span class=\"text-brand-ember\">&ldquo;DingFong Beyond Sweetness&rdquo;<\/span><br><span class=\"text-[#008555]\">We exist to create value, quality, and happiness beyond just sweet taste.<\/span><\/p>\n\n          <!-- Thai line (330:3629) \u2014 navy. -->\n          <p class=\"mt-[3%] font-accent italic leading-snug text-about-navy\" style=\"font-size: clamp(1rem, 2cqw, 1.55rem)\">\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u2026\u0e17\u0e35\u0e48\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e41\u0e04\u0e48\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e27\u0e32\u0e19\u0e04\u0e37\u0e2d\u0e04\u0e38\u0e13\u0e04\u0e48\u0e32\u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e17\u0e35\u0e48\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19<\/p>\n\n          <!-- Green pill (330:3632\/3633). -->\n          <div class=\"mx-auto mt-[3.5%] inline-flex items-center justify-center rounded-full bg-[#2a995c] px-[5%] py-[0.5em] lg:mt-[1.6cqw]\">\n            <span class=\"font-display font-bold leading-tight text-white\" style=\"font-size: clamp(1rem, 2cqw, 1.5rem)\">\u201c\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07\u2026 \u0e17\u0e35\u0e48\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e41\u0e04\u0e48\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e27\u0e32\u0e19\u201d<\/span>\n          <\/div>\n\n          <!-- Body \u2014 two paragraphs (330:3630), navy. -->\n          <p class=\"mx-auto mt-[3.5%] max-w-[820px] font-body leading-relaxed text-about-navy lg:mt-[1.8cqw]\" style=\"font-size: clamp(0.82rem, 1.3cqw, 1.1rem)\">\u0e40\u0e23\u0e32\u0e21\u0e38\u0e48\u0e07\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e\u0e17\u0e35\u0e48\u0e2a\u0e21\u0e48\u0e33\u0e40\u0e2a\u0e21\u0e2d \u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e2d\u0e01\u0e32\u0e2a\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e43\u0e2b\u0e49\u0e17\u0e38\u0e01\u0e1c\u0e39\u0e49\u0e1b\u0e23\u0e30\u0e01\u0e2d\u0e1a\u0e01\u0e32\u0e23 \u0e41\u0e25\u0e30\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e17\u0e35\u0e48\u0e22\u0e31\u0e48\u0e07\u0e22\u0e37\u0e19\u0e41\u0e01\u0e48\u0e0a\u0e38\u0e21\u0e0a\u0e19 \u0e15\u0e31\u0e49\u0e07\u0e41\u0e15\u0e48\u0e23\u0e49\u0e32\u0e19\u0e19\u0e49\u0e33\u0e0a\u0e07 \u0e23\u0e49\u0e32\u0e19\u0e2d\u0e32\u0e2b\u0e32\u0e23 \u0e04\u0e32\u0e40\u0e1f\u0e48 \u0e04\u0e39\u0e48\u0e04\u0e49\u0e32 \u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19 \u0e44\u0e1b\u0e08\u0e19\u0e16\u0e36\u0e07\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e42\u0e20\u0e04\u0e1b\u0e25\u0e32\u0e22\u0e17\u0e32\u0e07<\/p>\n          <p class=\"mx-auto mt-[2%] max-w-[820px] font-body leading-relaxed text-about-navy\" style=\"font-size: clamp(0.82rem, 1.3cqw, 1.1rem)\">\u0e40\u0e1e\u0e23\u0e32\u0e30\u0e40\u0e23\u0e32\u0e40\u0e0a\u0e37\u0e48\u0e2d\u0e27\u0e48\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\u0e44\u0e21\u0e48\u0e43\u0e0a\u0e48\u0e41\u0e04\u0e48\u0e02\u0e32\u0e22\u0e2a\u0e34\u0e19\u0e04\u0e49\u0e32 \u0e41\u0e15\u0e48\u0e04\u0e37\u0e2d\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e47\u0e19\u0e1e\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e19\u0e2d\u0e23\u0e4c\u0e17\u0e35\u0e48\u0e44\u0e27\u0e49\u0e27\u0e32\u0e07\u0e43\u0e08\u0e44\u0e14\u0e49 \u0e17\u0e35\u0e48\u0e0a\u0e48\u0e27\u0e22\u0e43\u0e2b\u0e49\u0e17\u0e38\u0e01\u0e40\u0e21\u0e19\u0e39\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u201c\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e21\u0e32\u0e22\u0e21\u0e32\u0e01\u0e01\u0e27\u0e48\u0e32\u0e41\u0e04\u0e48\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e27\u0e32\u0e19\u201d \u0e41\u0e25\u0e30\u0e0a\u0e48\u0e27\u0e22\u0e15\u0e48\u0e2d\u0e22\u0e2d\u0e14\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e02\u0e2d\u0e07\u0e18\u0e38\u0e23\u0e01\u0e34\u0e08 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e2a\u0e48\u0e07\u0e15\u0e48\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e43\u0e2b\u0e49\u0e41\u0e01\u0e48\u0e1c\u0e39\u0e49\u0e1a\u0e23\u0e34\u0e42\u0e20\u0e04\u0e17\u0e38\u0e01\u0e04\u0e19<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT CULTURE \u2014 Figma 330:3694. Cream band, radial values wheel.\n============================================================================ -->\n<section class=\"relative w-full bg-brand-cream\" data-about-culture data-reveal=\"fade\">\n  <div class=\"@container relative mx-auto w-full\">\n    <div class=\"relative mx-auto flex w-[94%] max-w-[1440px] flex-col items-center px-[2%] pb-[7%] pt-[7%] lg:px-0 lg:pb-[3cqw] lg:pt-[3cqw]\">\n\n      <!-- HEADING \"\u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32\" \u2014 curved Sriracha (orange), leaf + dot. -->\n      <div class=\"relative aspect-[820\/132] w-[86%] max-w-[640px] lg:w-[46%]\">\n        <h2 class=\"sr-only\">\u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/h2>\n        <svg class=\"curved-heading absolute inset-0 h-full w-full\" viewBox=\"0 0 820 132\" preserveAspectRatio=\"xMidYMid meet\" aria-hidden=\"true\" focusable=\"false\">\n          <defs><path id=\"df-culture-curve\" fill=\"none\" d=\"M 108 96 Q 410 60 712 96\" \/><\/defs>\n          <text text-anchor=\"middle\"><textPath href=\"#df-culture-curve\" startOffset=\"50%\">\u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21\u0e2b\u0e25\u0e31\u0e01\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/textPath><\/text>\n        <\/svg>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[3%] top-[42%] h-[30%] w-[8%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[6.5%] top-[12%] h-[20%] w-[3.2%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[89%] top-[42%] h-[30%] w-[8%] -scale-x-100\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[90.5%] top-[12%] h-[20%] w-[3.2%] -scale-x-100\" \/>\n      <\/div>\n\n      <!-- SUBTITLE (330:3701) \u2014 green Sriracha. -->\n      <p class=\"mt-[2%] text-center font-accent italic leading-snug text-[#008555] lg:mt-[1cqw]\" style=\"font-size: clamp(1rem, 2cqw, 1.6rem)\">\u0e04\u0e38\u0e13\u0e04\u0e48\u0e32\u0e2d\u0e31\u0e19\u0e41\u0e2a\u0e19\u0e2b\u0e27\u0e32\u0e19\u0e17\u0e35\u0e48\u0e19\u0e33\u0e1e\u0e32\u0e40\u0e23\u0e32\u0e44\u0e1b\u0e44\u0e01\u0e25\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e27\u0e32\u0e19\u0e18\u0e23\u0e23\u0e21\u0e14\u0e32<\/p>\n\n      <!-- RADIAL BOX: wheel centred + five labels. Mobile: flow column. -->\n      <div class=\"relative mt-[5%] flex w-full flex-col items-center gap-[7%] lg:mt-[2cqw] lg:block lg:aspect-[1440\/683] lg:gap-0\">\n\n        <!-- WHEEL (330:3708). Scales in on scroll (data-reveal=\"scale\"). -->\n        <img\n          data-reveal=\"scale\"\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/culture-wheel.webp?v=1784378746\"\n          alt=\"\u0e27\u0e07\u0e25\u0e49\u0e2d\u0e04\u0e48\u0e32\u0e19\u0e34\u0e22\u0e21 SWEET \u0e02\u0e2d\u0e07\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07: Working with Quality, Empower Growth, Explore &amp; Innovate, Teamwork for success, Serve with Heart\"\n          class=\"block aspect-[527\/542] w-[62%] max-w-[527px] object-contain lg:absolute lg:left-[31%] lg:top-0 lg:w-[36.6%]\"\n          width=\"527\"\n          height=\"542\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n\n                <div class=\"w-full max-w-[360px] text-center lg:left-0 lg:top-[3%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.7cqw, 1.5rem); color: #a86e12\">Working with Quality<\/h3>\n          <p class=\"mt-[0.3em] font-body leading-snug text-about-navy\" style=\"font-size: clamp(0.8rem, 1.15cqw, 1rem)\">\u0e17\u0e33\u0e07\u0e32\u0e19\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e21\u0e35\u0e1b\u0e23\u0e30\u0e2a\u0e34\u0e17\u0e18\u0e34\u0e20\u0e32\u0e1e \u0e08\u0e23\u0e34\u0e07\u0e08\u0e31\u0e07 \u0e21\u0e35\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19 \u0e44\u0e21\u0e48\u0e25\u0e14\u0e17\u0e2d\u0e19\u0e04\u0e38\u0e13\u0e20\u0e32\u0e1e<\/p>\n        <\/div>\n                <div class=\"w-full max-w-[360px] text-center lg:left-[74%] lg:top-[3%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.7cqw, 1.5rem); color: #4e7c1a\">Empower Growth<\/h3>\n          <p class=\"mt-[0.3em] font-body leading-snug text-about-navy\" style=\"font-size: clamp(0.8rem, 1.15cqw, 1rem)\">\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e42\u0e2d\u0e01\u0e32\u0e2a \u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e44\u0e1b\u0e14\u0e49\u0e27\u0e22\u0e01\u0e31\u0e19 \u0e17\u0e31\u0e49\u0e07\u0e17\u0e35\u0e21 \u0e1e\u0e32\u0e23\u0e4c\u0e17\u0e40\u0e19\u0e2d\u0e23\u0e4c \u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e41\u0e25\u0e30\u0e0a\u0e38\u0e21\u0e0a\u0e19<\/p>\n        <\/div>\n                <div class=\"w-full max-w-[360px] text-center lg:left-0 lg:top-[40%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_6px_rgba(255,255,255,0.85)]\" style=\"font-size: clamp(1.05rem, 1.7cqw, 1.5rem); color: #ee7623\">Serve with Heart<\/h3>\n          <p class=\"mt-[0.3em] font-body leading-snug text-about-navy\" style=\"font-size: clamp(0.8rem, 1.15cqw, 1rem)\">\u0e04\u0e27\u0e32\u0e21\u0e1e\u0e36\u0e07\u0e1e\u0e2d\u0e43\u0e08\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e04\u0e37\u0e2d\u0e21\u0e32\u0e15\u0e23\u0e10\u0e32\u0e19\u0e02\u0e2d\u0e07\u0e40\u0e23\u0e32<\/p>\n        <\/div>\n                <div class=\"w-full max-w-[360px] text-center lg:left-[74%] lg:top-[40%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.7cqw, 1.5rem); color: #008555\">Explore &amp; Innovate<\/h3>\n          <p class=\"mt-[0.3em] font-body leading-snug text-about-navy\" style=\"font-size: clamp(0.8rem, 1.15cqw, 1rem)\">\u0e04\u0e34\u0e14\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e23\u0e23\u0e04\u0e4c \u0e17\u0e14\u0e25\u0e2d\u0e07\u0e2a\u0e34\u0e48\u0e07\u0e43\u0e2b\u0e21\u0e48 \u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e07\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07<\/p>\n        <\/div>\n                <div class=\"w-full max-w-[360px] text-center lg:left-[34%] lg:top-[86%] lg:w-[32%] lg:text-center lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.7cqw, 1.5rem); color: #214492\">Teamwork for success<\/h3>\n          <p class=\"mt-[0.3em] font-body leading-snug text-about-navy\" style=\"font-size: clamp(0.8rem, 1.15cqw, 1rem)\">\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e33\u0e40\u0e23\u0e47\u0e08\u0e40\u0e23\u0e34\u0e48\u0e21\u0e15\u0e49\u0e19\u0e08\u0e32\u0e01\u0e04\u0e27\u0e32\u0e21\u0e23\u0e48\u0e27\u0e21\u0e21\u0e37\u0e2d\u0e01\u0e31\u0e19<\/p>\n        <\/div>\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================================\n     ABOUT MISSION \u2014 Figma 330:3774. Cream band, radial splash.\n     The cream bg lives on the INNER wrapper (not the <section>) so the bottom\n     wave strip below it can show the orange page field through its dips.\n============================================================================ -->\n<section class=\"relative w-full\" data-about-mission data-reveal>\n  <div class=\"@container relative mx-auto w-full bg-brand-cream\">\n    <div class=\"relative mx-auto flex w-[94%] max-w-[1293px] flex-col items-center px-[2%] pb-[7%] pt-[7%] lg:px-0 lg:pb-[3cqw] lg:pt-[3cqw]\">\n\n      <!-- HEADING \"\u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08\" \u2014 curved Sriracha (orange), leaf + dot. -->\n      <div class=\"relative aspect-[600\/132] w-[70%] max-w-[460px] lg:w-[34%]\">\n        <h2 class=\"sr-only\">\u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08<\/h2>\n        <svg class=\"curved-heading absolute inset-0 h-full w-full\" viewBox=\"0 0 600 132\" preserveAspectRatio=\"xMidYMid meet\" aria-hidden=\"true\" focusable=\"false\">\n          <defs><path id=\"df-mission-curve\" fill=\"none\" d=\"M 100 96 Q 300 62 500 96\" \/><\/defs>\n          <text text-anchor=\"middle\"><textPath href=\"#df-mission-curve\" startOffset=\"50%\">\u0e1e\u0e31\u0e19\u0e18\u0e01\u0e34\u0e08<\/textPath><\/text>\n        <\/svg>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[6%] top-[42%] h-[30%] w-[10%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[10%] top-[12%] h-[20%] w-[4%]\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-leaf.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[84%] top-[42%] h-[30%] w-[10%] -scale-x-100\" \/>\n        <img decoding=\"async\" src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/title-dot.svg\" alt=\"\" aria-hidden=\"true\" class=\"pointer-events-none absolute left-[86%] top-[12%] h-[20%] w-[4%] -scale-x-100\" \/>\n      <\/div>\n\n      <!-- SUBTITLE (330:3775) \u2014 green Sriracha. -->\n      <p class=\"mt-[2%] text-center font-accent italic leading-snug text-[#008555] lg:mt-[1cqw]\" style=\"font-size: clamp(1rem, 2cqw, 1.55rem)\">\u201c\u0e40\u0e2b\u0e19\u0e37\u0e2d\u0e01\u0e27\u0e48\u0e32\u0e04\u0e27\u0e32\u0e21\u0e04\u0e32\u0e14\u0e2b\u0e27\u0e31\u0e07\u0e02\u0e2d\u0e07\u0e25\u0e39\u0e01\u0e04\u0e49\u0e32\u0e43\u0e19\u0e17\u0e38\u0e01\u0e14\u0e49\u0e32\u0e19\u201d<\/p>\n\n      <!-- \"4 \u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e14\u0e35\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19\" (330:3777) \u2014 navy Sriracha. -->\n      <p class=\"mt-[1.5%] text-center font-accent font-bold italic leading-tight text-about-navy\" style=\"font-size: clamp(1.6rem, 3.6cqw, 3rem)\">4 \u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e14\u0e35\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19<\/p>\n\n      <!-- RADIAL BOX: splash centred + four labels. Mobile: flow column. -->\n      <div class=\"relative mt-[5%] flex w-full flex-col items-center gap-[6%] lg:mt-[1.5cqw] lg:block lg:aspect-[1293\/560] lg:gap-0\">\n\n        <!-- SPLASH (330:3779) with baked \u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02. -->\n        <img\n          src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/mission-splash.webp?v=1784378746\"\n          alt=\"\u0e20\u0e32\u0e1e\u0e15\u0e49\u0e19\u0e01\u0e25\u0e49\u0e32\u0e41\u0e2b\u0e48\u0e07\u0e04\u0e27\u0e32\u0e21\u0e2a\u0e38\u0e02\u0e02\u0e2d\u0e07\u0e15\u0e34\u0e48\u0e07\u0e1f\u0e07 \u0e41\u0e15\u0e01\u0e43\u0e1a\u0e2a\u0e35\u0e48\u0e2a\u0e35 \u0e2a\u0e37\u0e48\u0e2d\u0e16\u0e36\u0e07\u0e2a\u0e35\u0e48\u0e2a\u0e34\u0e48\u0e07\u0e17\u0e35\u0e48\u0e14\u0e35\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19\"\n          class=\"block aspect-[348\/446] w-[52%] max-w-[348px] object-contain lg:absolute lg:left-[36%] lg:top-[2%] lg:w-[28%]\"\n          width=\"348\"\n          height=\"446\"\n          loading=\"lazy\"\n          decoding=\"async\"\n        \/>\n\n                <div class=\"w-full max-w-[320px] text-center lg:left-[1%] lg:top-[14%] lg:w-[26%] lg:text-right lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.85cqw, 1.6rem); color: #a86e12\">\u0e1a\u0e23\u0e34\u0e01\u0e32\u0e23\u0e43\u0e2b\u0e49\u0e14\u0e35\u0e01\u0e27\u0e48\u0e32\u0e40\u0e14\u0e34\u0e21<\/h3>\n        <\/div>\n                <div class=\"w-full max-w-[320px] text-center lg:left-[73%] lg:top-[14%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.85cqw, 1.6rem); color: #008555\">\u0e2a\u0e23\u0e49\u0e32\u0e07\u0e2a\u0e23\u0e23\u0e04\u0e4c\u0e43\u0e2b\u0e49\u0e14\u0e35\u0e01\u0e27\u0e48\u0e32\u0e40\u0e14\u0e34\u0e21<\/h3>\n        <\/div>\n                <div class=\"w-full max-w-[320px] text-center lg:left-[1%] lg:top-[46%] lg:w-[26%] lg:text-right lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_6px_rgba(255,255,255,0.85)]\" style=\"font-size: clamp(1.05rem, 1.85cqw, 1.6rem); color: #ee7623\">\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e25\u0e30\u0e1e\u0e31\u0e12\u0e19\u0e32 \u0e43\u0e2b\u0e49\u0e14\u0e35\u0e01\u0e27\u0e48\u0e32\u0e40\u0e14\u0e34\u0e21<\/h3>\n        <\/div>\n                <div class=\"w-full max-w-[320px] text-center lg:left-[73%] lg:top-[50%] lg:w-[26%] lg:text-left lg:absolute lg:max-w-none\">\n          <h3 class=\"font-accent font-bold italic leading-tight \" style=\"font-size: clamp(1.05rem, 1.85cqw, 1.6rem); color: #4e7c1a\">\u0e40\u0e15\u0e34\u0e1a\u0e42\u0e15\u0e43\u0e2b\u0e49\u0e14\u0e35\u0e01\u0e27\u0e48\u0e32\u0e40\u0e14\u0e34\u0e21<\/h3>\n        <\/div>\n        \n      <\/div>\n\n      <!-- CLOSING line (330:3776) \u2014 ember Sriracha, white halo for legibility on cream. -->\n      <p class=\"mt-[5%] text-center font-accent italic leading-snug text-brand-ember [text-shadow:0_2px_0_#fff,0_-2px_0_#fff,2px_0_0_#fff,-2px_0_0_#fff,0_0_6px_rgba(255,255,255,0.85)] lg:mt-[1.5cqw]\" style=\"font-size: clamp(1.1rem, 2.2cqw, 1.75rem)\">\u201c\u0e17\u0e33\u0e21\u0e31\u0e19\u0e43\u0e2b\u0e49\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07 \u0e17\u0e33\u0e21\u0e31\u0e19\u0e43\u0e2b\u0e49\u0e14\u0e35\u0e22\u0e34\u0e48\u0e07\u0e02\u0e36\u0e49\u0e19 \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e21\u0e31\u0e19\u0e21\u0e35\u0e04\u0e27\u0e32\u0e21\u0e2b\u0e21\u0e32\u0e22\u201d<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2500\u2500 BOTTOM DIVIDER \u2014 wavy bottom edge of this cream band (same divider\n       pattern as df\/about-happiness' top strip, design-system wave). Cream\n       above the curve, transparent below \u2192 the orange page field before the\n       footer shows through the dips. Lives at the END of this section because\n       what follows is the SHARED footer template-part (can't carry an\n       About-only wave). vw is safe: <main> is full width, so viewport width\n       == section width. -mt-px overlaps the cream wrapper above by 1px \u2014 the\n       strip's top is solid cream (#f6f3e8, same as bg-brand-cream), so the\n       overlap is invisible and closes the subpixel seam the orange body\n       otherwise peeks through at some zoom levels. -->\n  <img decoding=\"async\"\n    src=\"https:\/\/dingfongfood.com\/wp-content\/themes\/dingfong-wp\/assets\/about\/hero-wave-cream.svg\"\n    alt=\"\"\n    aria-hidden=\"true\"\n    loading=\"lazy\"\n    class=\"pointer-events-none relative z-[1] -mt-px block w-full h-[clamp(24px,4.27vw,82px)]\"\n  \/>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":65,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3960","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/pages\/3960","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/comments?post=3960"}],"version-history":[{"count":1,"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/pages\/3960\/revisions"}],"predecessor-version":[{"id":3962,"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/pages\/3960\/revisions\/3962"}],"wp:attachment":[{"href":"https:\/\/dingfongfood.com\/th\/wp-json\/wp\/v2\/media?parent=3960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}