* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #18213d;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

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

.container {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}


/* HEADER */

.site-header {
  height: 82px;
  background: #fff;
  border-bottom: 1px solid #e9ebf2;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 190px;
  height: auto;
  display: block;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #2a396d;
}

.nav nav a:hover {
  color: #eca520;
}

.nav-cta {
  background: #2a396d;
  color: #fff !important;
  padding: 11px 17px;
  border-radius: 5px;
}

.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 24px;
  color: #2a396d;
}


/* GENERAL */

.eyebrow {
  font-size: 11px;
  letter-spacing: 2.2px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  display: block;
  width: 28px;
  height: 3px;
  background: #eca520;
}

.eyebrow.dark {
  color: #2a396d;
}

.section {
  padding: 105px 0;
}


/* BUTTONS */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  padding: 14px 22px;
  border-radius: 5px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}

.button.primary {
  background: #eca520;
  color: #2a396d;
}

.button.ghost {
  border: 1px solid #7781a5;
  color: #fff;
}


/* HERO */

.hero {
  background: #2a396d;
  color: #fff;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 60px;
  align-items: center;
}

.hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.03;
  letter-spacing: -3px;
  margin: 25px 0;
}

.hero h1 em {
  color: #eca520;
  font-style: normal;
}

.hero-copy > p {
  max-width: 610px;
  color: #d9deed;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 32px 0 48px;
}

.trust-row {
  display: flex;
  gap: 40px;
}

.trust-row div {
  display: grid;
  gap: 2px;
}

.trust-row strong {
  font-family: Manrope;
  font-size: 19px;
}

.trust-row span {
  font-size: 12px;
  color: #aeb7d0;
}

.hero-art {
  height: 470px;
  position: relative;
}

.orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.orb-one {
  width: 390px;
  height: 390px;
  right: 20px;
  top: 30px;
}

.orb-two {
  width: 250px;
  height: 250px;
  right: 90px;
  top: 100px;
  border-color: rgba(236, 165, 32, 0.38);
}

.art-card {
  position: absolute;
  right: 75px;
  top: 120px;
  width: 280px;
  height: 230px;
  background: #fff;
  color: #2a396d;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
}

.art-icon {
  position: absolute;
  top: 28px;
  left: 30px;
  font-family: Manrope;
  font-size: 70px;
  color: #eca520;
  line-height: 1;
}

.art-card p {
  font-size: 17px;
}

.art-card strong {
  font-family: Manrope;
  font-size: 24px;
}

.art-line {
  position: absolute;
  width: 170px;
  height: 3px;
  background: #eca520;
  right: 0;
  bottom: 55px;
}


/* ABOUT */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.section h2,
.contact h2 {
  font-family: Manrope;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 18px 0;
}

.section-copy {
  font-size: 17px;
  color: #5d657b;
  padding-top: 25px;
}


/* PRODUCTS */

.products {
  background: #f5f6f9;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 48px;
}

.section-heading > p {
  max-width: 350px;
  color: #697187;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card {
  background: #fff;
  padding: 30px;
  min-height: 300px;
  border-top: 4px solid #2a396d;
  display: flex;
  flex-direction: column;
}

.product-card.featured {
  border-top-color: #eca520;
}

.number {
  font-size: 12px;
  color: #eca520;
  font-weight: 800;
}

.product-card h3 {
  font-family: Manrope;
  font-size: 27px;
  margin: 35px 0 8px;
}

.product-card p {
  font-size: 14px;
  color: #687085;
}

.product-card a {
  margin-top: auto;
  font-weight: 800;
  color: #2a396d;
}


/* SUPPLIERS */

.suppliers {
  background: #fff;
}

.supplier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.supplier-grid p {
  color: #697187;
  font-size: 17px;
}

.supplier-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #d9dce5;
  margin-top: 28px;
}

.supplier-list span {
  padding: 18px 0;
  border-bottom: 1px solid #d9dce5;
  font-family: Manrope;
  font-weight: 800;
  color: #2a396d;
}

.supplier-grid small {
  display: block;
  margin-top: 18px;
  color: #8a90a0;
}


/* INDUSTRIES */

.industries {
  background: #2a396d;
  color: #fff;
}

.industries h2 {
  max-width: 720px;
}

.industry-grid {
  margin-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.industry-grid div {
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Manrope;
  font-size: 21px;
  display: flex;
  justify-content: space-between;
}

.industry-grid span {
  color: #eca520;
  font-size: 12px;
}


/* WHY */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.why-grid > div {
  border-top: 1px solid #d9dce5;
  padding-top: 24px;
}

.why-grid b {
  color: #eca520;
}

.why-grid h3 {
  font-family: Manrope;
  font-size: 23px;
}

.why-grid p {
  color: #697187;
}


/* CONTACT */

.contact {
  background: #eca520;
  color: #2a396d;
  padding: 105px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 100px;
}

.contact h2 {
  max-width: 650px;
}

.contact .eyebrow {
  transform: translateX(-38px);
}

.contact p {
  max-width: 550px;
}

.contact-details {
  display: grid;
  gap: 15px;
  margin-top: 45px;
}

.contact-details div {
  display: grid;
}

.contact-details a {
  width: fit-content;
}

.contact-details small {
  font-weight: 800;
  letter-spacing: 1.5px;
  font-size: 10px;
}

.quote-form {
  background: #fff;
  padding: 32px;
  display: grid;
  gap: 15px;
  border-radius: 4px;
}

.form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.form-status.success {
  color: #17643a;
  background: #e7f6ed;
}

.form-status.error {
  color: #a92d20;
  background: #fff0ed;
}

.quote-form label {
  font-size: 12px;
  font-weight: 800;
  display: grid;
  gap: 6px;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-privacy {
  margin: -2px 0 0;
  color: #697187;
  font-size: 11px;
  line-height: 1.5;
}

.required-mark {
  color: #c5422f;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #d9dce5;
  padding: 12px;
  font: inherit;
  color: #2a396d;
  background: #fff;
  border-radius: 3px;
}

.phone-input {
  display: flex;
  align-items: stretch;
}

.phone-input > span {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d9dce5;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  color: #2a396d;
  background: #f5f6f9;
  font-size: 14px;
  font-weight: 700;
}

.phone-input input {
  border-radius: 0 3px 3px 0;
}

.quote-form .button {
  margin-top: 5px;
}

.turnstile-wrap {
  min-height: 0;
}

.form-security-note {
  margin: 0;
  color: #a92d20;
  font-size: 13px;
  line-height: 1.45;
}

.quote-modal[hidden] {
  display: none;
}

.quote-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(18, 28, 61, .62);
}

.quote-modal-card {
  position: relative;
  width: min(100%, 460px);
  padding: 42px 36px 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(10, 20, 55, .28);
}

.quote-modal-eyebrow {
  margin: 0 0 10px;
  color: #bf8320;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.quote-modal h3 {
  margin: 0 0 12px;
  color: #2a396d;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.quote-modal p:not(.quote-modal-eyebrow) {
  margin: 0 0 24px;
  color: #5f6677;
  line-height: 1.6;
}

.quote-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #2a396d;
  background: #f0f2f7;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}


/* FOOTER */

footer {
  background: #fff;
}

.footer {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #697187;
  font-size: 12px;
}

.footer img {
  width: 160px;
}

.footer a {
  color: #2a396d;
  font-weight: 800;
}


/* PRICE LIST PAGE */

.price-hero {
  background: #2a396d;
  color: #fff;
  padding: 100px 0;
}

.price-hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(46px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -3px;
  margin: 25px 0 18px;
}

.price-hero h1 em {
  color: #eca520;
  font-style: normal;
}

.price-hero p {
  max-width: 620px;
  color: #d9deed;
  font-size: 17px;
}

.price-section {
  background: #f5f6f9;
}

.price-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px;
}

.price-header h2 {
  margin-bottom: 0;
}

.price-date {
  text-align: right;
  display: grid;
  gap: 4px;
}

.price-date small {
  font-size: 10px;
  letter-spacing: 1.5px;
  font-weight: 800;
  color: #697187;
}

.price-date strong {
  font-family: Manrope, sans-serif;
  color: #2a396d;
  font-size: 17px;
}

.price-table-wrapper {
  background: #fff;
  border-top: 4px solid #eca520;
  overflow-x: auto;
  box-shadow: 0 15px 40px rgba(24, 33, 61, 0.06);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.price-table th {
  background: #2a396d;
  color: #fff;
  padding: 19px 25px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-table td {
  padding: 23px 25px;
  border-bottom: 1px solid #e5e7ed;
  color: #5d657b;
  font-size: 15px;
}

.price-table td:first-child {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  color: #2a396d;
  font-size: 17px;
}

.price-table td:nth-child(2) {
  font-family: Manrope, sans-serif;
  font-weight: 800;
  color: #2a396d;
  font-size: 17px;
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.price-table tbody tr:hover {
  background: #fafbfc;
}

.price-note {
  margin-top: 30px;
  padding: 24px 28px;
  background: #fff;
  border-left: 4px solid #eca520;
}

.price-note strong {
  color: #2a396d;
  font-family: Manrope, sans-serif;
}

.price-note p {
  margin: 6px 0 0;
  color: #697187;
  font-size: 14px;
}

.price-actions {
  display: flex;
  gap: 14px;
  margin-top: 35px;
}

.price-back {
  border: 1px solid #cfd3de;
  color: #2a396d;
}


/* RESPONSIVE */

@media (max-width: 850px) {

  .nav nav {
    display: none;
  }

  .nav nav.open {
    display: flex;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
  }

  .menu {
    display: block;
  }

  .hero-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 80px 0;
  }

  .hero-art {
    height: 360px;
  }

  .cards {
    grid-template-columns: 1fr 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .contact-grid {
    gap: 50px;
  }

  .supplier-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

}

@media (max-width: 650px) {

  .price-hero {
    padding: 75px 0;
  }

  .price-hero h1 {
    letter-spacing: -2px;
  }

  .price-header {
    display: block;
  }

  .price-date {
    text-align: left;
    margin-top: 20px;
  }

  .price-table th,
  .price-table td {
    padding: 16px;
  }

  .price-table th {
    font-size: 10px;
  }

  .price-table td {
    font-size: 14px;
  }

  .price-actions {
    flex-direction: column;
  }

  .price-actions .button {
    width: 100%;
  }

}

@media (max-width: 550px) {

  .container {
    width: min(100% - 32px, 1160px);
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .hero-art {
    display: none;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .trust-row {
    gap: 18px;
    flex-wrap: wrap;
  }

  .section {
    padding: 75px 0;
  }

  .footer {
    flex-wrap: wrap;
    padding: 20px 0;
  }

}
