:root{--vol-color-navy-950:#07192f;--vol-color-navy-900:#0a2240;--vol-color-navy-800:#12365e;--vol-color-blue-700:#1559bd;--vol-color-blue-600:#1769e0;--vol-color-blue-100:#eaf2ff;--vol-color-blue-50:#f5f8ff;--vol-color-ink:#101828;--vol-color-text:#344054;--vol-color-muted:#667085;--vol-color-subtle:#667085;--vol-color-border:#d9e1ea;--vol-color-border-strong:#c8d2df;--vol-color-surface:#fff;--vol-color-surface-subtle:#f7f9fc;--vol-color-surface-muted:#f2f4f7;--vol-color-success-text:#166534;--vol-color-success-bg:#ecfdf3;--vol-color-success-border:#abefc6;--vol-color-warning-text:#92400e;--vol-color-warning-bg:#fffaeb;--vol-color-warning-border:#fedf89;--vol-color-danger-text:#b42318;--vol-color-danger-bg:#fef3f2;--vol-color-danger-border:#fecdca;--vol-color-info-text:#175cd3;--vol-color-info-bg:#eff8ff;--vol-color-info-border:#b2ddff;--vol-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--vol-font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--vol-text-xs:.75rem;--vol-text-sm:.875rem;--vol-text-md:1rem;--vol-text-lg:1.125rem;--vol-text-xl:1.25rem;--vol-text-2xl:1.5rem;--vol-text-3xl:2rem;--vol-text-display:clamp(2.5rem, 6vw, 4.75rem);--vol-space-1:.25rem;--vol-space-2:.5rem;--vol-space-3:.75rem;--vol-space-4:1rem;--vol-space-5:1.25rem;--vol-space-6:1.5rem;--vol-space-8:2rem;--vol-space-10:2.5rem;--vol-space-12:3rem;--vol-space-16:4rem;--vol-radius-sm:.125rem;--vol-radius-md:.25rem;--vol-radius-lg:.25rem;--vol-radius-pill:999px;--vol-shadow-sm:none;--vol-shadow-md:none;--vol-control-height:2.75rem;--vol-content-width:75rem;--vol-admin-sidebar-width:14rem;--vol-duration-fast:.12s;--vol-duration-base:.18s;--vol-ease-standard:cubic-bezier(.2, 0, 0, 1)}@media (prefers-reduced-motion:reduce){:root{--vol-duration-fast:0s;--vol-duration-base:0s}}*,:before,:after{box-sizing:border-box}html{min-width:320px;color:var(--vol-color-ink);background:var(--vol-color-surface-subtle);font-family:var(--vol-font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}:focus-visible{outline-offset:2px;outline:3px solid #1769e052}::selection{color:var(--vol-color-navy-950);background:#dbeafe}h1,h2,h3,p{margin-top:0}a{color:inherit}img,svg{max-width:100%}.vol-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.vol-stack{gap:var(--vol-space-4);flex-direction:column;display:flex}.vol-cluster{align-items:center;gap:var(--vol-space-3);flex-wrap:wrap;display:flex}.vol-container{width:min(var(--vol-content-width), calc(100% - 2rem));margin-inline:auto}.vol-eyebrow{margin:0 0 var(--vol-space-2);color:var(--vol-color-blue-600);font-size:var(--vol-text-xs);letter-spacing:.1em;text-transform:uppercase;font-weight:800}.vol-muted{color:var(--vol-color-muted)}.vol-mono{font-family:var(--vol-font-mono)}.vol-button{min-height:var(--vol-control-height);justify-content:center;align-items:center;gap:var(--vol-space-2);padding:0 var(--vol-space-4);border-radius:var(--vol-radius-md);cursor:pointer;transition:background var(--vol-duration-fast) var(--vol-ease-standard), border-color var(--vol-duration-fast) var(--vol-ease-standard), color var(--vol-duration-fast) var(--vol-ease-standard);border:1px solid #0000;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.vol-button:disabled,.vol-button[aria-disabled=true]{cursor:not-allowed;opacity:.56}.vol-button--primary{color:#fff;background:var(--vol-color-navy-900)}.vol-button--primary:not(:disabled):hover{background:var(--vol-color-navy-800)}.vol-button--secondary{color:var(--vol-color-navy-900);border-color:var(--vol-color-border-strong);background:var(--vol-color-surface)}.vol-button--secondary:not(:disabled):hover{background:var(--vol-color-surface-subtle);border-color:#9fb1c6}.vol-button--tertiary{color:var(--vol-color-text);background:0 0}.vol-button--tertiary:not(:disabled):hover{background:var(--vol-color-surface-muted)}.vol-button--danger{color:#fff;background:var(--vol-color-danger-text)}.vol-button--sm{min-height:2.25rem;padding-inline:var(--vol-space-3);font-size:var(--vol-text-sm)}.vol-button--full{width:100%}.vol-card{min-width:0;padding:var(--vol-space-6);border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);box-shadow:var(--vol-shadow-sm)}.vol-card--subtle{background:var(--vol-color-surface-subtle);box-shadow:none}.vol-badge{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-pill);min-height:1.625rem;color:var(--vol-color-text);background:var(--vol-color-surface-muted);font-size:var(--vol-text-xs);white-space:nowrap;align-items:center;gap:.375rem;padding:.25rem .5rem;font-weight:700;display:inline-flex}.vol-badge:before{content:"";background:currentColor;border-radius:50%;flex:none;width:.4375rem;height:.4375rem}.vol-badge--success{color:var(--vol-color-success-text);border-color:var(--vol-color-success-border);background:var(--vol-color-success-bg)}.vol-badge--warning{color:var(--vol-color-warning-text);border-color:var(--vol-color-warning-border);background:var(--vol-color-warning-bg)}.vol-badge--danger{color:var(--vol-color-danger-text);border-color:var(--vol-color-danger-border);background:var(--vol-color-danger-bg)}.vol-badge--info{color:var(--vol-color-info-text);border-color:var(--vol-color-info-border);background:var(--vol-color-info-bg)}.vol-badge--neutral{color:var(--vol-color-muted)}.vol-field{gap:var(--vol-space-2);display:grid}.vol-field__label{color:var(--vol-color-text);font-size:var(--vol-text-sm);font-weight:700}.vol-field__optional{color:var(--vol-color-subtle);font-weight:500}.vol-field__hint,.vol-field__error{font-size:var(--vol-text-xs);margin:0;line-height:1.5}.vol-field__hint{color:var(--vol-color-muted)}.vol-field__error{color:var(--vol-color-danger-text);font-weight:600}.vol-input,.vol-select,.vol-textarea{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-md);width:100%;color:var(--vol-color-ink);background:var(--vol-color-surface);box-shadow:var(--vol-shadow-sm);transition:border-color var(--vol-duration-fast) var(--vol-ease-standard), box-shadow var(--vol-duration-fast) var(--vol-ease-standard)}.vol-input,.vol-select{min-height:var(--vol-control-height);padding:0 .75rem}.vol-textarea{resize:vertical;min-height:7.5rem;padding:.75rem}.vol-input:focus,.vol-select:focus,.vol-textarea:focus{border-color:var(--vol-color-blue-600);outline:0;box-shadow:0 0 0 3px #1769e01f}.vol-input[aria-invalid=true],.vol-select[aria-invalid=true],.vol-textarea[aria-invalid=true]{border-color:var(--vol-color-danger-text)}.vol-notice{gap:var(--vol-space-2);padding:var(--vol-space-4);border:1px solid var(--vol-color-info-border);border-radius:var(--vol-radius-lg);color:var(--vol-color-text);background:var(--vol-color-info-bg);display:grid}.vol-notice--warning{border-color:var(--vol-color-warning-border);background:var(--vol-color-warning-bg)}.vol-notice--danger{border-color:var(--vol-color-danger-border);background:var(--vol-color-danger-bg)}.vol-notice--success{border-color:var(--vol-color-success-border);background:var(--vol-color-success-bg)}.vol-notice__title{color:var(--vol-color-navy-900);margin:0;font-weight:800}.vol-notice__body{color:var(--vol-color-text);font-size:var(--vol-text-sm);margin:0;line-height:1.55}.vol-table-wrap{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);width:100%;overflow-x:auto}.vol-table{border-collapse:collapse;width:100%;min-width:42rem;color:var(--vol-color-text);font-size:var(--vol-text-sm)}.vol-table th,.vol-table td{border-bottom:1px solid var(--vol-color-border);text-align:left;vertical-align:middle;padding:.875rem 1rem}.vol-table th{color:var(--vol-color-muted);background:var(--vol-color-surface-subtle);font-size:var(--vol-text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:800}.vol-table tbody tr:last-child td{border-bottom:0}.vol-state{justify-items:start;gap:var(--vol-space-3);padding:var(--vol-space-8);border:1px dashed var(--vol-color-border-strong);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);display:grid}.vol-state h3,.vol-state p{margin:0}.vol-state p{max-width:38rem;color:var(--vol-color-muted);line-height:1.55}.vol-skeleton{border-radius:var(--vol-radius-sm);background:linear-gradient(90deg,#eef2f6 25%,#f8fafc 37%,#eef2f6 63%) 0 0/400% 100%;animation:1.35s ease-in-out infinite vol-skeleton}@keyframes vol-skeleton{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.vol-skeleton{animation:none}}html{scroll-behavior:smooth;background:var(--vol-color-surface)}body{color:var(--vol-color-ink);background:var(--vol-color-surface)}p,li,dd{line-height:1.7}.public-site{background:var(--vol-color-surface);flex-direction:column;min-height:100vh;display:flex}.public-site main{flex:1}.skip-link{z-index:1000;border-radius:var(--vol-radius-md);color:#fff;background:var(--vol-color-navy-900);padding:.75rem 1rem;font-weight:800;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--vol-color-border);background:var(--vol-color-surface);position:sticky;top:0}.site-header__inner{min-height:var(--site-header-height);align-items:center;gap:1.25rem;display:flex}.site-brand{flex:none;align-items:center;text-decoration:none;display:inline-flex}.site-brand img{width:13.5rem;height:auto;display:block}.site-nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.site-nav a,.site-language{border-radius:var(--vol-radius-md);min-height:2.5rem;color:var(--vol-color-text);font-size:var(--vol-text-sm);align-items:center;padding:0 .7rem;font-weight:700;text-decoration:none;display:inline-flex}.site-nav a:hover,.site-language:hover,.site-nav a[aria-current=page]{color:var(--vol-color-navy-900);background:var(--vol-color-surface-muted)}.site-header__actions{align-items:center;gap:.5rem;display:flex}.site-language{color:var(--vol-color-blue-700)}.mobile-menu{margin-left:auto;display:none}.mobile-menu summary{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-md);background:var(--vol-color-surface);cursor:pointer;place-content:center;gap:.27rem;width:2.75rem;height:2.75rem;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--vol-color-navy-900);width:1.1rem;height:2px;display:block}.mobile-menu nav{border-bottom:1px solid var(--vol-color-border);background:var(--vol-color-surface);box-shadow:var(--vol-shadow-md);gap:.25rem;padding:1rem;display:grid;position:absolute;top:calc(100% + 1px);left:0;right:0}.mobile-menu nav>a:not(.vol-button){border-radius:var(--vol-radius-md);min-height:2.75rem;color:var(--vol-color-text);align-items:center;padding:0 .75rem;font-weight:700;text-decoration:none;display:flex}.mobile-menu nav>a[aria-current=page]{color:var(--vol-color-navy-900);background:var(--vol-color-surface-muted)}.home-hero{border-bottom:1px solid var(--vol-color-border);background:var(--vol-color-surface)}.home-hero__grid{min-height:min(46rem, calc(100vh - var(--site-header-height)));grid-template-columns:minmax(0,1.15fr) minmax(19rem,.85fr);align-items:center;gap:clamp(2.5rem,7vw,6rem);padding-block:clamp(4rem,9vw,7rem);display:grid}.home-hero__copy h1{max-width:48rem;color:var(--vol-color-navy-950);letter-spacing:-.055em;margin-bottom:1.5rem;font-size:clamp(2.65rem,6vw,5.25rem);line-height:.98}.home-hero__lede{max-width:43rem;color:var(--vol-color-muted);margin-bottom:2rem;font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions,.button-stack,.section-link-row,.social-links{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.hero-trust{color:var(--vol-color-muted);font-size:var(--vol-text-sm);flex-wrap:wrap;gap:.6rem 1rem;margin-top:2rem;font-weight:700;display:flex}.hero-trust span{align-items:center;gap:.45rem;display:inline-flex}.hero-trust span:before{background:var(--vol-color-blue-600);content:"";border-radius:50%;width:.45rem;height:.45rem}.hero-operations{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface-subtle);padding:clamp(1.25rem,3vw,2rem)}.hero-operations__list{border-top:1px solid var(--vol-color-border);margin-top:.75rem;display:grid}.hero-operations__list a{border-bottom:1px solid var(--vol-color-border);min-width:0;color:var(--vol-color-ink);grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.9rem;padding:1rem 0;text-decoration:none;display:grid}.hero-operations__list a:hover strong{color:var(--vol-color-blue-700)}.hero-operations__number{color:var(--vol-color-blue-600);font-family:var(--vol-font-mono);font-size:var(--vol-text-xs);font-weight:800}.hero-operations__list strong,.hero-operations__list small{display:block}.hero-operations__list strong{color:var(--vol-color-navy-900);margin-bottom:.3rem}.hero-operations__list small{color:var(--vol-color-muted);font-size:var(--vol-text-xs);line-height:1.5}.hero-operations__note{color:var(--vol-color-muted);font-size:var(--vol-text-xs);margin:1rem 0 0}.page-hero{border-bottom:1px solid var(--vol-color-border);background:var(--vol-color-surface-subtle);padding:clamp(4rem,8vw,6.5rem) 0}.page-hero--compact{padding-block:clamp(3rem,6vw,4.5rem)}.page-hero__inner{max-width:58rem;margin-left:max(1rem, calc((100vw - min(var(--vol-content-width), calc(100vw - 2rem))) / 2))}.page-hero h1{max-width:54rem;color:var(--vol-color-navy-950);letter-spacing:-.045em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5.5vw,4.75rem);line-height:1.02}.page-hero--compact h1{font-size:clamp(2.25rem,4vw,3.75rem)}.page-hero p:last-child{max-width:48rem;color:var(--vol-color-muted);margin:0;font-size:clamp(1.05rem,1.7vw,1.2rem)}.section-pad--tight{padding-block:clamp(2rem,4vw,3rem)}.section-tint{border-top:1px solid var(--vol-color-border);border-bottom:1px solid var(--vol-color-border);background:var(--vol-color-surface-subtle)}.section-heading{max-width:48rem;margin-bottom:clamp(2rem,4vw,3rem)}.section-heading h2{color:var(--vol-color-navy-950);letter-spacing:-.035em;margin-bottom:.9rem;font-size:clamp(2rem,4vw,3.15rem);line-height:1.05}.section-heading p:last-child{color:var(--vol-color-muted);font-size:var(--vol-text-lg);margin-bottom:0}.body-large{color:var(--vol-color-text);font-size:var(--vol-text-lg)}.text-link{color:var(--vol-color-blue-700);font-weight:800;text-decoration:none}.text-link:hover{text-underline-offset:.25rem;text-decoration:underline}.quick-requirement__box,.info-banner,.scope-box,.partner-band__grid,.cta-band__inner{grid-template-columns:minmax(0,1.4fr) auto;align-items:center;gap:2rem;display:grid}.quick-requirement__box{border-top:1px solid var(--vol-color-border);border-bottom:1px solid var(--vol-color-border);padding:1.5rem 0}.quick-requirement__box h2,.info-banner h2,.scope-box h2,.partner-band h2,.cta-band h2{color:var(--vol-color-navy-900);margin-bottom:.5rem;font-size:clamp(1.45rem,3vw,2rem)}.quick-requirement__box p,.info-banner p,.scope-box p,.partner-band p,.cta-band p{color:var(--vol-color-muted);margin-bottom:0}.quick-requirement__actions,.cta-band__actions{flex-direction:column;align-items:stretch;gap:.65rem;display:flex}.card-grid{gap:1rem;display:grid}.card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card,.principle-card,.industry-grid article,.gate-grid article,.availability-explainer article,.contact-grid article{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);min-width:0;padding:1.5rem}.service-card h3,.principle-card h3,.industry-grid h3,.gate-grid h3,.contact-grid h2{color:var(--vol-color-navy-900)}.service-card h3{font-size:var(--vol-text-xl);margin-bottom:.75rem}.service-card p,.principle-card p,.industry-grid p,.gate-grid p,.contact-grid p{color:var(--vol-color-muted)}.service-card .text-link{margin-top:.5rem;display:inline-flex}.fleet-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.fleet-preview-card{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);flex-direction:column;justify-content:space-between;gap:1.25rem;min-width:0;min-height:13rem;padding:1.5rem;display:flex}.fleet-preview-card h3,.fleet-group h2,.fleet-table-like h3{color:var(--vol-color-navy-900)}.fleet-preview-card p:not(.vol-eyebrow),.fleet-group header>p:last-child,.fleet-table-like p{color:var(--vol-color-muted)}.availability-label{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-pill);width:fit-content;max-width:100%;color:var(--vol-color-text);background:var(--vol-color-surface-subtle);font-size:var(--vol-text-xs);align-items:center;padding:.38rem .55rem;font-weight:800;display:inline-flex}.section-link-row{margin-top:2rem}.split-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(2.5rem,7vw,6rem);display:grid}.split-section--wide{grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr)}.process-list{margin:0;padding:0;list-style:none}.process-list li{border-top:1px solid var(--vol-color-border);grid-template-columns:3rem minmax(0,1fr);gap:1rem;padding:1.25rem 0;display:grid}.process-list li:last-child{border-bottom:1px solid var(--vol-color-border)}.process-list>li>span{color:var(--vol-color-blue-600);font-family:var(--vol-font-mono);font-size:var(--vol-text-sm);font-weight:800}.process-list h2,.process-list h3{color:var(--vol-color-navy-900);margin-bottom:.35rem}.process-list p{color:var(--vol-color-muted);margin:0}.process-list--full{max-width:58rem}.process-list--full li{grid-template-columns:4rem minmax(0,1fr);padding-block:1.75rem}.process-list--full>li>span{font-size:var(--vol-text-lg)}.industry-grid,.gate-grid,.contact-grid,.availability-explainer{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.gate-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.partner-band{border-top:1px solid var(--vol-color-border)}.cta-band{color:#fff;background:var(--vol-color-navy-950);padding-block:clamp(3.5rem,6vw,5rem)}.cta-band .vol-eyebrow{color:#90b8f4}.cta-band h2{color:#fff;max-width:46rem}.cta-band p{color:#d8e3f1;max-width:46rem}.cta-band .vol-button--primary{color:var(--vol-color-navy-950);background:#fff}.cta-band .vol-button--secondary{color:#fff;background:0 0;border-color:#537397}.fact-panel{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface-subtle);padding:2rem}.fact-panel h2{color:var(--vol-color-navy-900);font-size:clamp(1.6rem,3vw,2.25rem)}.fact-panel p:last-child{color:var(--vol-color-muted);margin-bottom:0}.info-banner,.scope-box{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);padding:2rem}.service-directory{gap:0;display:grid}.service-directory__item{border-top:1px solid var(--vol-color-border);grid-template-columns:5rem minmax(0,1fr);gap:1.5rem;padding:2.5rem 0;display:grid}.service-directory__item:last-child{border-bottom:1px solid var(--vol-color-border)}.service-directory__index,.industry-directory__num{color:var(--vol-color-blue-600);font-family:var(--vol-font-mono);font-weight:800}.service-directory__item h2{color:var(--vol-color-navy-900);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.6rem)}.service-directory__item p{max-width:50rem;color:var(--vol-color-muted)}.plain-list,.check-list{margin:1.25rem 0 1.5rem;padding:0;list-style:none}.plain-list{flex-wrap:wrap;gap:.5rem;display:flex}.plain-list li{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-pill);color:var(--vol-color-text);background:var(--vol-color-surface-subtle);font-size:var(--vol-text-sm);padding:.35rem .55rem}.three-column-info{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,4vw,3rem);display:grid}.three-column-info .section-heading h2{font-size:clamp(1.45rem,2.4vw,2rem)}.check-list{gap:.75rem;display:grid}.check-list--two{grid-template-columns:repeat(2,minmax(0,1fr))}.check-list li{color:var(--vol-color-text);padding-left:1.5rem;position:relative}.check-list li:before{background:var(--vol-color-blue-600);content:"";border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.72rem;left:0}.fleet-directory{gap:4rem;display:grid}.fleet-group{grid-template-columns:minmax(14rem,.32fr) minmax(0,.68fr);gap:clamp(2rem,6vw,5rem);display:grid}.fleet-group header h2{margin-bottom:.5rem;font-size:clamp(1.7rem,3vw,2.4rem)}.fleet-table-like{border-top:1px solid var(--vol-color-border)}.fleet-table-like article{border-bottom:1px solid var(--vol-color-border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1.15rem 0;display:grid}.fleet-table-like h3,.fleet-table-like p{margin-bottom:.2rem}.industry-directory{border-top:1px solid var(--vol-color-border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.industry-directory article{border-right:1px solid var(--vol-color-border);border-bottom:1px solid var(--vol-color-border);min-width:0;padding:2.5rem}.industry-directory article:nth-child(2n){border-right:0}.industry-directory h2{color:var(--vol-color-navy-900);margin-top:1rem}.industry-directory p{color:var(--vol-color-muted)}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid article{flex-direction:column;align-items:flex-start;min-height:17rem;display:flex}.contact-grid article .vol-button,.contact-grid article .social-links{margin-top:auto}.contact-grid h2{overflow-wrap:anywhere;font-size:clamp(1.3rem,2.5vw,1.8rem)}.social-links a{color:var(--vol-color-blue-700);font-size:var(--vol-text-sm);font-weight:800;text-decoration:none}.request-grid,.partner-registration{grid-template-columns:minmax(0,1.25fr) minmax(19rem,.75fr);align-items:start;gap:clamp(2rem,6vw,5rem);display:grid}.request-template,.request-actions,.partner-registration>article,.partner-registration>aside{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface);padding:2rem}.request-template dl,.business-info dl{margin:1rem 0 0}.request-template dl>div,.business-info dl>div{border-top:1px solid var(--vol-color-border);grid-template-columns:minmax(9rem,.35fr) minmax(0,.65fr);gap:1rem;padding:.9rem 0;display:grid}.request-template dl>div:last-child,.business-info dl>div:last-child{border-bottom:1px solid var(--vol-color-border)}.request-template dt,.business-info dt{color:var(--vol-color-muted);font-size:var(--vol-text-sm);font-weight:800}.request-template dd,.business-info dd{color:var(--vol-color-ink);margin:0}.request-actions{top:calc(var(--site-header-height) + 1.5rem);position:sticky}.request-actions h2,.partner-registration h2{color:var(--vol-color-navy-900)}.request-actions p,.partner-registration p{color:var(--vol-color-muted)}.request-actions .vol-button+.vol-button{margin-top:.65rem}.request-actions__note{font-size:var(--vol-text-xs);margin:1rem 0 0}.availability-explainer{grid-template-columns:repeat(4,minmax(0,1fr))}.availability-explainer p{margin:1rem 0 0}.policy-content{max-width:52rem}.policy-content h2{color:var(--vol-color-navy-900);margin:2.5rem 0 .75rem;font-size:1.5rem}.policy-content h2:first-child{margin-top:0}.policy-content p{color:var(--vol-color-text)}.policy-content a,.business-info a{color:var(--vol-color-blue-700);overflow-wrap:anywhere}.business-info{max-width:55rem}.site-footer{border-top:1px solid var(--vol-color-border);background:var(--vol-color-surface-subtle);padding-top:4rem}.site-footer__grid{grid-template-columns:minmax(15rem,1.6fr) repeat(3,minmax(9rem,.8fr));gap:clamp(2rem,5vw,4rem);padding-bottom:3rem;display:grid}.site-footer__brand img{width:13.5rem;height:auto}.site-footer__brand p{max-width:28rem;color:var(--vol-color-muted);margin:1rem 0 0}.site-footer__small{font-size:var(--vol-text-sm)}.site-footer section:not(.site-footer__brand){flex-direction:column;align-items:flex-start;gap:.7rem;display:flex}.site-footer h2{color:var(--vol-color-navy-900);font-size:var(--vol-text-sm);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.site-footer a,.site-footer span{color:var(--vol-color-muted);font-size:var(--vol-text-sm);overflow-wrap:anywhere;text-decoration:none}.site-footer a:hover{color:var(--vol-color-blue-700)}.site-footer__bottom{border-top:1px solid var(--vol-color-border);justify-content:space-between;align-items:center;gap:1rem;min-height:4.5rem;display:flex}.site-footer__bottom div{gap:1rem;display:flex}.center-page{place-content:center;justify-items:start;width:min(45rem,100% - 2rem);min-height:70vh;margin:0 auto;display:grid}.center-page h1{color:var(--vol-color-navy-900);margin-bottom:1rem;font-size:clamp(2.25rem,6vw,4rem)}@media (width<=1080px){.site-nav--desktop,.site-header__actions{display:none}.mobile-menu{display:block}.card-grid--4,.fleet-preview-grid,.industry-grid,.availability-explainer{grid-template-columns:repeat(2,minmax(0,1fr))}.gate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=800px){:root{--site-header-height:4.75rem}.site-brand img{width:min(12rem,62vw)}.home-hero__grid,.split-section,.split-section--wide,.quick-requirement__box,.info-banner,.scope-box,.partner-band__grid,.cta-band__inner,.request-grid,.partner-registration,.fleet-group{grid-template-columns:1fr}.home-hero__grid{gap:2.5rem;min-height:auto;padding-block:4rem}.home-hero__copy h1{font-size:clamp(2.5rem,12vw,4.2rem)}.page-hero__inner{width:min(var(--vol-content-width), calc(100% - 2rem));margin-inline:auto}.quick-requirement__actions,.cta-band__actions{align-items:flex-start}.three-column-info,.contact-grid{grid-template-columns:1fr}.request-actions{position:static}.industry-directory{grid-template-columns:1fr}.industry-directory article,.industry-directory article:nth-child(2n){border-right:0;padding:2rem 0}.service-directory__item{grid-template-columns:3rem minmax(0,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=560px){.vol-container,.page-hero__inner{width:min(var(--vol-content-width), calc(100% - 1.25rem))}.home-hero__copy h1,.page-hero h1{overflow-wrap:anywhere}.hero-actions,.section-link-row,.button-stack{flex-direction:column;align-items:stretch}.hero-actions .vol-button,.section-link-row .vol-button,.button-stack .vol-button{width:100%}.card-grid--4,.card-grid--2,.fleet-preview-grid,.industry-grid,.gate-grid,.availability-explainer,.check-list--two{grid-template-columns:1fr}.service-directory__item{grid-template-columns:1fr;gap:.75rem}.fleet-table-like article{grid-template-columns:1fr;align-items:start}.request-template,.request-actions,.partner-registration>article,.partner-registration>aside,.info-banner,.scope-box{padding:1.25rem}.request-template dl>div,.business-info dl>div{grid-template-columns:1fr;gap:.2rem}.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start;padding-block:1.25rem}}.public-form-layout{grid-template-columns:minmax(0,1.65fr) minmax(18rem,.75fr);align-items:start;gap:2rem;display:grid}.public-form-panel,.public-form-aside{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-surface)}.public-form-panel{min-width:0;padding:clamp(1.25rem,3vw,2rem)}.public-form-aside{top:calc(var(--site-header-height) + 1.25rem);box-shadow:var(--vol-shadow-sm);padding:1.5rem;position:sticky}.public-form-aside h2{margin:.35rem 0 .75rem;font-size:clamp(1.35rem,2vw,1.75rem)}.public-form-aside p{color:var(--vol-color-text)}.aside-divider{border-top:1px solid var(--vol-color-border);margin:1.5rem 0}.form-toolbar{border-bottom:1px solid var(--vol-color-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;display:flex}.form-toolbar h2{margin:.25rem 0 0;font-size:clamp(1.5rem,3vw,2rem)}.form-progress{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-md);color:var(--vol-color-muted);background:var(--vol-color-surface-subtle);font-size:var(--vol-text-sm);flex:none;align-items:baseline;gap:.4rem;padding:.45rem .65rem;display:inline-flex}.form-progress strong{color:var(--vol-color-navy-900)}.public-request-form{gap:1.25rem;margin-top:1.5rem;display:grid}.public-request-form[aria-busy=true]{cursor:progress}.form-step,.form-fieldset{border:0;min-width:0;margin:0;padding:0}.form-step[hidden]{display:none}.form-step>legend,.form-fieldset>legend{width:100%;color:var(--vol-color-navy-900);margin:0 0 .5rem;padding:0;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:800;line-height:1.25}.form-step>legend:focus{outline:none}.form-intro,.form-hint{color:var(--vol-color-muted);font-size:var(--vol-text-sm)}.form-intro{margin:0 0 1.25rem}.form-grid{gap:1rem;display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-field{gap:.45rem;min-width:0;display:grid}.form-field--date{max-width:22rem}.form-label{color:var(--vol-color-ink);font-size:var(--vol-text-sm);font-weight:750;display:block}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--vol-color-border-strong);border-radius:var(--vol-radius-md);width:100%;min-width:0;color:var(--vol-color-ink);background:var(--vol-color-surface);font:inherit;transition:border-color var(--vol-duration-fast) var(--vol-ease-standard), box-shadow var(--vol-duration-fast) var(--vol-ease-standard)}.form-field input,.form-field select{min-height:2.85rem;padding:0 .75rem}.form-field textarea{resize:vertical;padding:.75rem;line-height:1.55}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--vol-color-subtle)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--vol-color-blue-600);outline-offset:1px;outline:3px solid #1769e029}.form-field input:invalid:not(:placeholder-shown),.form-field textarea:invalid:not(:placeholder-shown){border-color:var(--vol-color-danger-text)}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.choice-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.75rem}.choice-card,.check-card{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-md);background:var(--vol-color-surface);cursor:pointer;align-items:flex-start;gap:.75rem;min-width:0;padding:1rem;display:flex;position:relative}.choice-card:hover,.check-card:hover{border-color:var(--vol-color-blue-600);background:var(--vol-color-blue-50)}.choice-card:has(input:checked),.check-card:has(input:checked){border-color:var(--vol-color-blue-600);background:var(--vol-color-blue-50);box-shadow:0 0 0 2px #1769e01f}.choice-card input,.check-card input,.form-consent input{width:1.1rem;height:1.1rem;accent-color:var(--vol-color-blue-600);flex:none;margin:.15rem 0 0}.choice-card span{gap:.2rem;min-width:0;display:grid}.choice-card strong,.check-card span{color:var(--vol-color-navy-900);font-weight:800}.choice-card small{color:var(--vol-color-muted);font-size:var(--vol-text-sm);line-height:1.45}.form-consent{color:var(--vol-color-text);font-size:var(--vol-text-sm);align-items:flex-start;gap:.65rem;line-height:1.6;display:flex}.form-consent a{color:var(--vol-color-blue-700);font-weight:700}.form-verification{border:1px solid var(--vol-color-border);border-radius:var(--vol-radius-md);background:var(--vol-color-surface-subtle);gap:.55rem;padding:1rem;display:grid}.form-verification .cf-turnstile{width:100%;min-height:4.1rem}.form-verification .form-hint{margin:0}.form-step-actions{border-top:1px solid var(--vol-color-border);justify-content:space-between;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.form-step-actions--end{justify-content:flex-end}.form-message{border:1px solid var(--vol-color-info-border);border-radius:var(--vol-radius-md);color:var(--vol-color-info-text);background:var(--vol-color-info-bg);margin:1rem 0 0;padding:.85rem 1rem;font-weight:650}.form-message[data-type=error]{border-color:var(--vol-color-danger-border);color:var(--vol-color-danger-text);background:var(--vol-color-danger-bg)}.field-error{color:var(--vol-color-danger-text);font-size:var(--vol-text-sm);margin:.4rem 0 0;font-weight:700;line-height:1.45}[aria-invalid=true]{border-color:var(--vol-color-danger-text)!important}.submission-success{border:1px solid var(--vol-color-success-border);border-radius:var(--vol-radius-lg);background:var(--vol-color-success-bg);grid-template-columns:auto minmax(0,1fr);gap:1rem;margin-top:1.5rem;padding:1.25rem;display:grid}.submission-success[hidden]{display:none}.submission-success:focus{outline-offset:3px;outline:3px solid #1769e02e}.submission-success__mark{color:#fff;background:var(--vol-color-success-text);border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-weight:900;display:grid}.submission-success h2,.submission-success h3{margin-top:.2rem}.submission-reference{border:1px solid var(--vol-color-success-border);border-radius:var(--vol-radius-md);color:var(--vol-color-navy-900);font-family:var(--vol-font-mono);overflow-wrap:anywhere;background:#fff;margin:.25rem 0 1rem;padding:.5rem .65rem;font-weight:800;display:inline-block}.submission-next-steps{margin:.5rem 0 1rem;padding-left:1.25rem}.info-note{border-left:3px solid var(--vol-color-blue-600);background:var(--vol-color-blue-50);padding:1rem}.info-note p{color:var(--vol-color-text);margin:.3rem 0 0}.simple-number-list{counter-reset:vol-public-step;gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.simple-number-list li{counter-increment:vol-public-step;grid-template-columns:2rem minmax(0,1fr);column-gap:.75rem;display:grid}.simple-number-list li:before{content:counter(vol-public-step, decimal-leading-zero);color:var(--vol-color-blue-700);font-family:var(--vol-font-mono);font-size:var(--vol-text-sm);font-weight:800}.simple-number-list strong,.simple-number-list span{grid-column:2}.simple-number-list span{color:var(--vol-color-muted);font-size:var(--vol-text-sm)}@media (width<=900px){.public-form-layout{grid-template-columns:1fr}.public-form-aside{position:static}}@media (width<=680px){.form-toolbar,.form-step-actions{flex-direction:column;align-items:stretch}.form-progress{align-self:flex-start}.form-grid--2,.form-grid--3,.choice-grid,.choice-grid--compact{grid-template-columns:1fr}.form-step-actions .vol-button{width:100%}.submission-success{grid-template-columns:1fr}}.public-fleet-catalog-section{border-top:1px solid var(--vol-border,#d9e1ea)}.public-fleet-catalog-heading{margin-bottom:1.5rem}.public-fleet-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.public-fleet-status-card{border:1px solid var(--vol-border,#d9e1ea);background:#fff;border-radius:10px;gap:.55rem;min-width:0;padding:1rem;display:grid}.public-fleet-status-card__group{color:#667085;letter-spacing:.05em;text-transform:uppercase;font-size:.78rem;font-weight:700}.public-fleet-status-card>strong{color:#101828;overflow-wrap:anywhere}.public-fleet-status-card>.availability-label{justify-self:start}.availability-label--check-availability{color:#067647;background:#ecfdf3;border-color:#a7d7c5}.availability-label--available-on-request{color:#b54708;background:#fffaeb;border-color:#fedf89}.availability-label--project-basis{color:#3538cd;background:#eff4ff;border-color:#b2ccff}.availability-label--subject-to-confirmation{color:#475467;background:#f9fafb;border-color:#d0d5dd}@media (width<=900px){.public-fleet-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.public-fleet-status-grid{grid-template-columns:1fr}}.site-header{box-shadow:none}.site-brand img{max-width:218px;height:auto}.site-language{white-space:nowrap;font-size:.75rem}.language-current{opacity:.6}h1,h2,h3{letter-spacing:-.035em}.home-editorial{border-bottom:1px solid var(--vol-color-border);padding:4.25rem 0 3.75rem}.home-editorial__grid{grid-template-columns:1.45fr 1fr;align-items:center;gap:5rem;display:grid}.home-editorial h1{max-width:15ch;margin:1.25rem 0;font-size:clamp(2.4rem,4vw,3.9rem);font-weight:650;line-height:1.07}.home-editorial__lede{max-width:49ch;color:var(--vol-color-text);font-size:1.12rem;line-height:1.65}.hero-actions{align-items:center;gap:1.6rem;margin:1.9rem 0 1.4rem}.hero-footnote{color:var(--vol-color-muted);max-width:48ch;font-size:.8rem}.request-brief{background:#f4f6f8;border-top:3px solid #0a2240;padding:1.75rem 2rem 0}.request-brief h2{margin:.75rem 0;font-size:1.45rem}.request-brief ol{margin:1.3rem 0 0;padding:0;list-style:none}.request-brief li{border-bottom:1px solid #d9e1ea;align-items:center;gap:1.2rem;padding:.85rem 0;display:flex}.brief-number{font-family:var(--vol-font-mono);color:#667085;font-size:.75rem}.request-brief li strong{font-size:.92rem}.request-brief li p{margin:.15rem 0 0;font-size:.8rem}.brief-link{justify-content:space-between;padding:1.15rem 0;font-size:.85rem;font-weight:650;text-decoration:none;display:flex}.editorial-heading{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem;display:flex}.editorial-heading h2{margin:.6rem 0 0;font-size:clamp(1.7rem,3vw,2.2rem)}.editorial-heading .text-link{flex-shrink:0;font-size:.85rem}.service-rows{border-top:1px solid #c8d2df}.service-row{color:inherit;border-bottom:1px solid #d9e1ea;grid-template-columns:3rem 1fr 1.4fr 2rem;align-items:center;gap:1.5rem;padding:1.6rem 0;text-decoration:none;display:grid}.service-row h3{color:#0a2240;margin:0;font-size:1.4rem}.service-row p{margin:0;font-size:.9rem}.service-row__number{font:.8rem var(--vol-font-mono);color:#667085}.service-row__arrow{font-size:1.4rem}.scope-note{color:#667085;margin:1.25rem 0 0;font-size:.82rem;line-height:1.6}.workflow-strip{grid-template-columns:repeat(4,1fr);gap:2rem;margin:2.2rem 0 0;padding:0;list-style:none;display:grid}.workflow-strip li{border-top:1px solid #bcc8d5;padding-top:1rem}.workflow-strip span{font:.8rem var(--vol-font-mono);color:#1559bd}.workflow-strip p{margin:1rem 0 0;font-size:.95rem}.partner-editorial{justify-content:space-between;align-items:center;gap:3rem;display:flex}.partner-editorial h2{max-width:29ch;margin:.75rem 0;font-size:2rem}.partner-editorial p{max-width:63ch}.partner-editorial .vol-button{flex-shrink:0}.service-card,.fleet-preview-card,.industry-grid article{box-shadow:none;border-radius:2px}.page-hero{padding-top:3.5rem;padding-bottom:3rem}.page-hero h1{font-size:clamp(2.2rem,4vw,3.5rem)}.form-panel{box-shadow:none}.site-footer{border-top:1px solid #d9e1ea}.site-footer a{overflow-wrap:anywhere}.profile-toolbar{justify-content:flex-end;gap:1.4rem;padding-top:1.5rem;font-size:.85rem;display:flex}.profile-intro{padding-top:3rem;padding-bottom:2.5rem}.profile-intro h1{max-width:20ch;margin:1rem 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.07}.profile-lede{max-width:75ch;font-size:1.12rem}.profile-approach{border-top:1px solid #c8d2df;grid-template-columns:1fr 1.4fr;gap:3rem;margin-top:2.5rem;padding-top:1.5rem;display:grid}.profile-approach h2{margin:0;font-size:1.65rem}.profile-approach p{margin:0}.profile-services{padding-bottom:2.5rem}.profile-services__grid{grid-template-columns:1fr 1fr;gap:1.5rem 3rem;display:grid}.profile-services__grid section{border-top:1px solid #d9e1ea;padding-top:1.1rem}.profile-services__grid h3{margin:.45rem 0;font-size:1.4rem}.profile-services__grid a{color:inherit;text-decoration:none}.profile-services__grid p{font-size:.92rem}.profile-process{padding-bottom:2.5rem}.profile-process ol{padding-left:1.2rem}.profile-process li{margin:.5rem 0}.profile-contact{background:#f4f6f8;padding:2.5rem 0}.profile-contact a:not(.vol-button){overflow-wrap:anywhere;margin:.5rem 0;display:block}@media (width<=950px){.home-editorial__grid{grid-template-columns:1.2fr 1fr;gap:2rem}.request-brief{padding:1.5rem 1.3rem 0}.service-row{grid-template-columns:2rem 1fr 1.2fr 1rem;gap:1rem}.editorial-heading{flex-direction:column;align-items:start;gap:1rem}.workflow-strip{gap:1rem}}@media (width<=680px){.home-editorial{padding:2.6rem 0}.home-editorial__grid{grid-template-columns:1fr;gap:2.2rem}.home-editorial h1{max-width:16ch;font-size:2.6rem}.request-brief{padding:1.4rem 1.4rem 0}.service-row{grid-template-columns:1.5rem 1fr 1rem;gap:.6rem 1rem;padding:1.25rem 0}.service-row h3{font-size:1.25rem}.service-row p{grid-column:2}.service-row__arrow{grid-area:1/3}.workflow-strip{grid-template-columns:1fr 1fr;gap:1.5rem}.partner-editorial{flex-direction:column;align-items:start;gap:1rem}.profile-approach,.profile-services__grid{grid-template-columns:1fr;gap:1.2rem}.profile-toolbar{flex-wrap:wrap;justify-content:start}.site-brand img{max-width:185px}}@media print{@page{size:A4;margin:17mm 18mm}html,body,.public-site{background:#fff!important}.site-header,.site-footer,.skip-link,.profile-toolbar{display:none!important}.company-profile .vol-container{width:100%;max-width:none;padding:0}.company-profile{font-size:10pt}.profile-intro{padding-top:0;padding-bottom:14pt}.profile-intro h1{max-width:19ch;font-size:31pt}.profile-lede{font-size:11pt;line-height:1.55}.profile-approach{gap:20pt;margin-top:18pt;padding-top:14pt}.profile-approach h2,.profile-services h2,.profile-process h2{font-size:16pt}.profile-approach p,.profile-services__grid p{font-size:10pt;line-height:1.5}.profile-services__grid{gap:12pt 24pt}.profile-services__grid h3{font-size:14pt}.profile-services,.profile-process{padding-bottom:15pt}.profile-process{break-before:page}.profile-contact{print-color-adjust:exact;padding:20pt;background:#f4f6f8!important}.profile-contact h2{font-size:23pt}.profile-contact .vol-button{display:none}.company-profile section{break-inside:avoid}.company-profile p{orphans:3;widows:3}}@media (width<=680px){.site-header__actions{gap:.4rem;margin-left:auto;display:flex}.site-header__actions .site-quote{display:none}.site-header__actions .site-language{font-size:.72rem;display:inline-flex}.site-brand img{max-width:168px}.site-header__inner{gap:.65rem}}.business-info__heading{margin-top:2rem}.profile-print-logo{display:none}@media print{.profile-print-logo{width:150px;height:auto;margin-bottom:18pt;display:block}.profile-intro h1{font-size:29pt}}:root{--site-header-height:4.5rem}.site-header{background:#fff}.site-header__inner{gap:1rem}.site-brand img{width:12.25rem;max-width:12.25rem}.site-nav{gap:.1rem}.site-nav a,.site-language{border-radius:0;padding-inline:.62rem}.site-nav a:hover,.site-language:hover{color:var(--vol-color-blue-700);background:0 0}.site-nav a[aria-current=page]{box-shadow:inset 0 -2px var(--vol-color-blue-700);background:0 0}.section-pad{padding-block:clamp(3rem,5vw,4.5rem)}.page-hero{background:#fff;padding:2.75rem 0 2.5rem}.page-hero__inner{max-width:68rem;margin-inline:auto}.page-hero h1{max-width:19ch;margin:.7rem 0 1rem;font-size:clamp(2.25rem,4vw,3.55rem);font-weight:650;line-height:1.07}.page-hero p:last-child{color:#475467;max-width:62ch;font-size:1.04rem;line-height:1.65}.vol-eyebrow{color:#1559bd;letter-spacing:.12em;font-size:.7rem}.home-editorial{background:#fff;padding:3.25rem 0 3rem}.home-editorial__grid{grid-template-columns:minmax(0,1.3fr) minmax(18rem,.7fr);align-items:start;gap:4rem}.home-editorial h1{max-width:14ch;font-size:clamp(2.55rem,4.4vw,4.25rem);font-weight:650;line-height:1.02}.home-editorial__lede{color:#344054;max-width:55ch}.request-brief{background:#fff;border:1px solid #d0d5dd;border-top:3px solid #0a2240;margin-top:.35rem;padding:1.25rem 1.5rem 0}.request-brief li{align-items:flex-start}.request-brief li p{color:#667085}.editorial-heading{margin-bottom:1.35rem}.service-row{padding:1.35rem .25rem}.service-row:hover{background:#f8fafc}.service-row h3{font-size:1.25rem}.workflow-strip{gap:1.4rem;margin-top:1.6rem}.workflow-strip li{min-height:7.5rem}.section-tint{background:#f8fafc}.service-directory__item{grid-template-columns:3.5rem minmax(0,1fr);gap:1.25rem;padding:2rem 0}.service-directory__item h2{font-size:clamp(1.55rem,2.5vw,2.15rem)}.service-directory__item p{max-width:64ch}.plain-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem 2rem;margin:1rem 0 1.35rem;display:grid}.plain-list li{color:#344054;background:0 0;border:0;border-radius:0;padding:.28rem 0 .28rem 1rem;position:relative}.plain-list li:before{content:"";border-top:1px solid #667085;width:.38rem;position:absolute;top:.84rem;left:0}.partner-editorial{border-top:1px solid #d0d5dd;padding-top:2rem}.site-footer{background:#fff}@media (width<=950px){.home-editorial__grid{grid-template-columns:1fr;gap:2rem}.request-brief{max-width:40rem}.page-hero__inner{margin-inline:auto}}@media (width<=680px){.site-brand img{width:10.5rem;max-width:10.5rem}.home-editorial h1{font-size:2.45rem}.page-hero{padding:2.2rem 0}.page-hero h1{font-size:2.35rem}.plain-list{grid-template-columns:1fr}}
