
:root {
	--vcr-navy:#081a39;
	--vcr-navy2:#102b59;
	--vcr-blue:#224f90;
	--vcr-gold:#e7ae1f;
	--vcr-cream:#f7f3e8;
	--vcr-light:#f7f9fc;
	--vcr-white:#fff;
	--vcr-text:#17233b;
	--vcr-muted:#667187;
	--vcr-line:#dfe5ee;
	--vcr-shadow:0 24px 70px rgba(8,26,57,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.vcr-custom-site{margin:0;background:#fff;color:var(--vcr-text);font-family:Arial,Helvetica,sans-serif}
body.vcr-custom-site.admin-bar .vcr-header{top:32px}
.vcr-site{min-height:100vh}
.vcr-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.vcr-skip-link{position:absolute;left:-999px;top:10px;z-index:99999;background:#fff;padding:12px}
.vcr-skip-link:focus{left:10px}
.vcr-announcement{padding:9px 0;background:var(--vcr-navy);color:#fff;text-align:center;font-size:.76rem;letter-spacing:.06em}
.vcr-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--vcr-line);backdrop-filter:blur(14px)}
.vcr-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;min-height:92px}
.vcr-brand{display:inline-flex;align-items:center;gap:11px;color:var(--vcr-navy);text-decoration:none}
.vcr-custom-logo img{display:block;width:auto;max-width:185px;max-height:54px}
.vcr-brand-mark{position:relative;display:block;width:35px;height:40px}
.vcr-brand-mark i,.vcr-brand-mark b{position:absolute;display:block;transform:skew(-22deg);border-radius:2px}
.vcr-brand-mark i{left:4px;top:4px;width:11px;height:32px;background:var(--vcr-blue)}
.vcr-brand-mark b{left:17px;top:4px;width:11px;height:22px;background:var(--vcr-gold)}
.vcr-brand-name{display:flex;flex-direction:column;line-height:1}
.vcr-brand-name strong{font-size:1.14rem}
.vcr-brand-name small{margin-top:3px;font-size:.56rem;font-weight:900;letter-spacing:.24em}
.vcr-navigation{display:flex;align-items:center;justify-content:center;gap:28px}
.vcr-navigation a{position:relative;padding:36px 0 34px;color:var(--vcr-text);font-size:.86rem;font-weight:700;text-decoration:none}
.vcr-navigation a:after{content:"";position:absolute;left:0;right:0;bottom:26px;height:2px;border-radius:3px;background:var(--vcr-gold);transform:scaleX(0);transition:.2s}
.vcr-navigation a:hover:after,.vcr-navigation a.is-active:after{transform:scaleX(1)}
.vcr-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:var(--vcr-gold);color:var(--vcr-navy);font-size:.8rem;font-weight:800;text-decoration:none;box-shadow:0 10px 28px rgba(231,174,31,.2)}
.vcr-menu-toggle{display:none;border:0;background:transparent;padding:8px}
.vcr-menu-toggle>span:not(.screen-reader-text){display:block;width:25px;height:2px;margin:5px;background:var(--vcr-navy)}
.vcr-main{min-height:500px}
.vcr-main h1,.vcr-main h2,.vcr-main h3{margin-top:0;color:var(--vcr-navy);line-height:1.08;letter-spacing:-.035em}
.vcr-main p{margin-top:0}
.vcr-kicker,.vcr-eyebrow{text-transform:uppercase;font-weight:800;letter-spacing:.14em}
.vcr-kicker{margin-bottom:18px;color:#d8e5fb;font-size:.76rem}
.vcr-eyebrow{margin-bottom:12px;color:var(--vcr-blue);font-size:.72rem}
.vcr-eyebrow-gold{color:#f0cd69}
.vcr-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:.86rem;font-weight:800;text-decoration:none;transition:.2s}
.vcr-button:hover{transform:translateY(-2px)}
.vcr-button-gold{background:linear-gradient(135deg,#f1c547,var(--vcr-gold));color:var(--vcr-navy);box-shadow:0 12px 28px rgba(231,174,31,.22)}
.vcr-button-navy{background:var(--vcr-navy);color:#fff}
.vcr-button-light{background:#fff;color:var(--vcr-navy)}
.vcr-button-outline{border-color:rgba(255,255,255,.7);color:#fff;background:transparent}
.vcr-hero{position:relative;padding:92px 0 82px;background:radial-gradient(circle at 75% 18%,rgba(58,99,173,.4),transparent 28%),linear-gradient(120deg,#071630,#102b59 62%,#091c3c);overflow:hidden}
.vcr-hero:before{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);background-size:54px 54px}
.vcr-hero-grid{position:relative;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:70px}
.vcr-hero h1{max-width:760px;margin-bottom:24px;color:#fff;font-size:clamp(2.85rem,5vw,5rem)}
.vcr-hero-copy>p:not(.vcr-kicker){max-width:700px;margin-bottom:32px;color:#cbd7eb;font-size:1.03rem;line-height:1.8}
.vcr-button-row{display:flex;flex-wrap:wrap;gap:13px}
.vcr-proof-row{display:flex;flex-wrap:wrap;gap:12px 25px;margin-top:30px;color:#dce6f7;font-size:.78rem;font-weight:700}
.vcr-proof-row span:before{content:"✓";margin-right:7px;color:var(--vcr-gold)}
.vcr-hero-visual{position:relative;min-height:430px}
.vcr-dashboard{position:absolute;inset:68px 42px 55px;padding:28px;border:1px solid rgba(255,255,255,.15);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));box-shadow:0 28px 70px rgba(0,0,0,.28);backdrop-filter:blur(15px)}
.vcr-dashboard-head{display:flex;align-items:center;gap:13px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.14);color:#fff}
.vcr-dashboard-head>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--vcr-gold);color:var(--vcr-navy);font-weight:900}
.vcr-dashboard-head div{display:flex;flex-direction:column;gap:3px}.vcr-dashboard-head small{color:#b9c8df}
.vcr-metrics{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:22px 0}
.vcr-metrics div{padding:15px;border-radius:14px;background:rgba(255,255,255,.08)}
.vcr-metrics small,.vcr-metrics strong{display:block}.vcr-metrics small{margin-bottom:6px;color:#b8c8e0}.vcr-metrics strong{color:#fff}
.vcr-bars{display:flex;align-items:end;gap:8px;height:100px;padding:15px;border-radius:14px;background:rgba(4,15,35,.35)}
.vcr-bars i{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(to top,#c89516,#f0ce6e)}
.vcr-bars i:nth-child(1){height:28%}.vcr-bars i:nth-child(2){height:42%}.vcr-bars i:nth-child(3){height:38%}.vcr-bars i:nth-child(4){height:64%}.vcr-bars i:nth-child(5){height:76%}.vcr-bars i:nth-child(6){height:91%}
.vcr-float{position:absolute;width:205px;padding:14px 17px;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(0,0,0,.2)}
.vcr-float strong,.vcr-float small{display:block}.vcr-float strong{color:var(--vcr-navy);font-size:.84rem}.vcr-float small{margin-top:4px;color:var(--vcr-muted);font-size:.7rem}
.vcr-float-one{right:0;top:26px}.vcr-float-two{left:0;bottom:25px}
.vcr-page-tabs{background:#fff;border-bottom:1px solid var(--vcr-line)}
.vcr-tab-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.vcr-tab-grid a{padding:24px 22px;border-right:1px solid var(--vcr-line);text-decoration:none;transition:.2s}
.vcr-tab-grid a:first-child{border-left:1px solid var(--vcr-line)}
.vcr-tab-grid strong,.vcr-tab-grid span{display:block}.vcr-tab-grid strong{color:var(--vcr-navy);font-size:.88rem}.vcr-tab-grid span{margin-top:5px;color:var(--vcr-muted);font-size:.7rem}
.vcr-tab-grid a:hover{background:#f8fafc}
.vcr-section{padding:100px 0}.vcr-light-section{background:var(--vcr-light)}.vcr-cream-section{background:var(--vcr-cream)}
.vcr-section-heading{display:grid;grid-template-columns:1.05fr .75fr;align-items:end;gap:65px;margin-bottom:45px}
.vcr-section-heading h2,.vcr-library-toolbar h2{max-width:720px;margin-bottom:0;font-size:clamp(2.1rem,3.5vw,3.4rem)}
.vcr-section-heading>p{margin-bottom:4px;color:var(--vcr-muted);line-height:1.75}
.vcr-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.vcr-service-grid article,.vcr-three-grid article,.vcr-values-grid article{padding:30px;border:1px solid var(--vcr-line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(8,26,57,.04)}
.vcr-service-grid article>span,.vcr-values-grid article>span{display:grid;place-items:center;width:44px;height:44px;margin-bottom:23px;border-radius:12px;background:#edf2fa;color:var(--vcr-blue);font-size:.75rem;font-weight:900}
.vcr-service-grid h3,.vcr-three-grid h3,.vcr-values-grid h3{margin-bottom:12px;font-size:1.25rem}
.vcr-service-grid p,.vcr-three-grid p,.vcr-values-grid p{margin-bottom:0;color:var(--vcr-muted);line-height:1.7;font-size:.9rem}
.vcr-centred-action{margin-top:32px;text-align:center}
.vcr-dark-panel-section{background:#fff}
.vcr-split-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;padding:58px;border-radius:28px;background:var(--vcr-navy);box-shadow:var(--vcr-shadow)}
.vcr-split-panel>div h2{margin-bottom:20px;color:#fff;font-size:clamp(2.2rem,4vw,3.6rem)}
.vcr-split-panel>div>p:not(.vcr-eyebrow){margin-bottom:27px;color:#c8d5e8;line-height:1.75}
.vcr-split-panel ol{margin:0;padding:0;list-style:none}
.vcr-split-panel li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.vcr-split-panel li:last-child{border-bottom:0}
.vcr-split-panel li>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#f0d27a;color:var(--vcr-navy);font-size:.75rem;font-weight:900}
.vcr-split-panel h3{margin-bottom:7px;color:#fff;font-size:1.15rem}.vcr-split-panel li p{margin:0;color:#bfcde2;font-size:.87rem}
.vcr-article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}
.vcr-article-card{overflow:hidden;border:1px solid var(--vcr-line);border-radius:21px;background:#fff;box-shadow:0 14px 38px rgba(8,26,57,.06);transition:.2s}
.vcr-article-card:hover{transform:translateY(-5px);box-shadow:var(--vcr-shadow)}
.vcr-article-media{display:block;aspect-ratio:16/9;overflow:hidden;background:#dfe6f1}
.vcr-article-media img{width:100%;height:100%;object-fit:cover}
.vcr-placeholder{position:relative;display:grid;place-items:center;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(231,174,31,.6),transparent 28%),linear-gradient(135deg,#173e7a,#081a39);color:#fff}
.vcr-placeholder span{position:relative;z-index:2;font-size:1.8rem;font-weight:900;letter-spacing:.08em}
.vcr-placeholder:after{content:"";position:absolute;right:-45px;bottom:-55px;width:150px;height:150px;border:24px solid rgba(255,255,255,.08);border-radius:50%}
.vcr-article-content{padding:24px}.vcr-article-meta{display:flex;justify-content:space-between;gap:12px;margin-bottom:13px;font-size:.68rem}
.vcr-article-meta span{color:var(--vcr-blue);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.vcr-article-meta time{color:var(--vcr-muted)}
.vcr-article-card h3{margin-bottom:11px;font-size:1.25rem}.vcr-article-card h3 a{color:var(--vcr-navy);text-decoration:none}
.vcr-article-card p{color:var(--vcr-muted);line-height:1.7;font-size:.88rem}.vcr-inline-link{display:inline-flex;gap:7px;color:var(--vcr-blue);font-size:.8rem;font-weight:800;text-decoration:none}
.vcr-featured-article{display:grid;grid-template-columns:1.05fr .95fr;margin-bottom:72px}.vcr-featured-article .vcr-article-media{aspect-ratio:auto;min-height:420px}.vcr-featured-article .vcr-article-content{display:flex;flex-direction:column;justify-content:center;padding:48px}.vcr-featured-article h3{font-size:clamp(2rem,3.4vw,3.1rem)}
.vcr-cta-band{padding:68px 0;background:radial-gradient(circle at 80% 25%,rgba(56,101,178,.36),transparent 28%),var(--vcr-navy)}
.vcr-cta-band>.vcr-shell{display:flex;align-items:center;justify-content:space-between;gap:42px}.vcr-cta-band h2{max-width:760px;margin-bottom:0;color:#fff;font-size:clamp(2rem,3.4vw,3.15rem)}
.vcr-subhero{padding:88px 0;background:radial-gradient(circle at 80% 20%,rgba(54,98,171,.4),transparent 28%),linear-gradient(120deg,#071630,#112d5c)}
.vcr-subhero h1{max-width:880px;margin-bottom:19px;color:#fff;font-size:clamp(2.8rem,5vw,4.75rem)}
.vcr-subhero p:not(.vcr-kicker){max-width:780px;margin-bottom:0;color:#cad6e8;font-size:1.02rem;line-height:1.78}
.vcr-subhero-row{display:flex;align-items:end;justify-content:space-between;gap:50px}
.vcr-about-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.vcr-about-story h2{font-size:clamp(2.2rem,4vw,3.7rem)}.vcr-about-story>div:last-child p{color:var(--vcr-muted);line-height:1.85}
.vcr-three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.vcr-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.vcr-detailed-services{display:flex;flex-direction:column;gap:25px}
.vcr-detailed-services>article{display:grid;grid-template-columns:70px 1fr;gap:28px;padding:42px;border:1px solid var(--vcr-line);border-radius:23px;background:#fff;box-shadow:0 13px 36px rgba(8,26,57,.04)}
.vcr-detailed-services>article>span{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:var(--vcr-navy);color:#fff;font-weight:900}
.vcr-detailed-services h2{margin-bottom:14px;font-size:2rem}.vcr-detailed-services p{color:var(--vcr-muted);line-height:1.75}.vcr-detailed-services ul{display:grid;grid-template-columns:repeat(2,1fr);gap:9px 25px;margin:21px 0 0;padding:0;list-style:none}.vcr-detailed-services li{color:var(--vcr-text);font-size:.86rem}.vcr-detailed-services li:before{content:"✓";margin-right:8px;color:var(--vcr-gold);font-weight:900}
.vcr-blog-more{margin-top:70px}
.vcr-library-toolbar{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:38px}
.vcr-search{width:min(410px,100%)}.vcr-search input{width:100%;min-height:52px;padding:0 20px;border:1px solid #cbd4e2;border-radius:999px;background:#fff;font:inherit}
.vcr-library-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}.vcr-quick-list{display:flex;flex-direction:column;gap:11px;margin:0;padding:0;list-style:none}
.vcr-quick-list li{margin:0}.vcr-quick-list a{display:grid;grid-template-columns:48px 1fr 30px;align-items:center;gap:17px;padding:20px 22px;border:1px solid var(--vcr-line);border-radius:16px;background:#fff;color:inherit;text-decoration:none;transition:.2s}
.vcr-quick-list a:hover{transform:translateX(5px);border-color:#aebed6;box-shadow:0 13px 30px rgba(8,26,57,.07)}.vcr-quick-list a>span{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#edf2fa;color:var(--vcr-blue);font-size:.75rem;font-weight:900}
.vcr-quick-list small,.vcr-quick-list strong{display:block}.vcr-quick-list small{margin-bottom:5px;color:var(--vcr-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.04em}.vcr-quick-list strong{color:var(--vcr-navy);font-size:.95rem}.vcr-quick-list b{color:var(--vcr-blue)}
.vcr-library-layout aside{position:sticky;top:120px}.vcr-library-layout aside>div,.vcr-single-aside>div{padding:30px;border-radius:21px;background:var(--vcr-navy);box-shadow:var(--vcr-shadow)}.vcr-library-layout aside h3,.vcr-single-aside h3{margin-bottom:13px;color:#fff;font-size:1.65rem}.vcr-library-layout aside p:not(.vcr-eyebrow),.vcr-single-aside p:not(.vcr-eyebrow){margin-bottom:23px;color:#c5d2e6;line-height:1.7;font-size:.87rem}
.vcr-no-results,.vcr-empty{padding:38px;border:1px dashed #bdc8d8;border-radius:19px;background:#fff;text-align:center;color:var(--vcr-muted)}
.vcr-contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.vcr-contact-info h2{font-size:clamp(2.2rem,4vw,3.6rem)}.vcr-contact-info>p:not(.vcr-eyebrow){color:var(--vcr-muted);line-height:1.8}
.vcr-contact-cards{display:flex;flex-direction:column;gap:11px;margin-top:28px}.vcr-contact-cards a,.vcr-contact-cards div{padding:18px 20px;border:1px solid var(--vcr-line);border-radius:15px;background:#fff;color:inherit;text-decoration:none}.vcr-contact-cards small,.vcr-contact-cards strong{display:block}.vcr-contact-cards small{margin-bottom:5px;color:var(--vcr-muted);font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.vcr-contact-cards strong{color:var(--vcr-navy)}
.vcr-form-card{padding:35px;border:1px solid var(--vcr-line);border-radius:23px;background:#fff;box-shadow:var(--vcr-shadow)}.vcr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vcr-form-card label{display:block;margin-bottom:17px}.vcr-form-card label>span{display:block;margin-bottom:7px;color:var(--vcr-navy);font-size:.78rem;font-weight:800}.vcr-form-card input,.vcr-form-card select,.vcr-form-card textarea{width:100%;padding:13px 14px;border:1px solid #cbd4df;border-radius:11px;background:#fff;font:inherit}.vcr-form-card textarea{resize:vertical}.vcr-form-message{margin-bottom:18px;padding:13px 15px;border-radius:11px;font-size:.85rem}.vcr-success{background:#e8f7ec;color:#1c6630}.vcr-error{background:#fbe9e9;color:#8f2929}
.vcr-single-hero{padding:82px 0;background:linear-gradient(120deg,#071630,#112d5c)}.vcr-single-hero h1{max-width:950px;margin-bottom:20px;color:#fff;font-size:clamp(2.7rem,5vw,4.6rem)}.vcr-single-meta{display:flex;gap:18px;color:#cbd6e8;font-size:.78rem}
.vcr-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:55px;padding-top:70px;padding-bottom:90px}.vcr-single-image{margin-bottom:35px;overflow:hidden;border-radius:20px}.vcr-single-image img{display:block;width:100%;height:auto}.vcr-single-content{font-size:1.02rem;line-height:1.82}.vcr-single-content h2{margin-top:42px;font-size:2rem}.vcr-single-content h3{margin-top:32px;font-size:1.45rem}.vcr-single-content p,.vcr-single-content li{color:#38445a}.vcr-single-content a{color:var(--vcr-blue)}.vcr-single-aside{position:sticky;top:120px;align-self:start}.vcr-back-link{display:block;margin-top:18px;color:var(--vcr-blue);font-size:.82rem;font-weight:800;text-decoration:none}
.vcr-footer{padding:65px 0 22px;background:#06142d;color:#c3d0e3}.vcr-footer-grid{display:grid;grid-template-columns:1.4fr .65fr 1fr;gap:55px}.vcr-brand-footer{margin-bottom:18px;color:#fff}.vcr-footer-brand p{max-width:470px;line-height:1.75;font-size:.86rem}.vcr-footer h3{margin:0 0 16px;color:#fff;font-size:.9rem}.vcr-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.vcr-footer a,.vcr-footer span{color:#c3d0e3;text-decoration:none;font-size:.82rem}.vcr-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}
@media(max-width:1020px){.vcr-header-inner{grid-template-columns:auto auto}.vcr-header-cta{display:none}.vcr-menu-toggle{display:block;justify-self:end}.vcr-navigation{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px 24px 24px;background:#fff;border-bottom:1px solid var(--vcr-line);box-shadow:0 20px 35px rgba(8,26,57,.12)}.vcr-navigation.is-open{display:flex}.vcr-navigation a{padding:13px 4px}.vcr-navigation a:after{bottom:7px}.vcr-hero-grid{grid-template-columns:1fr}.vcr-hero-visual{min-height:430px}.vcr-service-grid,.vcr-article-grid{grid-template-columns:repeat(2,1fr)}.vcr-tab-grid{grid-template-columns:repeat(3,1fr)}.vcr-tab-grid a:nth-child(4),.vcr-tab-grid a:nth-child(5){border-top:1px solid var(--vcr-line)}.vcr-split-panel,.vcr-about-story,.vcr-contact-layout{grid-template-columns:1fr}.vcr-values-grid{grid-template-columns:repeat(2,1fr)}.vcr-library-layout,.vcr-single-layout{grid-template-columns:1fr}.vcr-library-layout aside,.vcr-single-aside{position:static}.vcr-featured-article{grid-template-columns:1fr}.vcr-featured-article .vcr-article-media{min-height:340px}.vcr-subhero-row,.vcr-cta-band>.vcr-shell{align-items:flex-start;flex-direction:column}.vcr-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){body.vcr-custom-site.admin-bar .vcr-header{top:46px}.vcr-shell{width:min(100% - 30px,1180px)}.vcr-header-inner{min-height:76px}.vcr-custom-logo img{max-width:155px;max-height:45px}.vcr-hero,.vcr-subhero{padding:70px 0}.vcr-hero h1,.vcr-subhero h1{font-size:clamp(2.4rem,12vw,3.7rem)}.vcr-hero-copy>p:not(.vcr-kicker),.vcr-subhero p:not(.vcr-kicker){font-size:.96rem}.vcr-button-row{flex-direction:column}.vcr-button{width:100%}.vcr-hero-visual{display:none}.vcr-proof-row{flex-direction:column}.vcr-tab-grid{grid-template-columns:1fr}.vcr-tab-grid a,.vcr-tab-grid a:first-child{border-left:1px solid var(--vcr-line);border-right:1px solid var(--vcr-line);border-top:0;border-bottom:1px solid var(--vcr-line)}.vcr-section{padding:72px 0}.vcr-section-heading,.vcr-library-toolbar{display:grid;grid-template-columns:1fr;gap:18px}.vcr-section-heading h2,.vcr-library-toolbar h2{font-size:2.3rem}.vcr-service-grid,.vcr-article-grid,.vcr-three-grid,.vcr-values-grid{grid-template-columns:1fr}.vcr-split-panel{padding:36px 25px}.vcr-featured-article .vcr-article-content{padding:28px}.vcr-featured-article .vcr-article-media{min-height:235px}.vcr-detailed-services>article{grid-template-columns:1fr;padding:28px}.vcr-detailed-services ul{grid-template-columns:1fr}.vcr-library-toolbar{align-items:stretch}.vcr-search{width:100%}.vcr-quick-list a{grid-template-columns:42px 1fr 20px;gap:11px;padding:17px 14px}.vcr-form-row{grid-template-columns:1fr}.vcr-form-card{padding:25px}.vcr-footer-grid{grid-template-columns:1fr}.vcr-footer-bottom{flex-direction:column}}


/* Version 2.1 header repair */
.vcr-header {
	overflow: visible !important;
}

.vcr-header-inner {
	grid-template-columns: 230px minmax(0, 1fr) auto !important;
	min-height: 86px !important;
}

.vcr-brand {
	width: 230px !important;
	max-width: 230px !important;
	min-width: 230px !important;
	overflow: visible !important;
}

.vcr-brand-mark {
	flex: 0 0 35px !important;
	width: 35px !important;
	height: 40px !important;
}

.vcr-brand-name {
	min-width: 0 !important;
}

.vcr-brand-name strong {
	white-space: nowrap !important;
	font-size: 1.13rem !important;
	line-height: 1 !important;
}

.vcr-brand-name small {
	white-space: nowrap !important;
}

.vcr-navigation {
	min-width: 0 !important;
	overflow: visible !important;
}

.vcr-navigation a {
	white-space: nowrap !important;
}

.vcr-header-cta {
	white-space: nowrap !important;
}

/* Prevent any legacy theme logo from appearing inside the custom ValenCore header. */
.vcr-header .custom-logo-link,
.vcr-header img.custom-logo,
.vcr-header .site-logo,
.vcr-header .site-branding img {
	display: none !important;
}

@media (max-width: 1120px) {
	.vcr-header-inner {
		grid-template-columns: 205px minmax(0, 1fr) auto !important;
		gap: 20px !important;
	}

	.vcr-brand {
		width: 205px !important;
		max-width: 205px !important;
		min-width: 205px !important;
	}

	.vcr-navigation {
		gap: 20px !important;
	}

	.vcr-navigation a {
		font-size: .81rem !important;
	}

	.vcr-header-cta {
		padding-inline: 16px !important;
		font-size: .75rem !important;
	}
}

@media (max-width: 1020px) {
	.vcr-header-inner {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	.vcr-brand {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
	}
}


/* Version 2.2: six photo-led service sections */
.vcr-photo-service-grid .vcr-home-service-card {
	padding: 0;
	overflow: hidden;
}

.vcr-service-photo {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #dfe6f1;
}

.vcr-service-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.vcr-home-service-card:hover .vcr-service-photo img {
	transform: scale(1.045);
}

.vcr-home-service-copy {
	padding: 27px 29px 30px;
}

.vcr-home-service-copy > span {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #edf2fa;
	color: var(--vcr-blue);
	font-size: .73rem;
	font-weight: 900;
}

.vcr-home-service-copy h3 {
	margin-bottom: 11px;
}

.vcr-home-service-copy p {
	margin-bottom: 18px;
}

.vcr-home-service-copy a {
	color: var(--vcr-blue);
	font-size: .8rem;
	font-weight: 800;
	text-decoration: none;
}

.vcr-service-jump-nav {
	position: sticky;
	top: 86px;
	z-index: 50;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid var(--vcr-line);
	backdrop-filter: blur(12px);
}

body.admin-bar .vcr-service-jump-nav {
	top: 118px;
}

.vcr-service-jump-nav .vcr-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding-top: 13px;
	padding-bottom: 13px;
	overflow-x: auto;
}

.vcr-service-jump-nav a {
	flex: 0 0 auto;
	padding: 9px 13px;
	border: 1px solid #d6deea;
	border-radius: 999px;
	background: #fff;
	color: var(--vcr-navy);
	font-size: .72rem;
	font-weight: 800;
	text-decoration: none;
}

.vcr-service-jump-nav a:hover {
	border-color: var(--vcr-gold);
	background: #fff9e8;
}

.vcr-detailed-services {
	gap: 32px;
}

.vcr-detailed-services .vcr-detailed-service {
	display: grid;
	grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
	gap: 0;
	padding: 0;
	overflow: hidden;
	scroll-margin-top: 175px;
}

.vcr-detailed-services .vcr-detailed-service:nth-child(even) .vcr-detailed-service-media {
	order: 2;
}

.vcr-detailed-services .vcr-detailed-service:nth-child(even) .vcr-detailed-service-copy {
	order: 1;
}

.vcr-detailed-service-media {
	position: relative;
	min-height: 390px;
	overflow: hidden;
	background: #dfe6f1;
}

.vcr-detailed-service-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(8, 26, 57, .36), transparent 55%);
	pointer-events: none;
}

.vcr-detailed-service-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
}

.vcr-detailed-service-media > span {
	position: absolute;
	left: 24px;
	bottom: 23px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: var(--vcr-gold);
	color: var(--vcr-navy);
	font-size: .78rem;
	font-weight: 900;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.vcr-detailed-service-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 46px;
}

.vcr-detailed-service-copy h2 {
	margin-bottom: 15px;
	font-size: clamp(2rem, 3.2vw, 3rem);
}

.vcr-detailed-service-copy > p:not(.vcr-eyebrow) {
	color: var(--vcr-muted);
	line-height: 1.78;
}

.vcr-detailed-service-copy ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 24px;
	margin: 21px 0 25px;
	padding: 0;
	list-style: none;
}

.vcr-detailed-service-copy li {
	color: var(--vcr-text);
	font-size: .86rem;
}

.vcr-detailed-service-copy li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--vcr-gold);
	font-weight: 900;
}

.vcr-article-count {
	margin: 12px 0 0;
	color: var(--vcr-muted);
	font-size: .82rem;
}

@media (max-width: 1020px) {
	.vcr-detailed-services .vcr-detailed-service {
		grid-template-columns: 1fr;
	}

	.vcr-detailed-services .vcr-detailed-service:nth-child(even) .vcr-detailed-service-media,
	.vcr-detailed-services .vcr-detailed-service:nth-child(even) .vcr-detailed-service-copy {
		order: initial;
	}

	.vcr-detailed-service-media,
	.vcr-detailed-service-media img {
		min-height: 330px;
	}

	.vcr-service-jump-nav {
		top: 76px;
	}

	body.admin-bar .vcr-service-jump-nav {
		top: 108px;
	}
}

@media (max-width: 700px) {
	.vcr-service-jump-nav {
		position: static;
	}

	body.admin-bar .vcr-service-jump-nav {
		top: auto;
	}

	.vcr-service-jump-nav .vcr-shell {
		justify-content: flex-start;
	}

	.vcr-detailed-service-media,
	.vcr-detailed-service-media img {
		min-height: 240px;
	}

	.vcr-detailed-service-copy {
		padding: 29px 25px 32px;
	}

	.vcr-detailed-service-copy ul {
		grid-template-columns: 1fr;
	}
}
