* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #18181b;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  background: #000;
}

.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0.8;
  box-shadow: 0 8px 6px -6px #000;
}

.site-header.is-sticky .header-inner {
  min-height: 75px;
}

.site-header.is-sticky .logo img {
  width: 190px;
}

body.has-sticky-header {
  padding-top: 107px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  min-height: 107px;
  margin: 0 auto;
  padding: 0;
}

.logo img {
  width: 262px;
  height: auto;
  margin: 15px 0;
}

.desktop-nav {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  gap: 23px;
}

.desktop-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav a.active,
.desktop-nav a:hover,
.mobile-nav a.active,
.mobile-nav a:hover {
  color: #f00;
}

.menu-toggle {
  display: none;
  width: 32px;
  height: 26px;
  padding: 4px;
  border: 0;
  background: #fff;
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 3px 0;
  background: #111;
}

.mobile-nav {
  display: none;
  background: #000;
  border-top: 1px solid #333;
}

.mobile-nav a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
}

.mobile-actions {
  display: none;
  padding: 7px 0 8px;
  background: #fff;
  text-align: center;
}

.mobile-actions a {
  display: block;
  width: 150px;
  margin: 0 auto 7px;
}

.mobile-actions a:last-child {
  margin-bottom: 0;
}

.hero {
  position: relative;
  min-height: 460px;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.19), rgba(255,255,255,0.19)), url("../images/header2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.home-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}

.phone-pill {
  position: absolute;
  top: 0;
  right: calc((100% - min(1300px, 100%)) / 2 + 35px);
  display: inline-block;
  min-width: 144px;
  padding: 10px 20px 12px;
  color: #fff;
  background: #971725;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.hero-content {
  width: min(950px, 88%);
  margin-top: 10px;
  text-align: center;
  transform: translateY(-25px);
}

.hero-content h1 {
  margin: 0 0 17px;
  color: #000;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.hero-content p {
  max-width: 800px;
  margin: 0 auto;
  color: rgba(0,0,0,0.6);
  font-size: 18px;
  line-height: 1.45;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.intro-band {
  background: #e2e2e9;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 165px;
  align-items: center;
  gap: 60px;
  padding: 40px 0 39px;
  width: 80%;
}

.intro-grid h2 {
  margin: 0 0 4px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
}

.intro-grid p {
  margin: 0;
  color: rgba(0,0,0,0.55);
  font-size: 18px;
  line-height: 1.45;
}

.red-button {
  display: inline-block;
  justify-self: center;
  padding: 14px 25px;
  color: #fff;
  background: #e02b20;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.products-section {
  padding: 95px 0 95px;
}

.products-section h3 {
  margin: 0 0 56px;
  color: #f00;
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

.product-image,
.product-card {
  min-height: 310px;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.product-image img {
  width: 100%;
  height: 310px;
  object-fit: contain;
}

.product-card {
  padding: 18px 40px 20px;
  background: #ffe6e6;
}

.product-card h4 {
  margin: 0 0 10px;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.15;
}

.product-card p {
  margin: 0;
  color: rgba(0,0,0,0.77);
  font-size: 19px;
  line-height: 1.38;
}

.order-band {
  padding: 5% 0;
  background-image: url("../images/header1-1.jpg");
  background-position: center center;
  background-size: cover;
}

.order-grid {
  display: grid;
  grid-template-columns: 1fr 190px;
  align-items: center;
  gap: 65px;
  padding: 25px 0;
}

.order-grid h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
}

.order-grid p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.site-footer {
  padding: 10px 0 83px;
  color: #fff;
  background: #000;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1300px;
  width: 95%;
}

.site-footer section {
  padding: 0 15px;
}

.site-footer h2 {
  position: relative;
  margin: 0 0 15px;
  padding: 30px 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
}

.site-footer h2::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 42px;
  height: 3px;
  background: #666;
  content: "";
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li,
.qr-box {
  position: relative;
  margin-top: 5px;
  min-height: 42px;
  color: #fff;
  background: rgba(255,255,255,0.4);
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
}

.footer-list li {
  padding: 0 5px 0 47px;
}

.footer-list .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  color: #fff;
  background: rgba(0,0,0,0.2);
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}

.footer-list.hours li {
  display: grid;
  grid-template-columns: 47px 1fr 1fr;
  padding: 0;
}

.footer-list.hours .icon {
  position: static;
  width: 40px;
}

.qr-box {
  padding: 20px 0 12px;
  text-align: center;
  line-height: 1.3;
}

.qr-box img {
  width: 68px;
  height: 68px;
  margin: 0 auto;
}

.qr-box p {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 400;
}

.copyright {
  padding: 10px 0;
  color: #d6d6d6;
  background: #353535;
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.contact-banner {
  position: relative;
  padding: 34px 0 35px;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.29), rgba(0,0,0,0.3)), url("../images/banner-1.jpg");
  background-position: center 47%;
  background-size: cover;
}

.contact-banner h1 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.contact-banner .container {
  width: 80%;
  max-width: 1080px;
}

.contact-content {
  padding: 82px 0 87px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 85px;
}

.form-panel h2,
.location-panel h2 {
  margin: 0 0 32px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.form-panel h2 {
  color: #4a4a4a;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.two-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 86px;
}

.form-panel input,
.form-panel textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  color: #555;
  font: 14px Arial, sans-serif;
}

.form-panel input {
  height: 24px;
  padding: 1px 3px;
}

.form-panel textarea {
  height: 98px;
  margin-top: 28px;
  padding: 5px 3px;
  resize: vertical;
}

.form-panel button {
  display: block;
  margin: 31px auto 20px;
  padding: 10px 16px;
  color: #fff;
  background: #e60000;
  border: 0;
  border-radius: 3px;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}

.jotform-bar {
  display: grid;
  grid-template-columns: 205px 1fr 230px;
  align-items: center;
  min-height: 58px;
  padding: 0 14px;
  color: #fff;
  background: #0b1558;
  font-size: 14px;
  font-weight: 400;
}

.jotform-bar span:first-child {
  font-size: 28px;
  font-weight: 700;
}

.jotform-bar b {
  color: #ff7f2a;
}

.jotform-button {
  justify-self: end;
  width: 216px;
  padding: 10px 0;
  background: #5fbf00;
  border-radius: 3px;
  text-align: center;
}

.location-panel p {
  margin: 0 0 19px;
  color: #111;
  font-size: 16px;
  line-height: 1.35;
}

.location-panel p:last-child {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.map-section iframe {
  display: block;
}

@media (min-width: 1301px) {
  .phone-pill {
    right: calc((100% - 1300px) / 2);
  }
}

@media (max-width: 1024px) {
  .header-inner {
    min-height: 84px;
    padding: 0;
  }

  .site-header.is-sticky .header-inner {
    min-height: 75px;
  }

  .logo img {
    width: 230px;
    margin: 15px 0;
  }

  .desktop-nav {
    padding-right: 10px;
  }

  .desktop-nav a {
    font-size: 12px;
  }

  .hero {
    min-height: 420px;
    background-size: auto 420px;
    background-position: center 84px;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .product-card {
    padding-right: 38px;
    padding-left: 38px;
  }

  .product-card p {
    font-size: 19px;
  }

  .footer-grid {
    width: 98%;
    gap: 20px;
  }

  .site-footer section {
    padding: 0;
  }

  .footer-list li,
  .qr-box {
    font-size: 13px;
  }
}

@media (max-width: 768px) and (min-width: 501px) {
  .header-inner {
    min-height: 55px;
    padding: 0 7px;
  }

  .logo img {
    width: 164px;
    margin: 7px 0;
  }

  body.has-sticky-header {
    padding-top: 55px;
  }

  .site-header.is-sticky .header-inner {
    min-height: 55px;
  }

  .site-header.is-sticky .logo img {
    width: 164px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .hero {
    min-height: 251px;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }

  .home-hero {
    padding-top: 0;
  }

  .hero-content {
    transform: none;
  }

  .phone-pill,
  .mobile-actions {
    display: none;
  }

  .intro-grid {
    display: block;
    width: 80%;
    padding: 26px 0 29px;
    text-align: center;
  }

  .intro-grid h2 {
    font-size: 26px;
  }

  .intro-grid p {
    max-width: none;
    font-size: 16px;
  }

  .intro-grid .red-button {
    margin-top: 24px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid > :nth-child(1) { order: 1; }
  .product-grid > :nth-child(2) { order: 2; }
  .product-grid > :nth-child(5) { order: 3; }
  .product-grid > :nth-child(6) { order: 4; }
  .product-grid > :nth-child(3) { order: 5; }
  .product-grid > :nth-child(4) { order: 6; }
  .product-grid > :nth-child(7) { order: 7; }
  .product-grid > :nth-child(8) { order: 8; }
  .product-grid > :nth-child(9) { order: 9; }
  .product-grid > :nth-child(10) { order: 10; }
  .product-grid > :nth-child(11) { order: 11; }
  .product-grid > :nth-child(12) { order: 12; }

  .site-footer {
    padding: 10px 13px 81px;
  }

  .footer-grid {
    display: block;
    width: 100%;
  }

  .site-footer section {
    padding: 0;
    margin-bottom: 40px;
  }

  .site-footer section:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 12px;
    line-height: 1.5;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .header-inner {
    min-height: 51px;
    padding: 0 7px;
  }

  .site-header.is-sticky .header-inner {
    min-height: 51px;
  }

  .site-header.is-sticky .logo img {
    width: 164px;
  }

  body.has-sticky-header {
    padding-top: 51px;
  }

  .logo img {
    width: 164px;
    height: auto;
    margin: 7px 0;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
    width: 30px;
    height: 26px;
    padding: 2px;
  }

  .mobile-nav.is-open {
    display: block;
  }

  .mobile-actions {
    display: block;
  }

  .hero {
    min-height: 191px;
    background-attachment: scroll;
    background-size: cover;
    background-position: 68% center;
  }

  .home-hero {
    align-items: flex-start;
    padding-top: 33px;
  }

  .phone-pill {
    display: none;
  }

  .hero-content {
    width: 81%;
    margin-top: 0;
    transform: none;
  }

  .hero-content h1 {
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 1.02;
  }

  .hero-content p {
    max-width: 260px;
    font-size: 8px;
    line-height: 1.35;
    font-weight:400;
  }

  .intro-grid {
    display: block;
    padding: 25px 37px 31px;
    text-align: left;
  }

  .intro-grid h2 {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.12;
  }

  .intro-grid p {
    font-size: 12px;
    line-height: 1.45;
  }

  .intro-grid .red-button {
    display: block;
    width: 96px;
    margin: 18px auto 0;
    padding: 10px 0;
    font-size: 10px;
  }

  .products-section {
    padding: 68px 0 66px;
  }

  .products-section h3 {
    margin: 0 0 27px;
    font-size: 20px;
  }

  .product-grid {
    display: block;
    border-left: 0;
  }

  .product-image,
  .product-card {
    min-height: 0;
    border-right: 0;
  }

  .product-image img {
    width: 100%;
    height: 315px;
    min-height: 0;
    object-fit: contain;
  }

  .product-grid > :nth-child(1) { order: 1; }
  .product-grid > :nth-child(5) { order: 2; }
  .product-grid > :nth-child(2) { order: 3; }
  .product-grid > :nth-child(6) { order: 4; }
  .product-grid > :nth-child(3) { order: 5; }
  .product-grid > :nth-child(7) { order: 6; }
  .product-grid > :nth-child(4) { order: 7; }
  .product-grid > :nth-child(8) { order: 8; }
  .product-grid > :nth-child(9) { order: 9; }
  .product-grid > :nth-child(10) { order: 10; }
  .product-grid > :nth-child(11) { order: 11; }
  .product-grid > :nth-child(12) { order: 12; }

  .product-grid {
    display: flex;
    flex-direction: column;
  }

  .product-card {
    min-height: 0;
    padding: 14px 35px 18px;
  }

  .product-card h4 {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.12;
  }

  .product-card p {
    font-size: 11px;
    line-height: 1.32;
  }

  .order-band {
    padding: 30px 0 24px;
    background-position: center center;
  }

  .order-grid {
    display: block;
    padding: 0 0 0 35px;
  }

  .order-grid h3 {
    max-width: 145px;
    font-size: 18px;
    line-height: 1.1;
  }

  .order-grid p {
    width: 190px;
    font-size: 10px;
    line-height: 1.15;
  }

  .order-grid .red-button {
    display: block;
    width: 92px;
    margin: 2px auto 0;
    padding: 9px 0;
    font-size: 12px;
  }

  .site-footer {
    padding: 10px 13px 81px;
  }

  .footer-grid {
    display: block;
    width: 100%;
  }

  .site-footer section {
    padding: 0;
    margin-bottom: 48px;
  }

  .site-footer section:last-child {
    margin-bottom: 0;
  }

  .site-footer h2 {
    padding: 30px 0 15px;
    font-size: 16px;
  }

  .footer-list li,
  .qr-box {
    font-size: 10px;
  }

  .footer-list.hours li {
    grid-template-columns: 47px 1fr 1fr;
  }

  .qr-box img {
    width: 68px;
    height: 68px;
  }

  .qr-box p {
    font-size: 12px;
  }

  .copyright {
    font-size: 10px;
  }

  .contact-banner {
    padding: 8px 0 16px;
    background-position: center 48%;
  }

  .contact-banner h1 {
    padding-left: 39px;
    font-size: 24px;
  }

  .contact-banner .container,
  .intro-grid {
    width: 100%;
    max-width: none;
  }

  .contact-content {
    padding: 75px 0 445px;
  }

  .contact-grid {
    display: block;
    width: auto;
    margin: 0;
  }

  .form-panel,
  .location-panel {
    padding: 0 24px;
  }

  .form-panel h2 {
    margin-bottom: 18px;
    padding-bottom: 25px;
    font-size: 18px;
  }

  .two-fields {
    display: block;
  }

  .form-panel input {
    height: 22px;
    margin-bottom: 11px;
    border-radius: 4px;
  }

  .form-panel textarea {
    height: 94px;
    margin-top: 0;
    border-radius: 4px;
  }

  .form-panel button {
    width: 100%;
    margin: 14px 0 23px;
    padding: 14px 0;
    font-size: 12px;
    border-radius: 3px;
  }

  .jotform-bar {
    grid-template-columns: 112px 1fr;
    min-height: 41px;
    margin: 0 -18px 29px;
    padding: 0 8px;
  }

  .jotform-copy {
    display: none;
  }

  .jotform-bar span:first-child {
    font-size: 21px;
  }

  .jotform-button {
    width: 137px;
    padding: 8px 0;
    font-size: 8px;
  }

  .location-panel {
    padding: 0 5px;
  }

  .location-panel h2 {
    margin-bottom: 31px;
    font-size: 21px;
  }

  .location-panel p {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.55;
  }

  .map-section {
    display: none;
  }
}
