<?php
require_once __DIR__ . '/../includes/config.php';
$pageTitle = 'Restaurants & Hospitality';
include __DIR__ . '/../includes/header.php';
?>
<div class="aud-hero" style="background:linear-gradient(135deg,#7c2d12,#c2410c)">
  <div class="aud-hero-icon">🍽️</div>
  <h1 style="color:#fff">Uniforms &amp; supplies for <span style="color:#fed7aa">restaurants</span></h1>
  <p style="color:#fed7aa99">Chefswear, front-of-house uniforms, aprons, stationery and more. Custom logo embroidery available. Credit accounts with net-30 terms for hospitality businesses.</p>
  <div class="aud-hero-actions">
    <a href="/products.php?cat=chefswear" class="hero-btn-gold">Browse hospitality range →</a>
    <a href="/credit.php?type=restaurant" class="hero-btn-outline">Apply for credit account</a>
  </div>
  <div class="aud-hero-pills">
    <span class="aud-pill">Chefswear &amp; aprons</span>
    <span class="aud-pill">Front-of-house uniforms</span>
    <span class="aud-pill">Logo embroidery</span>
    <span class="aud-pill">Net-30 credit</span>
    <span class="aud-pill">Bulk discounts</span>
  </div>
</div>

<div class="trust-bar"><div class="trust-inner">
  <div class="trust-item"><span class="trust-icon">🎨</span> Logo embroidery available</div>
  <div class="trust-item"><span class="trust-icon">💳</span> Net-30 credit accounts</div>
  <div class="trust-item"><span class="trust-icon">📦</span> Bulk order discounts</div>
  <div class="trust-item"><span class="trust-icon">🚚</span> Free delivery over £75</div>
  <div class="trust-item"><span class="trust-icon">☎️</span> Dedicated account manager</div>
</div></div>

<div class="section"><div class="section-inner">
  <div class="section-hdr">
    <div class="stag">Hospitality range</div>
    <h2 class="stitle">Everything for your restaurant team</h2>
    <p class="ssub">From the kitchen to the front of house — branded, embroidered and ready to impress.</p>
  </div>
  <div class="products-grid">
    <?php
    $products = [
      ['emoji'=>'🍳','brand'=>'Dennys','name'=>"Chef's White Jacket",'price'=>'11.99','badge'=>'b-pop','bl'=>'Popular'],
      ['emoji'=>'🍽️','brand'=>'Premier','name'=>'Bib Apron — Black','price'=>'6.50','badge'=>'b-pop','bl'=>'Popular'],
      ['emoji'=>'👔','brand'=>'Kustom Kit','name'=>'Front-of-House Shirt','price'=>'12.99','badge'=>'b-new','bl'=>'New'],
      ['emoji'=>'🧢','brand'=>'Premier','name'=>'Skull Cap — White','price'=>'3.99','badge'=>'b-pop','bl'=>'Popular'],
      ['emoji'=>'👖','brand'=>'Dennys','name'=>'Chef Trousers — Black Check','price'=>'9.99','badge'=>'b-pop','bl'=>'Popular'],
      ['emoji'=>'🧤','brand'=>'Portwest','name'=>'Food Safe Gloves','price'=>'4.50','badge'=>'b-new','bl'=>'New'],
      ['emoji'=>'👗','brand'=>'Premier','name'=>'Waitress Apron','price'=>'5.99','badge'=>'b-pop','bl'=>'Popular'],
      ['emoji'=>'🎽','brand'=>'Kustom Kit','name'=>'Bistro Waistcoat','price'=>'14.99','badge'=>'b-hot','bl'=>'Trending'],
    ];
    foreach ($products as $p): ?>
    <div class="product-card">
      <div class="product-img"><?php echo $p['emoji']; ?></div>
      <div class="product-body">
        <div class="product-brand"><?php echo $p['brand']; ?></div>
        <div class="product-name"><?php echo $p['name']; ?></div>
        <div class="price-row">
          <div><div class="product-price">£<?php echo $p['price']; ?></div><div class="price-ex">ex. VAT</div></div>
          <span class="prod-badge <?php echo $p['badge']; ?>"><?php echo $p['bl']; ?></span>
        </div>
        <button class="btn-cart" onclick="addToCart('<?php echo $p['name']; ?>')">Add to basket</button>
      </div>
    </div>
    <?php endforeach; ?>
  </div>
  <div style="text-align:center;margin-top:28px">
    <a href="/products.php?cat=chefswear" class="btn-primary" style="padding:12px 28px;font-size:14px;display:inline-flex">View full hospitality range →</a>
  </div>
</div></div>

<div class="section section-light"><div class="section-inner">
  <div class="section-hdr"><div class="stag">Services</div><h2 class="stitle">More than just uniform supply</h2></div>
  <div class="info-grid">
    <div class="info-card"><div class="info-card-icon">🎨</div><div><div class="info-card-title">Logo embroidery</div><div class="info-card-desc">Your restaurant logo on any garment. Professional finish, fast turnaround.</div></div></div>
    <div class="info-card"><div class="info-card-icon">💳</div><div><div class="info-card-title">Net-30 credit account</div><div class="info-card-desc">Order now, pay at the end of the month. Up to £10,000 credit limit.</div></div></div>
    <div class="info-card"><div class="info-card-icon">📦</div><div><div class="info-card-title">Bulk order discounts</div><div class="info-card-desc">The more you order, the more you save. Perfect for multi-site restaurants.</div></div></div>
    <div class="info-card"><div class="info-card-icon">☎️</div><div><div class="info-card-title">Dedicated account manager</div><div class="info-card-desc">One point of contact who knows your business and your uniform requirements.</div></div></div>
  </div>
</div></div>

<div class="section"><div class="section-inner">
  <div class="cta-block">
    <h2>Ready to set up a <span>restaurant account</span>?</h2>
    <p>Apply for a credit account and get net-30 terms, trade pricing, and a dedicated hospitality account manager. Decision within one business day.</p>
    <div class="cta-buttons">
      <a href="/credit.php" class="cta-btn-gold">Apply for credit account →</a>
      <a href="/contact.php" class="cta-btn-out">Talk to our team</a>
    </div>
  </div>
</div></div>

<div class="section section-light"><div class="section-inner">
  <div class="section-hdr"><div class="stag">Review</div><h2 class="stitle">What hospitality customers say</h2></div>
  <div class="testi-grid">
    <div class="testi-card">
      <span class="testi-badge" style="background:#fff7ed;color:#c2410c">🍽️ Restaurant</span>
      <div class="testi-stars">★★★★★</div>
      <div class="testi-text">"Ordered 40 chef jackets with our logo. Embroidery came back looking incredible. The credit account means we restock without any upfront payment."</div>
      <div class="testi-author"><div class="testi-av" style="background:#ea580c">MR</div><div><div class="testi-name">Marco Rossi</div><div class="testi-role">Head Chef, Rossi Trattoria</div></div></div>
    </div>
    <div class="testi-card">
      <span class="testi-badge" style="background:#fff7ed;color:#c2410c">🍽️ Hotel</span>
      <div class="testi-stars">★★★★★</div>
      <div class="testi-text">"We supply uniforms for 60 staff across our hotel restaurant and spa. GC Trade 68 manages everything — one invoice per month, always on time."</div>
      <div class="testi-author"><div class="testi-av" style="background:#9a3412">HL</div><div><div class="testi-name">Hannah Lewis</div><div class="testi-role">Operations Manager, The Grand Hotel</div></div></div>
    </div>
    <div class="testi-card">
      <span class="testi-badge" style="background:#fff7ed;color:#c2410c">🍽️ Café</span>
      <div class="testi-stars">★★★★★</div>
      <div class="testi-text">"Simple ordering, fast delivery, and the quality of the aprons is excellent. We've been buying our café uniforms here for two years now."</div>
      <div class="testi-author"><div class="testi-av" style="background:#c2410c">SP</div><div><div class="testi-name">Sophie Park</div><div class="testi-role">Owner, Bloom Café</div></div></div>
    </div>
  </div>
</div></div>

<?php include __DIR__ . '/../includes/footer.php'; ?>
