function Story() {
  return (
    <section id="story" style={{padding:'96px 48px',background:'var(--charcoal-900)',textAlign:'center'}}>
      <div style={{maxWidth:640,margin:'0 auto'}}>
        <div style={{fontFamily:'var(--font-body)',fontWeight:700,fontSize:12,letterSpacing:'0.16em',color:'var(--accent-gold)',textTransform:'uppercase',marginBottom:16}}>Our Story</div>
        <h2 style={{fontFamily:'var(--font-display)',fontSize:'clamp(1.8rem,3.4vw,2.8rem)',color:'var(--cream-050)',textTransform:'uppercase',margin:'0 0 20px',lineHeight:1.05}}>Not Your Local Fried Chicken.</h2>
        <p style={{fontFamily:'var(--font-body)',fontSize:16,color:'var(--text-secondary)',lineHeight:1.7,margin:0}}>Most fried chicken around Pattaya is dark meat, and the coating isn't spicy enough. We start with whole chicken breast, hand cut every morning and bread it in a 13 herb and spice blend built for real heat. No shortcuts, no fillers. Just the bird and the blend.</p>
      </div>
    </section>
  );
}

window.Story = Story;
