:root{--brand:#2c72c6;--brand-hover:#215fa8;--brand-light:#edf5fc;--ink:#1f2125;--ink-soft:#344054;--muted:#475467;--muted-light:#94a3b8;--line:#e4e7ec;--line-dark:#273449;--surface:#f8fafc;--surface-alt:#f1f5f9;--surface-dark:#081225;--surface-darker:#05080e;--white:#fff;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 4px 12px #10182814;--shadow-lg:0 12px 32px #1018281f;--header-height-desktop:79px;--header-height-mobile:60px;--subnav-height:52px;--container-max:1240px;--font-family:"Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--vf-primary:#1464f4;--vf-primary-hover:#0d4fcc;--vf-text:#3c3c3c;--vf-muted:#707070;--vf-nav-bg:#f7f9f9;--vf-arrow-ink:#151515;--radius-xs:3px}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-family);color:var(--ink);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.5}body{flex-direction:column;min-height:100vh;margin:0;padding:0;display:flex;overflow-x:hidden}img,svg,video,canvas,audio,iframe,embed,object{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--brand);color:var(--white);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-weight:600;transition:top .2s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem)}h1,h2,h3,h4,h5,h6{color:var(--ink);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.15}p{color:var(--muted);margin:0}.eyebrow{color:var(--brand);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.8125rem;font-weight:700;display:inline-block}.section-pad{padding:clamp(3.5rem,6vw,6rem) 0}[id]{scroll-margin-top:calc(var(--header-height-desktop) + var(--subnav-height) + 16px)}@media (width<=991px){[id]{scroll-margin-top:calc(var(--header-height-mobile) + var(--subnav-height) + 12px)}}.btn{letter-spacing:.02em;border-radius:var(--radius-sm);cursor:pointer;text-align:center;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.6875rem 1.375rem;font-size:.875rem;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn-primary{background-color:var(--brand);color:var(--white);border-color:var(--brand)}.btn-primary:hover{background-color:var(--brand-hover);border-color:var(--brand-hover);color:var(--white)}.btn-secondary{color:var(--brand);border-color:var(--brand);background-color:#0000}.btn-secondary:hover{background-color:var(--brand-light);color:var(--brand-hover)}.btn-outline-white{color:var(--white);background-color:#0000;border-color:#ffffffb3}.btn-outline-white:hover{background-color:var(--white);color:var(--ink);border-color:var(--white)}.btn-ghost{color:var(--ink-soft);border-color:var(--line);background-color:#0000}.btn-ghost:hover{background-color:var(--surface);border-color:var(--muted-light)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mega-menu[data-astro-cid-sabml4kj]{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line);z-index:99;opacity:0;pointer-events:none;width:100%;transition:opacity .2s,transform .2s;position:absolute;top:100%;left:0;transform:translateY(-8px);box-shadow:0 20px 40px #0f172a1f}.mega-menu[data-astro-cid-sabml4kj].is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mega-menu[data-astro-cid-sabml4kj][hidden]{display:none}.mega-menu-layout[data-astro-cid-sabml4kj]{align-items:stretch;display:flex}.mega-rail[data-astro-cid-sabml4kj]{border-right:1px solid var(--line);flex:0 0 260px;padding:1.5rem 0}.mega-tabs[data-astro-cid-sabml4kj]{margin:0;padding:0;list-style:none}.mega-tab[data-astro-cid-sabml4kj]{width:100%;color:var(--ink-soft);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;display:flex}.mega-tab[data-astro-cid-sabml4kj].is-active,.mega-tab[data-astro-cid-sabml4kj]:hover{color:var(--brand)}.mega-tab-chevron[data-astro-cid-sabml4kj]{color:var(--brand);flex-shrink:0}.mega-content[data-astro-cid-sabml4kj]{flex:1;min-width:0;padding:1.5rem 2rem 1.25rem}.mega-grid[data-astro-cid-sabml4kj]{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem .5rem;display:grid}.mega-card[data-astro-cid-sabml4kj]{text-align:center;border-radius:var(--radius-md);flex-direction:column;align-items:center;padding:.5rem .75rem .75rem;text-decoration:none;transition:background-color .15s;display:flex}.mega-card[data-astro-cid-sabml4kj]:hover,.mega-card[data-astro-cid-sabml4kj]:focus-visible{background:var(--surface);outline:none}.mega-card[data-astro-cid-sabml4kj]:focus-visible{box-shadow:0 0 0 2px var(--brand)}.mega-card--upcoming[data-astro-cid-sabml4kj]{cursor:default}.mega-card-image-wrap[data-astro-cid-sabml4kj]{place-items:center;width:100%;margin-bottom:.5rem;display:grid;position:relative}.mega-card-image[data-astro-cid-sabml4kj]{object-fit:contain;width:min(100%,190px);height:auto;transition:transform .25s}.mega-card[data-astro-cid-sabml4kj]:hover .mega-card-image[data-astro-cid-sabml4kj]{transform:translateY(-4px)}.mega-badge[data-astro-cid-sabml4kj]{background:var(--brand);color:var(--white);letter-spacing:.03em;border-radius:999px;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;position:absolute;top:0;right:8%}.mega-card-name[data-astro-cid-sabml4kj]{color:var(--ink);margin-bottom:.5rem;font-size:1rem;font-weight:700}.mega-card-metrics[data-astro-cid-sabml4kj]{flex-wrap:wrap;justify-content:center;gap:.375rem;display:flex}.mega-pill[data-astro-cid-sabml4kj]{background:var(--surface-alt);color:var(--ink-soft);white-space:nowrap;border-radius:999px;padding:.4rem .7rem;font-size:.75rem;font-weight:500;line-height:1}.mega-footer[data-astro-cid-sabml4kj]{border-top:1px solid var(--line);text-align:center;margin-top:1.25rem;padding-top:1rem}.mega-close-btn[data-astro-cid-sabml4kj]{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;padding:.625rem 2.25rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s}.mega-close-btn[data-astro-cid-sabml4kj]:hover,.mega-close-btn[data-astro-cid-sabml4kj]:focus-visible{background:var(--surface-alt);border-color:var(--muted-light);outline:none}@media (width<=1439px){.mega-grid[data-astro-cid-sabml4kj]{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=1199px){.mega-rail[data-astro-cid-sabml4kj]{flex-basis:210px}.mega-grid[data-astro-cid-sabml4kj]{grid-template-columns:repeat(3,minmax(0,1fr))}.mega-content[data-astro-cid-sabml4kj]{padding:1.25rem 1.25rem 1rem}}@media (width<=991px){.mega-menu[data-astro-cid-sabml4kj]{display:none!important}}.site-header[data-astro-cid-fzpbxy5g]{z-index:100;background:var(--white);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm);position:sticky;top:0}.header-container[data-astro-cid-fzpbxy5g]{height:var(--header-height-desktop,79px);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.brand-logo[data-astro-cid-fzpbxy5g]{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.brand-logo-image[data-astro-cid-fzpbxy5g]{width:154px;height:auto}.desktop-nav[data-astro-cid-fzpbxy5g]{align-items:center;gap:2rem;display:flex}.nav-item[data-astro-cid-fzpbxy5g]{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:.5rem 0;font-size:.9375rem;font-weight:600;transition:color .15s;display:inline-flex}.nav-item[data-astro-cid-fzpbxy5g]:hover,.nav-item[data-astro-cid-fzpbxy5g]:focus-visible{color:var(--brand);outline:none}.chevron-icon[data-astro-cid-fzpbxy5g]{transition:transform .2s}.nav-trigger[data-astro-cid-fzpbxy5g][aria-expanded=true] .chevron-icon[data-astro-cid-fzpbxy5g]{transform:rotate(180deg)}.header-actions[data-astro-cid-fzpbxy5g]{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.header-hotline[data-astro-cid-fzpbxy5g]{color:var(--ink-soft);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:600;transition:color .15s,background-color .15s;display:inline-flex}.header-hotline[data-astro-cid-fzpbxy5g]:hover{color:var(--brand);background-color:var(--surface)}.header-cta[data-astro-cid-fzpbxy5g]{font-size:.875rem}.mobile-menu-btn[data-astro-cid-fzpbxy5g]{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;justify-content:space-between;width:40px;height:40px;padding:10px 8px;display:none}.hamburger-bar[data-astro-cid-fzpbxy5g]{background-color:var(--ink);border-radius:2px;width:100%;height:2px;transition:all .2s;display:block}.mobile-drawer[data-astro-cid-fzpbxy5g]{display:none}@media (width<=991px){.header-container[data-astro-cid-fzpbxy5g]{height:var(--header-height-mobile,60px);gap:.5rem}.brand-logo-image[data-astro-cid-fzpbxy5g]{width:130px}.header-actions[data-astro-cid-fzpbxy5g]{gap:.25rem}.header-hotline[data-astro-cid-fzpbxy5g]{padding:.5rem}.desktop-nav[data-astro-cid-fzpbxy5g],.header-hotline[data-astro-cid-fzpbxy5g] .hotline-number[data-astro-cid-fzpbxy5g],.header-cta[data-astro-cid-fzpbxy5g]{display:none}.mobile-menu-btn[data-astro-cid-fzpbxy5g]{display:flex}.mobile-drawer[data-astro-cid-fzpbxy5g]{z-index:999;pointer-events:none;visibility:hidden;transition:visibility .25s;display:block;position:fixed;inset:0;overflow:hidden}.mobile-drawer[data-astro-cid-fzpbxy5g].is-open{pointer-events:auto;visibility:visible}.mobile-drawer-overlay[data-astro-cid-fzpbxy5g]{opacity:0;backdrop-filter:blur(2px);background:#0f172a8c;transition:opacity .25s;position:absolute;inset:0}.mobile-drawer[data-astro-cid-fzpbxy5g].is-open .mobile-drawer-overlay[data-astro-cid-fzpbxy5g]{opacity:1}.mobile-drawer-panel[data-astro-cid-fzpbxy5g]{background:var(--white);flex-direction:column;width:min(85vw,380px);transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 24px #0f172a26}.mobile-drawer[data-astro-cid-fzpbxy5g].is-open .mobile-drawer-panel[data-astro-cid-fzpbxy5g]{transform:translate(0)}.mobile-drawer-header[data-astro-cid-fzpbxy5g]{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-drawer-logo[data-astro-cid-fzpbxy5g]{width:150px;display:block}.mobile-drawer-logo[data-astro-cid-fzpbxy5g] img[data-astro-cid-fzpbxy5g]{width:100%;height:auto}.mobile-close-btn[data-astro-cid-fzpbxy5g]{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:36px;height:36px;color:var(--ink);cursor:pointer;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.mobile-drawer-nav[data-astro-cid-fzpbxy5g]{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex}.mobile-nav-group[data-astro-cid-fzpbxy5g]{flex-direction:column;display:flex}.mobile-nav-heading[data-astro-cid-fzpbxy5g]{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.mobile-vehicle-list[data-astro-cid-fzpbxy5g]{grid-template-columns:1fr 1fr;gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.mobile-vehicle-link[data-astro-cid-fzpbxy5g]{background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--line);flex-direction:column;padding:.5rem .75rem;display:flex}.mobile-vehicle-name[data-astro-cid-fzpbxy5g]{color:var(--ink);font-size:.875rem;font-weight:700}.mobile-vehicle-cat[data-astro-cid-fzpbxy5g]{color:var(--muted);font-size:.6875rem}.mobile-all-link[data-astro-cid-fzpbxy5g]{color:var(--brand);margin-top:.75rem;font-size:.8125rem;font-weight:600}.mobile-nav-links[data-astro-cid-fzpbxy5g]{border-top:1px solid var(--line);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.mobile-nav-link[data-astro-cid-fzpbxy5g]{color:var(--ink);padding:.5rem 0;font-size:1rem;font-weight:600}.mobile-drawer-actions[data-astro-cid-fzpbxy5g]{border-top:1px solid var(--line);flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1.5rem;display:flex}.mobile-call-btn[data-astro-cid-fzpbxy5g],.mobile-cta-btn[data-astro-cid-fzpbxy5g]{width:100%}}html.popup-lock{overflow:hidden}.popup-shell{z-index:1000;opacity:0;place-items:center;padding:clamp(.75rem,3vw,2rem);transition:opacity .2s;display:grid;position:fixed;inset:0}.popup-shell[hidden]{display:none}.popup-shell.is-open{opacity:1}.popup-backdrop{backdrop-filter:blur(3px);background:#020a16b8;position:absolute;inset:0}.popup-dialog{background:#fff;border-radius:4px;outline:none;width:min(680px,100%);max-height:min(90dvh,880px);transition:transform .2s;position:relative;overflow:hidden;transform:translateY(12px)scale(.99);box-shadow:0 24px 80px #00000047}.popup-shell.is-open .popup-dialog{transform:none}.popup-scroll{scrollbar-color:#1464f4 #eef2f7;scrollbar-width:thin;max-height:min(90dvh,880px);padding:clamp(1.5rem,4vw,3.25rem);overflow-y:auto}.popup-close{z-index:2;color:#667085;cursor:pointer;background:0 0;border:0;width:44px;height:44px;font-size:2rem;line-height:1;position:absolute;top:.5rem;right:.65rem}.popup-head{text-align:center;margin:0 auto 1.75rem}.popup-head h2{color:#25364a;text-wrap:balance;margin:0;font-size:clamp(1.8rem,5vw,2.65rem);font-weight:400;line-height:1.12}.popup-head p{color:#475467;border-top:1px solid #d8e0e8;margin:1.25rem 0 0;padding-top:1.25rem;line-height:1.6}.popup-form{gap:1rem;display:grid}.popup-form>label{color:#344054;gap:.5rem;font-size:.95rem;display:grid}.popup-form label b{color:#1464f4}.popup-form input:not([type=checkbox]),.popup-form select,.popup-form textarea{color:#182230;width:100%;min-height:54px;font:inherit;background:#fff;border:1px solid #cfd8e3;border-radius:3px;padding:.85rem 1rem}.popup-form textarea{resize:vertical;min-height:100px}.popup-form label:has(textarea) small{color:#7a8491;text-align:right;margin-top:-.35rem}.popup-consent{align-items:start;line-height:1.55;grid-template-columns:24px 1fr!important}.popup-consent input{accent-color:#1464f4;width:22px;height:22px;margin:.1rem 0 0}.popup-consent a{color:#075fda}.popup-submit,.popup-success button{color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:#1464f4;border:0;border-radius:3px;min-height:52px;font-weight:800}.popup-submit:disabled{cursor:wait;background:#98a2b3}.popup-status{color:#b42318;min-height:1.25rem;margin:0;font-size:.875rem}.popup-honeypot{opacity:0;pointer-events:none;width:1px!important;height:1px!important;position:absolute!important}.popup-success{text-align:center;outline:none;padding:2.5rem 0}.popup-success>span{color:#067647;background:#ecfdf3;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 1.25rem;font-size:2rem;display:grid}.popup-success h3{margin:0;font-size:1.7rem}.popup-success p{color:#475467;max-width:28rem;margin:.75rem auto 1.5rem;line-height:1.6}.popup-success button{padding:.75rem 2rem}@media (width<=560px){.popup-shell{align-items:end;padding:0}.popup-dialog{border-radius:12px 12px 0 0;width:100%;max-height:94dvh}.popup-scroll{max-height:94dvh;padding:2.75rem 1.25rem 1.5rem}}@media (prefers-reduced-motion:reduce){.popup-shell,.popup-dialog{transition:none}}.site-footer[data-astro-cid-z4jru4n3]{background-color:var(--surface-dark,#081225);color:var(--white);border-top:1px solid #ffffff14;margin-top:auto;padding-top:clamp(3.5rem,6vw,5rem);padding-bottom:2.5rem}.footer-grid[data-astro-cid-z4jru4n3]{grid-template-columns:1.8fr 1fr 1.2fr;gap:3rem;margin-bottom:3.5rem;display:grid}.footer-logo[data-astro-cid-z4jru4n3]{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.875rem;font-size:1.125rem;display:flex}.footer-logo-image[data-astro-cid-z4jru4n3]{background:var(--white);border-radius:var(--radius-sm);width:140px;height:auto;padding:.35rem .5rem}.footer-desc[data-astro-cid-z4jru4n3]{color:var(--muted-light,#98a2b3);max-width:32rem;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.footer-heading[data-astro-cid-z4jru4n3]{text-transform:uppercase;letter-spacing:.1em;color:#cbd5e1;margin-bottom:1.25rem;font-size:.8125rem;font-weight:700;display:block}.footer-links[data-astro-cid-z4jru4n3]{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]{color:var(--muted-light,#98a2b3);font-size:.9375rem;transition:color .15s}.footer-links[data-astro-cid-z4jru4n3] a[data-astro-cid-z4jru4n3]:hover{color:var(--white)}.footer-contact-item[data-astro-cid-z4jru4n3]{margin-bottom:.875rem}.contact-label[data-astro-cid-z4jru4n3]{color:var(--muted-light,#98a2b3);margin-bottom:.125rem;font-size:.75rem;display:block}.contact-value[data-astro-cid-z4jru4n3]{color:#f1f5f9;margin:0;font-size:.9375rem}.contact-value[data-astro-cid-z4jru4n3].highlight{color:#60a5fa;font-size:1.0625rem;font-weight:700}.zalo-contact-link[data-astro-cid-z4jru4n3]{align-items:center;gap:.45rem;display:inline-flex}.zalo-contact-link[data-astro-cid-z4jru4n3] img[data-astro-cid-z4jru4n3]{flex:none;width:1.25rem;height:1.25rem}.footer-bottom[data-astro-cid-z4jru4n3]{color:var(--muted-light,#98a2b3);border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;padding-top:2rem;font-size:.8125rem;display:flex}.footer-disclaimer[data-astro-cid-z4jru4n3]{color:#94a3b8;max-width:52rem;line-height:1.5}.footer-copy[data-astro-cid-z4jru4n3]{color:#94a3b8}@media (width<=991px){.footer-grid[data-astro-cid-z4jru4n3]{grid-template-columns:1fr;gap:2.25rem}}.vf-hero-banner[data-astro-cid-zo4ru7c4]{background-color:var(--surface-dark,#081225);width:100%;height:clamp(480px,78vh,760px);position:relative;overflow:hidden}.video-wrapper[data-astro-cid-zo4ru7c4]{width:100%;height:100%;position:relative}.video-element[data-astro-cid-zo4ru7c4]{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-overlay-layer[data-astro-cid-zo4ru7c4]{pointer-events:none;background:linear-gradient(#08122573 0%,#08122533 50%,#081225bf 100%);position:absolute;inset:0}.video-content-box[data-astro-cid-zo4ru7c4]{z-index:2;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex;position:absolute;bottom:2.5rem;left:0;right:0}.video-text-lead[data-astro-cid-zo4ru7c4]{color:var(--white);max-width:44rem}.video-badge[data-astro-cid-zo4ru7c4]{letter-spacing:.08em;text-transform:uppercase;color:#93c5fd;backdrop-filter:blur(8px);border-radius:var(--radius-sm);background:#0f172aa6;border:1px solid #ffffff26;margin-bottom:.75rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:700;display:inline-block}.video-heading[data-astro-cid-zo4ru7c4]{color:var(--white);text-shadow:0 2px 8px #0009;margin:0;font-size:clamp(1.5rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.video-controls-bar[data-astro-cid-zo4ru7c4]{align-items:center;gap:.75rem;display:flex}.video-btn[data-astro-cid-zo4ru7c4]{backdrop-filter:blur(8px);width:44px;height:44px;color:var(--white);cursor:pointer;background:#0f172abf;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .15s,border-color .2s;display:flex}.video-btn[data-astro-cid-zo4ru7c4]:hover{background:var(--brand);border-color:var(--brand);transform:scale(1.08)}.btn-icon[data-astro-cid-zo4ru7c4].is-hidden{display:none}.intro-section[data-astro-cid-zo4ru7c4]{background:var(--white);min-height:clamp(690px, calc(100vh - var(--header-height-desktop)), 940px);position:relative;overflow:hidden}.intro-stage[data-astro-cid-zo4ru7c4]{width:min(100% - 3rem,1660px);min-height:inherit;margin:0 auto;position:relative}.intro-eyebrow[data-astro-cid-zo4ru7c4]{color:var(--muted);margin-bottom:.35rem;font-size:clamp(1rem,1.2vw,1.25rem);font-weight:400;display:inline-block}.intro-text[data-astro-cid-zo4ru7c4]{z-index:2;width:min(39rem,48%);padding-top:clamp(4rem,8vh,7rem);position:relative}.intro-heading[data-astro-cid-zo4ru7c4]{color:#3f3f3f;letter-spacing:-.035em;margin:0 0 1.5rem;font-size:clamp(3rem,4.25vw,5rem);font-weight:300;line-height:1.05}.intro-body[data-astro-cid-zo4ru7c4]{width:min(100%,38rem)}.intro-lead[data-astro-cid-zo4ru7c4]{max-width:37rem;color:var(--ink-soft);margin:0;font-size:clamp(.9375rem,1.05vw,1.0625rem);line-height:1.55}.intro-desc[data-astro-cid-zo4ru7c4]{max-width:37rem;color:var(--ink-soft);margin:clamp(2.5rem,5vh,4.25rem) 0 0;font-size:clamp(.9375rem,1.05vw,1.0625rem);line-height:1.55}.intro-img[data-astro-cid-zo4ru7c4]{z-index:1;width:min(76vw,1480px);max-width:none;height:auto;display:block;position:absolute;bottom:clamp(-2rem,-2vw,0rem);right:clamp(-14rem,-8vw,-4rem)}.vision-banner-section[data-astro-cid-zo4ru7c4]{min-height:clamp(44rem,56.25vw,68rem);color:var(--white);position:relative;overflow:hidden}.vision-bg-holder[data-astro-cid-zo4ru7c4]{z-index:0;position:absolute;inset:0}.vision-bg-img[data-astro-cid-zo4ru7c4]{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.vision-dark-overlay[data-astro-cid-zo4ru7c4]{background:linear-gradient(#03080c05 0%,#03080c0a 46%,#03080c94 74%,#03080cf5 100%);position:absolute;inset:0}.vision-inner-container[data-astro-cid-zo4ru7c4]{z-index:1;max-width:1360px;min-height:inherit;align-items:flex-end;padding-bottom:clamp(2rem,2.5vw,2.5rem);display:flex;position:relative}.text-center[data-astro-cid-zo4ru7c4]{text-align:center}.vision-cards-grid[data-astro-cid-zo4ru7c4]{grid-template-columns:repeat(4,1fr);gap:0;width:100%;display:grid}.vision-glass-card[data-astro-cid-zo4ru7c4]{border-left:1px solid #fff3;min-width:0;padding:0 clamp(1.1rem,1.5vw,1.75rem)}.vision-glass-card[data-astro-cid-zo4ru7c4]:first-child{border-left:0;padding-left:0}.vision-glass-card[data-astro-cid-zo4ru7c4]:last-child{padding-right:0}.glass-card-title[data-astro-cid-zo4ru7c4]{color:var(--white);margin:0 0 1.25rem;font-size:clamp(1.0625rem,1.3vw,1.35rem);font-weight:400;line-height:1.3}.glass-card-text[data-astro-cid-zo4ru7c4]{color:#ffffffa3;max-width:18rem;margin:0;font-size:clamp(.875rem,1vw,1rem);line-height:1.6}.footprint-section[data-astro-cid-zo4ru7c4]{background:var(--white)}.section-title[data-astro-cid-zo4ru7c4]{color:var(--ink);margin:0 0 1rem;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:800;line-height:1.2}.section-description[data-astro-cid-zo4ru7c4]{max-width:44rem;color:var(--muted);margin:0 auto 2rem;font-size:1.0625rem;line-height:1.65}.footprint-tabs[data-astro-cid-zo4ru7c4]{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--line);gap:.5rem;margin-bottom:2.5rem;padding:.375rem;display:inline-flex}.tab-btn[data-astro-cid-zo4ru7c4]{border-radius:var(--radius-sm);color:var(--ink-soft);cursor:pointer;background:0 0;border:none;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s}.tab-btn[data-astro-cid-zo4ru7c4]:hover{color:var(--brand)}.tab-btn[data-astro-cid-zo4ru7c4].is-active{background:var(--brand);color:var(--white);box-shadow:var(--shadow-sm)}.footprint-display-wrap[data-astro-cid-zo4ru7c4]{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden}.footprint-display-panel[data-astro-cid-zo4ru7c4]{display:none}.footprint-display-panel[data-astro-cid-zo4ru7c4].is-active{display:block}.footprint-img[data-astro-cid-zo4ru7c4]{object-fit:cover;width:100%;height:auto;display:block}.history-section[data-astro-cid-zo4ru7c4]{background:var(--surface);border-top:1px solid var(--line)}.year-filter-pills[data-astro-cid-zo4ru7c4]{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.year-pill[data-astro-cid-zo4ru7c4]{background:var(--white);border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;border-radius:999px;padding:.5rem 1.125rem;font-size:.875rem;font-weight:700;transition:all .2s}.year-pill[data-astro-cid-zo4ru7c4]:hover{border-color:var(--brand);color:var(--brand)}.year-pill[data-astro-cid-zo4ru7c4].is-active{background:var(--brand);border-color:var(--brand);color:var(--white)}.timeline-stream[data-astro-cid-zo4ru7c4]{flex-direction:column;gap:2rem;max-width:960px;margin:0 auto;display:flex;position:relative}.timeline-stream[data-astro-cid-zo4ru7c4]:before{content:"";background:var(--line);width:2px;position:absolute;top:1.5rem;bottom:1.5rem;left:140px}.timeline-entry[data-astro-cid-zo4ru7c4]{grid-template-columns:120px 40px 1fr;align-items:flex-start;transition:opacity .25s;display:grid}.entry-date-col[data-astro-cid-zo4ru7c4]{text-align:right;padding-top:.75rem}.entry-year[data-astro-cid-zo4ru7c4]{color:var(--brand);font-size:1.375rem;font-weight:800;line-height:1.2;display:block}.entry-date[data-astro-cid-zo4ru7c4]{color:var(--muted);font-size:.8125rem;font-weight:600;display:block}.entry-marker[data-astro-cid-zo4ru7c4]{z-index:1;justify-content:center;padding-top:.95rem;display:flex}.marker-dot[data-astro-cid-zo4ru7c4]{background:var(--brand);border:3px solid var(--white);width:14px;height:14px;box-shadow:0 0 0 2px var(--brand);border-radius:50%}.entry-content-card[data-astro-cid-zo4ru7c4]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);grid-template-columns:200px 1fr;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;overflow:hidden}.entry-content-card[data-astro-cid-zo4ru7c4]:hover{box-shadow:var(--shadow-md);border-color:var(--brand);transform:translateY(-2px)}.entry-media[data-astro-cid-zo4ru7c4]{background:#081225;min-height:140px}.entry-img[data-astro-cid-zo4ru7c4]{object-fit:cover;width:100%;height:100%;display:block}.entry-text[data-astro-cid-zo4ru7c4]{flex-direction:column;justify-content:center;padding:1.5rem 1.75rem;display:flex}.entry-badge-mobile[data-astro-cid-zo4ru7c4]{display:none}.entry-title[data-astro-cid-zo4ru7c4]{color:var(--ink);margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.35}.entry-desc[data-astro-cid-zo4ru7c4]{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.awards-section[data-astro-cid-zo4ru7c4]{background:var(--white);border-top:1px solid var(--line)}.awards-grid[data-astro-cid-zo4ru7c4]{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.award-card[data-astro-cid-zo4ru7c4]{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;padding:2.25rem 1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.award-card[data-astro-cid-zo4ru7c4]:hover{box-shadow:var(--shadow-md);border-color:var(--brand);transform:translateY(-4px)}.award-logo-box[data-astro-cid-zo4ru7c4]{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:1.25rem;display:flex}.award-img[data-astro-cid-zo4ru7c4]{object-fit:contain;max-width:100%;max-height:100%}.award-org[data-astro-cid-zo4ru7c4]{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:.375rem;font-size:.75rem;font-weight:700;display:block}.award-title[data-astro-cid-zo4ru7c4]{color:var(--ink);margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.3}.award-desc[data-astro-cid-zo4ru7c4]{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.showroom-section[data-astro-cid-zo4ru7c4]{background:var(--surface);border-top:1px solid var(--line)}.showroom-box[data-astro-cid-zo4ru7c4]{background:linear-gradient(135deg, var(--white) 0%, var(--brand-light) 100%);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(2.5rem,5vw,4rem)}.showroom-info[data-astro-cid-zo4ru7c4]{max-width:46rem}.showroom-title[data-astro-cid-zo4ru7c4]{color:var(--ink);margin:.25rem 0 1rem;font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:800;line-height:1.25}.showroom-lead[data-astro-cid-zo4ru7c4]{color:var(--ink-soft);margin-bottom:1.75rem;font-size:1.0625rem;line-height:1.7}.showroom-perks[data-astro-cid-zo4ru7c4]{flex-direction:column;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.perk-item[data-astro-cid-zo4ru7c4]{color:var(--ink);align-items:center;gap:.625rem;font-size:.9375rem;font-weight:600;display:flex}.perk-icon[data-astro-cid-zo4ru7c4]{background:var(--brand);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.showroom-cta-group[data-astro-cid-zo4ru7c4]{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=1024px){.vision-banner-section[data-astro-cid-zo4ru7c4]{min-height:48rem}.vision-cards-grid[data-astro-cid-zo4ru7c4]{grid-template-columns:repeat(2,1fr);row-gap:2rem}.vision-glass-card[data-astro-cid-zo4ru7c4]:nth-child(odd){border-left:0;padding-left:0}}@media (width<=767px){.vf-hero-banner[data-astro-cid-zo4ru7c4]{height:440px}.video-content-box[data-astro-cid-zo4ru7c4]{flex-direction:column;align-items:flex-start;gap:1rem;bottom:1.5rem}.video-controls-bar[data-astro-cid-zo4ru7c4]{align-self:flex-end}.intro-section[data-astro-cid-zo4ru7c4]{min-height:720px}.intro-stage[data-astro-cid-zo4ru7c4]{width:min(100% - 2rem,38rem)}.intro-text[data-astro-cid-zo4ru7c4]{width:100%;padding-top:3.5rem}.intro-heading[data-astro-cid-zo4ru7c4]{margin-bottom:1.25rem;font-size:clamp(2.75rem,13vw,4rem)}.intro-desc[data-astro-cid-zo4ru7c4]{margin-top:1.75rem}.intro-img[data-astro-cid-zo4ru7c4]{width:175%;bottom:-.5rem;right:-66%}.vision-cards-grid[data-astro-cid-zo4ru7c4]{grid-template-columns:1fr;gap:0}.vision-banner-section[data-astro-cid-zo4ru7c4]{min-height:62rem}.vision-bg-img[data-astro-cid-zo4ru7c4]{object-position:62% center}.vision-dark-overlay[data-astro-cid-zo4ru7c4]{background:linear-gradient(#03080c14 0%,#03080c73 30%,#03080ced 55%,#03080cfa 100%)}.vision-inner-container[data-astro-cid-zo4ru7c4]{padding-bottom:2.5rem}.vision-glass-card[data-astro-cid-zo4ru7c4],.vision-glass-card[data-astro-cid-zo4ru7c4]:first-child,.vision-glass-card[data-astro-cid-zo4ru7c4]:last-child,.vision-glass-card[data-astro-cid-zo4ru7c4]:nth-child(odd){border-top:1px solid #fff3;border-left:0;padding:1.25rem 0}.vision-glass-card[data-astro-cid-zo4ru7c4]:first-child{border-top:0}.glass-card-title[data-astro-cid-zo4ru7c4]{margin-bottom:.5rem}.glass-card-text[data-astro-cid-zo4ru7c4]{max-width:32rem}.footprint-tabs[data-astro-cid-zo4ru7c4]{flex-direction:column;width:100%}.timeline-stream[data-astro-cid-zo4ru7c4]:before{left:14px}.timeline-entry[data-astro-cid-zo4ru7c4]{grid-template-columns:28px 1fr;gap:.75rem}.entry-date-col[data-astro-cid-zo4ru7c4]{display:none}.entry-marker[data-astro-cid-zo4ru7c4]{grid-column:1;padding-top:.25rem}.entry-content-card[data-astro-cid-zo4ru7c4]{grid-column:2;grid-template-columns:1fr}.entry-media[data-astro-cid-zo4ru7c4]{height:180px}.entry-badge-mobile[data-astro-cid-zo4ru7c4]{color:var(--brand);margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:inline-block}.showroom-cta-group[data-astro-cid-zo4ru7c4]{flex-direction:column}.showroom-cta-group[data-astro-cid-zo4ru7c4] .btn[data-astro-cid-zo4ru7c4]{width:100%}}
