.vlt-company-v2 {
  --vco-ink: #171614;
  --vco-dark: #171614;
  --vco-paper: #f8f7f3;
  --vco-warm: #c69a66;
  --vco-warm-dark: #a97847;
  --vco-muted: #6e6963;
  --vco-line: rgba(20, 18, 16, .12);
  width: 100%; margin: 0; overflow: clip; color: var(--vco-ink); background: #fff;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55;
}
.vlt-company-v2 *, .vlt-company-v2 *::before, .vlt-company-v2 *::after { box-sizing: border-box; }
.vlt-company-v2 a { text-decoration: none; }
.vlt-company-v2 > main { width: 100%; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.vlt-company-v2 > main > p { display: none !important; }
.vlt-company-v2 .vpc-container { width: min(1280px, calc(100% - 80px)) !important; max-width: 1280px !important; margin-inline: auto !important; }
.vlt-company-v2 h1, .vlt-company-v2 h2, .vlt-company-v2 h3, .vlt-company-v2 p { overflow-wrap: normal; word-break: normal; }
.vlt-company-v2 h1, .vlt-company-v2 h2 { color: var(--vco-ink); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.025em; }
.vlt-company-v2 .vco-eyebrow { margin: 0; color: var(--vco-warm-dark); font-size: 12px; font-weight: 600; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.vlt-company-v2 .vco-icon { display: grid; width: 34px; height: 34px; color: var(--vco-warm-dark); place-items: center; }
.vlt-company-v2 .vco-icon svg { display: block; width: 32px; height: 32px; stroke-width: 1.45; }
.vlt-company-v2 .vpc-company-placeholder { width: 100%; height: 100%; background: #e8e4dc; }

/* 01 — Company hero */
.vlt-company-v2 .vco-hero { position: relative; height: 460px; overflow: hidden; color: #fff; background: #24211e; }
.vlt-company-v2 .vco-hero-media, .vlt-company-v2 .vco-hero-image { position: absolute; inset: 0; display: block; width: 100% !important; height: 100% !important; }
.vlt-company-v2 .vco-hero-image { object-fit: cover !important; object-position: center 54% !important; animation: vcoHeroImage .65s ease both; }
.vlt-company-v2 .vco-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.65) 38%, rgba(8,8,8,.18) 72%, rgba(8,8,8,0) 100%); }
.vlt-company-v2 .vco-hero-inner { position: relative; z-index: 2; display: flex; height: 100%; align-items: center; }
.vlt-company-v2 .vco-hero-copy { width: min(590px, 52%); padding-bottom: 2px; animation: vcoSectionIn .62s ease .05s both; }
.vlt-company-v2 .vco-hero .vco-eyebrow { color: var(--vco-warm); }
.vlt-company-v2 .vco-hero h1 { max-width: 590px; margin: 16px 0 0 !important; color: #fff !important; font-size: clamp(52px, 4.25vw, 60px) !important; font-weight: 600 !important; letter-spacing: -.025em !important; line-height: 1.06 !important; }
.vlt-company-v2 .vco-hero-description { max-width: 520px; margin: 21px 0 0 !important; color: rgba(255,255,255,.86) !important; font-size: 15px !important; line-height: 1.62 !important; }

/* 02 — Verified statistics only */
.vlt-company-v2 .vco-stats { padding: 42px 0; background: #fff; border-bottom: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-stats > .vpc-container { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vlt-company-v2 .vco-stats article { min-width: 0; padding: 2px 28px; text-align: center; border-left: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-stats article:first-child { border-left: 0; }
.vlt-company-v2 .vco-stats strong { display: block; color: var(--vco-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 40px; font-weight: 600; line-height: 1; }
.vlt-company-v2 .vco-stats span { display: block; margin-top: 7px; color: var(--vco-muted); font-size: 12px; line-height: 1.35; }

/* 03 — About */
.vlt-company-v2 .vco-about { padding: 108px 0; background: #fff; }
.vlt-company-v2 .vco-about-grid { display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); align-items: center; gap: 72px; }
.vlt-company-v2 .vco-about-copy { max-width: 500px; }
.vlt-company-v2 .vco-about h2 { margin: 12px 0 22px !important; font-size: clamp(38px, 3.2vw, 46px) !important; line-height: 1.04 !important; }
.vlt-company-v2 .vco-about-body p { margin: 0 0 12px; color: var(--vco-muted); font-size: 15px; line-height: 1.72; }
.vlt-company-v2 .vco-about-body p:last-child { margin-bottom: 0; }
.vlt-company-v2 .vco-text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; padding-bottom: 4px; color: var(--vco-ink) !important; border-bottom: 1px solid rgba(20,18,16,.42); font-size: 14px; font-weight: 500; }
.vlt-company-v2 .vco-about-media { min-width: 0; height: 390px; overflow: hidden; border-radius: 2px; }
.vlt-company-v2 .vco-about-image { display: block; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }

/* 04 — Capabilities */
.vlt-company-v2 .vco-capabilities { padding: 94px 0 100px; background: var(--vco-paper); }
.vlt-company-v2 .vco-section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.vlt-company-v2 .vco-section-heading h2 { margin: 10px 0 0 !important; font-size: clamp(38px, 3.15vw, 44px) !important; line-height: 1.06 !important; }
.vlt-company-v2 .vco-capability-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.vlt-company-v2 .vco-capability-grid article { min-width: 0; padding: 0 23px; text-align: center; border-left: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-capability-grid article:first-child { border-left: 0; }
.vlt-company-v2 .vco-capability-grid .vco-icon { margin: 0 auto 17px; }
.vlt-company-v2 .vco-capability-grid h3 { margin: 0 0 8px !important; color: var(--vco-ink); font-size: 16px !important; font-weight: 600 !important; line-height: 1.28 !important; }
.vlt-company-v2 .vco-capability-grid p { margin: 0 !important; color: var(--vco-muted); font-size: 12px !important; line-height: 1.52 !important; }

/* 05 — Production and quality */
.vlt-company-v2 .vco-production { padding: 92px 0; background: #fff; }
.vlt-company-v2 .vco-editorial-row { display: grid; min-height: 340px; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--vco-paper); }
.vlt-company-v2 .vco-editorial-media { min-width: 0; height: 350px; overflow: hidden; }
.vlt-company-v2 .vco-editorial-image { display: block; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }
.vlt-company-v2 .vco-editorial-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 48px 62px; }
.vlt-company-v2 .vco-editorial-copy h2 { margin: 9px 0 14px !important; font-size: clamp(36px, 3vw, 42px) !important; line-height: 1.04 !important; }
.vlt-company-v2 .vco-editorial-copy > p:not(.vco-eyebrow) { max-width: 500px; margin: 0 0 17px !important; color: var(--vco-muted); font-size: 14px !important; line-height: 1.6 !important; }
.vlt-company-v2 .vco-editorial-copy ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.vlt-company-v2 .vco-editorial-copy li { position: relative; padding-left: 21px; color: #4d4944; font-size: 13px; line-height: 1.45; }
.vlt-company-v2 .vco-editorial-copy li::before { position: absolute; top: .66em; left: 0; width: 8px; height: 1px; background: var(--vco-warm-dark); content: ""; }
.vlt-company-v2 .vco-quality-row .vco-editorial-media { grid-column: 2; grid-row: 1; }
.vlt-company-v2 .vco-quality-row .vco-editorial-copy { grid-column: 1; grid-row: 1; background: #f1eee8; }

/* 06 — Certificates or neutral documentation */
.vlt-company-v2 .vco-certificates { padding: 80px 0 76px; background: var(--vco-paper); }
.vlt-company-v2 .vco-certificates .vco-section-heading { margin-bottom: 34px; }
.vlt-company-v2 .vco-documentation { max-width: 760px; margin: 0 auto; padding-top: 28px; text-align: center; border-top: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-documentation h3 { margin: 0; color: var(--vco-ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; font-weight: 600; line-height: 1.1; }
.vlt-company-v2 .vco-documentation p { max-width: 660px; margin: 12px auto 0; color: var(--vco-muted); font-size: 14px; line-height: 1.62; }
.vlt-company-v2 .vco-cert-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; }
.vlt-company-v2 .vco-cert-grid figure { width: 180px; margin: 0; text-align: center; }
.vlt-company-v2 .vco-cert-media { height: 105px; }
.vlt-company-v2 .vco-cert-image { display: block; width: 100% !important; height: 100% !important; object-fit: contain !important; }
.vlt-company-v2 .vco-cert-grid figcaption { margin-top: 10px; color: var(--vco-muted); font-size: 12px; }

/* 07 — Final CTA */
.vlt-company-v2 .vco-final { padding: 0 0 82px; background: var(--vco-paper); }
.vlt-company-v2 .vco-final-inner { display: grid; min-height: 166px; grid-template-columns: minmax(0, 1fr) auto; gap: 52px; align-items: center; padding: 34px 50px; color: #fff; background: #1b1a18; border-radius: 7px; }
.vlt-company-v2 .vco-final .vco-eyebrow { color: var(--vco-warm); }
.vlt-company-v2 .vco-final h2 { max-width: 590px; margin: 7px 0 0 !important; color: #fff !important; font-size: clamp(32px, 2.65vw, 38px) !important; line-height: 1.03 !important; }
.vlt-company-v2 .vco-final-inner > div:first-child > p:last-child { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.vlt-company-v2 .vco-final-actions { display: flex; gap: 10px; align-items: center; }
.vlt-company-v2 .vco-final-actions a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 16px; padding: 0 20px; color: #fff !important; border: 1px solid rgba(255,255,255,.5); border-radius: 2px; font-size: 13px; font-weight: 500; white-space: nowrap; }
.vlt-company-v2 .vco-final-actions a.is-primary { background: var(--vco-warm-dark); border-color: var(--vco-warm-dark); }

@keyframes vcoHeroImage { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: none; } }
@keyframes vcoSectionIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  .vlt-company-v2 .vpc-container { width: min(1280px, calc(100% - 64px)) !important; }
  .vlt-company-v2 .vco-about-grid { gap: 54px; }
  .vlt-company-v2 .vco-capability-grid article { padding-inline: 16px; }
  .vlt-company-v2 .vco-editorial-copy { padding: 42px 48px; }
  .vlt-company-v2 .vco-final-inner { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 1024px) {
  .vlt-company-v2 .vco-hero { height: 400px; }
  .vlt-company-v2 .vco-hero-copy { width: 62%; }
  .vlt-company-v2 .vco-hero h1 { font-size: 50px !important; }
  .vlt-company-v2 .vco-stats > .vpc-container { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 28px; }
  .vlt-company-v2 .vco-stats article:nth-child(4) { border-left: 0; }
  .vlt-company-v2 .vco-about { padding: 92px 0; }
  .vlt-company-v2 .vco-about-grid { grid-template-columns: minmax(0, 44%) minmax(0, 56%); gap: 42px; }
  .vlt-company-v2 .vco-about-media { height: 330px; }
  .vlt-company-v2 .vco-capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 44px; }
  .vlt-company-v2 .vco-capability-grid article:nth-child(4) { border-left: 0; }
  .vlt-company-v2 .vco-editorial-copy { padding: 38px 40px; }
}
@media (max-width: 767px) {
  .vlt-company-v2 .vpc-container { width: calc(100% - 40px) !important; }
  .vlt-company-v2 .vco-hero { height: 460px; }
  .vlt-company-v2 .vco-hero-overlay { background: linear-gradient(90deg, rgba(8,8,8,.9) 0%, rgba(8,8,8,.7) 65%, rgba(8,8,8,.3) 100%); }
  .vlt-company-v2 .vco-hero-copy { width: 100%; }
  .vlt-company-v2 .vco-hero h1 { max-width: 360px; font-size: 42px !important; line-height: 1.06 !important; }
  .vlt-company-v2 .vco-hero-description { max-width: 350px; font-size: 14px !important; }
  .vlt-company-v2 .vco-stats { padding: 34px 0; }
  .vlt-company-v2 .vco-stats > .vpc-container { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .vlt-company-v2 .vco-stats article { padding-inline: 16px; }
  .vlt-company-v2 .vco-stats article:nth-child(odd) { border-left: 0; }
  .vlt-company-v2 .vco-stats article:nth-child(4) { border-left: 1px solid var(--vco-line); }
  .vlt-company-v2 .vco-about { padding: 78px 0 82px; }
  .vlt-company-v2 .vco-about-grid { grid-template-columns: 1fr; gap: 36px; }
  .vlt-company-v2 .vco-about-copy { max-width: none; }
  .vlt-company-v2 .vco-about h2 { font-size: 38px !important; }
  .vlt-company-v2 .vco-about-media { height: auto; aspect-ratio: 3 / 2; }
  .vlt-company-v2 .vco-capabilities { padding: 76px 0 82px; }
  .vlt-company-v2 .vco-section-heading { margin-bottom: 40px; }
  .vlt-company-v2 .vco-section-heading h2 { font-size: 36px !important; }
  .vlt-company-v2 .vco-capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 0; }
  .vlt-company-v2 .vco-capability-grid article { min-height: 205px; padding: 26px 18px; border-top: 1px solid var(--vco-line); border-left: 1px solid var(--vco-line); }
  .vlt-company-v2 .vco-capability-grid article:nth-child(odd) { border-left: 0; }
  .vlt-company-v2 .vco-capability-grid article:nth-child(-n+2) { border-top: 0; }
  .vlt-company-v2 .vco-production { padding: 74px 0; }
  .vlt-company-v2 .vco-editorial-row { grid-template-columns: 1fr; }
  .vlt-company-v2 .vco-editorial-media { height: 265px; grid-column: auto !important; grid-row: auto !important; }
  .vlt-company-v2 .vco-editorial-copy { grid-column: auto !important; grid-row: auto !important; padding: 38px 28px 42px; }
  .vlt-company-v2 .vco-editorial-copy h2 { font-size: 36px !important; }
  .vlt-company-v2 .vco-certificates { padding: 70px 0 68px; }
  .vlt-company-v2 .vco-documentation h3 { font-size: 26px; }
  .vlt-company-v2 .vco-final { padding-bottom: 78px; }
  .vlt-company-v2 .vco-final-inner { padding: 32px 28px; }
  .vlt-company-v2 .vco-final h2 { font-size: 32px !important; }
  .vlt-company-v2 .vco-final-actions { flex-direction: column; align-items: stretch; }
  .vlt-company-v2 .vco-final-actions a { width: 100%; }
}
@media (max-width: 430px) {
  .vlt-company-v2 .vco-hero { height: 470px; }
  .vlt-company-v2 .vco-hero-image { object-position: 58% center !important; }
  .vlt-company-v2 .vco-hero h1 { max-width: 335px; font-size: 40px !important; }
  .vlt-company-v2 .vco-about h2, .vlt-company-v2 .vco-section-heading h2, .vlt-company-v2 .vco-editorial-copy h2 { font-size: 34px !important; }
  .vlt-company-v2 .vco-capability-grid h3 { font-size: 15px !important; }
  .vlt-company-v2 .vco-capability-grid p { font-size: 11px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .vlt-company-v2 *, .vlt-company-v2 *::before, .vlt-company-v2 *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* 3.4 — continuous Company narrative */
.vlt-company-v2 .vco-hero { height: 480px; }
.vlt-company-v2 .vco-hero-copy { width: min(620px, 54%); }
.vlt-company-v2 .vco-hero h1 { max-width: 620px; font-size: clamp(52px, 4.35vw, 64px) !important; }
.vlt-company-v2 .vco-hero-description { max-width: 560px; }

.vlt-company-v2 .vco-stats { padding: 38px 0; }
.vlt-company-v2 .vco-stats > .vpc-container { grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); }
.vlt-company-v2 .vco-stats article { padding-inline: 30px; }

.vlt-company-v2 .vco-about { padding: 116px 0 118px; }
.vlt-company-v2 .vco-about-grid { grid-template-columns: minmax(0, 40%) minmax(0, 60%); gap: 84px; }
.vlt-company-v2 .vco-about-copy { max-width: 475px; }
.vlt-company-v2 .vco-about h2 { margin-bottom: 27px !important; font-size: clamp(40px, 3.35vw, 50px) !important; }
.vlt-company-v2 .vco-about-body p { margin-bottom: 17px; font-size: 15px; line-height: 1.78; }
.vlt-company-v2 .vco-about-media { height: 430px; border-radius: 0; }

.vlt-company-v2 .vco-story { padding: 0 0 104px; background: #fff; }
.vlt-company-v2 .vco-capabilities { padding: 100px 0 106px; background: var(--vco-paper); }
.vlt-company-v2 .vco-capabilities .vco-section-heading { max-width: 820px; margin-bottom: 62px; }
.vlt-company-v2 .vco-capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vlt-company-v2 .vco-capability-grid article { padding: 0 48px; text-align: left; border-left: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-capability-grid article:first-child { padding-left: 0; border-left: 0; }
.vlt-company-v2 .vco-capability-grid article:last-child { padding-right: 0; }
.vlt-company-v2 .vco-capability-number { display: block; margin-bottom: 24px; color: var(--vco-warm-dark); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 600; letter-spacing: .08em; line-height: 1; }
.vlt-company-v2 .vco-capability-grid h3 { margin-bottom: 13px !important; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px !important; font-weight: 600 !important; line-height: 1.08 !important; }
.vlt-company-v2 .vco-capability-grid p { max-width: 340px; font-size: 14px !important; line-height: 1.68 !important; }

.vlt-company-v2 .vco-production { padding: 0; background: #fff; }
.vlt-company-v2 .vco-editorial-row { min-height: 390px; background: #f5f2ec; }
.vlt-company-v2 .vco-editorial-row + .vco-editorial-row { margin-top: 0; }
.vlt-company-v2 .vco-editorial-media { height: 390px; }
.vlt-company-v2 .vco-editorial-copy { padding: 58px 70px; }
.vlt-company-v2 .vco-editorial-copy h2 { margin: 11px 0 17px !important; font-size: clamp(39px, 3.05vw, 46px) !important; }
.vlt-company-v2 .vco-editorial-copy > p:not(.vco-eyebrow) { margin-bottom: 21px !important; font-size: 15px !important; line-height: 1.68 !important; }
.vlt-company-v2 .vco-editorial-copy ul { gap: 10px; }
.vlt-company-v2 .vco-editorial-copy li { font-size: 14px; line-height: 1.48; }
.vlt-company-v2 .vco-quality-row .vco-editorial-copy { background: #ede9e1; }

.vlt-company-v2 .vco-conclusion { background: var(--vco-paper); }
.vlt-company-v2 .vco-certificates { padding: 94px 0 82px; background: transparent; }
.vlt-company-v2 .vco-certificates .vco-section-heading { max-width: 820px; margin-bottom: 50px; }
.vlt-company-v2 .vco-certificates .vco-section-heading > p:last-child { max-width: 720px; margin: 17px auto 0 !important; color: var(--vco-muted); font-size: 15px; line-height: 1.7; }
.vlt-company-v2 .vco-documentation-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 950px; margin: 0 auto; border-top: 1px solid var(--vco-line); border-bottom: 1px solid var(--vco-line); }
.vlt-company-v2 .vco-documentation-items span { min-width: 0; padding: 25px 32px; color: var(--vco-ink); border-left: 1px solid var(--vco-line); font-size: 14px; font-weight: 600; text-align: center; }
.vlt-company-v2 .vco-documentation-items span:first-child { border-left: 0; }
.vlt-company-v2 .vco-cert-grid { margin-top: 50px; }

.vlt-company-v2 .vco-final { padding: 0 0 82px; background: transparent; }
.vlt-company-v2 .vco-final-inner { position: relative; min-height: 170px; overflow: hidden; padding: 38px 52px; background: linear-gradient(112deg, #161513 0%, #201d19 64%, #2c251e 100%); border-radius: 4px; }
.vlt-company-v2 .vco-final-inner::after { position: absolute; inset: 0; background: radial-gradient(circle at 84% 20%, rgba(198,154,102,.13), transparent 30%), repeating-radial-gradient(ellipse at 85% 120%, transparent 0 18px, rgba(255,255,255,.025) 19px 20px); pointer-events: none; content: ""; }
.vlt-company-v2 .vco-final-inner > * { position: relative; z-index: 1; }
.vlt-company-v2 .vco-final h2 { max-width: 640px; }
.vlt-company-v2 .vco-final-actions { display: block; }
.vlt-company-v2 .vco-final-actions a { min-width: 178px; }

@media (max-width: 1180px) {
  .vlt-company-v2 .vco-about-grid { gap: 58px; }
  .vlt-company-v2 .vco-capability-grid article { padding-inline: 34px; }
  .vlt-company-v2 .vco-editorial-copy { padding: 48px 50px; }
}

@media (max-width: 1024px) {
  .vlt-company-v2 .vco-hero { height: 440px; }
  .vlt-company-v2 .vco-about { padding-block: 96px; }
  .vlt-company-v2 .vco-about-grid { grid-template-columns: minmax(0, 42%) minmax(0, 58%); gap: 42px; }
  .vlt-company-v2 .vco-about-media { height: 360px; }
  .vlt-company-v2 .vco-capabilities { padding-block: 88px 96px; }
  .vlt-company-v2 .vco-capability-grid article { padding-inline: 28px; }
  .vlt-company-v2 .vco-editorial-row { min-height: 360px; }
  .vlt-company-v2 .vco-editorial-media { height: 360px; }
  .vlt-company-v2 .vco-editorial-copy { padding: 42px; }
}

@media (max-width: 767px) {
  .vlt-company-v2 .vco-hero { height: 470px; }
  .vlt-company-v2 .vco-hero-copy { width: 100%; }
  .vlt-company-v2 .vco-hero h1 { max-width: 350px; font-size: 42px !important; }
  .vlt-company-v2 .vco-stats > .vpc-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vlt-company-v2 .vco-stats article { padding-inline: 12px; }
  .vlt-company-v2 .vco-about { padding: 84px 0 88px; }
  .vlt-company-v2 .vco-about-grid { grid-template-columns: 1fr; gap: 42px; }
  .vlt-company-v2 .vco-about h2 { font-size: 38px !important; }
  .vlt-company-v2 .vco-about-media { height: auto; aspect-ratio: 4 / 3; }
  .vlt-company-v2 .vco-story { padding-bottom: 84px; }
  .vlt-company-v2 .vco-capabilities { padding: 82px 0 88px; }
  .vlt-company-v2 .vco-capabilities .vco-section-heading { margin-bottom: 48px; }
  .vlt-company-v2 .vco-capability-grid { grid-template-columns: 1fr; }
  .vlt-company-v2 .vco-capability-grid article { min-height: 0; padding: 32px 0; border-top: 1px solid var(--vco-line); border-left: 0; }
  .vlt-company-v2 .vco-capability-grid article:first-child { padding-top: 0; border-top: 0; }
  .vlt-company-v2 .vco-capability-grid article:last-child { padding-bottom: 0; }
  .vlt-company-v2 .vco-capability-number { margin-bottom: 14px; }
  .vlt-company-v2 .vco-capability-grid h3 { font-size: 26px !important; }
  .vlt-company-v2 .vco-capability-grid p { max-width: none; font-size: 14px !important; }
  .vlt-company-v2 .vco-production { padding: 0; }
  .vlt-company-v2 .vco-editorial-row { min-height: 0; grid-template-columns: 1fr; }
  .vlt-company-v2 .vco-editorial-media { height: auto; aspect-ratio: 4 / 3; grid-column: auto !important; grid-row: auto !important; }
  .vlt-company-v2 .vco-editorial-copy { grid-column: auto !important; grid-row: auto !important; padding: 42px 28px 47px; }
  .vlt-company-v2 .vco-editorial-copy h2 { font-size: 36px !important; }
  .vlt-company-v2 .vco-certificates { padding: 78px 0 70px; }
  .vlt-company-v2 .vco-certificates .vco-section-heading { margin-bottom: 40px; }
  .vlt-company-v2 .vco-documentation-items { grid-template-columns: 1fr; }
  .vlt-company-v2 .vco-documentation-items span { padding: 20px 16px; border-top: 1px solid var(--vco-line); border-left: 0; }
  .vlt-company-v2 .vco-documentation-items span:first-child { border-top: 0; }
  .vlt-company-v2 .vco-final { padding-bottom: 74px; }
  .vlt-company-v2 .vco-final-inner { grid-template-columns: 1fr; gap: 28px; padding: 34px 28px; }
  .vlt-company-v2 .vco-final h2 { font-size: 34px !important; }
  .vlt-company-v2 .vco-final-actions a { width: 100%; }
}

@media (max-width: 430px) {
  .vlt-company-v2 .vco-hero h1 { font-size: 40px !important; }
  .vlt-company-v2 .vco-about h2,
  .vlt-company-v2 .vco-section-heading h2,
  .vlt-company-v2 .vco-editorial-copy h2 { font-size: 34px !important; }
}

/* 3.5 — restrained certification wordmarks */
.vlt-company-v2 .vco-certificates { padding: 82px 0 84px; }
.vlt-company-v2 .vco-certificates .vco-section-heading { max-width: 900px; margin-bottom: 46px; }
.vlt-company-v2 .vco-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.vlt-company-v2 .vco-standard-item {
  display: flex;
  min-width: 0;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 32px;
  border-left: 1px solid var(--vco-line);
  text-align: center;
}
.vlt-company-v2 .vco-standard-item:first-child { border-left: 0; }
.vlt-company-v2 .vco-standard-mark {
  display: block;
  color: #34322f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3.15vw, 46px);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: .96;
}
.vlt-company-v2 .vco-standard-mark.is-iso { letter-spacing: -.065em; }
.vlt-company-v2 .vco-standard-mark.is-rohs { font-size: clamp(32px, 2.9vw, 43px); letter-spacing: -.055em; }
.vlt-company-v2 .vco-standard-mark.is-sgs { color: #55514c; letter-spacing: -.055em; }
.vlt-company-v2 .vco-standard-item span {
  display: block;
  min-height: 16px;
  margin-top: 10px;
  color: var(--vco-warm-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}
.vlt-company-v2 .vco-standard-item span.is-empty { visibility: hidden; }
.vlt-company-v2 .vco-standard-grid > p:empty { display: none; }

@media (max-width: 767px) {
  .vlt-company-v2 .vco-certificates { padding: 76px 0 72px; }
  .vlt-company-v2 .vco-certificates .vco-section-heading { margin-bottom: 38px; }
  .vlt-company-v2 .vco-standard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vlt-company-v2 .vco-standard-item { min-height: 112px; padding: 22px 12px; border-left: 0; }
  .vlt-company-v2 .vco-standard-item:nth-child(even) { border-left: 1px solid var(--vco-line); }
  .vlt-company-v2 .vco-standard-item:nth-child(n+3) { border-top: 1px solid var(--vco-line); }
  .vlt-company-v2 .vco-standard-mark { font-size: 34px; }
  .vlt-company-v2 .vco-standard-mark.is-rohs { font-size: 32px; }
}

/* 3.6.0 — approved Company reference layout. Images remain editable in Company V2. */
@media (min-width: 768px) {
  .vlt-company-v2 .vpc-container { width: min(1280px, calc(100% - 128px)) !important; max-width: 1280px !important; }
  .vlt-company-v2 .vco-hero { height: 440px; }
  .vlt-company-v2 .vco-hero-copy { width: min(580px, 52%); }
  .vlt-company-v2 .vco-hero h1 { max-width: 580px; font-size: clamp(52px, 4.1vw, 62px) !important; }
  .vlt-company-v2 .vco-stats { padding: 34px 0 32px; }
  .vlt-company-v2 .vco-stats > .vpc-container { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .vlt-company-v2 .vco-stats article { padding-inline: 24px; }
  .vlt-company-v2 .vco-stats strong { font-size: 36px; }
  .vlt-company-v2 .vco-about { padding: 72px 0; }
  .vlt-company-v2 .vco-about-grid { grid-template-columns: minmax(0, 38%) minmax(0, 62%); gap: 66px; }
  .vlt-company-v2 .vco-about-copy { max-width: 470px; }
  .vlt-company-v2 .vco-about h2 { margin: 11px 0 24px !important; font-size: clamp(39px, 3vw, 46px) !important; }
  .vlt-company-v2 .vco-about-body p { margin-bottom: 16px; font-size: 14px; line-height: 1.72; }
  .vlt-company-v2 .vco-about-media { height: 420px; }
  .vlt-company-v2 .vco-story { padding-bottom: 0; }
  .vlt-company-v2 .vco-capabilities { padding: 64px 0 70px; }
  .vlt-company-v2 .vco-capabilities .vco-section-heading { margin-bottom: 38px; }
  .vlt-company-v2 .vco-capability-grid article { padding-inline: 46px; }
  .vlt-company-v2 .vco-capability-number { margin-bottom: 14px; font-size: 38px; letter-spacing: 0; }
  .vlt-company-v2 .vco-capability-grid h3 { margin-bottom: 10px !important; font-size: 21px !important; }
  .vlt-company-v2 .vco-capability-grid p { font-size: 13px !important; line-height: 1.58 !important; }
  .vlt-company-v2 .vco-production > .vpc-container { width: 100% !important; max-width: none !important; }
  .vlt-company-v2 .vco-editorial-row,
  .vlt-company-v2 .vco-editorial-media { min-height: 350px; height: 350px; }
  .vlt-company-v2 .vco-editorial-copy { padding: 44px 56px; background: #fff; }
  .vlt-company-v2 .vco-quality-row .vco-editorial-copy { background: #fff; }
  .vlt-company-v2 .vco-editorial-copy h2 { margin: 10px 0 18px !important; font-size: clamp(36px, 2.75vw, 42px) !important; }
  .vlt-company-v2 .vco-editorial-copy > p:empty { display: none; }
  .vlt-company-v2 .vco-editorial-copy li { padding-left: 25px; font-size: 14px; }
  .vlt-company-v2 .vco-editorial-copy li::before {
    top: .12em; display: grid; width: 15px; height: 15px; color: var(--vco-warm-dark);
    background: transparent; border: 1.5px solid currentColor; border-radius: 50%;
    font-size: 10px; font-weight: 700; line-height: 1; content: "✓"; place-items: center;
  }
  .vlt-company-v2 .vco-certificates { padding: 52px 0 48px; }
  .vlt-company-v2 .vco-certificates .vco-section-heading { margin-bottom: 26px; }
  .vlt-company-v2 .vco-certificates .vco-section-heading h2 { font-size: clamp(34px, 2.8vw, 40px) !important; }
  .vlt-company-v2 .vco-certificates .vco-section-heading > p:last-child { margin-top: 12px !important; font-size: 13px; line-height: 1.55; }
  .vlt-company-v2 .vco-standard-item { min-height: 78px; padding: 12px 24px; }
  .vlt-company-v2 .vco-standard-mark { font-size: clamp(31px, 2.7vw, 39px); }
  .vlt-company-v2 .vco-standard-item:first-child .vco-standard-mark { color: #1762a5; }
  .vlt-company-v2 .vco-standard-item:nth-child(2) .vco-standard-mark,
  .vlt-company-v2 .vco-standard-item:nth-child(3) .vco-standard-mark { color: #159447; }
  .vlt-company-v2 .vco-standard-item:nth-child(4) .vco-standard-mark { color: #66635f; }
  .vlt-company-v2 .vco-final { padding: 0; }
  .vlt-company-v2 .vco-final > .vpc-container { width: 100% !important; max-width: none !important; }
  .vlt-company-v2 .vco-final-inner { min-height: 150px; padding: 30px max(64px, calc((100vw - 1280px) / 2 + 24px)); border-radius: 0; }
  .vlt-company-v2 .vco-final .vco-eyebrow { display: none; }
  .vlt-company-v2 .vco-final h2 { margin-top: 0 !important; font-size: clamp(30px, 2.45vw, 36px) !important; }
  .vlt-company-v2 .vco-final-actions a { min-width: 180px; border-radius: 2px; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vlt-company-v2 .vpc-container { width: calc(100% - 64px) !important; }
  .vlt-company-v2 .vco-about-grid { gap: 42px; }
  .vlt-company-v2 .vco-capability-grid article { padding-inline: 28px; }
  .vlt-company-v2 .vco-editorial-copy { padding-inline: 40px; }
  .vlt-company-v2 .vco-final-inner { padding-inline: 48px; }
}


/* Statistics labels restored over shared visual refinement. */
.vlt-company-v2 .vco-stats article > span { display: block !important; }


/* 3.7.0 — final visual polish aligned to the live Home design system. */
.vlt-company-v2 {
  --vco-ink: #171614;
  --vco-muted: #625e58;
  --vco-paper: #f8f7f3;
  --vco-line: rgba(0, 0, 0, .08);
  --vco-warm: #c9975b;
  --vco-warm-dark: #8a6a4a;
  color: var(--vco-ink);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.vlt-company-v2 .vpc-container {
  width: min(1320px, calc(100% - 80px)) !important;
  max-width: 1320px !important;
}

.vlt-company-v2 h1,
.vlt-company-v2 h2,
.vlt-company-v2 h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -.025em;
}

.vlt-company-v2 .vco-eyebrow {
  color: var(--vco-warm-dark);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.vlt-company-v2 .vco-hero {
  height: 500px;
}

.vlt-company-v2 .vco-hero-image {
  object-position: 50% 52% !important;
  animation: none !important;
}

.vlt-company-v2 .vco-hero-overlay {
  background: linear-gradient(90deg, rgba(8, 8, 8, .9) 0%, rgba(8, 8, 8, .72) 34%, rgba(8, 8, 8, .28) 62%, rgba(8, 8, 8, .06) 82%, rgba(8, 8, 8, 0) 100%);
}

.vlt-company-v2 .vco-hero-inner {
  align-items: flex-end;
  padding-bottom: 72px;
}

.vlt-company-v2 .vco-hero-copy {
  width: min(650px, 54%);
  padding: 0;
  animation: none !important;
}

.vlt-company-v2 .vco-hero h1 {
  max-width: 650px;
  margin: 15px 0 0 !important;
  font-size: 64px !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
  line-height: .96 !important;
}

.vlt-company-v2 .vco-hero-description {
  max-width: 550px;
  margin-top: 22px !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.vlt-company-v2 .vco-stats {
  padding: 38px 0 36px;
  border-bottom-color: var(--vco-line);
}

.vlt-company-v2 .vco-stats > .vpc-container {
  align-items: center;
}

.vlt-company-v2 .vco-stats > .vpc-container > p,
.vlt-company-v2 .vco-about-grid > p,
.vlt-company-v2 .vco-production > .vpc-container > p,
.vlt-company-v2 .vco-standard-grid > p,
.vlt-company-v2 .vco-final > .vpc-container > p,
.vlt-company-v2 .vco-final-inner > p {
  display: none !important;
  margin: 0 !important;
}

.vlt-company-v2 .vco-stats article {
  height: auto !important;
  min-height: 0 !important;
  padding: 6px 30px !important;
}

.vlt-company-v2 .vco-stats strong {
  font-size: 38px;
  line-height: 1;
}

.vlt-company-v2 .vco-stats article > span {
  display: block !important;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.4;
}

.vlt-company-v2 .vco-about {
  padding: 104px 0 0;
  background: #fff;
}

.vlt-company-v2 .vco-about-grid {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 84px;
}

.vlt-company-v2 .vco-about-copy {
  max-width: 490px;
}

.vlt-company-v2 .vco-about h2 {
  margin: 11px 0 26px !important;
  font-size: 40px !important;
  line-height: 1 !important;
}

.vlt-company-v2 .vco-about-body p {
  max-width: 490px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.72;
}

.vlt-company-v2 .vco-about-body p:last-child {
  margin-bottom: 0;
}

.vlt-company-v2 .vco-about-media {
  height: 440px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: none;
}

.vlt-company-v2 .vco-about-image {
  object-position: 50% 50% !important;
}

.vlt-company-v2 .vco-story {
  padding: 0;
  background: #fff;
}

.vlt-company-v2 .vco-capabilities {
  margin-top: 0;
  padding: 96px 0 112px;
  background: var(--vco-paper);
}

.vlt-company-v2 .vco-capabilities .vco-section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

.vlt-company-v2 .vco-section-heading h2 {
  margin-top: 10px !important;
  font-size: 40px !important;
  line-height: 1 !important;
}

.vlt-company-v2 .vco-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vlt-company-v2 .vco-capability-grid article {
  min-height: 0;
  padding: 0 46px;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--vco-line);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.vlt-company-v2 .vco-capability-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.vlt-company-v2 .vco-capability-grid article:last-child {
  padding-right: 0;
}

.vlt-company-v2 .vco-capability-number {
  margin-bottom: 15px;
  color: var(--vco-warm-dark);
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1;
}

.vlt-company-v2 .vco-capability-grid h3 {
  margin: 0 0 11px !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
}

.vlt-company-v2 .vco-capability-grid p {
  max-width: 340px;
  margin: 0 !important;
  color: var(--vco-muted);
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.vlt-company-v2 .vco-production {
  padding: 0;
  background: #fff;
}

.vlt-company-v2 .vco-production > .vpc-container {
  width: min(1320px, calc(100% - 80px)) !important;
  max-width: 1320px !important;
}

.vlt-company-v2 .vco-editorial-row {
  min-height: 410px;
  background: #f6f3ed;
  border-radius: 2px;
  box-shadow: none;
}

.vlt-company-v2 .vco-production-row {
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
}

.vlt-company-v2 .vco-quality-row {
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
}

.vlt-company-v2 .vco-editorial-row + .vco-editorial-row {
  margin-top: 0;
}

.vlt-company-v2 .vco-editorial-media {
  position: relative;
  min-height: 410px;
  height: 410px;
  border-radius: 2px;
  box-shadow: none;
}

.vlt-company-v2 .vco-editorial-media::after {
  position: absolute;
  inset: 0;
  background: rgba(117, 82, 51, .035);
  pointer-events: none;
  content: "";
}

.vlt-company-v2 .vco-editorial-image {
  filter: saturate(.86) contrast(1.03) brightness(.96);
  transform: none;
}

.vlt-company-v2 .vco-quality-row .vco-editorial-image {
  filter: sepia(.06) saturate(.78) contrast(1.04) brightness(.94);
}

.vlt-company-v2 .vco-editorial-copy {
  padding: 60px 66px;
  background: #fff;
}

.vlt-company-v2 .vco-quality-row .vco-editorial-copy {
  background: #f4f1eb;
}

.vlt-company-v2 .vco-editorial-copy h2 {
  margin: 10px 0 20px !important;
  font-size: 40px !important;
  line-height: 1 !important;
}

.vlt-company-v2 .vco-editorial-copy > p:not(.vco-eyebrow) {
  max-width: 500px;
  margin: 0 0 20px !important;
  color: var(--vco-muted);
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.vlt-company-v2 .vco-editorial-copy > p:empty {
  display: none;
}

.vlt-company-v2 .vco-editorial-copy ul {
  gap: 11px;
}

.vlt-company-v2 .vco-editorial-copy li {
  padding-left: 26px;
  color: #4d4944;
  font-size: 14px;
  line-height: 1.5;
}

.vlt-company-v2 .vco-conclusion {
  background: var(--vco-paper);
}

.vlt-company-v2 .vco-certificates {
  padding: 100px 0 82px;
  background: transparent;
}

.vlt-company-v2 .vco-certificates .vco-section-heading {
  max-width: 720px;
  margin-bottom: 50px;
}

.vlt-company-v2 .vco-certificates .vco-section-heading h2 {
  max-width: 560px;
  margin-inline: auto !important;
  font-size: 40px !important;
  line-height: 1 !important;
}

.vlt-company-v2 .vco-certificates .vco-section-heading > p:last-child {
  max-width: 680px;
  margin: 20px auto 0 !important;
  color: var(--vco-muted);
  font-size: 14px;
  line-height: 1.65;
}

.vlt-company-v2 .vco-standard-grid {
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vlt-company-v2 .vco-standard-item {
  min-height: 122px;
  padding: 8px 28px;
  background: transparent;
  border-left: 1px solid var(--vco-line);
  box-shadow: none;
}

.vlt-company-v2 .vco-standard-item:first-child {
  border-left: 0;
}

.vlt-company-v2 .vco-standard-mark {
  display: flex;
  width: 100%;
  height: 62px;
  max-width: 140px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  font-size: 38px;
  line-height: 1;
}

.vlt-company-v2 .vco-standard-mark.is-rohs {
  font-size: 36px;
}

.vlt-company-v2 .vco-standard-item span {
  min-height: 16px;
  margin-top: 9px;
  color: var(--vco-warm-dark);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.vlt-company-v2 .vco-final {
  padding: 0 0 76px;
  background: transparent;
}

.vlt-company-v2 .vco-final > .vpc-container {
  width: min(1320px, calc(100% - 80px)) !important;
  max-width: 1320px !important;
}

.vlt-company-v2 .vco-final-inner {
  height: 170px !important;
  min-height: 170px !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 80px;
  padding: 30px 60px;
  background: linear-gradient(112deg, rgba(20, 19, 17, .98) 0%, rgba(31, 28, 24, .97) 64%, rgba(43, 36, 29, .96) 100%);
  border-radius: 6px;
  box-shadow: none;
}

.vlt-company-v2 .vco-final-inner::after {
  opacity: .42;
}

.vlt-company-v2 .vco-final .vco-eyebrow {
  display: none;
}

.vlt-company-v2 .vco-final h2 {
  max-width: 580px;
  margin: 0 !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

.vlt-company-v2 .vco-final h2 + p {
  max-width: 560px;
  margin-top: 12px !important;
  font-size: 14px;
  line-height: 1.55;
}

.vlt-company-v2 .vco-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vlt-company-v2 .vco-final-actions a {
  min-width: 188px;
  min-height: 46px;
  padding: 0 26px;
  background: #c9975b !important;
  border-radius: 999px;
  box-shadow: none;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .28s ease, transform .28s ease;
}

.vlt-company-v2 .vco-final-actions a span {
  display: inline-block;
  margin-left: 9px;
  transition: transform .28s ease;
}

.vlt-company-v2 .vco-final-actions a:hover {
  background: #b78349 !important;
  transform: translateY(-1px);
}

.vlt-company-v2 .vco-final-actions a:hover span {
  transform: translateX(3px);
}

@keyframes vcoPolishFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes vcoPolishRise {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .vlt-company-v2 .vpc-container,
  .vlt-company-v2 .vco-production > .vpc-container,
  .vlt-company-v2 .vco-final > .vpc-container {
    width: calc(100% - 64px) !important;
  }

  .vlt-company-v2 .vco-hero {
    height: 480px;
  }

  .vlt-company-v2 .vco-hero h1 {
    font-size: 56px !important;
  }

  .vlt-company-v2 .vco-about-grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
    gap: 48px;
  }

  .vlt-company-v2 .vco-about-media {
    height: 380px;
  }

  .vlt-company-v2 .vco-capability-grid article {
    padding-inline: 28px;
  }

  .vlt-company-v2 .vco-editorial-row,
  .vlt-company-v2 .vco-editorial-media {
    min-height: 380px;
    height: 380px;
  }

  .vlt-company-v2 .vco-production-row {
    grid-template-columns: minmax(0, 56%) minmax(0, 44%);
  }

  .vlt-company-v2 .vco-quality-row {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  }

  .vlt-company-v2 .vco-editorial-copy {
    padding: 44px;
  }

  .vlt-company-v2 .vco-editorial-copy h2 {
    font-size: 36px !important;
  }

  .vlt-company-v2 .vco-final-inner {
    gap: 48px;
    padding-inline: 46px;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .vlt-company-v2 .vco-hero-copy {
    width: min(650px, 90%);
  }

  .vlt-company-v2 .vco-about-grid,
  .vlt-company-v2 .vco-capability-grid,
  .vlt-company-v2 .vco-editorial-row {
    grid-template-columns: 1fr;
  }

  .vlt-company-v2 .vco-about-grid {
    gap: 42px;
  }

  .vlt-company-v2 .vco-about-media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .vlt-company-v2 .vco-capability-grid article {
    padding: 28px 0;
    border-top: 1px solid var(--vco-line);
    border-left: 0;
  }

  .vlt-company-v2 .vco-capability-grid article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .vlt-company-v2 .vco-editorial-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .vlt-company-v2 .vco-editorial-row {
    height: auto;
    min-height: 0;
  }

  .vlt-company-v2 .vco-editorial-copy {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .vlt-company-v2 .vco-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vlt-company-v2 .vco-standard-item:nth-child(3) {
    border-left: 0;
  }

  .vlt-company-v2 .vco-standard-item:nth-child(n+3) {
    border-top: 1px solid var(--vco-line);
  }
}

@media (max-width: 767px) {
  .vlt-company-v2 .vpc-container,
  .vlt-company-v2 .vco-production > .vpc-container,
  .vlt-company-v2 .vco-final > .vpc-container {
    width: calc(100% - 40px) !important;
  }

  .vlt-company-v2 .vco-hero {
    height: 460px;
  }

  .vlt-company-v2 .vco-hero-inner {
    align-items: flex-end;
    padding-bottom: 54px;
  }

  .vlt-company-v2 .vco-hero-copy {
    width: 100%;
  }

  .vlt-company-v2 .vco-hero h1 {
    max-width: 350px;
    font-size: 42px !important;
    line-height: 1 !important;
  }

  .vlt-company-v2 .vco-hero-description {
    max-width: 340px;
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  .vlt-company-v2 .vco-stats {
    padding: 36px 0;
  }

  .vlt-company-v2 .vco-stats > .vpc-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .vlt-company-v2 .vco-stats article {
    padding-inline: 12px;
  }

  .vlt-company-v2 .vco-stats article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-left: 0;
  }

  .vlt-company-v2 .vco-stats strong {
    font-size: 32px;
  }

  .vlt-company-v2 .vco-about {
    padding: 72px 0 0;
  }

  .vlt-company-v2 .vco-about-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .vlt-company-v2 .vco-about-copy,
  .vlt-company-v2 .vco-about-body p {
    max-width: none;
  }

  .vlt-company-v2 .vco-about h2,
  .vlt-company-v2 .vco-section-heading h2 {
    font-size: 36px !important;
    line-height: 1.02 !important;
  }

  .vlt-company-v2 .vco-about-body p {
    font-size: 15px;
    line-height: 1.72;
  }

  .vlt-company-v2 .vco-about-media {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .vlt-company-v2 .vco-capabilities {
    margin-top: 72px;
    padding: 72px 0;
  }

  .vlt-company-v2 .vco-capabilities .vco-section-heading {
    margin-bottom: 42px;
  }

  .vlt-company-v2 .vco-capability-grid {
    grid-template-columns: 1fr;
  }

  .vlt-company-v2 .vco-capability-grid article {
    padding: 29px 0;
    border-top: 1px solid var(--vco-line);
    border-left: 0;
  }

  .vlt-company-v2 .vco-capability-grid article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .vlt-company-v2 .vco-capability-grid article:last-child {
    padding-bottom: 0;
  }

  .vlt-company-v2 .vco-capability-number {
    font-size: 36px;
  }

  .vlt-company-v2 .vco-capability-grid h3 {
    font-size: 19px !important;
  }

  .vlt-company-v2 .vco-editorial-row {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .vlt-company-v2 .vco-editorial-media {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    grid-column: auto !important;
    grid-row: auto !important;
    border-radius: 0;
  }

  .vlt-company-v2 .vco-editorial-copy {
    grid-column: auto !important;
    grid-row: auto !important;
    padding: 38px 24px 44px;
  }

  .vlt-company-v2 .vco-editorial-copy h2 {
    margin-bottom: 18px !important;
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .vlt-company-v2 .vco-editorial-copy li {
    font-size: 13px;
  }

  .vlt-company-v2 .vco-certificates {
    padding: 72px 0;
  }

  .vlt-company-v2 .vco-certificates .vco-section-heading {
    margin-bottom: 42px;
  }

  .vlt-company-v2 .vco-certificates .vco-section-heading h2 {
    max-width: 340px;
    font-size: 36px !important;
  }

  .vlt-company-v2 .vco-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vlt-company-v2 .vco-standard-item {
    min-height: 118px;
    padding: 16px 10px;
    border-left: 0;
  }

  .vlt-company-v2 .vco-standard-item:nth-child(even) {
    border-left: 1px solid var(--vco-line);
  }

  .vlt-company-v2 .vco-standard-item:nth-child(n+3) {
    border-top: 1px solid var(--vco-line);
  }

  .vlt-company-v2 .vco-standard-mark,
  .vlt-company-v2 .vco-standard-mark.is-rohs {
    height: 56px;
    font-size: 32px;
  }

  .vlt-company-v2 .vco-standard-item span {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .vlt-company-v2 .vco-final {
    padding: 0 0 72px;
  }

  .vlt-company-v2 .vco-final-inner {
    height: auto !important;
    min-height: 0 !important;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 26px;
    border-radius: 6px;
  }

  .vlt-company-v2 .vco-final h2 {
    font-size: 34px !important;
    line-height: 1.02 !important;
  }

  .vlt-company-v2 .vco-final-actions {
    justify-content: flex-start;
  }

  .vlt-company-v2 .vco-final-actions a {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .vlt-company-v2 .vco-hero h1 {
    font-size: 40px !important;
  }

  .vlt-company-v2 .vco-about h2,
  .vlt-company-v2 .vco-section-heading h2,
  .vlt-company-v2 .vco-certificates .vco-section-heading h2 {
    font-size: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vlt-company-v2 .vco-hero-image,
  .vlt-company-v2 .vco-hero-copy {
    animation: none;
  }
}
