<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Turk Brands — We Build, Grow &amp; Deliver Brands</title>
<meta name="description" content="Turk Brands is a family of companies — Marketing, Merchandise, Print and 3PL — delivering complete brand solutions from strategy to delivery.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/styles.css">
<style>
  /* ---- home hero stage ---- */
  .hero{position:relative;padding-block:70px 90px;}
  .hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:center;}
  .kicker{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 15px 7px 9px;font-size:12.5px;font-weight:600;color:var(--ink);box-shadow:0 4px 16px -8px rgba(15,31,61,.25);}
  .kicker .dots{display:flex;gap:3px;} .kicker .dots i{width:7px;height:7px;border-radius:50%;display:block;}
  h1.title{font-family:'Poppins',sans-serif;font-weight:900;font-size:60px;line-height:1.04;letter-spacing:-1.5px;margin-top:24px;}
  h1.title .g{background:linear-gradient(100deg,var(--blue),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent;}
  .lead{font-size:17px;line-height:1.65;color:#4B5468;max-width:440px;margin-top:22px;}
  .hero-cta{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap;}
  .hero-meta{display:flex;gap:34px;margin-top:40px;}
  .hero-meta .m b{font-family:'Poppins',sans-serif;font-weight:800;font-size:26px;display:block;}
  .hero-meta .m span{font-size:12.5px;color:var(--muted);}
  /* stage */
  .stage{position:relative;padding:26px 30px 30px 26px;}
  .stage .glow{position:absolute;inset:-10px;z-index:0;pointer-events:none;background:radial-gradient(150px 150px at 88% 12%,rgba(46,111,242,.20),transparent 70%),radial-gradient(180px 180px at 10% 92%,rgba(139,63,168,.16),transparent 72%);}
  .frame{position:relative;z-index:1;}
  .twin{position:absolute;inset:0;border-radius:26px;transform:translate(20px,22px);background:linear-gradient(140deg,var(--navy),var(--navy2));}
  .twin::after{content:"";position:absolute;inset:0;border-radius:26px;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:24px 24px;}
  .photo{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:5/4;box-shadow:0 34px 70px -30px rgba(15,31,61,.55);background:#e9e6df;}
  .photo img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1);}
  .stage:hover .photo img{transform:scale(1.04);}
  .photo .bar{position:absolute;left:0;top:0;bottom:0;width:6px;display:flex;flex-direction:column;z-index:2;}
  .photo .bar i{flex:1;}
  .photo .ribbon{position:absolute;left:0;right:0;bottom:0;height:5px;display:flex;z-index:2;}
  .photo .ribbon i{flex:1;}
  .badge-round{position:absolute;top:2px;right:6px;z-index:3;width:96px;height:96px;border-radius:50%;background:#fff;box-shadow:0 18px 40px -16px rgba(15,31,61,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--line);}
  .badge-round b{font-family:'Poppins',sans-serif;font-weight:800;font-size:22px;line-height:1;color:var(--navy);}
  .badge-round span{font-size:8.5px;font-weight:700;letter-spacing:1.2px;color:var(--muted);margin-top:4px;}
  .float-card{position:absolute;left:-6px;bottom:8px;z-index:3;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.86);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-radius:16px;padding:13px 17px;box-shadow:0 22px 46px -20px rgba(15,31,61,.55);}
  .float-card .ic{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .float-card .ic svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2.2;}
  .float-card b{font-family:'Poppins',sans-serif;font-weight:800;font-size:16px;display:block;line-height:1;}
  .float-card span{font-size:11.5px;color:var(--muted);}

  /* ---- companies: 5 equal cards ---- */
  .co-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
  .co{position:relative;background:#fff;border:1px solid var(--card);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s;}
  .co:hover{transform:translateY(-6px);box-shadow:0 30px 60px -34px rgba(15,31,61,.4);}
  .co .top{padding:18px 18px 0;}
  .co .brand{display:flex;align-items:center;gap:6px;}
  .co .brand .horse{font-size:20px;}
  .co .brand b{font-family:'Poppins',sans-serif;font-weight:700;font-size:17px;}
  .co .sub{font-size:9px;font-weight:700;letter-spacing:2px;margin-left:26px;margin-top:2px;}
  .co .ph{position:relative;height:150px;overflow:hidden;margin-top:14px;}
  .co .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
  .co:hover .ph img{transform:scale(1.06);}
  .co .body{padding:16px 18px 20px;flex:1;display:flex;flex-direction:column;}
  .co .body h3{font-size:12px;font-weight:800;letter-spacing:.3px;}
  .co .body p{font-size:13px;color:var(--muted);line-height:1.5;margin-top:8px;}
  .co .body ul{margin:12px 0 0;padding-left:16px;font-size:12.5px;color:var(--ink);line-height:1.85;}
  .co .grow{flex:1;}
  .co .learn{display:inline-flex;gap:6px;font-size:13px;font-weight:700;margin-top:14px;transition:gap .18s;}
  .co .learn:hover{gap:10px;}

  /* strategy */
  .strategy{background:var(--navy);color:#fff;border-radius:32px;margin:0 40px;padding:60px 48px;position:relative;overflow:hidden;}
  .strategy::before{content:"";position:absolute;top:-40%;right:-10%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(46,111,242,.28),transparent 65%);}
  .strategy .eyebrow{color:var(--blue2);}
  .strategy h2{font-family:'Poppins',sans-serif;font-weight:800;font-size:34px;letter-spacing:-.5px;margin:12px 0 44px;max-width:560px;}
  .strategy h2 span{color:var(--blue2);}
  .strategy .steps .pstep{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);}
  .strategy .steps .pstep h4{color:#fff;} .strategy .steps .pstep p{color:#B7C0D4;}
  .strategy .steps .ic{width:44px;height:44px;border-radius:12px;background:rgba(92,156,255,.16);display:flex;align-items:center;justify-content:center;margin:6px 0 12px;}
  .strategy .steps .ic svg{width:22px;height:22px;stroke:var(--blue2);fill:none;stroke-width:1.9;}

  @media (max-width:1000px){
    .hero-grid{grid-template-columns:1fr;gap:40px;} h1.title{font-size:44px;}
    .stage{padding:20px;max-width:560px;}
    .co-grid{grid-template-columns:repeat(2,1fr);}
    .strategy .steps{grid-template-columns:repeat(2,1fr);}
  }
  @media (max-width:640px){
    .strategy{margin-inline:0;border-radius:0;padding-inline:22px;}
    h1.title{font-size:36px;} .co-grid{grid-template-columns:1fr;}
    .badge-round{width:78px;height:78px;} .badge-round b{font-size:18px;} .float-card{left:0;}
  }
</style>
</head>
<body>
<div id="site-header"></div>

<!-- HERO -->
<section class="hero wrap">
  <div class="hero-grid">
    <div>
      <div class="kicker"><span class="dots"><i style="background:var(--blue)"></i><i style="background:var(--orange)"></i><i style="background:var(--green)"></i><i style="background:var(--purple)"></i></span> One partner · Four companies</div>
      <h1 class="title">We build,<br>we grow,<br>we <span class="g">deliver</span> brands.</h1>
      <p class="lead">Turk Brands is a family of companies delivering complete brand solutions that create impact, drive results, and deliver lasting value.</p>
      <div class="hero-cta">
        <a href="companies.html" class="btn btn-primary">Explore Our Companies <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4"><path d="M5 12h14M13 6l6 6-6 6"/></svg></a>
        <a href="solutions.html" class="btn btn-ghost">See Our Solutions</a>
      </div>
      <div class="hero-meta">
        <div class="m"><b>15+</b><span>Years in business</span></div>
        <div class="m"><b>1M+</b><span>Orders fulfilled</span></div>
        <div class="m"><b>100k+</b><span>Products</span></div>
      </div>
    </div>
    <div class="stage">
      <div class="glow"></div>
      <div class="frame">
        <div class="twin"></div>
        <div class="photo">
          <div class="bar"><i style="background:var(--blue)"></i><i style="background:var(--orange)"></i><i style="background:var(--green)"></i><i style="background:var(--purple)"></i></div>
          <img src="images/hero-products.webp" alt="Branded products by Turk Brands">
          <div class="ribbon"><i style="background:var(--blue)"></i><i style="background:var(--orange)"></i><i style="background:var(--green)"></i><i style="background:var(--purple)"></i><i style="background:var(--navy)"></i></div>
        </div>
        <div class="badge-round"><b>15+</b><span>YEARS</span></div>
        <div class="float-card">
          <span class="ic" style="background:var(--green)"><svg viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5"/></svg></span>
          <span><b>Strategy → Delivery</b><span>End-to-end brand solutions</span></span>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- MARQUEE -->
<div class="marquee">
  <div class="marquee-track">
    <span class="lbl">TRUSTED BY</span><span>Nike</span><span class="pop">YETI</span><span style="font-style:italic;font-family:serif">Titleist</span><span style="font-size:15px">THE NORTH FACE</span><span style="font-family:serif;font-style:italic">FedEx</span><span style="font-size:16px">Harley-Davidson</span><span style="font-family:serif">Costco</span>
    <span class="lbl">TRUSTED BY</span><span>Nike</span><span class="pop">YETI</span><span style="font-style:italic;font-family:serif">Titleist</span><span style="font-size:15px">THE NORTH FACE</span><span style="font-family:serif;font-style:italic">FedEx</span><span style="font-size:16px">Harley-Davidson</span><span style="font-family:serif">Costco</span>
  </div>
</div>

<!-- COMPANIES: 5 equal -->
<section class="sec wrap" id="companies">
  <div class="sec-head">
    <div class="eyebrow">Our family of companies</div>
    <h2>One Partner. Every Brand Solution.</h2>
    <p>Four specialist companies and the family that unites them — one seamless experience from first idea to final delivery.</p>
  </div>
  <div class="co-grid">
    <article class="co">
      <div class="top"><div class="brand"><span class="horse" style="color:var(--blue)"></span><b style="color:var(--blue)">turk</b></div><div class="sub" style="color:var(--blue)">MARKETING</div></div>
      <div class="ph"><img src="images/co-marketing.webp" alt="Turk Marketing"></div>
      <div class="body"><h3 style="color:var(--blue)">PROMOTE YOUR BRAND</h3><p>Marketing and promotional products that help your brand make an impact.</p>
        <ul><li>Promotional Products</li><li>Branded Apparel</li><li>Corporate Gifts</li><li>Company Stores</li><li>Creative &amp; Design</li></ul>
        <div class="grow"></div><a href="marketing.html" class="learn" style="color:var(--blue)">Learn More →</a></div>
    </article>
    <article class="co">
      <div class="top"><div class="brand"><span class="horse" style="color:var(--orange)"></span><b style="color:var(--orange)">turk</b></div><div class="sub" style="color:var(--orange)">MERCHANDISE</div></div>
      <div class="ph"><img src="images/co-merchandise.webp" alt="Turk Merchandise"></div>
      <div class="body"><h3 style="color:var(--orange)">BUILD PRODUCTS PEOPLE LOVE</h3><p>Retail merchandise that connects with customers and builds brand value.</p>
        <ul><li>Retail Merchandise</li><li>Private Label</li><li>Licensed Products</li><li>Fan &amp; Destination</li><li>Ecommerce Brands</li></ul>
        <div class="grow"></div><a href="merchandise.html" class="learn" style="color:var(--orange)">Learn More →</a></div>
    </article>
    <article class="co">
      <div class="top"><div class="brand"><span class="horse" style="color:var(--green)"></span><b style="color:var(--green)">turk</b></div><div class="sub" style="color:var(--green)">PRINT</div></div>
      <div class="ph"><img src="images/co-print.webp" alt="Turk Print"></div>
      <div class="body"><h3 style="color:var(--green)">PRINT WITHOUT LIMITS</h3><p>High-quality print and packaging that brings your brand to life.</p>
        <ul><li>Commercial Printing</li><li>Packaging</li><li>Labels</li><li>Large Format</li><li>Signage &amp; Displays</li></ul>
        <div class="grow"></div><a href="print.html" class="learn" style="color:var(--green)">Learn More →</a></div>
    </article>
    <article class="co">
      <div class="top"><div class="brand"><span class="horse" style="color:var(--purple)"></span><b style="color:var(--purple)">turk</b></div><div class="sub" style="color:var(--purple)">3PL</div></div>
      <div class="ph"><img src="images/co-3pl.webp" alt="Turk 3PL"></div>
      <div class="body"><h3 style="color:var(--purple)">DELIVER WITH CONFIDENCE</h3><p>Logistics and fulfillment that get your products where they belong.</p>
        <ul><li>Warehousing</li><li>Fulfillment</li><li>Kitting &amp; Assembly</li><li>Amazon FBA Prep</li><li>Returns</li></ul>
        <div class="grow"></div><a href="threepl.html" class="learn" style="color:var(--purple)">Learn More →</a></div>
    </article>
    <article class="co">
      <div class="top"><div class="brand"><span class="horse" style="color:var(--navy)"></span><b style="color:var(--navy)">turk</b></div><div class="sub" style="color:var(--navy)">BRANDS</div></div>
      <div class="ph"><img src="images/co-brands.webp" alt="Turk Brands"></div>
      <div class="body"><h3 style="color:var(--navy)">THE COMPANY BEHIND THE BRANDS</h3><p>A family of companies working together to build, grow and deliver brands that matter.</p>
        <ul><li>One point of contact</li><li>Aligned teams</li><li>Seamless handoffs</li><li>Shared standards</li><li>Nationwide reach</li></ul>
        <div class="grow"></div><a href="about.html" class="learn" style="color:var(--navy)">About Us →</a></div>
    </article>
  </div>
</section>

<!-- STRATEGY -->
<section class="strategy">
  <div class="eyebrow">End-to-end brand solutions</div>
  <h2>From Strategy to Delivery. <span>We Do It All.</span></h2>
  <div class="steps">
    <div class="pstep"><div class="n">01</div><div class="ic"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="9"/><circle cx="12" cy="12" r="4"/></svg></div><h4>Strategy</h4><p>We start by understanding your brand.</p></div>
    <div class="pstep"><div class="n">02</div><div class="ic"><svg viewBox="0 0 24 24"><path d="M12 19l7-7-4-4-7 7v4z"/><path d="M15 8l1-1"/></svg></div><h4>Create</h4><p>We design solutions that connect.</p></div>
    <div class="pstep"><div class="n">03</div><div class="ic"><svg viewBox="0 0 24 24"><path d="M21 8l-9-5-9 5 9 5 9-5z"/><path d="M3 8v8l9 5 9-5V8"/></svg></div><h4>Produce</h4><p>We produce with quality &amp; precision.</p></div>
    <div class="pstep"><div class="n">04</div><div class="ic"><svg viewBox="0 0 24 24"><rect x="1" y="6" width="15" height="12" rx="1"/><path d="M16 9h4l3 3v6h-7"/><circle cx="6" cy="19" r="2"/><circle cx="18" cy="19" r="2"/></svg></div><h4>Deliver</h4><p>We deliver with speed &amp; care.</p></div>
    <div class="pstep"><div class="n">05</div><div class="ic"><svg viewBox="0 0 24 24"><path d="M3 17l6-6 4 4 8-8"/><path d="M21 7v6h-6"/></svg></div><h4>Grow</h4><p>We help your brand grow &amp; succeed.</p></div>
  </div>
</section>

<!-- STATS -->
<section class="sec wrap">
  <div class="statband">
    <div><div class="num">15+</div><div class="t">Years in Business</div><div class="d">Building brands that last.</div></div>
    <div><div class="num">100k+</div><div class="t">Products</div><div class="d">Solutions for every need.</div></div>
    <div><div class="num">1M+</div><div class="t">Orders Fulfilled</div><div class="d">Accurate. On time.</div></div>
    <div><div class="num">50+</div><div class="t">Industries Served</div><div class="d">Across every market.</div></div>
  </div>
</section>

<!-- CTA -->
<section class="sec" style="padding-top:0">
  <div class="cta-band">
    <img src="images/cta-products.webp" alt="">
    <div class="scrim"></div>
    <div class="in">
      <div class="eyebrow" style="color:var(--blue2)">Let's talk</div>
      <h2>Ready to Build Something Great?</h2>
      <p>Let's create, grow, and deliver your brand — together.</p>
      <a href="contact.html" class="btn btn-blue">Let's Get Started <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4"><path d="M5 12h14M13 6l6 6-6 6"/></svg></a>
    </div>
  </div>
</section>

<div id="site-footer"></div>
<script src="assets/turk.js"></script>
</body>
</html>
