* {
  box-sizing: border-box;
}

:root {
  --gold: #cda45d;
  --gold-light: #ffd466;
  --black: #000;
  --white: #f4f4f4;
  --muted: #d8d8d8;
  --line: #cfcfcf;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

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

.site-header {
  min-height: 101px;
  background: var(--gold);
  color: #0a0a0a;
}

.header-inner {
  width: min(1068px, calc(100% - 40px));
  min-height: 101px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: 8px;
  font-size: 13px;
  font-weight: 500;
}

.main-nav a {
  padding: 38px 0;
}

.main-nav a.active {
  color: #212a82;
}

.header-contact {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.phone-pill {
  display: inline-flex;
  min-width: 226px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 30px 0 30px 0;
  background: var(--gold-light);
  font-size: 17px;
  font-weight: 900;
}

.email-link {
  font-size: 13px;
}

main {
  padding-bottom: 135px;
}

.hero {
  width: min(1077px, 100%);
  margin: 13px auto 0;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

.narrow-section {
  width: min(1076px, calc(100% - 40px));
  margin: 0 auto;
  text-align: center;
}

.intro {
  padding-top: 54px;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 26px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

h2 {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}

.narrow-section p {
  margin: 0 auto 28px;
  max-width: 1070px;
}

.two-column {
  width: min(1060px, calc(100% - 40px));
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 132px;
}

.two-column article {
  text-align: left;
}

.two-column h2 {
  text-align: center;
}

.two-column p {
  margin-bottom: 0;
}

.products {
  width: min(1060px, calc(100% - 40px));
  margin: 125px auto 0;
  text-align: center;
}

.section-lead {
  margin-bottom: 61px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 20px;
}

.product-card {
  min-height: 267px;
  padding: 15px 16px 13px;
  border: 3px solid var(--line);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-card h3 {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.product-card p {
  width: 100%;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.65;
}

.product-card a {
  margin-top: auto;
  display: inline-flex;
  min-width: 113px;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.global {
  padding-top: 100px;
}

.global h2,
.clients h2 {
  margin-bottom: 30px;
}

.clients {
  padding-top: 117px;
}

.clients ul {
  width: min(850px, 100%);
  margin: 27px auto 0;
  padding-left: 21px;
  text-align: left;
}

.about-page main {
  padding-bottom: 141px;
}

.about-intro {
  padding-top: 17px;
}

.about-intro .eyebrow {
  margin-bottom: 18px;
  font-size: 23px;
}

.about-intro h1 {
  margin-bottom: 25px;
  font-size: 31px;
}

.about-intro p {
  max-width: 1072px;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.76;
}

.values-grid {
  width: min(1057px, calc(100% - 40px));
  margin: 112px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 20px;
}

.value-card {
  min-height: 271px;
  padding: 13px 12px 20px;
  border: 3px solid var(--line);
  text-align: left;
}

.value-card h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
}

.value-card p,
.value-card li {
  font-size: 15px;
  line-height: 1.66;
}

.value-card p {
  margin-bottom: 0;
}

.mission-card {
  grid-column: 1 / -1;
  min-height: 285px;
}

.mission-card h2 {
  margin-bottom: 26px;
}

.mission-card p {
  margin-bottom: 31px;
}

.mission-card ul {
  margin: 0;
  padding-left: 20px;
}

.about-copy {
  padding-top: 96px;
}

.about-copy h2 {
  margin-bottom: 24px;
  font-size: 22px;
}

.about-copy p {
  max-width: 1072px;
  font-size: 15px;
  line-height: 1.66;
}

.quality-copy {
  padding-top: 100px;
}

.products-page main {
  padding-bottom: 130px;
}

.products-page-intro {
  padding-top: 18px;
}

.products-page-intro h1 {
  margin-bottom: 23px;
  font-size: 25px;
}

.products-page-intro p {
  max-width: 940px;
  font-size: 16px;
}

.product-detail-grid {
  width: min(1058px, calc(100% - 40px));
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
}

.product-detail-card {
  min-height: 385px;
  padding: 12px 12px 11px;
  border: 3px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.product-detail-card h2 {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
}

.product-detail-card p {
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.65;
}

.product-detail-card a {
  margin-top: auto;
  display: inline-flex;
  min-width: 116px;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.clients-page main {
  min-height: 407px;
  padding-bottom: 0;
}

.clients-page-content {
  width: min(1072px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 17px;
  text-align: center;
}

.clients-page-content h1 {
  margin-bottom: 27px;
  font-size: 25px;
}

.clients-page-content p {
  margin: 0 auto 31px;
  font-size: 17px;
  line-height: 1.6;
}

.clients-page-content ul {
  width: min(794px, 100%);
  margin: 0 auto;
  padding-left: 25px;
  text-align: left;
  font-size: 18px;
  line-height: 1.65;
}

.clients-spacer {
  min-height: 104px;
  background: #fff;
}

.contact-page main {
  min-height: 512px;
  padding-bottom: 0;
}

.contact-content {
  width: min(1054px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 18px;
}

.contact-content h1 {
  margin-bottom: 42px;
  text-align: center;
  font-size: 48px;
  line-height: 1.15;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 76px;
  align-items: start;
}

.contact-list {
  margin: 17px 0 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 1.65;
}

.contact-list li {
  padding-left: 4px;
}

.contact-list a {
  color: var(--white);
}

.map-link {
  display: block;
  width: 520px;
}

.map-link img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-page main {
  padding-bottom: 45px;
}

.product-detail-content {
  width: min(1072px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 16px;
  font-size: 16px;
  line-height: 1.62;
}

.product-detail-content h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 43px;
}

.product-detail-content h2 {
  margin: 0 0 20px;
  color: #080b13;
  font-size: 24px;
  line-height: 1.25;
}

.product-detail-content p {
  margin-bottom: 32px;
}

.product-detail-content ol,
.product-detail-content ul {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 22px;
}

.product-detail-content ol > li {
  margin-bottom: 2px;
}

.product-detail-content ul ul,
.product-detail-content ol ul {
  margin-bottom: 0;
  padding-left: 25px;
}

.product-detail-content a {
  color: #04045e;
}

.product-detail-content hr {
  margin: 0 0 8px;
  border: 0;
  border-top: 2px solid #d7d7d7;
}

.site-footer {
  background: #efefef;
  color: #6d6d6d;
  font-weight: 700;
}

.footer-main {
  background: var(--gold);
  color: #777;
}

.footer-inner {
  width: min(1068px, calc(100% - 40px));
  min-height: 225px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.footer-inner img {
  display: block;
  width: 305px;
  height: auto;
}

address {
  margin: 0;
  min-width: 340px;
  color: #767676;
  font-style: normal;
  font-size: 14px;
  line-height: 1.72;
}

address a,
address strong {
  color: #4f4f4f;
}

.copyright {
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  text-align: center;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
}

.copyright strong {
  color: #172076;
  font-weight: 900;
}

@media (max-width: 980px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    padding: 18px 0;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-left: 0;
  }

  .main-nav a {
    padding: 0;
  }

  .header-contact {
    margin-left: 0;
    gap: 18px;
  }

  .two-column {
    gap: 48px;
  }

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

  .values-grid {
    gap: 24px;
  }

  .product-detail-grid {
    gap: 28px 20px;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 13px;
  }

  .header-inner,
  .narrow-section,
  .two-column,
  .products,
  .footer-inner {
    width: min(100% - 26px, 1068px);
  }

  .brand img {
    width: 210px;
  }

  .header-contact {
    flex-direction: column;
  }

  .phone-pill {
    min-width: 204px;
    min-height: 48px;
  }

  .intro {
    padding-top: 44px;
  }

  h1 {
    font-size: 22px;
  }

  .two-column,
  .values-grid,
  .product-detail-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .mission-card {
    grid-column: auto;
  }

  .two-column,
  .products {
    margin-top: 72px;
  }

  .values-grid {
    margin-top: 72px;
  }

  .product-detail-grid {
    margin-top: 42px;
  }

  .clients-page main {
    min-height: 360px;
  }

  .clients-page-content h1 {
    font-size: 22px;
  }

  .clients-page-content p,
  .clients-page-content ul {
    font-size: 15px;
  }

  .clients-spacer {
    min-height: 70px;
  }

  .contact-page main {
    min-height: 0;
    padding-bottom: 70px;
  }

  .contact-content h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contact-list {
    font-size: 15px;
  }

  .map-link {
    width: 100%;
  }

  .product-detail-content {
    font-size: 14px;
  }

  .product-detail-content h1 {
    font-size: 34px;
  }

  .product-detail-content h2 {
    font-size: 20px;
  }

  .about-intro .eyebrow {
    font-size: 19px;
  }

  .about-intro h1 {
    font-size: 22px;
  }

  .about-copy,
  .quality-copy {
    padding-top: 72px;
  }

  .global,
  .clients {
    padding-top: 76px;
  }

  main {
    padding-bottom: 80px;
  }

  .footer-inner {
    min-height: 250px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 34px 0;
  }

  .footer-inner img {
    width: 500px;
  }

  address {
    min-width: 0;
  }
}
