:root {
  --vt-red: #df1021;
  --vt-red-dark: #b90f1e;
  --vt-orange: #f28c45;
  --vt-graphite: #3f3f3f;
  --vt-graphite-2: #56585c;
  --vt-ink: #18191b;
  --vt-muted: #62666c;
  --vt-line: #dedede;
  --vt-gallery-thumb-border: #d8d5cf;
  --vt-lightbox-divider: #d8d5cf;
  --vt-soft: #f5f5f3;
  --vt-warm: #ece8e1;
  --vt-panel: #e8e9e7;
  --vt-dark: #242629;
  --vt-header-offset: 4rem;
  --vt-page-h1-size: 2.25rem;
  --vt-page-h2-size: 1.5rem;
  --vt-page-h3-size: 1.25rem;
  --vt-page-body-size: 1rem;
}

html,
body {
  scroll-padding-top: var(--vt-header-offset);
}

body {
  color: var(--vt-ink);
  background: #fff;
}

a[href^="tel:"] {
  white-space: nowrap;
}

.vt-skip-link {
  background: #fff;
  border: 2px solid var(--vt-red);
  border-radius: 5px;
  color: var(--vt-ink);
  font-weight: 800;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: 0.75rem;
  transform: translateY(-200%);
  transition: transform 120ms ease;
  z-index: 100;
}

.vt-skip-link:focus {
  transform: translateY(0);
}

.vt-main:focus {
  outline: none;
}

.prose h1 {
  margin-bottom: 0.70em;
}

.site-logo {
  height: auto;
}

.site-logo img {
  width: min(490px, calc(100vw - 5.5rem));
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.vt-hd {
  color: var(--vt-red);
}

.vt-section-anchor {
  scroll-margin-top: 0;
}

header {
  border-bottom: 2px solid var(--vt-red);
  backdrop-filter: blur(14px);
  z-index: 40;
}

.header-nav a {
  letter-spacing: 0;
}

nav.header-nav ul li.has-submenu[data-open="true"] > ul {
  opacity: 1;
  translate: -50% 0;
  visibility: visible;
}

.vt-submenu-toggle {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 2.75rem;
}

.header-nav .has-submenu > div > a {
  padding-right: 0.25rem;
}

.header-nav .vt-submenu-toggle {
  margin-left: -0.5rem;
  min-height: 2rem;
  min-width: 1.75rem;
}

.header-nav .vt-submenu-toggle svg {
  margin-left: 0;
}

.header-nav .vt-nav-active::before {
  background: linear-gradient(90deg, rgba(223, 16, 33, 0), rgba(223, 16, 33, 0.15) 22%, rgba(223, 16, 33, 0.42) 43%, rgba(223, 16, 33, 0.64) 50%, rgba(223, 16, 33, 0.4) 57%, rgba(223, 16, 33, 0.14) 78%, rgba(223, 16, 33, 0));
  border-radius: 999px;
  bottom: -4px;
  box-shadow: 0 0 7px rgba(223, 16, 33, 0.2);
  clip-path: polygon(0 42%, 37% 28%, 50% 12%, 63% 28%, 100% 42%, 100% 58%, 63% 72%, 50% 88%, 37% 72%, 0 58%);
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 86px;
  z-index: 1;
}

.header-nav .vt-nav-active::after {
  background: var(--vt-red);
  border-radius: 999px;
  bottom: -6px;
  box-shadow:
    0 0 0 4px rgba(223, 16, 33, 0.13),
    0 0 18px rgba(223, 16, 33, 0.58),
    0 0 34px rgba(242, 140, 69, 0.2);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 10px;
  z-index: 2;
}

.vt-kicker {
  color: var(--vt-red);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: none;
}

.vt-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.vt-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 0.9rem 1.15rem;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.vt-button:hover {
  transform: translateY(-1px);
}

.vt-button--primary {
  background: var(--vt-red);
  color: #fff !important;
}

.vt-button--primary:hover {
  background: var(--vt-red-dark);
  color: #fff !important;
}

.vt-button--secondary {
  background: #fff;
  border: 1px solid rgba(24, 25, 27, 0.2);
  color: var(--vt-ink);
}

.vt-button--secondary:hover {
  border-color: var(--vt-red);
  color: var(--vt-red);
}

.vt-hero {
  --vt-hero-text-start: max(1.5rem, calc((100vw - 96rem) / 2 + 1.5rem));
  --vt-hero-header-height: calc(var(--vt-header-offset) + 2px);
  --vt-hero-spacing: clamp(1.5rem, 2.5vw, 2rem);
  background:
    linear-gradient(135deg, rgba(242, 140, 69, 0.08), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f7f7f5 100%);
  border-bottom: 1px solid rgba(24, 25, 27, 0.08);
  overflow: hidden;
  padding: calc(var(--vt-hero-header-height) + var(--vt-hero-spacing)) 0 var(--vt-hero-spacing);
  position: relative;
}

.vt-hero::before {
  background:
    radial-gradient(circle at calc(var(--vt-hero-text-start) + 6rem) 12%, rgba(242, 140, 69, 0.08), rgba(242, 140, 69, 0) 22rem),
    radial-gradient(circle at calc(var(--vt-hero-text-start) + 4rem) 92%, rgba(76, 83, 87, 0.1), rgba(76, 83, 87, 0) 24rem),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0,
      rgba(250, 250, 248, 0.88) calc(var(--vt-hero-text-start) + 20rem),
      rgba(248, 248, 246, 0.68) calc(var(--vt-hero-text-start) + 32rem),
      rgba(248, 248, 246, 0.34) calc(var(--vt-hero-text-start) + 44rem),
      rgba(248, 248, 246, 0.08) calc(var(--vt-hero-text-start) + 54rem),
      rgba(248, 248, 246, 0) calc(var(--vt-hero-text-start) + 62rem)
    );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vt-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  position: relative;
  z-index: 2;
}

.vt-hero__copy {
  position: relative;
  z-index: 3;
}

.vt-hero__title {
  color: var(--vt-ink);
  font-size: clamp(2.05rem, 4.35vw, 4.45rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0.55rem 0 0;
}

.vt-hero__title span {
  color: var(--vt-red);
  display: block;
}

.vt-hero__content {
  color: var(--vt-graphite);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
  margin-top: 1.25rem;
  max-width: 38rem;
}

.vt-hero__media {
  inset: var(--vt-hero-header-height) 0 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.vt-hero__media::before {
  background: linear-gradient(0deg, rgba(24, 25, 27, 0.08), rgba(24, 25, 27, 0));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.vt-hero__image {
  bottom: 0;
  display: block;
  height: 100%;
  left: auto;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.vt-proof-strip {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 38rem;
}

.vt-proof-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 25, 27, 0.1);
  border-radius: 6px;
  color: var(--vt-graphite);
  display: flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.6rem;
  padding: 0.7rem 0.85rem;
}

.vt-proof-item span {
  background: transparent;
  flex: 0 0 1.35rem;
  height: 0.9rem;
  position: relative;
  width: 1.35rem;
}

.vt-section {
  border-top: 1px solid rgba(24, 25, 27, 0.06);
  position: relative;
}

.vt-section-spacing {
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .vt-section-spacing {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.vt-section--light-technical {
  background:
    linear-gradient(135deg, rgba(242, 140, 69, 0.06), transparent 28%),
    #fff;
  color: var(--vt-ink);
}

.vt-section--warm-industrial {
  background: var(--vt-warm);
  color: var(--vt-ink);
}

.vt-standard-page-bg {
  background:
    linear-gradient(135deg, rgba(242, 140, 69, 0.08), transparent 40%),
    #fff;
  color: var(--vt-ink);
}

.vt-section--standard-page {
  background:
    linear-gradient(135deg, rgba(242, 140, 69, 0.08), transparent 40%),
    #fff;
  color: var(--vt-ink);
}

.vt-section--graphite-equipment {
  background:
    linear-gradient(90deg, rgba(63, 63, 63, 0.12), transparent 42%),
    #dfe0dc;
  color: var(--vt-ink);
}

.vt-section--dark-precision {
  background: var(--vt-dark);
  color: #f4f4f2;
}

.vt-section--dark-precision .prose,
.vt-section--dark-precision h2,
.vt-section--dark-precision h3 {
  color: #f4f4f2;
}

.vt-section--dark-panel {
  background:
    linear-gradient(90deg, rgba(24, 25, 27, 0.92), rgba(36, 38, 41, 0.78)),
    var(--vt-dark);
  color: var(--vt-ink);
}

.vt-section--dark-panel .magic-content {
  background: var(--vt-panel);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.vt-section .prose {
  color: inherit;
  max-width: none;
}

.vt-section .prose p {
  color: inherit;
}

.vt-section .prose strong {
  color: inherit;
}

.vt-section img {
  border-radius: 8px;
}

.vt-media {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

/* Optional media layout: copy above a row of complete images. */
.vt-media--below {
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
}

.vt-media--below .vt-media__copy,
.vt-media--below .vt-media__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.vt-media--below .vt-media__copy {
  align-items: center;
}

.vt-media--below .vt-media__copy > .w-5\/6 {
  max-width: none;
  margin-bottom: 0;
}

.vt-media--below .vt-point-list {
  margin-top: 0;
}

.vt-media--below .vt-media__images {
  align-items: start;
}

@media (max-width: 980px) {
  .vt-media--below .vt-media__copy {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .vt-media--below .vt-media__images {
    grid-template-columns: minmax(0, 1fr);
  }
}

.vt-media--left .vt-media__image-wrap {
  order: -1;
}

.vt-media__copy > .w-5\/6 {
  margin-left: 0;
  margin-right: 0;
  max-width: 42rem;
  text-align: left;
  width: 100%;
}

.vt-media__copy > .w-5\/6 h2 {
  font-size: clamp(1.85rem, 3.35vw, 3.35rem);
  line-height: 1.04;
}

.vt-section .magic-content > .w-5\/6 {
  max-width: 84rem;
  width: 100%;
}

.vt-section .magic-content > .w-5\/6 h2 {
  font-size: clamp(1.85rem, 3.35vw, 3.25rem);
  line-height: 1.05;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.vt-section .magic-content > .w-5\/6 .prose {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}

.vt-media__copy > .w-5\/6 .prose {
  color: var(--vt-muted);
}

.vt-media--no-image {
  grid-template-columns: minmax(0, 1fr);
}

.vt-media--no-image .vt-media__copy > .w-5\/6 {
  max-width: none;
}

.vt-media--no-image .vt-media__copy > .w-5\/6 .prose {
  max-width: 68rem;
}

.vt-media__image-wrap {
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(24, 25, 27, 0.18);
  overflow: hidden;
}

.vt-media__image {
  display: block;
  height: auto;
  width: 100%;
}

.vt-media__image-link {
  border-radius: inherit;
  color: inherit;
  cursor: zoom-in;
  display: block;
}

.vt-media__image-link .vt-media__image {
  transition: opacity 150ms ease;
}

.vt-media__image-link:focus-visible {
  outline: 3px solid var(--vt-red);
  outline-offset: -3px;
}

@media (hover: hover) {
  .vt-media__image-link:hover .vt-media__image {
    opacity: 0.92;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vt-media__image-link .vt-media__image {
    transition: none;
  }
}

/* Opt-in treatments for vt-media images; ordinary photos retain the default. */
.vt-media__image-wrap.vt-media__image-wrap--transparent,
.vt-media__image-wrap.vt-media__image-wrap--none {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.vt-media__image-wrap--transparent .vt-media__image,
.vt-media__image-wrap--none .vt-media__image {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.vt-media__image-wrap--transparent .vt-media__image {
  filter: drop-shadow(0 8px 12px rgba(24, 25, 27, 0.16));
}

.vt-point-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.vt-point {
  border-left: 3px solid var(--vt-red);
  padding-left: 1rem;
}

.vt-point strong,
.vt-point span {
  display: block;
}

.vt-point strong {
  color: var(--vt-ink);
  font-size: 1rem;
}

.vt-point span {
  color: var(--vt-muted);
  line-height: 1.45;
  margin-top: 0.15rem;
}

.vt-section--dark-precision .vt-point strong,
.vt-section--dark-precision .vt-point span,
.vt-section--dark-precision .vt-media__copy > .w-5\/6 .prose {
  color: #f4f4f2;
}

.vt-models {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vt-model {
  background: #fff;
  border: 1px solid rgba(24, 25, 27, 0.1);
  border-radius: 8px;
  padding: 1.35rem;
}

.vt-model h3 {
  color: var(--vt-ink);
  font-size: 1.25rem;
  font-weight: 850;
  margin: 0 0 0.5rem;
}

.vt-model p {
  color: var(--vt-muted);
  line-height: 1.5;
  margin: 0;
}

.vt-upgrade-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vt-upgrade-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 25, 27, 0.12);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(24, 25, 27, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.vt-upgrade-grid--featured .vt-upgrade-card--featured {
  background:
    linear-gradient(125deg, rgba(223, 16, 33, 0.08), transparent 45%),
    #fff;
  border-top: 4px solid var(--vt-red);
  grid-column: 1 / -1;
}

.vt-upgrade-card__topline {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.vt-upgrade-card__icon {
  align-items: center;
  background: var(--vt-red);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  padding: 0.55rem;
}

.vt-upgrade-card__tag {
  color: var(--vt-red);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vt-upgrade-card h3 {
  color: var(--vt-ink);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 850;
  line-height: 1.18;
  margin: 0;
}

.vt-upgrade-card__summary {
  color: var(--vt-muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0.85rem 0 0;
}

.vt-upgrade-card__benefits {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.vt-upgrade-card__benefits li {
  color: var(--vt-ink);
  line-height: 1.45;
  padding-left: 1.35rem;
  position: relative;
}

.vt-upgrade-card__benefits li::before {
  color: var(--vt-red);
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.vt-upgrade-card__note {
  border-top: 1px solid rgba(24, 25, 27, 0.1);
  color: var(--vt-muted);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 1.35rem 0 0;
  padding-top: 1rem;
}

.vt-upgrade-card__link {
  align-self: flex-start;
  color: var(--vt-red);
  font-weight: 800;
  margin-top: auto;
  padding-top: 1.35rem;
  text-decoration: none;
}

.vt-upgrade-card__link:hover {
  color: var(--vt-red-dark, #a90c18);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.vt-upgrade-card__link:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(223, 16, 33, 0.3);
  outline-offset: 4px;
}

.vt-section .bg-primary {
  background: var(--vt-red);
}

.vt-section a.text-primary,
.vt-section .text-primary {
  color: var(--vt-red);
}

.vt-section h2,
.vt-section h3 {
  letter-spacing: 0;
}

.vt-page {
  margin: 0 auto;
  max-width: 72rem;
  padding: 0;
}

.vt-page .vt-kicker,
.vt-standard-module__heading .vt-kicker {
  color: var(--vt-red);
  margin: 0 0 0.35rem;
}

.vt-standard-module__heading {
  max-width: 52rem;
}

.vt-standard-module__heading--laser-dot h1,
.vt-standard-module__heading--laser-dot h2,
.vt-standard-module__heading--laser-dot h3,
.vt-heading--laser-dot {
  padding-left: 1.6rem;
  position: relative;
}

.vt-standard-module__heading--laser-dot h1::before,
.vt-standard-module__heading--laser-dot h2::before,
.vt-standard-module__heading--laser-dot h3::before,
.vt-heading--laser-dot::before,
.vt-proof-item span::before {
  background: var(--vt-red);
  border-radius: 999px;
  box-shadow:
    0 0 0 4px rgba(223, 16, 33, 0.12),
    0 0 16px rgba(211, 167, 171, 0.55),
    0 0 28px rgba(242, 140, 69, 0.22);
  content: "";
  height: 0.55rem;
  left: 0.32rem;
  position: absolute;
  top: 0.72em;
  transform: translateY(-50%);
  width: 0.55rem;
  z-index: 2;
}

.vt-standard-module__heading--laser-dot h1::after,
.vt-standard-module__heading--laser-dot h2::after,
.vt-standard-module__heading--laser-dot h3::after,
.vt-heading--laser-dot::after,
.vt-proof-item span::after {
  background: linear-gradient(90deg, rgba(223, 16, 33, 0), rgba(223, 16, 33, 0.18) 18%, rgba(223, 16, 33, 0.62) 50%, rgba(223, 16, 33, 0.16) 82%, rgba(223, 16, 33, 0));
  border-radius: 999px;
  clip-path: polygon(0 42%, 37% 28%, 50% 12%, 63% 28%, 100% 42%, 100% 58%, 63% 72%, 50% 88%, 37% 72%, 0 58%);
  content: "";
  height: 0.38rem;
  left: -0.08rem;
  position: absolute;
  top: 0.72em;
  transform: translateY(-50%);
  width: 1.35rem;
  z-index: 1;
}

.vt-proof-item span::before,
.vt-proof-item span::after {
  top: 50%;
}

.vt-standard-module__heading + .vt-standard-module__body {
  margin-top: 1rem;
}

.vt-page > h1,
.vt-standard-module__heading h1 {
  color: var(--vt-ink);
  font-size: var(--vt-page-h1-size);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.11111;
  margin: 0.35rem 0 1rem;
}

.vt-page > h2,
.vt-standard-module__heading h2 {
  color: var(--vt-ink);
  font-size: var(--vt-page-h2-size);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.33333;
  margin: 0.3rem 0 0.75rem;
}

.vt-page > h3,
.vt-standard-module__heading h3 {
  color: var(--vt-ink);
  font-size: var(--vt-page-h3-size);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0.35rem 0 0.65rem;
}

.vt-gallery .glightbox {
  cursor: zoom-in;
}

.vt-gallery--outlined .glightbox {
  background: #fff;
  border: 1px solid var(--vt-gallery-thumb-border);
}

.glightbox-clean .gslide-description.description-bottom {
  border-top: 1px solid var(--vt-lightbox-divider);
}

.vt-section--dark-precision .vt-standard-module__heading h1,
.vt-section--dark-precision .vt-standard-module__heading h2,
.vt-section--dark-precision .vt-standard-module__heading h3,
.vt-section--graphite-equipment .vt-standard-module__heading h1,
.vt-section--graphite-equipment .vt-standard-module__heading h2,
.vt-section--graphite-equipment .vt-standard-module__heading h3 {
  color: inherit;
}

@media (max-width: 980px) {
  :root {
    --vt-page-h1-size: 2.125rem;
    --vt-page-h2-size: 1.4375rem;
    --vt-page-h3-size: 1.1875rem;
  }

  .vt-hero__grid {
    grid-template-columns: 1fr;
  }

  .vt-media,
  .vt-models,
  .vt-upgrade-grid {
    grid-template-columns: 1fr;
  }

  .vt-upgrade-grid--featured .vt-upgrade-card--featured {
    grid-column: auto;
  }

  .vt-media--left .vt-media__image-wrap {
    order: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --vt-page-h1-size: 1.875rem;
    --vt-page-h2-size: 1.3125rem;
    --vt-page-h3-size: 1.125rem;
  }

  header > .flex.items-center {
    justify-content: space-between;
  }

  header > .flex.items-center > .flex-auto {
    flex: 1 1 auto;
    min-width: 0;
  }

  header .md\:hidden {
    display: flex !important;
    flex: 0 0 auto;
    margin-left: auto;
  }

  .vt-hero {
    --vt-hero-text-start: 1rem;
  }

  .vt-hero__title {
    font-size: 1.34rem;
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .vt-hero__content {
    font-size: 1rem;
  }

  .vt-proof-strip {
    grid-template-columns: minmax(0, 1fr);
  }
}

.vt-content-width-narrow .vt-page {
  max-width: 52rem;
}

/* Testimonial modules extend the shared section, typography, card, and point-list system. */
.vt-testimonial-module {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
}

.vt-testimonial-module__identity,
.vt-testimonial-module__story,
.vt-testimonial-module__person > div {
  min-width: 0;
}

.vt-testimonial-module__person {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.vt-testimonial-module__portrait {
  border: 4px solid #fff;
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(24, 25, 27, 0.16);
  flex: 0 0 auto;
  height: 7.25rem;
  object-fit: cover;
  width: 4.95rem;
}

.vt-testimonial-module__person .vt-kicker {
  margin: 0 0 0.25rem;
}

.vt-testimonial-module__person h2 {
  color: var(--vt-ink);
  font-size: var(--vt-page-h2-size);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
}

.vt-testimonial-module__byline {
  color: var(--vt-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0.75rem 0 0;
}

.vt-testimonial-module__company {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 25, 27, 0.11);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
  padding: 1.15rem;
}

.vt-testimonial-module__logo {
  border-radius: 0 !important;
  height: auto;
  max-height: 5rem;
  max-width: min(17rem, 100%);
  width: auto;
}

.vt-testimonial-module__links {
  align-items: center;
  display: flex;
  font-size: 0.78rem;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: center;
  line-height: 1.55;
  text-align: center;
}

.vt-testimonial-module__links a {
  color: var(--vt-ink);
  font-weight: 400;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color 150ms ease;
}

.vt-testimonial-module__links a:hover {
  color: var(--vt-red);
}

.vt-testimonial-module__prose {
  color: var(--vt-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.vt-testimonial-module__story h3 {
  color: var(--vt-ink);
  font-size: var(--vt-page-h3-size);
  font-weight: 850;
  line-height: 1.35;
  margin: 2rem 0 0;
}

.vt-testimonial-module__points {
  gap: 1rem;
  margin-top: 1rem;
}

.vt-testimonial-module__points .vt-point {
  padding-bottom: 0.2rem;
}

.vt-testimonial-module__points .vt-point span {
  line-height: 1.62;
  margin-top: 0.3rem;
}

.vt-testimonial-module__conclusion {
  border-top: 1px solid rgba(24, 25, 27, 0.12);
  color: var(--vt-ink);
  font-weight: 750;
  line-height: 1.65;
  margin: 1.75rem 0 0;
  padding-top: 1.25rem;
}

@media (max-width: 980px) {
  .vt-testimonial-module {
    grid-template-columns: minmax(0, 1fr);
  }

  .vt-testimonial-module__identity {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.8fr);
  }

  .vt-testimonial-module__company {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .vt-testimonial-module__identity {
    grid-template-columns: minmax(0, 1fr);
  }
}

.vt-contact-form {
  background: #fff;
  border: 1px solid rgba(24, 25, 27, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 22px 54px rgba(24, 25, 27, 0.08);
  margin-top: 2rem;
  max-width: 100%;
  padding: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.vt-contact-form *,
.vt-contact-form *::before,
.vt-contact-form *::after {
  box-sizing: border-box;
}

.vt-contact-form .form-field {
  margin-bottom: 1rem;
}

.vt-contact-form .form-field--honeypot {
  height: 1px;
  left: -10000px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.vt-contact-form label {
  color: var(--vt-ink);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.vt-contact-form .form-input,
.vt-contact-form .form-textarea {
  background: #fff;
  border: 1px solid rgba(24, 25, 27, 0.18);
  border-radius: 6px;
  box-sizing: border-box;
  color: var(--vt-ink);
  max-width: 100%;
  min-height: 46px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.vt-contact-form .form-textarea {
  line-height: 1.5;
  min-height: 150px;
  resize: vertical;
}

.vt-contact-form .form-input:focus,
.vt-contact-form .form-textarea:focus {
  border-color: var(--vt-red);
  box-shadow: 0 0 0 3px rgba(223, 16, 33, 0.12);
  outline: none;
}

.vt-contact-form .form-input-addon {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.vt-contact-form .form-input-addon img {
  border: 1px solid rgba(24, 25, 27, 0.14);
  border-radius: 6px;
}

.vt-contact-form .buttons {
  margin-top: 1.4rem;
}

.vt-contact-form .vt-form__submit,
.vt-contact-form button[type="submit"] {
  background: var(--vt-red);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 850;
  min-height: 46px;
  padding: 0.9rem 1.2rem;
}

.vt-contact-form .vt-form__submit:hover,
.vt-contact-form button[type="submit"]:hover {
  background: var(--vt-red-dark);
}

.vt-site-footer {
  background: #f4f4f5;
  border-bottom: 1px solid rgba(24, 25, 27, 0.08);
  border-top: 1px solid rgba(24, 25, 27, 0.08);
  font-size: 0.95rem;
}

.vt-site-footer *,
.vt-site-footer *::before,
.vt-site-footer *::after {
  box-sizing: border-box;
}

.vt-site-footer a {
  max-width: 100%;
  text-decoration: none;
}

.vt-footer-grid {
  align-items: center;
  display: grid;
  column-gap: clamp(1rem, 3vw, 3rem);
  row-gap: 1.25rem;
  grid-template-areas: "brand contact";
  grid-template-columns: minmax(0, 1fr) max-content;
  padding-bottom: 1.45rem;
  padding-top: 1.55rem;
}

.vt-footer-primary {
  grid-area: brand;
  min-width: 0;
}

.vt-footer-slogan-brand__image {
  display: block;
  height: auto;
  max-height: 5.35rem;
  object-fit: contain;
  object-position: left center;
  width: min(375px, 100%);
}

.vt-footer-contact {
  display: grid;
  font-style: normal;
  gap: 0.5rem;
  grid-area: contact;
  justify-self: end;
  margin: 0;
}

.vt-footer-contact a {
  color: var(--vt-ink);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 4.75rem max-content;
  line-height: 1.1;
  overflow-wrap: normal;
}

.vt-footer-contact a:hover {
  color: var(--vt-red);
}

.vt-footer-contact span {
  color: var(--vt-red);
  display: inline-block;
  font-weight: 900;
  min-width: 4.75rem;
}

.vt-footer-affiliations {
  align-items: center;
  border-top: 1px solid rgba(24, 25, 27, 0.1);
  column-gap: clamp(1.5rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: max-content minmax(0, 31rem);
  justify-content: center;
  padding-bottom: 1.05rem;
  padding-top: 0.95rem;
}

.vt-footer-affiliations__title {
  color: var(--vt-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.vt-footer-affiliations__logos {
  align-items: center;
  display: grid;
  gap: clamp(1rem, 3vw, 2.25rem);
  grid-template-columns: 1.15fr 0.72fr 1.13fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vt-footer-affiliations__logos li {
  margin: 0;
  min-width: 0;
}

.vt-footer-affiliations__logos a {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.2rem;
  transition: opacity 160ms ease, transform 160ms ease;
}

.vt-footer-affiliations__logos a:hover {
  opacity: 0.78;
  transform: translateY(-1px);
}

.vt-footer-affiliations__logos a:focus-visible {
  border-radius: 5px;
  outline: 2px solid var(--vt-red);
  outline-offset: 3px;
}

.vt-footer-affiliations__logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.vt-footer-affiliations__logo--nhla {
  width: clamp(7.5rem, 12vw, 8.25rem);
}

.vt-footer-affiliations__logo--real-american-hardwood {
  width: clamp(4.65rem, 7.5vw, 5.15rem);
}

.vt-footer-affiliations__logo--ihla {
  width: clamp(8rem, 13vw, 8.9rem);
}

.vt-footer-bottom {
  border-top: 1px solid rgba(24, 25, 27, 0.1);
  color: var(--vt-muted);
  font-size: 0.82rem;
  padding-bottom: 0.9rem;
  padding-top: 0.85rem;
}

.vt-footer-bottom p {
  margin: 0;
  overflow-wrap: anywhere;
}

.vt-footer-bottom__row {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.vt-footer-text-link {
  color: var(--vt-ink);
  white-space: nowrap;
}

.vt-footer-text-link:hover {
  color: var(--vt-red);
}

.vt-footer-trademarks {
  margin-top: 0.35rem !important;
}

@media (max-width: 980px) {
  .vt-footer-grid {
    align-items: start;
    column-gap: 1.5rem;
    grid-template-areas: "brand contact";
    grid-template-columns: minmax(0, 1fr) max-content;
    row-gap: 1rem;
    padding-bottom: 1.35rem;
    padding-top: 1.4rem;
  }
}

@media (max-width: 640px) {
  .vt-footer-grid {
    grid-template-areas:
      "brand"
      "contact";
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .vt-footer-contact {
    justify-self: start;
    width: 100%;
  }

  .vt-footer-contact a {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    overflow-wrap: anywhere;
  }

  .vt-footer-affiliations {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }

  .vt-footer-affiliations__title {
    text-align: center;
  }

  .vt-footer-affiliations__logos {
    gap: 0.8rem;
  }

  .vt-footer-affiliations__logo--nhla {
    width: min(7rem, 100%);
  }

  .vt-footer-affiliations__logo--real-american-hardwood {
    width: min(4.4rem, 100%);
  }

  .vt-footer-affiliations__logo--ihla {
    width: min(7.5rem, 100%);
  }

  .vt-footer-bottom p {
    font-size: 0.9rem;
    max-width: 18rem;
  }

  .vt-footer-bottom__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .vt-contact-form {
    padding: 1rem;
    width: 100%;
  }

}

body a:focus-visible,
body button:focus-visible,
body input:focus-visible,
body select:focus-visible,
body textarea:focus-visible,
body summary:focus-visible,
body [role="button"]:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--vt-red);
  outline-offset: 3px;
}

@media (forced-colors: active) {
  body a:focus-visible,
  body button:focus-visible,
  body input:focus-visible,
  body select:focus-visible,
  body textarea:focus-visible,
  body summary:focus-visible,
  body [role="button"]:focus-visible {
    outline: 2px solid CanvasText;
  }
}
