*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--vv-bg)}
body{margin:0;background:var(--vv-bg);color:var(--vv-text);font-family:var(--vv-body-font);font-size:var(--vv-body-size);font-weight:400;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.vv-menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{border:0;background:none;padding:0;color:inherit}
.vv-site{overflow:hidden}

/* Hero */
.vv-hero{position:relative;width:100%;height:100vh;height:100svh;overflow:hidden;background:#ddd;isolation:isolate}
.vv-hero-media,.vv-hero-media picture{position:absolute;inset:0;width:100%;height:100%}
.vv-hero-media{background:var(--vv-bg)}
.vv-hero-media.is-media-missing{background:var(--vv-bg)}
.vv-hero-image,.vv-hero-video{width:100%;height:100%;object-fit:cover;object-position:var(--vv-media-position,center center)}
.vv-hero-image{image-rendering:auto;filter:none;transform:none}
.vv-tablet-media,.vv-mobile-media{display:none}
.vv-hero-header{position:absolute;z-index:30;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:28px clamp(32px,4.2vw,72px)}
.vv-header-logo{display:block;width:clamp(205px,17vw,280px)}
.vv-header-logo img{width:100%;height:auto;max-height:50px;object-fit:contain;object-position:left center}
.vv-menu-toggle{position:relative;z-index:40;width:32px;height:32px;display:grid;place-items:center;border:0;background:transparent;padding:0;transition:transform .25s ease}
.vv-menu-toggle:hover{transform:translateY(2px)}
.vv-menu-toggle:focus{outline:none}
.vv-menu-toggle:focus-visible{outline:1px solid var(--vv-button-bg);outline-offset:3px}
.vv-menu-toggle img{display:block;width:20px;height:20px;object-fit:contain;transition:opacity .15s ease,transform .2s ease}
.vv-menu-open .vv-menu-toggle img{width:20px;height:20px;opacity:1}

.vv-hero-copy{position:absolute;z-index:5;left:clamp(44px,8.5vw,138px);bottom:clamp(165px,20vh,225px);width:min(430px,36vw);scroll-margin-top:100px}
.vv-hero-copy h1{margin:0 0 8px;font-family:var(--vv-heading-font);font-size:var(--vv-hero-title-size);line-height:1.08;font-weight:700;font-style:italic;color:var(--vv-primary);letter-spacing:-.035em}
.vv-hero-description{font-size:var(--vv-hero-text-size,21px);line-height:1.35;font-weight:300;white-space:normal;color:var(--vv-text)}
.vv-hero-copy{opacity:0;transform:translateY(16px);visibility:hidden;transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1),visibility 0s linear .6s}
.vv-hero-copy.is-revealed{opacity:1;transform:translateY(0);visibility:visible;transition:opacity .6s cubic-bezier(.2,.7,.2,1),transform .6s cubic-bezier(.2,.7,.2,1),visibility 0s}

.vv-companies{position:absolute;z-index:6;left:clamp(44px,8.2vw,134px);right:clamp(44px,8.2vw,134px);bottom:38px;scroll-margin-top:100px}
.vv-companies-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(130px,1fr);gap:24px;width:100%;overflow-x:auto;scrollbar-width:none;padding:2px}
.vv-companies-track::-webkit-scrollbar{display:none}
.vv-company-card{position:relative;height:68px;min-width:130px;border:1px solid var(--vv-company-border);display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;color:var(--vv-company-text);transition:background-color .28s ease,color .28s ease,border-color .28s ease,transform .28s ease}
.vv-company-card.is-active:hover{background:var(--vv-company-hover-bg);color:var(--vv-company-hover-text);border-color:var(--vv-company-hover-bg);transform:translateY(-2px)}
.vv-company-card.is-coming{border-color:color-mix(in srgb,var(--vv-coming),transparent 35%);color:var(--vv-coming)}
.vv-company-name{position:relative;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:14px;line-height:1.2;transform:translateY(0);transition:transform .28s ease}
.vv-company-card.is-active .vv-company-name:after{content:"";position:absolute;left:8%;right:8%;height:1px;bottom:-9px;background:currentColor;transform:scaleX(0);transition:transform .28s ease;transform-origin:center}
.vv-company-number{height:0;opacity:0;font-size:15px;line-height:1;margin-top:0;transform:translateY(12px);transition:height .28s ease,opacity .28s ease,transform .28s ease,margin .28s ease}
.vv-company-card.is-active:hover .vv-company-name{transform:translateY(-5px)}
.vv-company-card.is-active:hover .vv-company-name:after{transform:scaleX(1)}
.vv-company-card.is-active:hover .vv-company-number{height:15px;opacity:1;transform:translateY(0);margin-top:10px}

/* Overlay menu */
.vv-menu-overlay{position:absolute;z-index:20;top:0;right:0;width:var(--vv-menu-width-desktop,50vw);height:100%;background:var(--vv-menu-bg);color:var(--vv-menu-text);opacity:0;visibility:hidden;transform:translateX(18px);transition:opacity .35s ease,transform .45s cubic-bezier(.2,.7,.2,1),visibility .35s step-end;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.vv-menu-overlay.is-open{opacity:1;visibility:visible;transform:translateX(0);transition:opacity .35s ease,transform .45s cubic-bezier(.2,.7,.2,1),visibility 0s}
.vv-menu-inner{position:absolute;left:23%;right:10%;top:10.5%;bottom:7%;display:flex;flex-direction:column;justify-content:flex-start;min-height:0}
.vv-overlay-nav{display:flex;flex-direction:column;align-items:flex-start;gap:2px}
.vv-overlay-nav a{font-size:var(--vv-menu-font-size,18px);font-weight:300;line-height:1.28;transition:opacity .2s ease,transform .2s ease}
.vv-overlay-nav a:hover{opacity:.68;transform:translateX(4px)}
.vv-contact{width:100%;max-width:440px;margin-top:8px}
.vv-contact-form{display:grid;gap:10px}
.vv-contact-form input,.vv-contact-form textarea{width:100%;border:1px solid rgba(6,76,72,.65);border-radius:0;background:var(--vv-field-bg);color:var(--vv-field-text);padding:10px 15px;outline:none;transition:border-color .2s ease,background-color .2s ease;box-shadow:none}
.vv-contact-form input{height:42px}
.vv-contact-form textarea{height:88px;min-height:88px;resize:vertical}
.vv-contact-form input::placeholder,.vv-contact-form textarea::placeholder{color:var(--vv-field-text);opacity:.9}
.vv-contact-form input:focus,.vv-contact-form textarea:focus{border-color:var(--vv-gold);background:rgba(255,255,255,.72)}
.vv-send-button{height:43px;background:var(--vv-button-bg);color:var(--vv-button-text);display:grid;place-items:center;font-size:17px;font-weight:400;transition:background-color .25s ease,color .25s ease,opacity .25s ease}
.vv-send-button:hover{opacity:.9}
.vv-send-button.is-sent{background:var(--vv-gold);color:var(--vv-button-text)}
.vv-send-button[disabled]{opacity:.75}
.vv-form-status{min-height:0;margin:0;font-size:12px;color:#fff}
.vv-honeypot{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.vv-contact-meta{display:flex;gap:26px;align-items:center;margin-top:8px;flex-wrap:wrap}
.vv-contact-meta a{display:flex;align-items:center;gap:8px;color:var(--vv-menu-text);font-size:15px;white-space:nowrap}
.vv-contact-meta img{width:24px;height:24px;object-fit:contain}

/* Sections */
.vv-section{background:var(--vv-bg)}
.vv-section-inner{width:min(1180px,calc(100% - 120px));margin:0 auto}
.vv-highlights{padding:58px 0 45px}
.vv-clients{padding:14px 0 76px}
.vv-section-title{position:relative;margin:0 0 30px;font-family:var(--vv-heading-font);font-size:24px;font-weight:400;color:var(--vv-section-title);line-height:1.2;display:inline-block}
.vv-section-title:after{content:"";position:absolute;left:0;bottom:-7px;width:48px;height:1px;background:var(--vv-gold)}

/* Slider */
.vv-slider{position:relative;width:min(900px,calc(100% - 120px));margin:0 auto;padding-bottom:38px}
.vv-slides-viewport{overflow:hidden;width:100%}
.vv-slides-track{display:flex;width:100%;transition:transform .55s cubic-bezier(.25,.75,.25,1);will-change:transform}
.vv-slide{flex:0 0 100%;position:relative;aspect-ratio:16/7;overflow:hidden;background:#d8d8d8}
.vv-slide-link{display:block;width:100%;height:100%}
.vv-slide picture{display:block;width:100%;height:100%}.vv-slide img{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1);transition:filter .38s ease,transform .45s ease}.vv-slide:hover img,.vv-slide:focus-within img,.vv-slide:active img{filter:grayscale(0)}
.vv-slide:before{content:"";position:absolute;z-index:1;inset:0;background:var(--vv-preview-tint);opacity:var(--vv-preview-tint-opacity,.2);mix-blend-mode:multiply;pointer-events:none;transition:opacity .38s ease}
.vv-slide:hover:before,.vv-slide:focus-within:before,.vv-slide:active:before{opacity:0}
.vv-slide:after{content:"";position:absolute;z-index:1;inset:auto 0 0;height:42%;background:linear-gradient(to top,rgba(0,0,0,.45),transparent);pointer-events:none}
.vv-slide-caption{position:absolute;z-index:2;left:18px;bottom:14px;color:var(--vv-light);width:min(70%,520px)}
.vv-slide-caption h3{margin:0 0 2px;font-size:17px;line-height:1.2;font-weight:400}
.vv-slide-caption p{margin:0;font-size:13px;line-height:1.35;font-weight:300}
.vv-slide-arrow{position:absolute;z-index:5;top:calc(50% - 20px);width:38px;height:50px;display:grid;place-items:center;transition:transform .2s ease,opacity .2s ease}
.vv-slide-arrow:hover{opacity:.7}
.vv-slide-arrow img{width:16px;height:24px;object-fit:contain}
.vv-slide-prev{left:-54px}
.vv-slide-next{right:-54px}
.vv-slide-prev img{transform:scaleX(-1)}
.vv-slider-progress{position:absolute;left:50%;bottom:0;transform:translateX(-50%);display:flex;width:min(170px,44%);height:10px;align-items:center}
.vv-progress-segment{height:1px;flex:1;background:color-mix(in srgb,var(--vv-gold),transparent 55%);transition:height .2s ease,background .2s ease}
.vv-progress-segment.is-active{height:2px;background:var(--vv-gold)}

/* Clients */
.vv-client-marquee{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%)}
.vv-client-track{display:flex;width:max-content;gap:14px;will-change:transform;animation:vvMarquee 34s linear infinite}
.vv-client-group{display:flex;flex:0 0 auto;gap:14px}
.vv-client-logo{width:100px;flex:0 0 100px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:var(--vv-client-color);outline:none}
.vv-client-frame{position:relative;width:100px;height:100px;display:grid;place-items:center;border:1px solid currentColor;background:transparent;transition:color .28s ease,border-color .28s ease,transform .28s ease}
.vv-client-mark{display:block;width:var(--vv-client-logo-size,64%);height:var(--vv-client-logo-size,64%);background:currentColor;-webkit-mask-image:var(--vv-client-logo);mask-image:var(--vv-client-logo);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transform:scale(1);transform-origin:center;transition:background-color .28s ease,transform .34s cubic-bezier(.2,.7,.2,1)}
.vv-client-name{display:block;max-width:120px;margin-top:7px;color:var(--vv-client-hover-color);font-size:11px;line-height:1.2;font-weight:400;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:0;transform:translateY(5px);transition:opacity .25s ease,transform .32s cubic-bezier(.2,.7,.2,1)}
.vv-client-logo:hover,.vv-client-logo:focus-visible,.vv-client-logo:focus-within{color:var(--vv-client-hover-color)}
.vv-client-logo:hover .vv-client-mark,.vv-client-logo:focus-visible .vv-client-mark,.vv-client-logo:focus-within .vv-client-mark{transform:scale(var(--vv-client-hover-scale,1.06))}
.vv-client-logo:hover .vv-client-name,.vv-client-logo:focus-visible .vv-client-name,.vv-client-logo:focus-within .vv-client-name{opacity:1;transform:translateY(0)}
.vv-client-marquee:hover .vv-client-track,.vv-client-marquee:focus-within .vv-client-track{animation-play-state:paused}
.vv-client-placeholders{display:grid;grid-template-columns:repeat(10,1fr);gap:14px}
.vv-client-placeholders>div{width:100px;height:100px;min-width:0;border:1px solid color-mix(in srgb,var(--vv-client-color),transparent 55%);display:grid;place-items:center;font-size:14px;color:var(--vv-client-color)}
@keyframes vvMarquee{from{transform:translateX(calc(-50% - 7px))}to{transform:translateX(0)}}

/* Footer */
.vv-footer{background:var(--vv-bg);padding:0 0 38px}
.vv-footer-inner{width:min(1220px,calc(100% - 120px));margin:0 auto;border-top:1px solid var(--vv-footer-rule)}
.vv-footer-grid{display:grid;grid-template-columns:1.05fr .9fr .9fr 1.65fr;gap:0;padding:32px 0 26px;border-bottom:1px solid var(--vv-footer-rule)}
.vv-footer-brand,.vv-footer-col,.vv-footer-map{min-height:190px;padding:0 26px}
.vv-footer-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.vv-footer-logo{display:block;width:150px;max-height:105px;margin:0 auto;object-fit:contain;object-position:center center}
.vv-footer-brand p{margin:8px 0 0;font-size:12px;color:var(--vv-footer-text)}
.vv-socials{display:flex;align-items:center;justify-content:center;align-self:center;gap:7px;margin-top:12px;min-height:var(--vv-social-icon-size,20px)}
.vv-socials a{display:flex;align-items:center;justify-content:center;width:var(--vv-social-icon-size,20px);height:var(--vv-social-icon-size,20px);min-width:var(--vv-social-icon-size,20px);flex:0 0 var(--vv-social-icon-size,20px);transition:opacity .2s ease,transform .2s ease}
.vv-socials a:hover{opacity:.65;transform:translateY(-1px)}
.vv-socials img{display:block;width:auto!important;height:auto!important;max-width:calc(var(--vv-social-icon-size,20px) * var(--vv-social-scale,1))!important;max-height:calc(var(--vv-social-icon-size,20px) * var(--vv-social-scale,1))!important;object-fit:contain;object-position:center}
.vv-footer-col,.vv-footer-map{border-left:1px solid var(--vv-footer-rule)}
.vv-footer-col h3{margin:4px 0 14px;font-size:14px;font-weight:700;color:var(--vv-primary)}
.vv-footer-col a{display:block;font-size:13px;font-weight:300;color:var(--vv-footer-text);margin:0 0 6px;transition:color .2s ease}
.vv-footer-col a:hover{color:var(--vv-primary)}
.vv-map-frame{position:relative;overflow:hidden;width:100%;height:150px;isolation:isolate}
.vv-map-frame:after{content:"";position:absolute;z-index:2;inset:0;background:var(--vv-preview-tint);opacity:var(--vv-preview-tint-opacity,.2);mix-blend-mode:multiply;pointer-events:none;transition:opacity .38s ease}
.vv-footer-map:hover .vv-map-frame:after,.vv-footer-map:focus-within .vv-map-frame:after{opacity:0}
.vv-footer-map iframe{position:relative;z-index:1;width:100%;height:100%;border:0;display:block;filter:grayscale(1);transition:filter .38s ease}.vv-footer-map:hover iframe,.vv-footer-map:focus-within iframe{filter:grayscale(0)}
.vv-footer-map p{margin:7px 0 0;font-size:13px;color:var(--vv-footer-text)}
.vv-footer-bottom{text-align:center;padding-top:24px;color:color-mix(in srgb,var(--vv-primary),transparent 25%);font-size:10px;font-weight:300}
.vv-footer-bottom p{margin:0 0 7px}
.vv-legal-links{display:flex;justify-content:center;gap:18px}
.vv-footer-bottom a:hover{text-decoration:underline}

@media (max-width:1100px){
  .vv-hero-header{padding:24px 34px}
  .vv-header-logo{width:210px}
  .vv-hero-copy{left:7vw;bottom:170px;width:42vw}
  .vv-hero-copy h1{font-size:var(--vv-hero-title-tablet-size,32px)}
  .vv-hero-description{font-size:var(--vv-hero-text-tablet-size,17px)}
  .vv-companies{left:7vw;right:7vw;bottom:30px}
  .vv-companies-track{gap:14px;grid-auto-columns:minmax(145px,1fr)}
  .vv-menu-overlay{width:var(--vv-menu-width-tablet,58vw)}
  .vv-menu-inner{left:18%;right:8%;top:10%;bottom:6%}
  .vv-overlay-nav a{font-size:var(--vv-menu-font-size,18px)}
  .vv-section-inner,.vv-footer-inner{width:calc(100% - 70px)}
  .vv-slider{width:calc(100% - 100px)}
  .vv-client-placeholders{grid-template-columns:repeat(5,1fr)}
  .vv-footer-grid{grid-template-columns:1fr 1fr 1fr 1.5fr}
  .vv-footer-brand,.vv-footer-col,.vv-footer-map{padding:0 18px}
}

@media (min-width:768px) and (max-width:1100px){
  .vv-hero-media.has-tablet-media .vv-desktop-media{display:none}
  .vv-hero-media.has-tablet-media .vv-tablet-media{display:block}
}

@media (max-width:820px){
  .vv-hero-copy{left:6vw;bottom:185px;width:58vw}
  .vv-hero-description{font-size:var(--vv-hero-text-tablet-size,17px)}
  .vv-companies{left:6vw;right:0;bottom:28px}
  .vv-companies-track{padding-right:6vw;grid-auto-columns:160px;gap:16px;scroll-snap-type:x proximity}
  .vv-company-card{scroll-snap-align:start}
  .vv-menu-overlay{width:var(--vv-menu-width-tablet,58vw)}
  .vv-menu-inner{left:14%;right:8%;top:10%;bottom:5%}
  .vv-contact-meta{gap:14px}
  .vv-section-inner{width:calc(100% - 64px)}
  .vv-slider{width:calc(100% - 70px)}
  .vv-slide{aspect-ratio:16/8}
  .vv-slide-prev{left:-40px}.vv-slide-next{right:-40px}
  .vv-footer-inner{width:calc(100% - 64px)}
  .vv-footer-grid{grid-template-columns:1fr 1fr;row-gap:30px}
  .vv-footer-col,.vv-footer-map{border-left:0}
  .vv-footer-nav,.vv-footer-map{border-left:1px solid var(--vv-footer-rule)}
}

@media (max-width:767px){
  .vv-hero{height:100svh}
  .vv-hero-header{padding:20px 22px}
  .vv-header-logo{width:min(60vw,210px)}
  .vv-menu-toggle{width:28px;height:28px}
  .vv-menu-toggle img{width:18px;height:18px}
  .vv-hero-media.has-mobile-media .vv-desktop-media,.vv-hero-media.has-mobile-media .vv-tablet-media{display:none}
  .vv-hero-media.has-mobile-media .vv-mobile-media{display:block}
  .vv-hero-copy{left:22px;right:22px;bottom:190px;width:auto;max-width:470px}
  .vv-hero-copy h1{font-size:var(--vv-hero-title-mobile-size);margin-bottom:8px}
  .vv-hero-description{font-size:var(--vv-hero-text-mobile-size,15px);line-height:1.42;max-width:390px}
  .vv-companies{left:22px;right:0;bottom:28px}
  .vv-companies-track{grid-auto-columns:158px;gap:16px;padding-right:22px}
  .vv-company-card{height:68px}
  .vv-menu-overlay{position:absolute;width:var(--vv-menu-width-mobile,100vw);background:var(--vv-menu-bg);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
  .vv-menu-inner{left:24px;right:24px;top:86px;bottom:24px;overflow-y:auto;padding-right:4px;justify-content:flex-start;gap:34px}
  .vv-overlay-nav{gap:1px}
  .vv-overlay-nav a{font-size:var(--vv-menu-font-size,18px);line-height:1.26}
  .vv-contact{max-width:none;margin-top:7px}
  .vv-contact-form input{height:40px}
  .vv-contact-form textarea{height:76px;min-height:76px}
  .vv-contact-meta{gap:8px 18px;margin-top:10px}
  .vv-contact-meta a{font-size:13px}
  .vv-contact-meta img{width:20px;height:20px}

  .vv-highlights{padding:46px 0 32px}
  .vv-clients{padding:24px 0 56px}
  .vv-section-inner{width:calc(100% - 44px)}
  .vv-section-title{font-size:21px;margin-bottom:25px}
  .vv-slider{width:calc(100% - 24px);padding-bottom:32px}
  .vv-slide{aspect-ratio:4/3}
  .vv-slide-caption{left:14px;bottom:13px;width:78%}
  .vv-slide-caption h3{font-size:16px}
  .vv-slide-caption p{font-size:12px}
  .vv-slide-arrow{width:30px;height:44px;top:calc(50% - 22px)}
  .vv-slide-arrow img{width:12px;height:19px}
  .vv-slide-prev{left:-28px}.vv-slide-next{right:-28px}
  .vv-slider-progress{width:42%;}
  .vv-client-logo{width:84px;flex-basis:84px}
  .vv-client-frame{width:84px;height:84px}
  .vv-client-placeholders>div{width:84px;height:84px}
  .vv-client-placeholders{grid-template-columns:repeat(3,1fr);gap:10px}
  .vv-client-placeholders>div:nth-child(n+7){display:none}

  .vv-footer{padding-bottom:26px}
  .vv-footer-inner{width:calc(100% - 44px)}
  .vv-footer-grid{grid-template-columns:1fr;gap:0;padding:28px 0 18px}
  .vv-footer-brand,.vv-footer-col,.vv-footer-map{min-height:0;padding:22px 4px;border-left:0;border-bottom:1px solid var(--vv-footer-rule)}
  .vv-footer-brand{padding-top:0;align-items:center}
  .vv-footer-logo{width:145px;object-position:center}
  .vv-socials{justify-content:center}
  .vv-footer-col h3{font-size:14px}
  .vv-footer-col a{font-size:13px}
  .vv-footer-map{border-bottom:0;padding-bottom:4px}
  .vv-map-frame{height:190px}
  .vv-footer-bottom{padding-top:18px;font-size:10px}
}

@media (max-height:700px) and (min-width:768px){
  .vv-hero-copy{bottom:140px}
  .vv-companies{bottom:22px}
  .vv-company-card{height:60px}
  .vv-menu-inner{top:8%;bottom:4%}
  .vv-overlay-nav a{font-size:var(--vv-menu-font-size,18px);line-height:1.22}
  .vv-contact-form{gap:7px}
  .vv-contact-form input{height:36px}
  .vv-contact-form textarea{height:64px;min-height:64px}
  .vv-send-button{height:38px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  .vv-client-track{transform:none!important}
}

/* Header + overlay refinements — v1.1.4 */
.vv-hero-header{
  position:fixed;
  z-index:80;
  top:0;
  left:0;
  width:100%;
  padding:28px clamp(32px,4.2vw,72px);
  background:transparent;
  box-shadow:0 0 0 rgba(0,0,0,0);
  -webkit-backdrop-filter:blur(0);
  backdrop-filter:blur(0);
  transition:padding .38s cubic-bezier(.2,.7,.2,1),background-color .32s ease,box-shadow .32s ease,backdrop-filter .32s ease,-webkit-backdrop-filter .32s ease;
}
.vv-header-logo{transition:width .38s cubic-bezier(.2,.7,.2,1)}
.vv-header-logo img{transition:max-height .38s cubic-bezier(.2,.7,.2,1)}
.vv-hero-header.is-scrolled{
  padding:9px clamp(32px,4.2vw,72px);
  background:var(--vv-sticky-bg,rgba(244,241,234,.5));
  box-shadow:0 1px 0 color-mix(in srgb,var(--vv-primary),transparent 90%);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
}
.vv-hero-header.is-scrolled .vv-header-logo{width:clamp(180px,14vw,225px)}
.vv-hero-header.is-scrolled .vv-header-logo img{max-height:36px}
body.vv-menu-open .vv-hero-header{
  background:transparent;
  box-shadow:none;
  -webkit-backdrop-filter:blur(0);
  backdrop-filter:blur(0);
}

.vv-menu-overlay{
  position:fixed;
  z-index:70;
  top:0;
  right:0;
  height:100vh;
  height:100svh;
}
.vv-menu-inner{
  top:0;
  bottom:0;
  padding-block:72px;
  justify-content:center;
  gap:0;
  overflow-y:auto;
  scrollbar-width:none;
}
.vv-menu-inner::-webkit-scrollbar{display:none}
.vv-overlay-nav{gap:var(--vv-menu-gap,4px)}
.vv-contact{margin-top:calc(var(--vv-menu-gap,4px) * 2)}

@media (max-width:1100px){
  .vv-hero-header{padding:24px 34px}
  .vv-hero-header.is-scrolled{padding:9px 34px}
  .vv-hero-header.is-scrolled .vv-header-logo{width:190px}
  .vv-menu-inner{top:0;bottom:0;padding-block:68px;justify-content:center;gap:0}
}

@media (max-width:820px){
  .vv-menu-inner{top:0;bottom:0;padding-block:68px;justify-content:center;gap:0}
}

@media (max-width:767px){
  .vv-hero-header{padding:20px 22px}
  .vv-hero-header.is-scrolled{padding:8px 22px}
  .vv-hero-header.is-scrolled .vv-header-logo{width:min(52vw,175px)}
  .vv-hero-header.is-scrolled .vv-header-logo img{max-height:34px}
  .vv-menu-overlay{position:fixed;width:var(--vv-menu-width-mobile,100vw);height:100vh;height:100svh}
  .vv-menu-inner{left:24px;right:24px;top:0;bottom:0;padding:70px 4px 48px 0;justify-content:center;gap:0;overflow-y:auto}
  .vv-overlay-nav{gap:var(--vv-menu-gap,4px)}
  .vv-contact{margin-top:calc(var(--vv-menu-gap,4px) * 2)}
}

@media (max-height:620px){
  .vv-menu-inner{justify-content:flex-start;padding-top:78px;padding-bottom:28px}
}

/* Header alignment refinement — v1.1.8 */
/* Shift only the unscrolled hero controls slightly downward; overlay geometry stays unchanged. */
.vv-hero-header:not(.is-scrolled){
  padding-top:34px;
  padding-bottom:22px;
}
@media (max-width:1100px){
  .vv-hero-header:not(.is-scrolled){padding-top:30px;padding-bottom:18px}
}
@media (max-width:767px){
  .vv-hero-header:not(.is-scrolled){padding-top:26px;padding-bottom:14px}
}


/* Global horizontal alignment + hero header scale — v1.1.11 */
:root{
  --vv-page-gutter:clamp(44px,8.5vw,138px);
}

/* Use the hero copy edge as the master alignment line across the site. */
.vv-hero-header{
  padding-left:var(--vv-page-gutter);
  padding-right:var(--vv-page-gutter);
}
.vv-hero-copy{
  left:var(--vv-page-gutter);
}
.vv-companies{
  left:var(--vv-page-gutter);
  right:var(--vv-page-gutter);
}
.vv-section-inner,
.vv-footer-inner{
  width:auto;
  max-width:none;
  margin-left:var(--vv-page-gutter);
  margin-right:var(--vv-page-gutter);
}

/* Hero logo refined — v1.1.20: 25% smaller than v1.1.19 while preserving alignment. */
.vv-hero-header:not(.is-scrolled) .vv-header-logo{
  width:clamp(231px,19.125vw,315px);
}
.vv-hero-header:not(.is-scrolled) .vv-header-logo img{
  max-height:56.25px;
}

/* Keep the compact sticky state, but align it to the same site gutter. */
.vv-hero-header.is-scrolled{
  padding-left:var(--vv-page-gutter);
  padding-right:var(--vv-page-gutter);
}

@media (max-width:1100px){
  :root{--vv-page-gutter:7vw}
  .vv-hero-header:not(.is-scrolled) .vv-header-logo{
    width:min(236px,31.5vw);
  }
  .vv-hero-header:not(.is-scrolled) .vv-header-logo img{
    max-height:51px;
  }
}

@media (max-width:820px){
  :root{--vv-page-gutter:6vw}
  .vv-companies{right:0}
  .vv-companies-track{padding-right:var(--vv-page-gutter)}
}

@media (max-width:767px){
  :root{--vv-page-gutter:22px}
  .vv-hero-header:not(.is-scrolled) .vv-header-logo{
    width:min(54vw,210px);
  }
  .vv-hero-header:not(.is-scrolled) .vv-header-logo img{
    max-height:46.5px;
  }
  .vv-hero-copy{
    left:var(--vv-page-gutter);
    right:var(--vv-page-gutter);
  }
  .vv-companies{
    left:var(--vv-page-gutter);
    right:0;
  }
  .vv-companies-track{padding-right:var(--vv-page-gutter)}
}

/* Three-panel highlight carousel — v1.1.18: spaced physical panels */
@media (min-width:1101px){
  .vv-highlights .vv-slider{
    --vv-active-slide-width:52%;
    --vv-side-scale:.90;
    width:calc(100% + 48px);
    max-width:none;
    left:50%;
    transform:translateX(-50%);
    margin:0;
    padding-bottom:38px;
    overflow:hidden;
  }
  .vv-highlights .vv-slides-viewport{
    position:relative;
    z-index:3;
    width:var(--vv-active-slide-width);
    margin:0 auto;
    overflow:hidden;
  }
  .vv-highlights .vv-side-preview{
    position:absolute;
    z-index:1;
    top:0;
    width:var(--vv-active-slide-width);
    aspect-ratio:16/7;
    height:auto;
    overflow:hidden;
    cursor:pointer;
    background:#d8d8d8;
    opacity:.2;
    transition:opacity .4s ease,transform .5s cubic-bezier(.2,.7,.2,1);
    outline:none;
  }
  .vv-highlights .vv-side-preview-prev{
    left:-32%;
    transform:scale(var(--vv-side-scale));
    transform-origin:right center;
    -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
    mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
  }
  .vv-highlights .vv-side-preview-next{
    right:-32%;
    transform:scale(var(--vv-side-scale));
    transform-origin:left center;
    -webkit-mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
    mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
  }
  .vv-highlights .vv-side-preview picture,
  .vv-highlights .vv-side-preview img{
    display:block;
    width:100%;
    height:100%;
  }
  .vv-highlights .vv-side-preview img{
    object-fit:cover;
    object-position:center;
    filter:grayscale(1);
    transition:filter .38s ease,transform .48s cubic-bezier(.2,.7,.2,1);
  }
  .vv-highlights .vv-side-preview:before{
    content:"";
    position:absolute;
    z-index:1;
    inset:0;
    background:var(--vv-preview-tint);
    opacity:var(--vv-preview-tint-opacity,.2);
    mix-blend-mode:multiply;
    pointer-events:none;
    transition:opacity .38s ease;
  }
  .vv-highlights .vv-side-preview:after{
    content:"";
    position:absolute;
    z-index:1;
    inset:auto 0 0;
    height:42%;
    background:linear-gradient(to top,rgba(0,0,0,.38),transparent);
    pointer-events:none;
  }
  .vv-highlights .vv-side-preview .vv-slide-caption{
    left:16px;
    bottom:14px;
    width:calc(100% - 32px);
    opacity:.78;
  }
  .vv-highlights .vv-side-preview:hover,
  .vv-highlights .vv-side-preview:focus-visible{
    opacity:.2;
  }
  .vv-highlights .vv-side-preview:hover img,
  .vv-highlights .vv-side-preview:focus-visible img{
    filter:grayscale(1);
    transform:none;
  }
  .vv-highlights .vv-side-preview:hover:before,
  .vv-highlights .vv-side-preview:focus-visible:before{
    opacity:var(--vv-preview-tint-opacity,.2);
  }
  .vv-highlights .vv-slide-prev{
    left:calc(22.5% - 19px);
  }
  .vv-highlights .vv-slide-next{
    right:calc(22.5% - 19px);
  }
  .vv-highlights .vv-slider-progress{
    left:50%;
  }
  .vv-highlights .vv-slider.has-single-slide .vv-slide-arrow,
  .vv-highlights .vv-slider.has-single-slide .vv-side-preview{
    display:none;
  }
}

@media (min-width:821px) and (max-width:1100px){
  .vv-highlights .vv-slider{
    --vv-active-slide-width:68%;
    --vv-side-scale:.92;
    width:100%;
    left:0;
    transform:none;
    overflow:hidden;
  }
  .vv-highlights .vv-slides-viewport{
    width:var(--vv-active-slide-width);
    margin:0 auto;
  }
  .vv-highlights .vv-side-preview{
    position:absolute;
    z-index:1;
    top:0;
    width:var(--vv-active-slide-width);
    aspect-ratio:16/7;
    height:auto;
    overflow:hidden;
    opacity:.16;
    background:#d8d8d8;
  }
  .vv-highlights .vv-side-preview-prev{left:-55%;transform:scale(var(--vv-side-scale));transform-origin:right center}
  .vv-highlights .vv-side-preview-next{right:-55%;transform:scale(var(--vv-side-scale));transform-origin:left center}
  .vv-highlights .vv-side-preview picture,
  .vv-highlights .vv-side-preview img{width:100%;height:100%;display:block}
  .vv-highlights .vv-side-preview img{object-fit:cover;filter:grayscale(1)}
  .vv-highlights .vv-side-preview:before{content:"";position:absolute;z-index:1;inset:0;background:var(--vv-preview-tint);opacity:var(--vv-preview-tint-opacity,.2);mix-blend-mode:multiply;pointer-events:none}
  .vv-highlights .vv-side-preview .vv-slide-caption{display:none}
  .vv-highlights .vv-side-preview:hover,
  .vv-highlights .vv-side-preview:focus-visible{opacity:.16}
  .vv-highlights .vv-side-preview:hover img,
  .vv-highlights .vv-side-preview:focus-visible img{filter:grayscale(1);transform:none}
  .vv-highlights .vv-side-preview:hover:before,
  .vv-highlights .vv-side-preview:focus-visible:before{opacity:var(--vv-preview-tint-opacity,.2)}
  .vv-highlights .vv-slide-prev{left:calc(16% - 19px)}
  .vv-highlights .vv-slide-next{right:calc(16% - 19px)}
  .vv-highlights .vv-slider.has-single-slide .vv-slide-arrow,
  .vv-highlights .vv-slider.has-single-slide .vv-side-preview{display:none}
}

@media (max-width:820px){
  .vv-highlights .vv-side-preview{display:none!important}
  .vv-highlights .vv-slides-viewport{width:100%;margin:0}
}

/* Physical panel rotation for highlight carousel — v1.1.18 */
.vv-highlights .vv-motion-card{
  position:absolute;
  z-index:12;
  overflow:hidden;
  background:#d8d8d8;
  pointer-events:none;
  transform-origin:50% 50%;
  will-change:transform,opacity;
}
.vv-highlights .vv-motion-card picture,
.vv-highlights .vv-motion-card img{
  display:block;
  width:100%;
  height:100%;
}
.vv-highlights .vv-motion-card img{
  object-fit:cover;
  object-position:center;
  filter:grayscale(1);
}
.vv-highlights .vv-motion-card:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:var(--vv-preview-tint);
  opacity:var(--vv-preview-tint-opacity,.2);
  mix-blend-mode:multiply;
  pointer-events:none;
}
.vv-highlights .vv-motion-card:after{
  content:"";
  position:absolute;
  z-index:1;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(to top,rgba(0,0,0,.42),transparent);
  pointer-events:none;
}
.vv-highlights .vv-motion-card .vv-slide-caption{
  position:absolute;
  z-index:2;
  left:18px;
  bottom:14px;
  width:min(70%,520px);
  color:var(--vv-light);
}
.vv-highlights .vv-motion-card .vv-slide-caption h3{
  margin:0 0 2px;
  font-size:17px;
  line-height:1.2;
  font-weight:400;
}
.vv-highlights .vv-motion-card .vv-slide-caption p{
  margin:0;
  font-size:13px;
  line-height:1.35;
  font-weight:300;
}
.vv-highlights .vv-slider.is-panel-animating .vv-slides-viewport,
.vv-highlights .vv-slider.is-panel-animating .vv-side-preview{
  /* Keep each real panel at its final computed opacity/filter while it is
     covered by the motion cards. Hiding with visibility prevents the
     0→preview-opacity transition that caused the side panels to blink. */
  visibility:hidden!important;
  transition:none!important;
}
.vv-highlights .vv-slider.is-handoff .vv-slides-viewport,
.vv-highlights .vv-slider.is-handoff .vv-side-preview,
.vv-highlights .vv-slider.is-handoff .vv-side-preview img,
.vv-highlights .vv-slider.is-handoff .vv-slide img,
.vv-highlights .vv-slider.is-handoff .vv-side-preview:before,
.vv-highlights .vv-slider.is-handoff .vv-slide:before{
  transition:none!important;
  animation:none!important;
}
@media (prefers-reduced-motion:reduce){
  .vv-highlights .vv-motion-card{display:none!important}
}
@media (min-width:821px) and (max-width:1100px){
  .vv-highlights .vv-motion-card .vv-slide-caption{display:none}
}

/* Highlight carousel handoff polish — v1.1.18 */
.vv-highlights .vv-side-preview .vv-slide-caption{
  display:none!important;
}
.vv-highlights .vv-side-preview:after{
  display:none!important;
}
.vv-highlights .vv-motion-card .vv-slide-caption{
  display:none!important;
}
.vv-highlights .vv-slide-caption.is-caption-entering{
  animation:vvCaptionEnter .32s cubic-bezier(.22,1,.36,1) both;
}
@keyframes vvCaptionEnter{
  from{opacity:0;transform:translate3d(0,7px,0)}
  to{opacity:1;transform:translate3d(0,0,0)}
}
@media (prefers-reduced-motion:reduce){
  .vv-highlights .vv-slide-caption.is-caption-entering{animation:none}
}


/* Hero copy positioning controls — v1.1.19 */
.vv-hero-copy{
  left:calc(var(--vv-page-gutter) + var(--vv-hero-copy-x-desktop,0px));
  bottom:var(--vv-hero-copy-bottom-desktop,132px);
}
@media (max-width:1100px){
  .vv-hero-copy{
    left:calc(var(--vv-page-gutter) + var(--vv-hero-copy-x-tablet,0px));
    bottom:var(--vv-hero-copy-bottom-tablet,126px);
  }
}
@media (max-width:767px){
  .vv-hero-copy{
    left:calc(var(--vv-page-gutter) + var(--vv-hero-copy-x-mobile,0px));
    right:calc(var(--vv-page-gutter) - var(--vv-hero-copy-x-mobile,0px));
    bottom:var(--vv-hero-copy-bottom-mobile,120px);
  }
}

/* Carousel zero-flash handoff — v1.1.19 */
.vv-highlights .vv-motion-card.is-target-side-left,
.vv-highlights .vv-motion-card.is-target-side-right{
  opacity:var(--vv-motion-side-opacity,.2);
}
.vv-highlights .vv-motion-card.is-target-side-left{
  -webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
  mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
}
.vv-highlights .vv-motion-card.is-target-side-right{
  -webkit-mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
  mask-image:linear-gradient(to left,transparent 0%,rgba(0,0,0,.6) 20%,#000 62%,#000 100%);
}
.vv-highlights .vv-motion-card.is-target-side-left:after,
.vv-highlights .vv-motion-card.is-target-side-right:after{
  display:none;
}
.vv-highlights .vv-motion-card.is-target-center{
  opacity:1;
  -webkit-mask-image:none;
  mask-image:none;
}

.vv-highlights .vv-slider{isolation:isolate}
.vv-highlights .vv-slides-viewport,
.vv-highlights .vv-side-preview,
.vv-highlights .vv-motion-card{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.vv-highlights .vv-side-preview{will-change:transform,opacity}


/* Hero top logo controls — v1.1.22 */
.vv-hero-header:not(.is-scrolled) .vv-header-logo{
  width:var(--vv-hero-logo-width-desktop,clamp(231px,19.125vw,315px));
}
.vv-hero-header:not(.is-scrolled) .vv-header-logo img{
  width:100%;
  height:auto;
  max-height:none;
}
@media (max-width:1100px){
  .vv-hero-header:not(.is-scrolled) .vv-header-logo{
    width:var(--vv-hero-logo-width-tablet,min(236px,31.5vw));
  }
}
@media (max-width:767px){
  .vv-hero-header:not(.is-scrolled) .vv-header-logo{
    width:var(--vv-hero-logo-width-mobile,min(54vw,210px));
  }
}

/* Active highlight caption appears only on hover/focus — v1.1.22 */
.vv-highlights .vv-slide .vv-slide-caption{
  opacity:0;
  transform:translate3d(0,8px,0);
  transition:opacity .26s ease,transform .32s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
  animation:none!important;
}
.vv-highlights .vv-slide:after{
  opacity:0;
  transition:opacity .26s ease;
}
.vv-highlights .vv-slide.is-active:hover .vv-slide-caption,
.vv-highlights .vv-slide.is-active:focus-within .vv-slide-caption{
  opacity:1;
  transform:translate3d(0,0,0);
}
.vv-highlights .vv-slide.is-active:hover:after,
.vv-highlights .vv-slide.is-active:focus-within:after{
  opacity:1;
}
.vv-highlights .vv-side-preview .vv-slide-caption,
.vv-highlights .vv-motion-card .vv-slide-caption{
  display:none!important;
}
@media (prefers-reduced-motion:reduce){
  .vv-highlights .vv-slide .vv-slide-caption,
  .vv-highlights .vv-slide:after{transition:none}
}


/* Highlight hover halo synchronization — v1.1.22
   Temporary motion cards must never carry the caption dark gradient.
   The halo belongs only to the real active slide and appears together
   with its caption on hover/focus. */
.vv-highlights .vv-motion-card:after{
  display:none!important;
  opacity:0!important;
  background:none!important;
}


/* Side preview stability — v1.1.23
   Side cards never carry a caption halo. Their visual treatment is static,
   while the outer-edge fade belongs to the carousel itself. This avoids
   a compositor re-paint on every slide handoff. */
@media (min-width:1101px){
  .vv-highlights .vv-slider{--vv-side-preview-opacity:.20}
}
@media (min-width:821px) and (max-width:1100px){
  .vv-highlights .vv-slider{--vv-side-preview-opacity:.16}
}
@media (min-width:821px){
  .vv-highlights .vv-side-preview{
    opacity:var(--vv-side-preview-opacity);
    transition:transform .5s cubic-bezier(.2,.7,.2,1);
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  .vv-highlights .vv-side-preview img{
    transition:none!important;
  }
  .vv-highlights .vv-side-preview:before{
    transition:none!important;
  }
  .vv-highlights .vv-side-preview:after{
    content:none!important;
    display:none!important;
    opacity:0!important;
    background:none!important;
  }
  .vv-highlights .vv-motion-card.is-target-side-left,
  .vv-highlights .vv-motion-card.is-target-side-right{
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  .vv-highlights .vv-slider:before,
  .vv-highlights .vv-slider:after{
    content:"";
    position:absolute;
    z-index:2;
    top:0;
    bottom:38px;
    width:15%;
    pointer-events:none;
  }
  .vv-highlights .vv-slider:before{
    left:0;
    background:linear-gradient(to right,var(--vv-light) 0%,rgba(244,241,234,.72) 28%,rgba(244,241,234,0) 100%);
  }
  .vv-highlights .vv-slider:after{
    right:0;
    background:linear-gradient(to left,var(--vv-light) 0%,rgba(244,241,234,.72) 28%,rgba(244,241,234,0) 100%);
  }
}
@media (min-width:821px) and (max-width:1100px){
  .vv-highlights .vv-slider:before,
  .vv-highlights .vv-slider:after{width:11%}
}


/* Persistent-panel highlight carousel — v1.1.25
   The actual slide DOM nodes move as one continuous strip. No temporary side
   previews, no motion-card handoff and no image recreation are used, which
   removes the one-frame reload/flash visible on the side panels. */
@media (min-width:821px){
  .vv-highlights .vv-slider{
    overflow:hidden;
    isolation:isolate;
  }
  .vv-highlights .vv-slides-viewport{
    width:100%;
    margin:0;
    overflow:visible;
    position:relative;
    z-index:3;
  }
  .vv-highlights .vv-slides-track{
    display:flex;
    align-items:center;
    gap:24px;
    width:100%;
    transform:translate3d(0,0,0);
    transition:transform .72s cubic-bezier(.22,1,.36,1);
    will-change:transform;
  }
  .vv-highlights .vv-slides-track.vv-no-transition{
    transition:none!important;
  }
  .vv-highlights .vv-slides-track.vv-no-transition .vv-slide{
    transition:none!important;
  }
  .vv-highlights .vv-slide{
    flex:0 0 var(--vv-active-slide-width);
    width:var(--vv-active-slide-width);
    height:auto;
    aspect-ratio:16/7;
    opacity:0;
    transform:scale(var(--vv-side-scale));
    transform-origin:center center;
    transition:transform .72s cubic-bezier(.22,1,.36,1),opacity .42s ease;
    will-change:transform,opacity;
    pointer-events:none;
    z-index:1;
  }
  .vv-highlights .vv-slide.is-carousel-center{
    opacity:1;
    transform:scale(1);
    pointer-events:auto;
    z-index:3;
  }
  .vv-highlights .vv-slide.is-carousel-left,
  .vv-highlights .vv-slide.is-carousel-right{
    opacity:var(--vv-side-preview-opacity,.20);
    transform:scale(var(--vv-side-scale));
    pointer-events:auto;
    cursor:pointer;
    z-index:2;
  }
  .vv-highlights .vv-slide.is-carousel-far{
    opacity:0;
    pointer-events:none;
    z-index:0;
  }

  /* Side slides always keep the static grayscale+tint treatment. */
  .vv-highlights .vv-slide:not(.is-carousel-center):hover img,
  .vv-highlights .vv-slide:not(.is-carousel-center):focus-within img,
  .vv-highlights .vv-slide:not(.is-carousel-center):active img{
    filter:grayscale(1)!important;
    transform:none!important;
  }
  .vv-highlights .vv-slide:not(.is-carousel-center):hover:before,
  .vv-highlights .vv-slide:not(.is-carousel-center):focus-within:before,
  .vv-highlights .vv-slide:not(.is-carousel-center):active:before{
    opacity:var(--vv-preview-tint-opacity,.2)!important;
  }
  .vv-highlights .vv-slide:not(.is-carousel-center) .vv-slide-caption{
    display:none!important;
  }
  .vv-highlights .vv-slide:not(.is-carousel-center):after{
    content:none!important;
    display:none!important;
  }

  /* The edge fade uses the real section background, never white. */
  .vv-highlights .vv-slider:before,
  .vv-highlights .vv-slider:after{
    z-index:4;
    background:none;
  }
  .vv-highlights .vv-slider:before{
    background:linear-gradient(to right,var(--vv-bg) 0%,color-mix(in srgb,var(--vv-bg),transparent 28%) 45%,transparent 100%);
  }
  .vv-highlights .vv-slider:after{
    background:linear-gradient(to left,var(--vv-bg) 0%,color-mix(in srgb,var(--vv-bg),transparent 28%) 45%,transparent 100%);
  }

  /* Old preview/motion layers are not used in v1.1.25. */
  .vv-highlights .vv-side-preview,
  .vv-highlights .vv-motion-card{
    display:none!important;
  }
}

@media (min-width:1101px){
  .vv-highlights .vv-slider{
    --vv-active-slide-width:52%;
    --vv-side-scale:.90;
    --vv-side-preview-opacity:.20;
  }
}
@media (min-width:821px) and (max-width:1100px){
  .vv-highlights .vv-slider{
    --vv-active-slide-width:68%;
    --vv-side-scale:.92;
    --vv-side-preview-opacity:.16;
  }
  .vv-highlights .vv-slides-track{gap:18px}
}

/* Mobile retains the simple single-panel track. */
@media (max-width:820px){
  .vv-highlights .vv-slides-track{
    gap:0;
  }
  .vv-highlights .vv-slide{
    opacity:1;
    transform:none;
  }
}

/* Highlight edge cleanup — v1.1.25
   The old edge-fade pseudo elements could leave a one-pixel vertical seam.
   Fade the persistent slide strip itself instead, and use the page background
   under scaled side panels so sub-pixel antialiasing cannot create a dark line. */
@media (min-width:821px){
  .vv-highlights .vv-slider:before,
  .vv-highlights .vv-slider:after{
    content:none!important;
    display:none!important;
    background:none!important;
  }
  .vv-highlights .vv-slides-viewport{
    -webkit-mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%);
    mask-image:linear-gradient(to right,transparent 0%,#000 6%,#000 94%,transparent 100%);
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-size:100% 100%;
    mask-size:100% 100%;
  }
  .vv-highlights .vv-slide.is-carousel-left,
  .vv-highlights .vv-slide.is-carousel-right,
  .vv-highlights .vv-slide.is-carousel-far{
    background:var(--vv-bg)!important;
    border:0!important;
    outline:0!important;
    box-shadow:none!important;
  }
  .vv-highlights .vv-slide.is-carousel-left:before,
  .vv-highlights .vv-slide.is-carousel-right:before{
    inset:-1px;
  }
  .vv-highlights .vv-slide picture,
  .vv-highlights .vv-slide img{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
}

/* Left preview seam fix — v1.1.27
   v1.1.25 extended the tint pseudo-element by 1px beyond side slides to hide
   antialiasing. On the left preview that extra pixel became a visible dark
   vertical rule. Keep every visual layer clipped to the exact slide box. */
@media (min-width:821px){
  .vv-highlights .vv-slide.is-carousel-left,
  .vv-highlights .vv-slide.is-carousel-right{
    overflow:hidden!important;
    clip-path:inset(0);
  }
  .vv-highlights .vv-slide.is-carousel-left:before,
  .vv-highlights .vv-slide.is-carousel-right:before{
    inset:0!important;
  }
  .vv-highlights .vv-slide.is-carousel-left picture,
  .vv-highlights .vv-slide.is-carousel-right picture,
  .vv-highlights .vv-slide.is-carousel-left img,
  .vv-highlights .vv-slide.is-carousel-right img{
    display:block;
    outline:0!important;
    border:0!important;
    box-shadow:none!important;
  }
}

/* Symmetric outer fade without raster seams — v1.1.27
   The remaining left-side rule came from compositing the full viewport mask
   together with a sub-pixel translated track. Remove that mask/clip entirely
   and create the fade *inside* each visible side panel instead. This keeps the
   outermost pixel exactly the page background and avoids a one-pixel seam. */
@media (min-width:821px){
  .vv-highlights .vv-slides-viewport{
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  .vv-highlights .vv-slide.is-carousel-left,
  .vv-highlights .vv-slide.is-carousel-right{
    clip-path:none!important;
    overflow:hidden!important;
    background:var(--vv-bg)!important;
  }
  .vv-highlights .vv-slide.is-carousel-left:after,
  .vv-highlights .vv-slide.is-carousel-right:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    z-index:5!important;
    inset:0!important;
    height:auto!important;
    opacity:1!important;
    pointer-events:none!important;
  }
  .vv-highlights .vv-slide.is-carousel-left:after{
    background:linear-gradient(to right,
      var(--vv-bg) 0%,
      color-mix(in srgb,var(--vv-bg),transparent 14%) 12%,
      color-mix(in srgb,var(--vv-bg),transparent 58%) 34%,
      transparent 68%)!important;
  }
  .vv-highlights .vv-slide.is-carousel-right:after{
    background:linear-gradient(to left,
      var(--vv-bg) 0%,
      color-mix(in srgb,var(--vv-bg),transparent 14%) 12%,
      color-mix(in srgb,var(--vv-bg),transparent 58%) 34%,
      transparent 68%)!important;
  }
  .vv-highlights .vv-slide.is-carousel-left picture,
  .vv-highlights .vv-slide.is-carousel-right picture,
  .vv-highlights .vv-slide.is-carousel-left img,
  .vv-highlights .vv-slide.is-carousel-right img{
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
  }
}
