/* Patterson Projects & Logistics - Direction C */
/* Fonts (Barlow Semi Condensed, Oswald) loaded from Google Fonts CDN in index.html */

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#121417}
img{max-width:100%}
.ppl-stripe{background-image:repeating-linear-gradient(135deg,#1c2127 0 14px,#171b20 14px 28px)}

/* Responsive layer (design is desktop-first; stack on smaller screens) */
@media (max-width:1000px){
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns:1fr 1.4fr"],
  div[style*="grid-template-columns:repeat(2,1fr)"],
  div[style*="grid-template-columns:200px 1fr"],
  div[style*="grid-template-columns:2fr 1fr 1fr"]{
    grid-template-columns:1fr !important;
  }
  h1[style*="font-size:68px"]{font-size:46px !important}
  nav[style]{flex-wrap:wrap !important;row-gap:14px !important}
}
@media (max-width:720px){
  nav > div[style*="gap:30px"]{display:none !important}
  section[style*="min-height:620px"]{min-height:520px !important}
  h1[style*="font-size:68px"]{font-size:38px !important}
}
