:root {
  --vh-navy: #031d39;
  --vh-blue: #0a3157;
  --vh-red: #dd202b;
  --vh-cream: #f8f6f1;
  --vh-ink: #09213d;
  --vh-muted: #58697b;
  --vh-line: #d9dee4;
}

.home-reference { margin: 0; background: var(--vh-cream); }
.vh-home, .vh-header { font-family: 'Inter', Arial, sans-serif; }
.vh-home *, .vh-header * { box-sizing: border-box; }
.vh-home { overflow: clip; color: var(--vh-ink); background: var(--vh-cream); }
.vh-container { width: min(1740px, calc(100% - clamp(32px, 3.5vw, 64px))); margin-inline: auto; }

.vh-header { position: relative; z-index: 1000; height: 82px; display: flex; align-items: center; background: #fff; border-bottom: 1px solid #e6e9ed; }
.vh-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.vh-logo { flex: 0 0 auto; display: inline-flex; align-items: center; }
.vh-logo img { width: auto; height: 46px; display: block; }
.vh-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 1.7vw, 31px); }
.vh-nav a, .vh-lang { color: #213349; font-size: 12px; font-weight: 650; white-space: nowrap; }
.vh-nav a { position: relative; padding-block: 32px 29px; }
.vh-nav a:not(.vh-consult)::after { content: ''; position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--vh-red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.vh-nav a:hover::after, .vh-nav a.active::after { transform: scaleX(1); }
.vh-lang { display: inline-flex; align-items: center; gap: 5px; }
.vh-lang b { color: #8a96a2; font-size: 10px; }
.vh-consult { padding: 13px 20px !important; color: #fff !important; background: var(--vh-red); border-radius: 2px; box-shadow: 0 6px 18px rgba(221,32,43,.18); }
.vh-consult:hover { background: #be1721; transform: translateY(-1px); }
.vh-menu-button { display: none; }

.vh-hero { position: relative; min-height: 700px; display: flex; align-items: center; isolation: isolate; overflow: hidden; color: #fff; background: var(--vh-navy); }
.vh-hero-image, .vh-hero-shade, .vh-hero-data { position: absolute; inset: 0; }
.vh-hero-image { z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vh-hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(1,19,38,.94) 0%, rgba(2,25,48,.76) 38%, rgba(2,25,48,.17) 67%, rgba(2,25,48,.08) 100%); }
.vh-hero-data { z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: .36; mix-blend-mode: screen; }
.vh-hero-copy { padding-block: 90px; }
.vh-eyebrow { margin: 0 0 16px !important; color: rgba(255,255,255,.68) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vh-hero h1 { max-width: 790px; margin: 0 0 23px; color: #fff; font-size: clamp(46px, 4.2vw, 68px); font-weight: 800; letter-spacing: -.045em; line-height: 1.08; }
.vh-hero-copy > p:not(.vh-eyebrow) { max-width: 670px; margin: 0 0 31px; color: rgba(255,255,255,.83); font-size: 16px; line-height: 1.65; }
.vh-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.vh-button { min-width: 162px; min-height: 51px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; color: #fff; font-size: 13px; font-weight: 800; border: 1px solid rgba(255,255,255,.75); border-radius: 2px; }
.vh-button:hover { color: #fff; transform: translateY(-2px); }
.vh-button-primary { border-color: var(--vh-red); background: var(--vh-red); }
.vh-button-primary:hover { background: #bd1822; }
.vh-button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }

.vh-capacity-strip { background: #fff; border-bottom: 1px solid var(--vh-line); box-shadow: 0 4px 18px rgba(8,31,56,.04); }
.vh-capacity-grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); }
.vh-capacity-grid article { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 22px 18px; border-right: 1px solid var(--vh-line); transition: background .2s ease; }
.vh-capacity-grid article:hover { background: #fafbfc; }
.vh-capacity-grid article:last-child { border-right: 0; }
.vh-spec-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--vh-red); background: rgba(220, 32, 45, 0.06); border-radius: 9px; transition: transform .2s ease, background .2s ease; }
.vh-capacity-grid article:hover .vh-spec-icon { transform: scale(1.08); background: rgba(220, 32, 45, 0.12); }
.vh-capacity-grid strong, .vh-capacity-grid small { display: block; }
.vh-capacity-grid strong { color: var(--vh-ink); font-size: 16px; font-weight: 850; letter-spacing: -0.015em; line-height: 1.25; }
.vh-capacity-grid small { margin-top: 4px; color: #64748b; font-size: 11px; font-weight: 600; line-height: 1.25; }

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.vh-section { position: relative; }
.vh-section-kicker { display: block; margin-bottom: 10px; color: var(--vh-red); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.vh-section-heading { margin-bottom: 18px; text-align: center; }
.vh-section-heading > span { display: inline-block; color: var(--vh-red); font-size: 13px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.vh-section-heading h2 { margin: 6px 0 0; color: var(--vh-ink); font-size: clamp(29px, 2.5vw, 40px); font-weight: 800; letter-spacing: -.035em; line-height: 1.18; }
.vh-section-heading p { max-width: 720px; margin: 8px auto 0; color: var(--vh-muted); font-size: 13px; line-height: 1.6; }
.vh-section-heading-light h2 { color: #fff; }
.vh-section-heading-light p { color: rgba(255,255,255,.7); }

.vh-intro { padding: 36px 0 32px; background-color: #faf8f3; background-image: radial-gradient(circle at 20% 10%, rgba(3,29,57,.035) 0 1px, transparent 1px); background-size: 18px 18px; }
.vh-intro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) 150px minmax(0, 1.05fr); gap: 30px; align-items: stretch; }
.vh-intro-copy { padding: 8px 20px 8px 0; }
.vh-intro h2 { margin: 0 0 14px; color: var(--vh-ink); font-size: clamp(30px, 3vw, 46px); font-weight: 800; letter-spacing: -.045em; line-height: 1.16; }
.vh-intro-copy > p { max-width: 620px; margin: 0; color: #556574; font-size: 14px; line-height: 1.65; }
.vh-signature-img { display: block; height: 52px; width: auto; max-width: 240px; margin-top: 22px; object-fit: contain; }
.vh-signature { display: none; }
.vh-intro-stats { display: flex; flex-direction: column; justify-content: center; padding-left: 28px; border-left: 1px solid #cad1d7; }
.vh-intro-stats article { padding: 11px 0; }
.vh-intro-stats strong, .vh-intro-stats span { display: block; }
.vh-intro-stats strong { color: var(--vh-red); font-size: 30px; font-weight: 850; line-height: 1; }
.vh-intro-stats span { margin-top: 4px; color: #37495b; font-size: 12px; font-weight: 700; }
.vh-intro-gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; min-height: 360px; }
.vh-intro-gallery figure { margin: 0; overflow: hidden; background: #d5dce2; }
.vh-intro-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vh-intro-gallery figure:nth-child(1) img { object-position: 58% center; }
.vh-intro-gallery figure:nth-child(2) img { object-position: 50% center; }
.vh-intro-gallery figure:nth-child(3) img { object-position: 53% center; }

.vh-values { padding: 22px 0 18px; color: #fff; background: radial-gradient(circle at 76% 5%, #0b3a67 0%, var(--vh-navy) 48%, #02172d 100%); }
.vh-values .vh-section-heading { margin-bottom: 14px; }
.vh-values .vh-section-heading > span { margin-bottom: 2px; }
.vh-values .vh-section-heading h2 { margin-top: 0; font-size: clamp(24px, 2.3vw, 36px); }
.vh-values .vh-section-heading p { margin: 5px auto 0; font-size: 12.5px; }
.vh-values-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; width: 100%; }
.vh-values-grid article { position: relative; min-height: 145px; display: flex; flex-direction: column; align-items: center; padding: 10px 16px 12px; text-align: center; box-sizing: border-box; }
.vh-values-grid article::after { content: ''; position: absolute; top: 50px; right: 0; width: 1px; height: 50px; background: rgba(255,255,255,.13); }
.vh-values-grid article:last-child::after { display: none; }
.vh-values-grid img { width: 42px; height: 42px; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.vh-values-grid i { position: relative; width: 100%; height: 2px; margin: 9px 0 9px; background: rgba(221,32,43,.82); }
.vh-values-grid i::before { content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; border: 2.5px solid #fff; background: var(--vh-red); border-radius: 50%; transform: translate(-50%,-50%); }
.vh-values-grid h3 { margin: 0 0 4px; color: #fff; font-size: 13.5px; font-weight: 800; }
.vh-values-grid p { max-width: 170px; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.4; }
.vh-values-grid .vh-value-feature { margin-top: -4px; padding-top: 14px; padding-bottom: 14px; background: linear-gradient(180deg, var(--vh-red), #c81924); border-radius: 6px 6px 0 0; box-shadow: 0 10px 24px rgba(0,0,0,.15); }
.vh-values-grid .vh-value-feature i { background: rgba(255,255,255,.55); }
.vh-values-grid .vh-value-feature i::before { background: #fff; border-color: rgba(255,255,255,.55); }

.vh-process { padding: 32px 0 34px; background: #fff; border-bottom: 1px solid var(--vh-line); }
.vh-process .vh-section-heading { margin-bottom: 5px; }
.vh-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vh-process-grid article { position: relative; padding: 0 24px 12px; text-align: center; }
.vh-process-grid article:not(:last-child)::after { content: ''; position: absolute; top: 54%; right: 0; width: 1px; height: 112px; background: #d6dce1; transform: translateY(-50%); }
.vh-process-grid h3 { margin: 0 0 3px; color: var(--vh-ink); font-size: 18px; font-weight: 800; }
.vh-process-grid h3 b { color: #32465b; }
.vh-process-grid article > div { height: clamp(210px, 14vw, 260px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.vh-process-grid img { width: 100%; height: 100%; display: block; object-fit: contain; mix-blend-mode: multiply; }
.vh-process-grid i { position: relative; width: calc(100% + 48px); height: 2px; display: block; margin-left: -24px; background: #b9c3cd; }
.vh-process-grid i::before { content: ''; position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; background: var(--vh-navy); border: 3px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); }
.vh-process-grid p { max-width: 260px; margin: 16px auto 0; color: #5e6c79; font-size: 12px; line-height: 1.45; }

.vh-expertise { padding: 28px 0 32px; background: #f8f6f1; border-bottom: 1px solid var(--vh-line); }
.vh-expertise .vh-section-heading, .vh-solutions .vh-section-heading, .vh-machine .vh-section-heading { margin-bottom: 14px; }
.vh-expertise-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; grid-template-rows: clamp(240px, 16vw, 300px) clamp(240px, 16vw, 300px); gap: clamp(9px, 0.8vw, 12px); }
.vh-expertise-card { position: relative; overflow: hidden; border-radius: 6px; color: var(--vh-ink); background: #dce2e7; display: block; }
.vh-expertise-tall { grid-row: 1 / span 2; }
.vh-expertise-card > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vh-expertise-card:hover > img { transform: scale(1.035); }
.vh-expertise-card > span { position: absolute; left: 0; bottom: 0; right: auto; max-width: calc(100% - 20px); min-height: auto; display: inline-flex; flex-direction: column; justify-content: center; padding: 12px 18px; background: #ffffff; border-radius: 0 8px 0 0; box-shadow: 0 4px 16px rgba(0,0,0,0.14); z-index: 2; transition: transform .25s ease, box-shadow .25s ease; }
.vh-expertise-card:hover > span { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.18); }
.vh-expertise-card strong { color: #111827; font-size: clamp(12.5px, 1vw, 15px); font-weight: 800; line-height: 1.25; }
.vh-expertise-card small { margin-top: 5px; color: var(--vh-red); font-size: 10.5px; font-weight: 800; display: inline-flex; align-items: center; gap: 4px; }
.vh-expertise-card small b { margin-left: 2px; font-size: 13px; transition: transform .2s ease; }
.vh-expertise-card:hover small b { transform: translateX(3px); }

.vh-solutions { padding: 28px 0 34px; background: #fff; }
.vh-solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vh-solution-card { position: relative; min-height: clamp(340px, 23vw, 400px); overflow: hidden; color: #fff; border-radius: 10px; background: #021224; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; box-shadow: 0 4px 18px rgba(0, 20, 45, 0.1); transition: transform .3s ease, box-shadow .3s ease; }
.vh-solution-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0, 20, 45, 0.18); }
.vh-solution-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1); z-index: 1; }
.vh-solution-card:hover > img { transform: scale(1.04); }
.vh-solution-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,18,36,0.85) 0%, rgba(2,18,36,0.35) 45%, rgba(2,18,36,0.92) 100%); z-index: 2; }
.vh-solution-content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: space-between; height: 100%; width: 100%; }
.vh-solution-top { padding: 22px 20px 14px; }
.vh-solution-top h3 { margin: 0 0 8px; color: #ffffff; font-size: clamp(19px, 1.45vw, 23px); font-weight: 800; letter-spacing: -.025em; line-height: 1.2; }
.vh-solution-top p { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 12px; line-height: 1.5; }
.vh-solution-footer { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-top: 1px solid rgba(255, 255, 255, 0.16); background: rgba(1, 15, 30, 0.45); backdrop-filter: blur(3px); }
.vh-sol-link { color: #e31e24; font-size: 11px; font-weight: 800; display: inline-flex; align-items: center; gap: 5px; text-transform: uppercase; letter-spacing: .04em; }
.vh-sol-link b { font-size: 13px; transition: transform .2s ease; }
.vh-solution-card:hover .vh-sol-link b { transform: translateX(3px); }
.vh-sol-tags { color: rgba(255, 255, 255, 0.65); font-size: 10.5px; font-weight: 600; }

.vh-machine { padding: 42px 0 46px; background: #f8f9fa; border-top: 1px solid var(--vh-line); border-bottom: 1px solid var(--vh-line); }
.vh-machine-container { max-width: 1340px; margin-inline: auto; }
.vh-machine-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 36px; align-items: center; }
.vh-machine-visual { position: relative; width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 20, 50, 0.08); border: 1px solid #e2e8f0; line-height: 0; }
.vh-machine-tag { position: absolute; top: 16px; left: 18px; color: var(--vh-red); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; z-index: 2; background: rgba(255, 255, 255, 0.94); padding: 4px 10px; border-radius: 4px; border: 1px solid rgba(223, 36, 47, 0.2); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06); backdrop-filter: blur(4px); }
.vh-machine-visual img { width: 100%; height: auto; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.vh-machine-visual:hover img { transform: scale(1.03); }
.vh-machine-copy { display: flex; flex-direction: column; justify-content: center; padding: 6px 0; }
.vh-machine-copy h2 { margin: 0 0 16px; color: #0b2546; font-size: clamp(28px, 2.6vw, 38px); font-weight: 900; letter-spacing: -.03em; line-height: 1.15; }
.vh-machine-specs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #d9e2ec; border-radius: 8px; background: #ffffff; overflow: hidden; margin-bottom: 16px; box-shadow: 0 2px 10px rgba(0, 20, 50, 0.04); }
.vh-machine-specs article { min-height: 84px; display: flex; align-items: center; gap: 14px; padding: 14px 20px; box-sizing: border-box; }
.vh-machine-specs article:nth-child(1) { border-right: 1px solid #d9e2ec; border-bottom: 1px solid #d9e2ec; }
.vh-machine-specs article:nth-child(2) { border-bottom: 1px solid #d9e2ec; }
.vh-machine-specs article:nth-child(3) { border-right: 1px solid #d9e2ec; }
.vh-machine-specs article > svg { flex: 0 0 36px; }
.vh-machine-specs strong { color: #0b2546; font-size: clamp(16px, 1.25vw, 19px); font-weight: 850; line-height: 1.2; display: block; }
.vh-machine-specs small { margin-top: 3px; color: #556c85; font-size: 11px; font-weight: 600; display: block; }
.vh-machine-button { min-height: 46px; display: flex; align-items: center; justify-content: center; width: 100%; color: #ffffff; background: #c81924; font-size: 13.5px; font-weight: 750; letter-spacing: .02em; border-radius: 6px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.vh-machine-button:hover { color: #ffffff; background: #b51520; transform: translateY(-1px); }

.vh-references {
  padding: 44px 0 0;
  color: #fff;
  background: #011731;
  border-block: 1px solid #0a2748;
}
.vh-references .vh-section-heading { margin-bottom: 24px; text-align: left; }
.vh-reference-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; align-items: stretch; }
.vh-reference-map { min-height: auto; display: flex; align-items: center; justify-content: center; width: 100%; }
.vh-map-stage { position: relative; width: 100%; max-width: 100%; line-height: 0; }
.vh-map-stage img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 2px rgba(80, 170, 255, 0.4));
  mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 78%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 78%, transparent 100%);
}
.vh-map-pin {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  transform: translate(-7px, -7px);
  transform-origin: 7px 7px;
  cursor: pointer;
  transition: transform .22s ease, z-index .22s ease;
}
.vh-map-pin:hover {
  z-index: 15;
  transform: translate(-7px, -7px) scale(1.12);
}
.vh-map-pin b {
  position: relative;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  display: block;
  background: #ff3344;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 51, 68, 0.85), 0 0 0 3px rgba(255, 51, 68, 0.3);
  animation: vhPulse 2.2s infinite ease-in-out;
}
@keyframes vhPulse {
  0% { box-shadow: 0 0 8px rgba(255, 51, 68, 0.8), 0 0 0 2px rgba(255, 51, 68, 0.4); }
  50% { box-shadow: 0 0 18px rgba(255, 51, 68, 1), 0 0 0 8px rgba(255, 51, 68, 0.15); }
  100% { box-shadow: 0 0 8px rgba(255, 51, 68, 0.8), 0 0 0 2px rgba(255, 51, 68, 0.4); }
}
.vh-map-pin:hover b {
  animation: none;
  box-shadow: 0 0 22px rgba(255, 51, 68, 1), 0 0 0 6px rgba(255, 51, 68, 0.5);
  background: #ffffff;
  border-color: #ff3344;
}
.vh-pin-label {
  padding: 3px 8px 3px 7px;
  background: rgba(1, 26, 48, 0.88);
  border: 1px solid rgba(80, 160, 230, 0.4);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 10, 20, 0.5);
  font-size: 9.5px;
  font-weight: 800;
  color: #f0f6fc;
  letter-spacing: .02em;
  backdrop-filter: blur(8px);
  line-height: 1.25;
  transition: all .2s ease;
}
.vh-map-pin:hover .vh-pin-label {
  background: #ff3344;
  color: #ffffff;
  border-color: #ff3344;
  box-shadow: 0 4px 18px rgba(255, 51, 68, 0.5);
}
.vh-pin-label small {
  color: #ff6b74;
  font-size: 9px;
  font-weight: 850;
  margin-left: 3px;
  background: rgba(255, 51, 68, 0.18);
  padding: 1px 4px;
  border-radius: 3px;
}
.vh-map-pin:hover .vh-pin-label small {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.25);
}
.vh-map-pin.pin-dir-left {
  flex-direction: row-reverse;
  transform: translate(calc(-100% + 7px), -7px);
  transform-origin: calc(100% - 7px) 7px;
}
.vh-map-pin.pin-dir-left:hover {
  transform: translate(calc(-100% + 7px), -7px) scale(1.12);
}
.vh-reference-showcase { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr auto; gap: 8px; }
.vh-reference-main { position: relative; min-height: 420px; grid-row: 1 / span 1; overflow: hidden; color: #fff; }
.vh-reference-main img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vh-reference-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,22,44,.92)); }
.vh-reference-main span { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 22px; }
.vh-reference-main strong, .vh-reference-main small { display: block; }
.vh-reference-main strong { font-size: 16px; font-weight: 800; }
.vh-reference-main small { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 10px; }
.vh-reference-thumbs { min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.vh-reference-thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vh-reference-link { grid-column: 1 / -1; display: flex; justify-content: flex-end; align-items: center; gap: 9px; padding: 7px 0 16px; color: var(--vh-red); font-size: 11px; font-weight: 800; }
.vh-reference-link:hover { color: #ff4b55; }
.vh-reference-link span { font-size: 17px; }
.vh-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.15); margin-top: 20px; }
.vh-trust-grid article { min-height: 105px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 20px; border-right: 1px solid rgba(255, 255, 255, 0.12); transition: transform .25s ease, background-color .25s ease; }
.vh-trust-grid article:last-child { border-right: 0; }
.vh-trust-grid article:hover { background: rgba(255, 255, 255, 0.03); }
.vh-trust-icon { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; transition: transform .25s ease; }
.vh-trust-icon svg { display: block; }
.vh-trust-grid article:hover .vh-trust-icon { transform: translateY(-2px) scale(1.06); }
.vh-trust-grid strong, .vh-trust-grid small { display: block; }
.vh-trust-grid strong { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.vh-trust-grid small { max-width: 180px; margin-top: 4px; color: rgba(255, 255, 255, 0.7); font-size: 9.5px; line-height: 1.45; }

.vh-contact { padding: 38px 0; background-color: #faf8f3; background-image: linear-gradient(90deg, transparent 49.9%, rgba(3,29,57,.025) 50%, transparent 50.1%); background-size: 42px 42px; }
.vh-contact-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 60px; align-items: center; }
.vh-contact-copy h2 { margin: 0 0 18px; color: var(--vh-ink); font-size: clamp(34px, 3.7vw, 54px); font-weight: 850; letter-spacing: -.05em; line-height: 1.08; }
.vh-contact-copy > p { max-width: 570px; margin: 0 0 35px; color: var(--vh-muted); font-size: 14px; line-height: 1.7; }
.vh-contact-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 24px; border-top: 1px solid #cdd4db; }
.vh-contact-features article { text-align: center; }
.vh-contact-features article > span { min-height: 42px; display: block; color: #6c8092; font-size: 31px; }
.vh-contact-features strong, .vh-contact-features small { display: block; }
.vh-contact-features strong { margin-top: 8px; color: var(--vh-ink); font-size: 11px; font-weight: 800; }
.vh-contact-features small { margin-top: 5px; color: #74818e; font-size: 8.5px; line-height: 1.45; }
.vh-contact-form { display: grid; gap: 10px; padding: 25px; color: #fff; background: linear-gradient(145deg, #06325a 0%, #021c37 100%); border: 1px solid #234b70; border-radius: 7px; box-shadow: 0 18px 40px rgba(3,29,57,.16); }
.vh-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vh-contact-form label { position: relative; display: block; margin: 0; }
.vh-contact-form label > span { position: absolute; z-index: 1; top: 8px; left: 12px; color: rgba(255,255,255,.54); font-size: 8px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; pointer-events: none; }
.vh-contact-form input, .vh-contact-form select, .vh-contact-form textarea { width: 100%; color: #fff; background: rgba(0,16,33,.24); border: 1px solid rgba(145,179,207,.42); border-radius: 2px; outline: 0; }
.vh-contact-form input, .vh-contact-form select { height: 54px; padding: 20px 12px 6px; }
.vh-contact-form textarea { min-height: 115px; padding: 26px 12px 10px; resize: vertical; }
.vh-contact-form select { color: rgba(255,255,255,.8); appearance: none; }
.vh-contact-form select option { color: var(--vh-ink); background: #fff; }
.vh-contact-form input:focus, .vh-contact-form select:focus, .vh-contact-form textarea:focus { border-color: #82a9ca; box-shadow: 0 0 0 2px rgba(130,169,202,.12); }
.vh-contact-form textarea::placeholder { color: rgba(255,255,255,.45); }
.vh-file-field { min-height: 65px; padding: 27px 12px 8px; background: rgba(0,16,33,.24); border: 1px solid rgba(145,179,207,.42); }
.vh-file-field input { position: absolute; inset: 0; height: 100%; opacity: 0; cursor: pointer; }
.vh-file-field small { color: rgba(255,255,255,.46); font-size: 9px; }
.vh-contact-form button { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 14px; color: #fff; background: var(--vh-red); border: 0; border-radius: 3px; font-size: 12px; font-weight: 800; cursor: pointer; }
.vh-contact-form button:hover { background: #bd1822; }
.vh-contact-form button span { font-size: 17px; }

.vh-motto { color: #fff; background: #05294b; border-top: 1px solid rgba(255,255,255,.1); }
.vh-motto .vh-container { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; }
.vh-motto strong { font-size: 18px; font-weight: 800; }
.vh-motto span { color: rgba(255,255,255,.63); font-size: 10px; }

.vh-footer { padding: 45px 0 0; color: rgba(255,255,255,.68); background: #021b34; font-family: 'Inter', Arial, sans-serif; }
.vh-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) 1.15fr; gap: 42px; padding-bottom: 38px; }
.vh-footer h3 { margin: 0 0 14px; color: #fff; font-size: 12px; font-weight: 800; }
.vh-footer nav, .vh-footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-style: normal; }
.vh-footer a, .vh-footer p { color: rgba(255,255,255,.59); font-size: 9.5px; line-height: 1.55; }
.vh-footer a:hover { color: #fff; }
.vh-footer-brand > img { width: auto; height: 38px; display: block; margin-bottom: 13px; filter: brightness(0) invert(1); }
.vh-footer-brand > p { max-width: 260px; margin: 0 0 15px; }
.vh-footer-brand > div { display: flex; gap: 8px; }
.vh-footer-brand > div a { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 10px; font-weight: 800; }
.vh-footer address p { margin: 0 0 4px; }
.vh-footer-bottom { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.11); font-size: 8.5px; }
.vh-footer-bottom nav { display: flex; flex-direction: row; gap: 18px; }
.vh-footer-bottom a { font-size: 8.5px; }

.vh-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.vh-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .vh-nav { gap: 18px; }
  .vh-nav a, .vh-lang { font-size: 11px; }
  .vh-logo img { height: 40px; }
  .vh-intro-grid { grid-template-columns: 1.05fr 130px 1fr; gap: 20px; }
  .vh-intro h2 { font-size: 34px; }
  .vh-footer-grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .vh-footer-grid > *:nth-child(4), .vh-footer-grid > *:nth-child(5) { margin-top: 10px; }
}

@media (max-width: 900px) {
  .vh-header { height: 72px; }
  .vh-menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; padding: 0; background: transparent; border: 0; }
  .vh-menu-button span { width: 24px; height: 2px; display: block; background: var(--vh-ink); }
  .vh-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 13px 24px 24px; background: #fff; border-top: 1px solid #e6e9ed; box-shadow: 0 18px 36px rgba(3,29,57,.13); }
  .vh-nav.is-open { display: flex; flex-direction: column; }
  .vh-nav a, .vh-lang { padding: 13px 4px; font-size: 13px; }
  .vh-nav a:not(.vh-consult)::after { display: none; }
  .vh-consult { margin-top: 8px; text-align: center; }
  .vh-hero { min-height: 650px; }
  .vh-hero-image { object-position: 64% center; }
  .vh-hero-data { display: none; }
  .vh-capacity-grid { grid-template-columns: repeat(2, 1fr); }
  .vh-capacity-grid article:nth-child(2) { border-right: 0; }
  .vh-capacity-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--vh-line); }
  .vh-intro-grid { grid-template-columns: 1fr 150px; }
  .vh-intro-gallery { grid-column: 1 / -1; min-height: 370px; }
  .vh-values-grid { grid-template-columns: repeat(3, 1fr); }
  .vh-values-grid article::after { display: none; }
  .vh-values-grid .vh-value-feature { margin-top: 0; }
  .vh-process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .vh-process-grid article:nth-child(2)::after { display: none; }
  .vh-expertise-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 260px); }
  .vh-expertise-tall { grid-row: 1 / span 2; }
  .vh-solution-grid { grid-template-columns: 1fr; }
  .vh-solution-card { min-height: 420px; }
  .vh-machine-grid { grid-template-columns: 1fr; }
  .vh-machine-visual { min-height: 470px; }
  .vh-reference-grid { grid-template-columns: 1fr; }
  .vh-reference-map { min-height: auto; }
  .vh-contact-grid { grid-template-columns: 1fr; }
  .vh-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .vh-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .vh-container { width: min(100% - 30px, 1320px); }
  .vh-logo img { height: 36px; }
  .vh-hero { min-height: 620px; }
  .vh-hero-copy { padding-block: 70px; }
  .vh-hero h1 { font-size: clamp(38px, 11.5vw, 56px); }
  .vh-hero-copy > p:not(.vh-eyebrow) { font-size: 14px; }
  .vh-button { width: 100%; }
  .vh-capacity-grid { grid-template-columns: 1fr; }
  .vh-capacity-grid article { justify-content: flex-start; padding-inline: 26px; border-right: 0; border-bottom: 1px solid var(--vh-line); }
  .vh-intro { padding-block: 58px; }
  .vh-intro-grid { grid-template-columns: 1fr; }
  .vh-intro-copy { padding-right: 0; }
  .vh-intro h2 { font-size: 31px; }
  .vh-intro-stats { display: grid; grid-template-columns: 1fr 1fr; padding-left: 0; border-left: 0; border-top: 1px solid #cad1d7; }
  .vh-intro-gallery { grid-column: auto; min-height: 520px; grid-template-columns: 1fr 1fr; }
  .vh-intro-gallery figure:first-child { grid-column: 1 / -1; }
  .vh-values { padding-top: 48px; }
  .vh-values-grid { grid-template-columns: 1fr 1fr; }
  .vh-values-grid article { min-height: 190px; }
  .vh-values-grid .vh-value-feature { grid-column: 1 / -1; }
  .vh-process-grid { grid-template-columns: 1fr; }
  .vh-process-grid article::after { display: none; }
  .vh-process-grid article > div { height: 230px; }
  .vh-expertise-grid { display: flex; flex-direction: column; }
  .vh-expertise-card { min-height: 330px; }
  .vh-expertise-card > span { min-height: 82px; }
  .vh-solution-card { min-height: 390px; }
  .vh-machine-visual { min-height: auto; }
  .vh-machine-copy { padding: 38px 20px; }
  .vh-machine-specs { grid-template-columns: 1fr; }
  .vh-reference-showcase { grid-template-columns: 1fr; }
  .vh-reference-main { min-height: 220px; }
  .vh-reference-thumbs { min-height: 0; grid-row: auto; }
  .vh-trust-grid { grid-template-columns: 1fr 1fr; }
  .vh-trust-grid article:nth-child(2) { border-right: 0; }
  .vh-trust-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .vh-contact-features { grid-template-columns: 1fr; }
  .vh-contact-features article { display: grid; grid-template-columns: 48px 1fr; text-align: left; }
  .vh-contact-features article > span { grid-row: 1 / span 2; }
  .vh-form-row { grid-template-columns: 1fr; }
  .vh-motto .vh-container { min-height: 96px; flex-direction: column; gap: 5px; }
  .vh-motto strong { font-size: 16px; }
  .vh-footer-grid { grid-template-columns: 1fr; }
  .vh-footer-brand { grid-column: auto; }
  .vh-footer-bottom { padding-block: 18px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .vh-reveal { opacity: 1; transform: none; transition: none; }
  .vh-expertise-card > img, .vh-solution-card > img { transition: none; }
}
