/*** GLOBAL STYLES ***/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  max-width: 1920px;
  scroll-behavior: smooth;
}
div {
  box-sizing: border-box;
}
h1, h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-weight: 900;
}
h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
}
h5 {
  font-size: 1.5rem;
  line-height: 2rem; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
p, a {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Inter", sans-serif;
}
a {
  transition: 0.3s ease-in-out;
  text-decoration-color: #CD222C;
  color: #CD222C;
}
a:hover {
  text-decoration: none;
  color: #CD222C!important;
}
a.btn {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  min-width: 155px;
  text-align: center;
  box-sizing: border-box;
}
ul, ol, li {
  font-family: "Inter", sans-serif;
}
/*** custom ul ***/
ul:not(.menu):not(.sub-menu):not(.nav):not(.main-navigation ul):not(.footer-menu):not(.footer-menu-2) {
  list-style: none;
  padding-left: 1.5em;
}
ul:not(.menu):not(.sub-menu):not(.nav):not(.main-navigation ul):not(.footer-menu):not(.footer-menu-2) li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.25em;
}
ul:not(.menu):not(.sub-menu):not(.nav):not(.main-navigation ul):not(.footer-menu):not(.footer-menu-2) li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 1em;
  background: url('/wp-content/uploads/2025/06/ldi-bullet-point.png') no-repeat center center;
  background-size: contain;
} 
.page { 
  margin: 0 auto;
  max-width: 1920px;
}
.module {
  padding: 4rem 15rem;
}
/*** HEADER STYLES ***/

.top-bar {
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  display: flex;
  padding: 0.25rem 15rem;
  box-sizing: border-box;
}
.top-bar a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  margin: 0 1rem;
}
.top-bar a:first-child {
  margin-left: 0!important;
}
.top-bar a:last-child {
  margin-right: 0!important;
}
.top-bar-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.top-bar-right {
  flex: 1; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar { 
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  padding: 0.5rem 15rem;
  box-sizing: border-box;
}
.navbar a {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
  box-sizing: border-box;
}
.navbar a img {
  max-width: 100%;
  height: auto;
}
/*** dropdowns ***/
.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
  position: relative;
}

.primary-menu li {
  position: relative;
}

.primary-menu a {
  text-decoration: none;
  color: #252525;
  padding: 0.5rem 0;
  display: inline-block;
}

.primary-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 1rem;
  display: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 200px;
  z-index: 999;
}

.primary-menu li.menu-item-has-children:hover > ul {
  display: block;
}

.primary-menu li ul li {
  display: block;
  margin: 0;
}

.primary-menu li ul a {
  padding: 0.5rem 1rem;
  color: #252525;
  display: block;
}

.site-logo {
  width: 126px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.site-logo a {
  margin: 0 auto!important;
}
.site-logo a img {
  max-width: 100%;
  height: auto;
} 
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu-primary-menu-container {
  height: 100%;
}
.primary-menu {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0; 
  display: flex;
}
.primary-menu li {
  position: relative;
  height: 100%;
  margin: 0 1rem;
}
.primary-menu li:first-child {
  margin-left: 0!important;
}
.primary-menu li:last-child {
  margin-right: 0!important;
}
.primary-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.primary-menu li.menu-item-has-children > a::after {
  content: ' ▼';
  font-size: 0.75rem;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a {
  border-bottom: #CD222C 5px solid;
}
/*** BUTTONS STYLES ***/

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-red {
  background-color: #CD222C;
  color: #ffffff;
}

.btn-red:hover {
  background-color: #ffffff;
  border: #CD222C 1px solid;
}

.btn-white {
  background-color: #ffffff;
  color: #252525;
}

.btn-white:hover {
  background-color: #CD222C;
  color: #ffffff;
}

.btn-transparent {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn-transparent:hover {
  background-color: #ffffff;
  color: #252525;
}
.btn-transparent-black {
  background-color: transparent;
  border: 2px solid #252525;
  color: #252525;
}
.btn-transparent-black:hover {
  background-color: #ffffff;
  color: #252525;
}
/*** HERO STYLES ***/
.hero-module {
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  padding: 6rem 15rem;
  text-align: left;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
}

.hero-content {
  max-width: 900px;
  margin: auto 0;
  position: relative;
  z-index: 2;
}

.hero-headline {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.hero-headline p {
  max-width: 750px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.hero-ctas .btn {
  margin-right: 1rem;
}
/*** HERO VIDEO STYLES ***/
.video-hero-module {
  position: relative;
  overflow: hidden;
  height: 85vh;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
}

.video-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-hero-content {
  position: relative;
  z-index: 1;
  padding: 2rem 0 2rem 15rem;
  max-width: 900px;
}

.video-hero-copy {
  font-size: 1.5rem;
  line-height: 1.6;
}

/*** COPY IMAGE STYLES ***/
.copy-image-module {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: #252525;
  padding: 0rem 15rem;
}
.copy-image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.copy-image-container.image-left {
  flex-direction: row;
}

.copy-image-container.image-right {
  flex-direction: row-reverse;
}

.copy-image {
  flex: 1 1 45%;
  text-align: center;
}

.copy-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.copy-content {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.copy-text {
  font-size: 1.125rem;
  line-height: 1.6;
}

.copy-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
/*** ICONS WIDGET STYLES ***/
.widget-inner {
  background-size: cover;
  background-position: center;
  padding: 10rem 8rem;
  position: relative;
  z-index: 1;
}

.widget-content {
  width: 50%;
  color: #fff;
}

.widget-lead {
  margin-bottom: 1.5rem;
}

.widget-ctas .btn {
  margin-right: 1rem;
}

.widget-icons-container-wrapper {
  position: relative;
  top: -10%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.widget-icons-container {
  background-color: #fff;
  padding: 2rem 3rem;
  width: 73%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
}

.widget-icons {
  display: flex;
  justify-content: center; 
  gap: 1.5rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  min-width: 100%;
  scrollbar-width: none;
}

.widget-icons::-webkit-scrollbar {
  display: none;
}

.widget-icon-box {
  flex: 0 0 auto;
  text-align: center;
  width: 138px;
}

.icon-wrapper {
  background-color: #cd222c;
  padding: 1rem;
  border-radius: 4px;
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.icon-wrapper img {
  height: auto;
}

.icon-headline {
  margin-top: 0.5rem;
  color: #252525;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

/* ICON WIDGET ARROW BUTTONS */
.icon-scroll-btn {
  background-color: #fff;
  border: 2px solid #252525;
  color: #252525;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 1rem;
  transition: background 0.2s, color 0.2s;
}

.icon-scroll-btn:hover {
  background-color: #252525;
  color: #fff;
}
/***CENTERED CONTENT STYLES ***/
.centered-panel-widget {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.centered-panel-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.centered-panel-box {
  background-color: #fff;
  padding: 2.5rem 4rem;
  max-width: 805px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.panel-copy {
  margin-bottom: 1.5rem;
  color: #252525;
}

.panel-ctas .btn {
  margin: 0.5rem 0.5rem 0 0;
}
/*** STAT COUNTER STYLES ***/
.stat-counter-section {
  background-color: #f5f5f5;
  text-align: center;
}
.stat-counter-header {
  margin-bottom: 2.5rem;
  color: #252525;
}
.stat-counter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 2rem;
  text-align: center;
}
.stat-counter {
  display: inline-block;
}
.stat-counter h4 {
  font-size: 2.5rem;
  margin: 0;
  color: #CD222C;
}
.stat-counter p {
  font-size: 1.125rem;
  margin: 0.5rem 0 0;
  color: #252525;
}
.stat-separator {
  margin: 0 1rem;
  color: #D8D8D8;
  font-weight: bold;
  height: 60px;
  border-left: 1px solid #D8D8D8;
}

/*** TWO COLUMN COPY STYLES ***/
.two-column-copy {
  background-size: cover;
  background-position: center;
  padding: 12rem 15rem;
  color: #ffffff;
}
.two-column-container {
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-column,
.right-column {
  flex: 1 1 45%;
  min-width: 280px;
}
.copy-ctas {
  margin-top: 1.5rem;
}
.copy-ctas .btn {
  margin-right: 1rem;
}
/*** FOOTER STYLES ***/
.site-footer {
  width: 100%;
  height: auto;
  background-color: #252525;
  color: #fff;
  display: flex;
  padding: 2rem 0rem;
  box-sizing: border-box;
}
.site-footer .container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
}
.site-footer a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  margin: 0 1rem;
}
.site-footer a:first-child {
  margin-left: 0!important;
}
.site-footer a:last-child {
  margin-right: 0!important;
}
.footer-columns {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 15rem;
}
.footer-column {
  display: flex;
  flex-direction: column;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.footer-logo {
  width: 90px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}
.footer-logo img {
  max-width: 100%;
  height: auto; 
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 15rem 0rem;
  background-color: #252525;
  color: #fff;
  font-size: 0.875rem;
  border-top: 1px solid #f2f2f2;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.5rem;
}
.footer-copyright {
  font-size: 0.875rem;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-seperator {
  margin: 0 0.5rem;
  color: #fff;
}
/*** PAGE SPECIFIC STYLES ***/
/*** HOME ***/
.hundred-years {
  background-color: #f5f5f5;
}
.home-icons-widget {
  background-image: url(/wp-content/uploads/2025/06/corrugated-bg-grey.png) !important;
}
.home-icons-widget .widget-icons {
  justify-content: start;
}
.home-sustainable {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255,255,255,0) 100%), url('/wp-content/uploads/2025/06/trees-bg.png')!important;
}
.family-module {
  background-size: contain!important;
  padding-right: 0rem!important;
}
.family-module .copy-image-container .copy-image {
  flex: 1 1 35%!important;
}
/*** MILL ***/
.mill-recycling {
  padding: 0 0 0 15rem;
}
.food-module h4 {
  margin-bottom: 1.5rem;
}
.quality-module {
  padding: 12rem 15rem;
}
.quality-module .copy-image-container {
  gap: 4rem;
}
.safety-module {
  padding: 0 0 0 15rem;
  background-color: #272727;
}
.safety-module h2 {
  margin-bottom: 1.5rem;
}
.safety-module h4 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.safety-module h5 {
  margin-bottom: 1.5rem;
}
.safety-module .copy-content {
  color: #ffffff;
  background: url(/wp-content/uploads/2025/06/torch-color.png) no-repeat bottom right;
  background-size: contain;
  padding: 4rem 0;
}
.dreamworks-module {
  background-color: #f2f2f2;
}
.quality-commitment-module {
  padding: 0 15rem 0 0;
}
.quality-commitment-module h3 {
  position: relative;
  padding-left: 2rem;
}
.quality-commitment-module h3::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url('/wp-content/uploads/2025/06/ldi-bullet-point.png') no-repeat center center;
  background-size: contain;
}
.iso-copy {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  margin-left: 2rem;
  flex-direction: row;
  align-items: center;
}
.iso-sustainability {
  padding-left: 2rem;
  font-family: "Inter", sans-serif;
}
/*** PRODUCTS ***/
.quote-block {
  background-color: #252525;
  padding: 2rem 15rem; 
}
.quote-block h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  text-transform: none;
  font-weight: 600;
} 
.quote-block .copy-text {
  margin: 0 auto;
  width: 60%;
}
.bulk-module {
  background-size: contain!important;
  background-position: bottom right!important;
  padding-left: 0rem!important;
}
.bulk-module .copy-image-container {
  gap: 8rem!important;
}
.graphic-packaging-module {
  background-color: #F3F3F3;
  padding: 4rem 0rem 4rem 15rem;
}
.retail-packaging-module {
  background-color: #272727;
  background-size: contain;
  background-position: bottom right;
  color: #ffffff;
}
.retail-packaging-module .copy-content {
  padding: 4rem 0;
}
.ecommerce-packaging-module {
  background-color: #F3F3F3;
  padding: 4rem 15rem;
}
.interior-module {
  padding: 0;
}
.interior-module .copy-image-container {
  background-image: url(/wp-content/uploads/2025/06/torch-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.interior-module .copy-content {
  padding: 4rem 15rem 4rem 0;
  color: #252525;
  box-sizing: border-box;
} 
/*** SERVICES ***/
.services-icons .icon-scroll-btn, .products-icons .icon-scroll-btn {
  display: none;
}
.design-module {
  padding: 4rem 0 4rem 15rem;
}
.optimize-module {
  padding: 0 15rem 4rem 0;
  background-color: #F5F5F5;
}
.strategic-module {
  padding: 4rem 15rem;
}
.strategic-module .copy-text {
  width: 40%;
}
.integration-module {
  padding: 0 15rem 4rem 0;
} 
.support-module {
  padding: 4rem 4rem 4rem 15rem;
  background-color: #F5F5F5;
}
/*** SUSTAINABILITY ***/
.sustainability-hero {
  padding-top: 2rem;
}
.custom-video-wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.wp-video {
  width: 100% !important;
  max-width: 1440px !important;
  height: auto !important;
  margin: 2rem auto;
  box-sizing: border-box;
}

.wp-video video {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.sustainability-panels {
  padding: 8rem 15rem;
  position: relative;
  margin-top: -16rem;
} 
.sustainability-columns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.sustainability-columns h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  background-color: #CD222C;
  width: 80%;
  padding-left: 3rem;
  position: relative;
  min-height: 56px;
  align-items: center;
  display: flex;
}
.sustainability-columns h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-left: 20px solid #CD222C;
}
.sustainability-columns img {
  height: 90px;
  width: auto;
}
.sustainability-columns p {
  padding: 0 3rem;
} 
.sustainability-columns > .sustainability-column {
  flex: 1;
  min-width: 250px;
  box-sizing: border-box;
  padding: 1rem 0;
  background-image: url('/wp-content/uploads/2025/06/sustainability-panel-bg-3.png');
  color: #ffffff;
  padding: 1rem 0;
}
.case-study-module .centered-panel-box {
  max-width: 1169px;
  padding: 2.5rem 4.5rem;
}
.economy-module {
  background-color: #f5f5f5;
  padding: 4rem 15rem;
}
.economy-module h2 {
  margin-bottom: 1rem;
}
.economy-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-collapse: collapse;
  max-width: 800px;
  margin: 0 auto;
}
.economy-column {
  padding: 2rem;
  font-size: 1rem;
  position: relative;
}
.economy-column:nth-child(1),
.economy-column:nth-child(2) {
  border-bottom: 2px solid #27272740;
} 
.economy-column:nth-child(1),
.economy-column:nth-child(3) {
  border-right: 2px solid #27272740;
}
.business-module {
  background-size: contain;
  padding: 0 0 0 15rem;
} 
.sustainability-contact-module {
  padding: 0 15rem 4rem;
}
.sustainability-contact-module .two-column-container {
  background-color: #CD222C;
  padding: 4rem;
}
.sustainability-contact-module .two-column-container h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
} 
.sustainability-contact-module .btn {
  margin: 0 auto;
  color: #CD222C;
  box-sizing: border-box;
}
.sustainability-contact-module .btn:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
/*** SOCIAL RESPONSIBILITY ***/
.social-responsibility {
  padding: 6rem 15rem;
}
.social-responsibility .copy-text > h2, .social-responsibility .copy-text > p {
  padding: 0 6rem;
}
.social-responsibility-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.social-responsibility-column-group {
  flex: 1 1 calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

.social-responsibility-column {
  background-image: url('/wp-content/uploads/2025/06/sustainability-panel-bg-3.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 4rem 0;
  width: 65%; 
  align-self: center; 
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.social-responsibility-column h4 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  background-color: #CD222C;
  width: 75%;
  padding-left: 3rem;
  min-height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}

.social-responsibility-column h4::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-left: 20px solid #CD222C;
}
.social-responsibility-column p {
  padding: 0 3rem;
}
.social-responsibility-image {
  width: 100%;
  line-height: 0;
}

.social-responsibility-image img {
  width: 100%;
  height: auto;
  display: block;
}

.social-responsibility-column-group:first-child .social-responsibility-column {
  align-self: flex-end;
}

.social-responsibility-column-group:last-child .social-responsibility-column {
  align-self: flex-start;
}
.difference-module {
  padding: 0 0 4rem 15rem;
}
.glance-module {
  padding: 4rem 15rem;
  background-color: #272727;
  background-size: contain;
  background-position: bottom right;
}
.glance-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
  }
.glance-container > div {
    padding: 5rem;
    box-sizing: border-box;
  } 
.glance-container > div:nth-child(3n + 1),
.glance-container > div:nth-child(3n + 2) {
    border-right: 1px solid #d8d8d820;
  }
.glance-container > div:nth-child(-n + 3) {
    border-bottom: 1px solid #d8d8d820;
  }
.glance-container h4 {
  position: relative;
  padding-left: 2rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.glance-container h4::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url('/wp-content/uploads/2025/06/ldi-bullet-point.png') no-repeat center center;
  background-size: contain;
}
.glance-module .copy-ctas {
  margin: 2rem auto 0;
}
.innovation-copy-module {
  padding: 4rem 15rem;
}
.social-mission-module {
  padding: 4rem 15rem 8rem 0;
} 
.social-mission-module .copy-image-container {
  gap: 6rem;
}
/*** PEOPLE ***/
.people-hero .hero-content{
  background-color: #25252570;
  padding: 2rem;
  box-sizing: border-box;
}
.growth-module {
  background: linear-gradient(to right, #F5F5F5 73%, #F5F5F5BA 37%);;
  padding: 0 15rem 0 0;
}
.growth-module .copy-content {
  position: absolute;
  width: 45%;
  right: 15rem;
} 
.mission-module {
  padding: 4rem 15rem;
}
.mission-module .columns {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.mission-module .columns > .column {
  flex: 1;
  min-width: 250px;
  box-sizing: border-box;
  padding: 0 3rem;
}
.mission-column h3 {
  position: relative;
}
.mission-column h3::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 1rem;
  height: 1rem;
  background: url('/wp-content/uploads/2025/06/ldi-bullet-point.png') no-repeat center center;
  background-size: contain;
}
.caring-module .centered-panel-box {
  max-width: 950px;
}
.burn-bright {
  padding: 4rem 15rem;
  text-align: center;
}
.burn-bright .copy-image-container {
  padding: 0 5rem;
}
.burn-bright .copy-ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
/*** LEGACY ***/
.story-module {
  padding: 4rem 15rem;
}
.legacy-sustainable-module {
  padding: 8rem 15rem;
}
.legacy-sustainable-module .copy-image-container {
  width: 45%;
}
/*** LOCATIONS STYLES ***/
.locations-hero, .return-hero {
  background-size: contain;
}
.locations-hero-copy {
  display: flex;
  gap: 2rem;
  padding: 2rem 0;
  flex-direction: row;
  align-items: center;
  font-size: 1.5rem!important;
  line-height: 2rem!important;
}
.address-module {
  color: #252525;
  background-color: #FAFAFA;
}
.location-content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.address-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #34343450;
  padding: 0 0 0 1rem;
}
.address-module img { 
  max-width: 100%;
  height: auto;
}
.address-box p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.address-module .left-column, .address-module .right-column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.converting-module {
  height: 100vh;
  align-items: start;
}
.converting-module .hero-content {
  margin: 0 auto;
}
.paper-mill-location-module {
  padding: 4rem 15rem 6rem;
}
.mill-ops-address {
  margin: 0 auto;
  width: 50%;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #CD222C;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
}
.customers-module {
  background-size: contain;
  padding: 8rem 0 8rem 15rem;
} 
.hundred-years img, .dreamworks-module img, .ecommerce-packaging-module img {
  margin-left: auto;
}

.locations-module {
  padding: 0 8rem 4rem;
  background: #f5f5f5;
}

.lead-content {
  font-size: 1.25rem;
  text-align: center;
}

.map-container {
  margin: 0 auto 4rem;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.location-card {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.location-image {
  width: 100%;
  height: auto;
  display: block;
}

.location-name {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 900;
  padding: 1rem 1rem 0.5rem;
  margin: 0;
  color: #333;
}

.location-address,
.location-phone {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 1rem;
  font-size: 0.95rem;
  color: #444;
}

.location-address .icon,
.location-phone .icon {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.2;
}

.address-text {
  flex: 1;
}
.address-text p {
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.25rem;
}

.phone-text {
  display: inline-block;
  margin-left: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

/* Optional responsiveness tuning */
@media (min-width: 1400px) {
  .location-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .location-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/*** CUSTOMER RESOURCES STYLES ***/
.contact-module {
  padding: 0 15rem 4rem;
}
.form-tabs-wrapper {
  border-radius: 6px;
  overflow: hidden;
}
.form-tabs {
  display: flex;
  position: relative;
  top: 1px;
  z-index: 2;
}
.tab-button {
  background: #272727;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  margin-right: 4px;
  padding: 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: 1px;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  min-width: 350px;
  text-align: left;
}
.tab-button:hover {
  background-color: #ddd;
}
.tab-button.active {
  background: #ffffff;
  color: #252525;
  border-bottom: 1px solid #ffffff;
  z-index: 3;
}
.tab-content {
  background: #ffffff;
  padding: 2rem;
  border-top: none;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 0 12px 12px 12px;
  background-image: url('/wp-content/uploads/2025/06/torch-gray.png');
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}
/*** PRIVACY POLICY STYLES ***/
.privacy-hero {
  background-size: contain;
}
/*** LAPTOP STYLES ***/
@media screen and (max-width: 1481px) {
  h1, h2 {
    font-size: 3rem!important;
    text-transform: uppercase;
    font-weight: 900!important;
  } 
  h3 {
    font-size: 1.25rem!important;
    font-weight: 900!important;
    text-transform: uppercase;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 1.25rem!important;
    font-weight: 900;
    text-transform: uppercase;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
  }
  h4, h5, h6 {
    font-size: 1rem!important;
  }
  p, a {
    font-size: 0.875rem!important;
    line-height: 1.25rem!important;
  }
  .locations-hero-copy {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    flex-direction: row;
    align-items: center;
    font-size: 1.5rem!important;
    line-height: 2rem!important;
  }
  .top-bar {
    padding: 0.25rem 4rem;
  }
  .navbar {
    padding: 0.5rem 3rem;
  } 
  .primary-menu li {
    margin: 0 0.5rem; 
  }
  .site-footer {
    padding: 2rem 0;
  }
  .footer-columns {
    padding: 2rem 4rem;
  }
  .footer-bottom {
    padding: 1rem 4rem 0rem;
  }
  .module {
    padding: 4rem;
  }
  .hero-module {
    padding: 2rem 4rem;
    height: 70vh;
  }
  .video-hero-content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 2rem 3rem;
    max-width: 900px;
  }
  .copy-image-module {
    padding: 0rem 4rem;
  }
  .copy-image {
    flex: 1 1 35%;
  }
  .growth-module {
    padding: 0;
  }
  .growth-module .copy-content {
    right: 2rem;
    padding: 1rem;
    background: #25252570;
    color: #ffffff;
  }
  .growth-module .copy-content h2 {
    font-size: 2rem!important;
    line-height: 2.5rem!important;
  }
  .mission-module {
    padding: 2rem 4rem;
  }
  .burn-bright {
    padding: 2rem 4rem;
  } 
  .services-icons .widget-icons-container, .products-icons .widget-icons-container {
    width: 100%!important;
  }
  .home-sustainable, .quality-commitment-module, .quote-block, .strategic-module, .support-module, .bulk-module, .economy-module, .social-responsibility, .glance-module, .innovation-copy-module, .social-mission-module, .legacy-sustainable-module, .customers-module {
    padding: 4rem;
  }
  .mill-recycling {
    padding: 0 0 0 4rem;
  } 
  .optimize-module, .sustainability-contact-module {
    padding: 0 4rem 4rem 4rem;
  }
  .difference-module {
    padding: 0 0 4rem 4rem;
  }
  .sustainability-panels {
    margin-top: -6rem;
  }
  .sustainability-video {
    height: 600px;
  }
  .people-hero .hero-content {
    max-width: 575px;
  } 
}
/*** TABLET STYLES ***/
@media screen and (max-width: 1025px) {
  .map-container, .locations-container {
    width: 100%;
  }

  .locations-container {
    grid-template-columns: 1fr;
  }
}
/*** HAMBURGER MENU STYLES ***/
.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 1001;
}

.hamburger-menu div {
  background-color: #252525;
  height: 3px;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger-menu.is-active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-menu.is-active div:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-active div:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
/* Hide nav on mobile */
.main-navigation {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .main-navigation {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: white;
    padding: 1rem 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    flex-direction: column;
  }

  .main-navigation.is-open {
    display: flex;
    z-index: 9;
    box-sizing: border-box;
  }

  .hamburger-menu {
    display: flex;
    margin-left: auto;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0;
  }

  .main-navigation li {
    list-style: none;
  }

  .main-navigation a {
    font-size: 1.125rem;
    color: #252525;
    text-decoration: none;
  }
  .menu li:last-child, .menu li:first-child {
    margin: 0 2rem!important;
  } 
}

/* Mobile Styles */
@media screen and (max-width: 480px) {
  h1, h2 {
    font-size: 1.75rem!important;
    line-height: 2rem!important;
  }
  h3 {
    font-size: 1.25rem!important;
    line-height: 1.5rem!important;
  }
  .top-bar {
    padding: 0.25rem 1rem;
  }
  .navbar {
    padding: 0.5rem 1rem;
  }
  .hamburger-menu {
    margin: 1rem 0 0 auto;
  }
  .hero-ctas {
    margin-right: 0.5rem;
    display: flex;
  } 
  .btn {
    padding: 1rem;
  }
  .site-footer {
    padding: 2rem 1rem;
  }
  .footer-columns {
    flex-direction: column;
    padding: 2rem 1rem;
  }
  .footer-column {
    margin-bottom: 2rem;
  }
  .footer-menu li {
    margin: 0.5rem 0;
  }
  .footer-bottom {
    padding: 1rem 0 0;
  }
  .copy-text ul li {
    font-size: 0.875rem;
  }
  .module {
    padding: 2rem 1rem;
  }
  .hero-module {
    padding: 2rem 1rem;
    height: 70vh;
  }
  .sustainability-hero {
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .copy-image-module {
    padding: 0 1rem;
  }
  .home-sustainable, .retail-packaging-module, .strategic-module, .burn-bright, .glance-module, .innovation-copy-module {
    padding: 1rem;
  }
  .mill-recycling,
  .dreamworks-module,
  .quality-commitment-modul,
  .quality-module, .safety-module,
  .bulk-module, 
  .graphic-packaging-module,
  .ecommerce-packaging-module,
  .interior-module,
  .design-module,
  .optimize-module,
  .integration-module,
  .support-module,
  .economy-module,
  .business-module,
  .customers-module,
  .social-mission-module,
  .difference-module {
    padding: 0;
  }
  .mill-recycling .copy-content,
  .dreamworks-module .copy-content,
  .quality-commitment-module .copy-content,
  .quality-module .copy-content,
  .safety-module .copy-content,
  .bulk-module .copy-content,
  .graphic-packaging-module .copy-content,
  .ecommerce-packaging-module .copy-content,
  .interior-module .copy-content,
  .design-module .copy-content,
  .optimize-module .copy-content,
  .integration-module .copy-content,
  .support-module .copy-content,
  .economy-module .copy-content,
  .business-module .copy-content,
  .customers-module .copy-content,
  .social-mission-module .copy-content,
  .difference-module .copy-content {
    padding: 1rem;
  }
  .sustainability-contact-module {
    padding: 0;
  }
  .sustainability-contact-module .two-column-container {
    padding: 2rem 1rem;
  }
  .stat-separator {
    display: none;
  } 
  .iso-copy {
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }
  .legacy-sustainable-module .copy-image-container {
    width: 100%;
    padding: 1rem
  }
  .strategic-module .copy-text {
    width: 100%;
  }
  .copy-image, .copy-content {
    flex: 1 1 100%;
  }
  .home-icons-widget {
    padding: 0rem;
  }
  .widget-inner {
    padding: 1rem;
    background-position: right;
  }
  .widget-content {
    width: 100%;
  }
  .widget-ctas {
    display: flex;
    justify-content: center;
  }
  .icon-scroll-btn {
    display: none;
  }
  .widget-icons-container {
    padding: 1rem;
    width: 90%;
  }
  .centered-panel-widget {
    padding: 1rem;
  }
  .centered-panel-box {
    padding: 1rem;
  }
  .case-study-module .centered-panel-box {
    padding: 2rem 1rem;
  }
  .family-module {
    padding: 0rem;
  }
  .family-module .copy-image-container .copy-content {
    padding: 1rem;
  }
  .quote-block .copy-text {
    width: 100%;;
  }
  .growth-module .copy-content {
    position: inherit;
    margin-bottom: 1rem;
  }
  .quote-block h3 {
    line-height: 1.75;
  }
  .burn-bright .copy-image-container {
    padding: 0;
  }
  .address-box {
    padding: 1rem;
    flex-direction: column;
  }
  .locations-module {
    padding: 0 1rem 4rem;
  }
  .mill-ops-address {
    width: 100%;
    margin-bottom: 1rem;
  }
  .social-responsibility-columns {
    flex-direction: column;
  }
  .glance-container {
    grid-template-columns: 1fr;
  }
  .glance-container > div {
    padding: 1rem;
    box-sizing: border-box;
  } 
  .glance-container > div:nth-child(3n + 1),
  .glance-container > div:nth-child(3n + 2) {
    border-right: none;
  }
  .glance-container > div:nth-child(-n + 3) {
    border-bottom: none;
  }
  .social-responsibility .copy-content, .social-responsibility-column {
    width: 100%;
  }
  .social-responsibility .copy-text > h2, .social-responsibility .copy-text > p {
    padding: 0 1rem;
  }
}