:root{
  --wrap: 1120px;
  --nav: #2f3a46;
  --muted: #6b7787;
  --overlay: rgba(0,0,0,.45);

  --btn: #d59b1a;
  --btnBorder: #f3e0aa;

  --cardBorder: rgba(0,0,0,.08);
  --softShadow: 0 12px 26px rgba(0,0,0,.10);
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  background:#fff;
  color:#1f2733;
}

.wrap{
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 18px;
}

/* Top bar / Nav */
.topbar{
  height:56px;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.topbar__inner{
  height:56px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.burger{
  width:42px;
  height:34px;
  border:0;
  background:transparent;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  cursor:pointer;
  padding:0;
}
.burger span{
  height:3px;
  width:20px;
  background:#8793a0;
  border-radius:2px;
}

.topnav{
  display:flex;
  gap:20px;
  font-size:12px;
  color:var(--nav);
}
.topnav a{
  text-decoration:none;
  color:var(--nav);
  opacity:.85;
}
.topnav a.active{
  color:#2c74b7;
  opacity:1;
}
.topnav a:hover{ opacity:1; }

/* Hero */
.hero{
  position:relative;
  height:340px;
  overflow:hidden;
  border-bottom:1px solid rgba(0,0,0,.10);
}
.hero__bg{
  position:absolute;
  inset:0;
  background:url("../images/New-Orleans-Skyline-view.jpg") center/cover no-repeat;
  transform:scale(1.02);
}
.hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.56) 0%,
    rgba(0,0,0,.40) 42%,
    rgba(0,0,0,.28) 70%,
    rgba(0,0,0,.18) 100%
  );
}

.hero__inner{
  position:relative;
  z-index:2;
  height:340px;
  display:grid;
  grid-template-columns: 1fr 330px;
  align-items:center;
  gap:26px;
}

.hero__content{ color:#fff; }

.hero__title{
  text-align:center;
  margin-top:-8px;
}
.hero__title h1{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:500;
  letter-spacing:.6px;
  font-size:28px;
  text-transform:uppercase;
}
.hero__subtitle{
  margin-top:6px;
  font-style:italic;
  font-size:12px;
  letter-spacing:.7px;
  opacity:.95;
}

.hero__body{
  margin-top:18px;
  max-width:520px;
  font-size:13px;
  color:rgba(255,255,255,.92);
}
.hero__body p{
  margin:0 0 14px;
  line-height:1.55;
}

.btn{
  display:inline-block;
  background:var(--btn);
  color:#fff;
  text-decoration:none;
  font-size:11px;
  letter-spacing:.4px;
  padding:9px 14px;
  border-radius:2px;
  border:2px solid var(--btnBorder);
  box-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.btn:hover{ filter:brightness(.98); }

.hero__iconCard{
  display:flex;
  justify-content:flex-start;
}
.iconCard{
  width:210px;
  height:170px;
  background:#fff;
  border-radius:12px;
  box-shadow: var(--softShadow);
  border: 2px solid rgba(0,0,0,.20);
  display:flex;
  align-items:center;
  justify-content:center;
}
.iconCard img{
  width:130px;
  height:auto;
  display:block;
}

/* Features */
.features{
  padding:38px 0 30px;
  background:#fff;
}
.featureGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:34px;
  justify-items:center;
}

.featureCard{
  width:100%;
  max-width:290px;
}
.featureCard__img{
  border-radius:12px;
  overflow:hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.06);
}
.featureCard__img img{
  display:block;
  width:100%;
  height:150px;
  object-fit:cover;
}

.featureCard__body{
  margin-top:14px;
  background:#fff;
  border:1px solid var(--cardBorder);
  padding:16px 16px 18px;
  min-height:160px;
  text-align:left;
}
.featureCard__body h3{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.2px;
}
.featureCard__body p{
  margin:0;
  font-size:11px;
  color:var(--muted);
  line-height:1.55;
}

.pill{
  display:inline-block;
  margin:16px auto 0;
  padding:6px 12px;
  border:1px solid rgba(0,0,0,.55);
  border-radius:999px;
  font-size:9px;
  text-decoration:none;
  color:#2b2f35;
  background:#fff;
}
.pill:hover{ background:#f6f6f6; }

/* Logos */
.logos{
  padding:32px 0 34px;
  background:#fff;
}
.logos__title{
  margin:0;
  text-align:center;
  font-size:14px;
  letter-spacing:.5px;
  font-weight:700;
  color:#2b2f35;
  text-transform:uppercase;
}

.logoGrid{
  margin-top:26px;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:28px 26px;
  align-items:center;
  justify-items:center;
  padding:18px 0 8px;
}

.logoCell{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.logoCell img{
  max-width:180px;
  max-height:70px;
  width:auto;
  height:auto;
  display:block;
}

/* ACiQ larger + left-ish */
.logoCell--wide{
  grid-column: 1 / span 2;
  justify-content:flex-start;
  padding-left:64px;
}
.logoCell--wide img{
  max-width:220px;
  max-height:86px;
}

/* Footer */
.footer{
  background:#2f2f2f;
  color:#bdbdbd;
  font-size:10px;
}
.footer__inner{
  padding:12px 0;
  text-align:center;
}

/* Responsive */
@media (max-width: 980px){
  .hero{ height:auto; }
  .hero__inner{
    height:auto;
    grid-template-columns: 1fr;
    padding:26px 18px;
  }
  .hero__iconCard{ justify-content:center; }
  .hero__title{ text-align:left; }
  .featureGrid{ grid-template-columns: 1fr; gap:22px; }
  .featureCard{ max-width:420px; }
  .logoGrid{ grid-template-columns: repeat(2, 1fr); }
  .logoCell--wide{ grid-column: 1 / -1; justify-content:center; padding-left:0; }
}

@media (max-width: 640px){
  .topnav{ gap:14px; font-size:11px; }
  .hero__title h1{ font-size:22px; }
  .iconCard{ width:190px; height:160px; }
  .iconCard img{ width:120px; }
}


/* =========================
   ABOUT PAGE ADDITIONS
   ========================= */

/* page hero (about) */
.pageHero{
  position:relative;
  height:210px;
  overflow:hidden;
  border-bottom:1px solid rgba(0,0,0,.10);
}
.pageHero__bg{
  position:absolute;
  inset:0;
  background:url("../images/New-Orleans-Skyline-view.jpg") center/cover no-repeat;
  transform:scale(1.02);
}
.pageHero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0,0,0,.56) 0%,
    rgba(0,0,0,.40) 45%,
    rgba(0,0,0,.26) 75%,
    rgba(0,0,0,.16) 100%
  );
}
.pageHero__inner{
  position:relative;
  z-index:2;
  height:210px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
}
.pageHero__brandTop{
  font-family: Georgia, "Times New Roman", serif;
  text-transform:uppercase;
  letter-spacing:.6px;
  font-size:26px;
}
.pageHero__brandSub{
  margin-top:6px;
  font-style:italic;
  font-size:11px;
  letter-spacing:.7px;
  opacity:.95;
}
.pageHero__title{
  margin:18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight:500;
  font-size:24px;
}

/* gray strip behind the intro card area */
.aboutIntro{
  background:#e9e9e9;
  padding:28px 0 38px;
}
.aboutPanel{
  display:flex;
  justify-content:center;
}
.aboutGrid{
  width:min(880px, 100%);
  background:#fff;
  border-radius:14px;
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.10);
  padding:26px;
  display:grid;
  grid-template-columns: 360px 1fr;
  gap:28px;
}

/* left card */
.aboutCard{
  text-align:center;
}
.aboutCard__img{
  border-radius:12px;
  overflow:hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  border:1px solid rgba(0,0,0,.08);
}
.aboutCard__img img{
  width:100%;
  height:auto;
  display:block;
}
.aboutCard__contact{
  margin-top:16px;
  font-size:13px;
  color:#2b2f35;
  line-height:1.35;
}
.aboutCard__contact .spacer{ height:8px; }

/* right text */
.aboutText h3{
  margin:2px 0 8px;
  font-size:12px;
  font-weight:700;
  color:#2b2f35;
}
.aboutText p{
  margin:0 0 14px;
  font-size:11px;
  color:#6b7787;
  line-height:1.65;
  max-width:420px;
}

/* section blocks */
.sectionBlock{
  padding:34px 0 40px;
}
.sectionBlock--light{ background:#f4f4f4; }
.sectionBlock--mid{ background:#d8d8d8; }

.sectionTitle{
  margin:0;
  text-align:center;
  font-size:20px;
  font-weight:500;
  color:#2b2f35;
}
.sectionRule{
  width:70%;
  max-width:640px;
  height:1px;
  margin:16px auto 22px;
  background:rgba(0,0,0,.10);
}

.staffList{
  max-width:900px;
  margin:0 auto;
  font-size:10px;
  color:#6b7787;
  line-height:1.7;
}
.staffList p{ margin:0 0 14px; }
.staffList strong{ color:#2b2f35; }

.historyPlaceholder{
  max-width:900px;
  margin:0 auto;
  font-size:10px;
  color:#6b7787;
}

/* responsive */
@media (max-width: 980px){
  .aboutGrid{
    grid-template-columns: 1fr;
    padding:18px;
  }
  .aboutText p{ max-width:none; }
}


/* =========================
   PRODUCT LINES PAGE
   ========================= */

.plSection{
  background:#efefef;
  padding:34px 0 44px;
}

.plGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:26px;
  justify-items:center;
  align-items:start;
}

.plCard{
  width:100%;
  max-width:250px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  padding:18px 18px 16px;
  text-align:center;
  min-height:330px;
  position:relative;
}

.plLogo{
  height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:6px;
}
.plLogo img{
  max-width:170px;
  max-height:78px;
  width:auto;
  height:auto;
  display:block;
}

.plTitle{
  margin:10px 0 10px;
  font-size:11px;
  font-weight:700;
  color:#2b2f35;
  letter-spacing:.2px;
}

.plList{
  margin:0;
  padding:0 0 0 16px;
  text-align:left;
  font-size:9.5px;
  color:#6b7787;
  line-height:1.6;
  min-height:150px;
}
.plList li{ margin:4px 0; }

.plBtn{
  display:inline-block;
  margin-top:14px;
  padding:6px 12px;
  border-radius:999px;
  border:2px solid #e25b5b;
  color:#e25b5b;
  text-decoration:none;
  font-size:9px;
  font-weight:700;
  letter-spacing:.25px;
  background:#fff;
}
.plBtn:hover{
  background:#fff5f5;
}

/* Make the last row (2 cards) sit left like screenshot */
@media (min-width: 980px){
  .plGrid > article:nth-last-child(2){
    justify-self:start;
  }
  .plGrid > article:last-child{
    justify-self:center;
  }
}

/* Responsive */
@media (max-width: 980px){
  .plGrid{ grid-template-columns: repeat(2, 1fr); }
  .plCard{ max-width:320px; }
}
@media (max-width: 620px){
  .plGrid{ grid-template-columns: 1fr; }
  .plCard{ max-width:420px; }
}

/* =========================
   CONTACT PAGE
   ========================= */

.contactSection{
  background:#efefef;
  padding:40px 0 60px;
}

.contactCard{
  max-width:720px;
  margin:0 auto;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}

.contactHeader{
  background:#bcbcbc;
  color:#2b2f35;
  text-align:center;
  font-weight:700;
  padding:10px 0;
  font-size:14px;
  border-top:1px solid rgba(0,0,0,.15);
}

.contactRow{
  display:flex;
  justify-content:space-between;
  padding:10px 16px;
  border-bottom:1px solid rgba(0,0,0,.08);
  font-size:12px;
  color:#555;
}

.contactRow span{
  font-weight:500;
}

.contactRow a{
  color:#2c74b7;
  text-decoration:none;
}

.contactRow a:hover{
  text-decoration:underline;
}

.contactRow--center{
  justify-content:center;
}