<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">


<title>Stonegrade Materials | Hot-Melt Adhesives for Corrugated Packaging</title>


<meta name="description" content="Hot-melt adhesives for corrugated case sealing and forming. EVA and metallocene options. Supporting packaging operations across the United States.">


<style>


body{

font-family: Arial, Helvetica, sans-serif;

margin:0;

background:#ffffff;

color:#222;

line-height:1.6;

}


.container{

max-width:1100px;

margin:auto;

padding:20px;

}


header{

border-bottom:1px solid #eee;

}


.header-inner{

display:flex;

align-items:center;

justify-content:space-between;

}


.logo{

height:45px;

}


.cta{

background:#222;

color:#fff;

padding:10px 16px;

text-decoration:none;

border-radius:4px;

font-size:14px;

}


.hero{

padding:60px 20px;

text-align:center;

}


.hero img{

width:100%;

max-width:1000px;

margin-top:30px;

border-radius:6px;

}


.section{

padding:60px 20px;

}


.section h2{

margin-bottom:20px;

}


.grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:40px;

align-items:center;

}


.grid img{

width:100%;

border-radius:6px;

}


footer{

border-top:1px solid #eee;

padding:40px 20px;

font-size:14px;

}


.contact{

line-height:1.8;

}


@media(max-width:800px){

.grid{

grid-template-columns:1fr;

}

}


</style>

</head>


<body>


<header>

<div class="container header-inner">

<img src="assets/logo.png" class="logo">


<a class="cta" href="mailto:sales@stonegradematerials.com">

Contact

</a>

</div>

</header>


<section class="hero container">


<h1>Hot-Melt Adhesives for Corrugated Packaging</h1>


<p>

Reliable supply of EVA and metallocene hot-melt adhesives for case sealing,

carton forming, and packaging operations.

</p>


<img src="assets/hero.png">


</section>


<section class="section container">


<div class="grid">


<div>

<h2>Applications</h2>


<p>

Hot-melt adhesives for high-speed corrugated packaging lines including:

</p>


<ul>

<li>Case sealing</li>

<li>Carton forming</li>

<li>Tray forming</li>

<li>Wrap-around case packaging</li>

<li>Food and beverage corrugated packaging</li>

</ul>


</div>


<div>

<img src="assets/applications.png">

</div>


</div>


</section>


<section class="section container">


<div class="grid">


<div>

<img src="assets/support.png">

</div>


<div>


<h2>Technical Support</h2>


<p>

Support for adhesive selection, machine compatibility,

and packaging line performance.

</p>


<p>

We work with corrugated converters and packaging operations across the United States.

</p>


</div>


</div>


</section>


<footer>


<div class="container contact">


<strong>Stonegrade Materials</strong><br>


Greater Philadelphia, PA<br>


Serving corrugated packaging operations across the United States<br><br>


Phone: +1 646-503-5630<br>


Email: sales@stonegradematerials.com


</div>


</footer>


</body>

</html>