/*
 * Metalworking pages.
 * Intentionally follows the restrained visual language of the home page:
 * white canvas, Open Sans / Exo 2, generous spacing and no card chrome.
 */

html {
  scroll-behavior: smooth;
}

body.vz-metalworking #secondary,
body.vz-metalworking aside.widget_product_categories,
body.vz-metalworking aside.widget_woocommerce_category {
  display: none !important;
}

body.vz-metalworking #primary,
body.vz-metalworking.page-template-default #primary {
  float: none !important;
  width: auto !important;
}

body.vz-metalworking #main.site-main {
  background: #fff !important;
  margin-top: 0 !important;
  padding-bottom: 64px;
}

body.vz-metalworking #main > .full-container {
  box-sizing: border-box;
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.vz-metal {
  color: var(--vz-text);
  font-family: "Open Sans", Arial, sans-serif;
  overflow: hidden;
  padding-top: 22px;
}

.vz-metal *,
.vz-metal *::before,
.vz-metal *::after {
  box-sizing: border-box;
}

.vz-metal a {
  text-decoration: none;
}

.vz-metal a:focus-visible,
.vz-metal button:focus-visible,
.vz-metal summary:focus-visible,
body.vz-metalworking .vz-product-inquiry :is(input, textarea, button):focus-visible {
  outline: 3px solid rgba(11, 104, 166, 0.34);
  outline-offset: 3px;
}

.vz-metal__breadcrumbs {
  align-items: center;
  color: var(--vz-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  line-height: 1.5;
  margin: 0 0 34px;
}

.vz-metal__breadcrumbs a {
  color: var(--vz-brand-strong);
}

.vz-metal__breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vz-metal-kicker {
  color: var(--vz-brand-strong) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  line-height: 1.4 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase;
}

.vz-metal-hero {
  align-items: center;
  background: #f8fafc;
  border: 0;
  border-radius: 12px;
  border-top: 4px solid var(--vz-brand);
  display: grid;
  gap: clamp(44px, 7vw, 88px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: 0;
  overflow: visible;
  padding: clamp(30px, 4vw, 50px);
  position: relative;
}

.vz-metal-hero::before {
  content: none;
}

.vz-metal-hero__copy {
  max-width: 690px;
  position: relative;
}

.vz-metal-hero .vz-metal-kicker {
  background: #e5f1f8;
  border-radius: 4px;
  display: inline-flex;
  padding: 7px 10px !important;
}

body.vz-metalworking #main.site-main .vz-metal h1,
body.vz-metalworking #main.site-main .vz-metal h2,
body.vz-metalworking #main.site-main .vz-metal h3 {
  color: #1e293b;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  text-transform: none;
}

body.vz-metalworking #main.site-main .vz-metal h1 {
  font-size: clamp(38px, 4.4vw, 56px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
  max-width: 18ch;
  text-wrap: balance;
}

.vz-metal-hero--detail h1 {
  font-size: clamp(36px, 4vw, 52px) !important;
  max-width: 18ch !important;
}

.vz-metal-hero__lead {
  color: #475569 !important;
  font-size: clamp(16px, 1.45vw, 19px) !important;
  line-height: 1.65 !important;
  margin: 22px 0 0 !important;
  max-width: 64ch;
  text-wrap: pretty;
}

.vz-metal-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
}

.vz-metal-button,
body.vz-metalworking #main.site-main a.vz-metal-button {
  align-items: center;
  background: var(--vz-brand-strong);
  border: 0;
  border-radius: 8px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  transition: background-color 180ms ease;
}

.vz-metal-button:hover,
body.vz-metalworking #main.site-main a.vz-metal-button:hover {
  background: var(--vz-brand);
  color: #fff !important;
}

.vz-metal-link {
  align-items: center;
  border: 1px solid var(--vz-brand-strong);
  border-radius: 8px;
  color: var(--vz-brand-strong) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  transition: background-color 180ms ease, color 180ms ease;
  text-underline-offset: 4px;
}

.vz-metal-link:hover {
  background: #eef6fb;
  color: var(--vz-brand-strong) !important;
  text-decoration: none;
}

.vz-metal-hero__media {
  align-self: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
  min-height: 330px;
  position: relative;
}

.vz-metal-hero__image,
.vz-metal-hero__single-image {
  background: #f1f5f7;
  border: 1px solid #d8e3ea;
  border-top: 4px solid #8bbbd8;
  inset: auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.vz-metal-hero__image--main,
.vz-metal-hero__image--secondary {
  border: 0;
  bottom: auto;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
}

.vz-metal-hero__badge {
  display: none;
}

.vz-metal-hero__single-image {
  align-self: stretch;
  min-height: 330px;
}

.vz-metal-hero__single-image::after {
  content: none;
}

.vz-metal-hero__single-image figcaption {
  bottom: 16px;
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.05em;
  position: absolute;
  text-transform: uppercase;
}

.vz-metal-placeholder {
  align-items: center;
  background: #f1f5f7;
  color: #475569;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: inherit;
  padding: 24px;
  text-align: center;
  width: 100%;
}

.vz-metal-placeholder::before,
.vz-metal-placeholder::after {
  content: none;
}

.vz-metal-placeholder > span {
  color: var(--vz-brand-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.vz-metal-placeholder > strong {
  color: #334155;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.vz-metal-placeholder > small {
  color: #64748b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 5px;
  text-transform: uppercase;
}

.vz-metal-placeholder--detail {
  min-height: 330px;
  padding: 34px;
}

.vz-metal-placeholder--detail > strong {
  font-size: clamp(20px, 2vw, 28px);
  max-width: 17ch;
}

.vz-metal-proof,
.vz-metal-specs {
  background: #12344b;
  border: 0;
  border-radius: 10px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 58px);
  padding: 24px 28px;
}

.vz-metal-proof > div,
.vz-metal-specs > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  padding: 0 24px;
}

.vz-metal-proof > div:first-child,
.vz-metal-specs > div:first-child {
  padding-left: 0;
}

.vz-metal-proof > div:last-child,
.vz-metal-specs > div:last-child {
  padding-right: 0;
}

.vz-metal-proof > div + div,
.vz-metal-specs > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.vz-metal-proof strong {
  color: #fff;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}

.vz-metal-proof span,
.vz-metal-specs span {
  color: #c6d6e0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.vz-metal-specs strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.vz-metal-section {
  margin-top: clamp(70px, 8vw, 104px);
}

.vz-metal-section--tinted {
  background: transparent;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.vz-metal-section__heading {
  display: grid;
  gap: 16px;
  grid-template-columns: 42px minmax(0, 1fr);
  margin-bottom: 34px;
  max-width: 900px;
}

.vz-metal-section__heading > .vz-metal-kicker,
.vz-metal-showcase__copy > .vz-metal-kicker,
.vz-metal-quote__copy > .vz-metal-kicker {
  align-items: center;
  background: #e5f1f8;
  border-radius: 6px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  margin: 2px 0 0 !important;
  width: 36px;
}

body.vz-metalworking #main.site-main .vz-metal h2 {
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
  text-wrap: balance;
}

.vz-metal-section__heading > div > p,
.vz-metal-showcase__copy > p:not(.vz-metal-kicker),
.vz-metal-quote__copy > p {
  color: #64748b !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin: 13px 0 0 !important;
  max-width: 68ch;
}

.vz-metal-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vz-metal-card {
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 10px;
  border-top: 3px solid #8bbbd8;
  color: var(--vz-text) !important;
  display: grid;
  gap: 15px;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  min-height: 0;
  overflow: hidden;
  min-height: 142px;
  padding: 24px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.vz-metal-card:hover,
.vz-metal-card:active {
  background: #f8fbfd;
  border-color: var(--vz-brand);
  box-shadow: none;
  color: var(--vz-brand-strong) !important;
  transform: none;
}

.vz-metal-card__media {
  align-self: start;
  background: transparent;
  display: block;
  overflow: visible;
}

.vz-metal-placeholder--card {
  align-items: flex-start;
  background: transparent;
  color: var(--vz-brand);
  font-size: 12px;
  justify-content: flex-start;
  min-height: 44px;
  padding: 3px 0 0;
  text-align: left;
}

.vz-metal-card:hover .vz-metal-placeholder--card {
  background: transparent;
  color: var(--vz-brand-strong);
}

.vz-metal-card__body {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 0;
}

.vz-metal-card__body strong {
  color: #1e293b;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.35;
  transition: color 180ms ease;
}

.vz-metal-card:hover .vz-metal-card__body strong {
  color: var(--vz-brand-strong);
}

.vz-metal-card__body > span {
  color: #64748b;
  display: block;
  font-size: 13px;
  line-height: 1.6;
  overflow: visible;
}

.vz-metal-card__arrow {
  align-self: start;
  color: var(--vz-brand);
  font-size: 17px;
  padding-top: 0;
  transition: color 180ms ease;
}

.vz-metal-card:hover .vz-metal-card__arrow {
  color: var(--vz-brand-strong);
  transform: none;
}

.vz-metal-showcase {
  align-items: center;
  background: #f8fafc;
  border-radius: 12px;
  border-top: 4px solid #d8e7ef;
  display: grid;
  gap: clamp(44px, 7vw, 88px);
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(28px, 4vw, 44px);
}

.vz-metal-showcase__gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 340px;
}

.vz-metal-showcase__gallery figure {
  background: #f1f5f7;
  border: 1px solid #d8e3ea;
  border-top: 3px solid #8bbbd8;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.vz-metal-showcase__gallery figure:nth-child(2),
.vz-metal-showcase__gallery figure:nth-child(3) {
  margin: 0;
}

.vz-metal-placeholder--gallery {
  min-height: 100%;
  padding: 18px;
}

.vz-metal-placeholder--gallery > strong {
  font-size: 14px;
}

.vz-metal-intro__grid {
  display: grid;
  gap: clamp(40px, 7vw, 88px);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  margin-left: 0;
}

.vz-metal-intro__text p {
  color: #475569 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0 0 18px !important;
  max-width: 70ch;
}

.vz-metal-capabilities,
.vz-metal-quote__list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vz-metal-capabilities {
  background: #f3f7fa;
  border-left: 4px solid var(--vz-brand);
  border-radius: 0 10px 10px 0;
  display: grid;
  gap: 18px;
  padding: 24px 26px !important;
}

.vz-metal-capabilities li {
  align-items: start;
  border: 0;
  color: #334155;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 22px minmax(0, 1fr);
  line-height: 1.55;
  padding: 0;
}

.vz-metal-capabilities li:last-child {
  border: 0;
}

.vz-metal-capabilities li span {
  color: var(--vz-brand);
}

.vz-metal-process__list {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.vz-metal-process__list li,
.vz-metal-process__list li:last-child {
  border: 0;
  border-top: 3px solid #b9d7e8;
  min-height: 0;
  padding: 18px 0 0;
}

.vz-metal-process__list li > span {
  color: var(--vz-brand);
  display: block;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  margin-bottom: 13px;
}

.vz-metal-process__list strong {
  color: #1e293b;
  display: block;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.vz-metal-process__list p {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.vz-metal-quote {
  background: #12344b;
  border: 0;
  border-radius: 12px;
  display: grid;
  gap: clamp(40px, 7vw, 88px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  padding: clamp(30px, 4vw, 48px);
}

body.vz-metalworking #main.site-main .vz-metal-quote h2 {
  color: #fff;
}

.vz-metal-quote__copy > p:not(.vz-metal-kicker) {
  color: #c6d6e0 !important;
}

.vz-metal-quote__copy > .vz-metal-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.vz-metal-quote__copy .vz-metal-button {
  margin-top: 24px;
}

.vz-metal-quote__list {
  align-self: center;
  display: grid;
  gap: 15px;
}

.vz-metal-quote__list li,
.vz-metal-quote__list li:first-child {
  align-items: start;
  border: 0;
  color: #fff;
  display: grid;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: 20px minmax(0, 1fr);
  line-height: 1.55;
  padding: 0;
}

.vz-metal-quote__list span {
  color: #74bee8;
}

body.vz-metalworking #main.site-main .vz-metal-quote a.vz-metal-button {
  background: #fff;
  color: #12344b !important;
}

body.vz-metalworking #main.site-main .vz-metal-quote a.vz-metal-button:hover {
  background: #e5f1f8;
  color: #12344b !important;
}

.vz-metal-related__list {
  border: 0;
  display: grid;
  gap: 14px 54px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vz-metal-related__list a,
.vz-metal-related__list a:nth-child(odd) {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5ec;
  border-radius: 8px;
  color: #334155 !important;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 14px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.vz-metal-related__list a:hover {
  background: #f8fbfd;
  border-color: var(--vz-brand);
  color: var(--vz-brand-strong) !important;
}

.vz-metal-related__list a span:last-child {
  color: var(--vz-brand);
}

.vz-metal-faq {
  display: grid;
  gap: clamp(38px, 7vw, 84px);
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

.vz-metal-faq .vz-metal-section__heading {
  display: grid;
  margin: 0;
}

.vz-metal-faq__list {
  border: 0;
}

.vz-metal-faq details {
  border-bottom: 1px solid #dbe5ec;
}

.vz-metal-faq details + details {
  margin-top: 10px;
}

.vz-metal-faq summary {
  align-items: center;
  color: #334155;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  min-height: 52px;
  padding: 4px 0;
}

.vz-metal-faq summary::-webkit-details-marker {
  display: none;
}

.vz-metal-faq summary span {
  color: var(--vz-brand);
  font-size: 22px;
  font-weight: 400;
  transition: transform 180ms ease;
}

.vz-metal-faq details[open] summary span {
  transform: rotate(45deg);
}

.vz-metal-faq details p {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  max-width: 65ch;
  padding: 3px 40px 14px 0;
}

/* Existing protected inquiry flow, visually reduced to the main-site style. */
body.vz-metalworking .vz-product-inquiry {
  background: #f8fafc;
  border: 1px solid #dbe5ec;
  border-radius: 12px;
  border-top: 4px solid var(--vz-brand);
  margin: clamp(76px, 9vw, 112px) 0 0;
  padding: clamp(28px, 4vw, 48px);
}

body.vz-metalworking .vz-product-inquiry__grid {
  display: grid;
  gap: clamp(40px, 7vw, 88px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(380px, 1.2fr);
}

body.vz-metalworking .vz-product-inquiry__heading h2 {
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.2 !important;
  margin: 0 0 14px !important;
}

body.vz-metalworking .vz-product-inquiry__heading > p {
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

body.vz-metalworking .vz-product-inquiry__aside {
  display: grid;
  gap: 10px;
  margin-top: 25px;
  padding-top: 0;
}

body.vz-metalworking .vz-product-inquiry__aside-label,
body.vz-metalworking .vz-product-inquiry__hours {
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.vz-metalworking .vz-product-inquiry__contact {
  align-items: center;
  color: var(--vz-brand-strong) !important;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  min-height: 44px;
}

body.vz-metalworking .vz-product-inquiry__contact svg {
  fill: currentColor;
  height: 17px;
  width: 17px;
}

body.vz-metalworking .vz-product-inquiry__form {
  align-content: start;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.vz-metalworking .vz-product-inquiry__field {
  display: grid;
  gap: 7px;
}

body.vz-metalworking .vz-product-inquiry__field--wide,
body.vz-metalworking .vz-product-inquiry__actions,
body.vz-metalworking .vz-product-inquiry__notice {
  grid-column: 1 / -1;
}

body.vz-metalworking .vz-product-inquiry__field > span {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

body.vz-metalworking .vz-product-inquiry__field b {
  color: #a33f32;
}

body.vz-metalworking .vz-product-inquiry :is(input[type="text"], input[type="tel"], input[type="email"], textarea) {
  background: #fff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: var(--vz-text) !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  min-height: 46px;
  padding: 11px 12px !important;
  width: 100% !important;
}

body.vz-metalworking .vz-product-inquiry textarea {
  min-height: 108px;
  resize: vertical;
}

body.vz-metalworking .vz-product-inquiry :is(input, textarea):focus {
  border-color: var(--vz-brand) !important;
}

body.vz-metalworking .vz-product-inquiry__actions button {
  background: var(--vz-brand-strong) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  min-height: 48px;
  padding: 12px 22px !important;
  transition: background-color 180ms ease;
}

body.vz-metalworking .vz-product-inquiry__actions button:hover {
  background: var(--vz-brand) !important;
}

.vz-metal-pricing {
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
}

.vz-metal-pricing .vz-metal-section__heading {
  align-content: start;
  display: block;
  margin: 0;
}

.vz-metal-price-panel {
  min-width: 0;
}

.vz-metal-price-table {
  border: 1px solid #dbe5ec;
  border-radius: 10px;
  overflow-x: auto;
  scrollbar-color: #94a3b8 #f1f5f7;
}

.vz-metal-price-table:focus-visible {
  outline: 3px solid rgba(11, 104, 166, 0.34);
  outline-offset: 3px;
}

.vz-metal-pricing {
  scroll-margin-top: 110px;
}

.vz-metal-price-table table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  min-width: 640px;
  width: 100%;
}

.vz-metal-price-table th,
.vz-metal-price-table td {
  border: 0;
  border-bottom: 1px solid #e4ebf0;
  color: #334155;
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}

.vz-metal-price-table thead th {
  background: #eef5f9;
  color: #1e293b;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.vz-metal-price-table tbody th {
  font-weight: 700;
}

.vz-metal-price-table tbody tr:last-child > * {
  border-bottom: 0;
}

.vz-metal-price-panel > h3 {
  font-size: 17px !important;
  margin: 24px 0 10px !important;
}

.vz-metal-price-summary {
  align-items: start;
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.vz-metal-price-summary strong {
  color: var(--vz-brand-strong);
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  font-size: 18px;
}

.vz-metal-price-summary p {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  max-width: 72ch;
}

body.vz-metalworking .vz-product-inquiry__honeypot {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
}

body.vz-metalworking .vz-product-inquiry__notice {
  color: var(--vz-text);
  font-size: 13px;
  line-height: 1.5;
  padding: 11px 13px;
}

body.vz-metalworking .vz-product-inquiry__notice--success {
  background: #eef8f3;
  color: #1f6b4b;
}

body.vz-metalworking .vz-product-inquiry__notice--error {
  background: #fff4f2;
  color: #8f382d;
}

/* The metalworking menu keeps the site's established catalogue interaction. */
@media (min-width: 971px) {
  #masthead .main-navigation ul.menu > li.vz-metal-mega > ul.sub-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #masthead .main-navigation li.vz-metal-mega > ul.sub-menu > li > a {
    min-height: 40px;
  }
}

@media (max-width: 1060px) {
  .vz-metal-grid {
    gap: 34px 46px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vz-metal-hero {
    gap: 46px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  }

  .vz-metal-process__list {
    gap: 34px 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  body.vz-metalworking #main > .full-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vz-metal {
    padding-top: 16px;
  }

  .vz-metal__breadcrumbs {
    margin-bottom: 24px;
  }

  .vz-metal-hero {
    gap: 34px;
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .vz-metal-hero__media,
  .vz-metal-hero__single-image {
    min-height: 280px;
  }

  .vz-metal-placeholder--detail {
    min-height: 280px;
  }

  .vz-metal-showcase,
  .vz-metal-intro__grid,
  .vz-metal-quote,
  .vz-metal-pricing,
  .vz-metal-faq,
  body.vz-metalworking .vz-product-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .vz-metal-showcase__gallery {
    min-height: 300px;
  }

  .vz-metal-faq {
    gap: 28px;
  }
}

@media (max-width: 600px) {
  body.vz-metalworking #main.site-main {
    padding-bottom: 44px;
  }

  .vz-metal__breadcrumbs {
    font-size: 11px;
  }

  body.vz-metalworking #main.site-main .vz-metal h1,
  .vz-metal-hero--detail h1 {
    font-size: clamp(32px, 10vw, 42px) !important;
    line-height: 1.12;
  }

  .vz-metal-hero__lead {
    font-size: 16px !important;
  }

  .vz-metal-hero,
  .vz-metal-showcase,
  .vz-metal-quote,
  body.vz-metalworking .vz-product-inquiry {
    border-radius: 10px;
    padding: 22px;
  }

  .vz-metal-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .vz-metal-button,
  .vz-metal-link {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .vz-metal-hero__media {
    gap: 8px;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vz-metal-hero__image {
    min-height: 180px;
  }

  .vz-metal-hero__single-image,
  .vz-metal-placeholder--detail {
    min-height: 220px;
  }

  .vz-metal-proof,
  .vz-metal-specs {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 22px;
  }

  .vz-metal-proof > div,
  .vz-metal-specs > div,
  .vz-metal-proof > div:first-child,
  .vz-metal-specs > div:first-child,
  .vz-metal-proof > div:last-child,
  .vz-metal-specs > div:last-child {
    padding: 0;
  }

  .vz-metal-proof > div + div,
  .vz-metal-specs > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 20px;
  }

  .vz-metal-section {
    margin-top: 66px;
  }

  .vz-metal-section__heading {
    margin-bottom: 28px;
  }

  body.vz-metalworking #main.site-main .vz-metal h2,
  body.vz-metalworking .vz-product-inquiry__heading h2 {
    font-size: 28px !important;
  }

  .vz-metal-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .vz-metal-card {
    gap: 12px;
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    min-height: 0;
    padding: 20px;
  }

  .vz-metal-card__body > span,
  .vz-metal-process__list p,
  .vz-metal-section__heading > div > p,
  .vz-metal-showcase__copy > p:not(.vz-metal-kicker),
  .vz-metal-quote__copy > p,
  .vz-metal-capabilities li,
  .vz-metal-quote__list li,
  .vz-metal-faq details p,
  body.vz-metalworking .vz-product-inquiry__heading > p {
    font-size: 16px !important;
  }

  .vz-metal-showcase__gallery {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
  }

  .vz-metal-showcase__gallery figure {
    aspect-ratio: 4 / 3;
  }

  .vz-metal-showcase__gallery figure:first-child {
    grid-column: 1 / -1;
  }

  .vz-metal-process__list {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .vz-metal-related__list {
    gap: 8px;
    grid-template-columns: 1fr;
  }

  body.vz-metalworking .vz-product-inquiry__form {
    grid-template-columns: 1fr;
  }

  body.vz-metalworking .vz-product-inquiry__field,
  body.vz-metalworking .vz-product-inquiry__actions,
  body.vz-metalworking .vz-product-inquiry__notice {
    grid-column: 1;
  }

  body.vz-metalworking .vz-product-inquiry__actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .vz-metal *,
  .vz-metal *::before,
  .vz-metal *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
